BF2 server stats:
There is one bug. When block is enabled, and the feed is down you will get an error at your websites address. You will have to go to the admincp and disable the block to see your portal, or wait for the feed to come back on I am working to figure out why it does this. It also does it with the bf2 tracker block, but you probably already know that.
Step 1 Go to the following link and add your server (Make sure you are logged in to greycube then click)==>
http://www.greycube.co.uk/feed/
I tried to host the feed on my site, but cannot because it requires you to open the port to your bf2 port. Godaddy and some other hosting companies will not do that. So I use greycube's hosting for the feed.
If the server is reachable, a button for the feed will appear at the bottom of the page.
You can see all that here
http://www.greycube.com/site/e107_plugins/...wtopic.php?3398
Step 2 upload the lgsl folder along with all its contents to your ftp I put it in the root directory You can download it
HERE
- Set write permission ( CHMOD 777 ) for the file lgsl_cache.dat
- Set write permission ( CHMOD 777 ) for the file lgsl_module_cache.dat
Step 3
Once it is uploaded open up lgsl_servers.text
Delete everything in it and put the following
IP:PORT:bf2:on
example
66.199.253.4:16567:bf2:on
Then upload
Step 4
Open lgsl_protocol.php
Find
$lgsl_feed_url = "";
Replace with
$lgsl_feed_url = "http://www.greycube.co.uk/feed/lgsl/lgsl_feed.php";
then upload
Also you can edit the lgsl_style.css If you choose to make it look different.
Now go to your admin cp
Create a custom block
In it place the following code
<center><?php
require("lgsl/lgsl_module.php");
?></center>
If you have Any questions. I am registered on your site RisingPhoenix Feel free to email me.