Jump to content


BF2 SERVER INFO IN A BLOCK


  • You cannot reply to this topic
11 replies to this topic

#1 ShootMePls

    Advanced Member

  • Members
  • PipPipPip
  • 51 posts

Posted 01 September 2006 - 03:26 PM

Hello Ive been checking ou your site and would like to do something you have on my Bf2 Clan Site too

My old clan site had the bf2 clan server info show up when I was on e107 cms I have noidea how to make it work on IPB

If your willing or can provide links fo rth emods or provide the code I'd appreciate it.

Nice too see another Bf2 site that has good mods for gamers that I feellacks deeply in the modding community.

What I would like to do is,

1) have the TS info display like on your site. We dont own our own TS server but have a channel... so what look our channels displayed on the portal
2) BF2 server map show up like on yours, we had that when we were on E107
3) PayPal donate like the code I postd about in abother thread in relation to the IP issue


My site is here:

AusClan Bf2 Clan

I;d really appreciate the help and looking forward too the mods, code with easy i=understanding in how to do them.


Nice site btw :)

#2 RisingPhoenix

    Advanced Member

  • Administrators[Admin]
  • PipPipPip
  • 249 posts
  • Gender:Male
  • Location:Fort Benning, GA
  • Interests:I am currently in the US Army. I am not a coder. I am really familiar with Unreal Portal and IPB. So if it isn't in reference to something I have on my site ba4life.com then there isn't much I can do to help you.<br /><br />I am a normal user like most of you. Please don't invade my personal life by asking me questions that can already be found on this website.

Posted 01 September 2006 - 03:50 PM

Yah I seen your Initial post to Cricket on how to make the feed work for the bf2tracker
thats how I put it on mine


Is this Shania?

I think I might even already be registered on your site.

Unfortunately I don't know much about the portal and what I do. I learned all on my own.

I tried to help you on the

http://www.greycube.com/site/e107_plugins/...wtopic.php?3614

But you never came back I would happily tell you how to do it.
When I get it written down step by step I will post it to this thread. It isn't as difficult as you may think.

I have also seen your posts about the donato meter, and am really interested in it myself. I think it might be possible to edit the code. However, i'm not a coder so it would take me forever. I really wish fusoya or bfarber would take that up. I am currently using Purchase It and I add donations to the shopping system.. It logs the purchases and is possible to create a block with. Unfortunately this Purchase it has bugs, and you have to pay for the mod.



Oh and I don't know Cricket. I'm also waiting on the release of 2.2, and figured that I would help people if I could.
Posted Image
MultiGaming Clan Playing Games since 1997

#3 ShootMePls

    Advanced Member

  • Members
  • PipPipPip
  • 51 posts

Posted 01 September 2006 - 04:00 PM

Yes I am the same Shania :)

Ok well if its not that difficult, how is it done ?

I managed to get E107's MadMonks, Bf2 Stats & Sig Gen to work, drove me crazy and a friend helped, but the Bf2 server, I just cant get it to do what it should.

Thats probably because i have no clue in what I am really doing with it.

Quote

But you never came back I would happily tell you how to do it.
When I get it written down step by step I will post it to this thread. It isn't as difficult as you may think.


Alright I'd appreciate it, I am not meaning to be pushy and I am soooo impatient as I have wanted that for ages to work with IPB, soo when could you write it down ?

If you go to my site now and scroll down to bottom left you will see what my Bf2 server does

It doesnt show the image of the map etc it has text there which I dont want... thats as far as I got with it before I couldnt work anything else out.

#4 RisingPhoenix

    Advanced Member

  • Administrators[Admin]
  • PipPipPip
  • 249 posts
  • Gender:Male
  • Location:Fort Benning, GA
  • Interests:I am currently in the US Army. I am not a coder. I am really familiar with Unreal Portal and IPB. So if it isn't in reference to something I have on my site ba4life.com then there isn't much I can do to help you.<br /><br />I am a normal user like most of you. Please don't invade my personal life by asking me questions that can already be found on this website.

Posted 01 September 2006 - 04:35 PM

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.
Posted Image
MultiGaming Clan Playing Games since 1997

#5 ShootMePls

    Advanced Member

  • Members
  • PipPipPip
  • 51 posts

Posted 01 September 2006 - 05:14 PM

AMazing post :)

I have sent you a PM on my forums because the IP and Port doesnt seem to respond from GreyCubes site

#6 RisingPhoenix

    Advanced Member

  • Administrators[Admin]
  • PipPipPip
  • 249 posts
  • Gender:Male
  • Location:Fort Benning, GA
  • Interests:I am currently in the US Army. I am not a coder. I am really familiar with Unreal Portal and IPB. So if it isn't in reference to something I have on my site ba4life.com then there isn't much I can do to help you.<br /><br />I am a normal user like most of you. Please don't invade my personal life by asking me questions that can already be found on this website.

Posted 01 September 2006 - 05:27 PM

You might need to ask them about that good luck getting a response from greycube though.

Your other option is to use your own host to host the feed.

This would require you to open port 16717 where your website is located.


Then in step 4

where it says

Replace with
$lgsl_feed_url = "http://www.greycube.co.uk/feed/lgsl/lgsl_feed.php";


Change that to
$lgsl_feed_url = "http://www.yoursite.com/lgsl/lgsl_feed.php";


This is the problem I had with hosting it myself I am not able to open the bf2 port on my webhost. I guess if you have your own server box or no someone who does they can upload this for you and open that port. Then you could use their link in step 4.

Im sorry you couldn't get it to work Shania I will see what other options we have.
Posted Image
MultiGaming Clan Playing Games since 1997

#7 ShootMePls

    Advanced Member

  • Members
  • PipPipPip
  • 51 posts

Posted 01 September 2006 - 05:57 PM

Its alright, your time & responses in helping me have been absolutely brilliant!
I have my forums/site hosted off IPB.
I sent them a ticket asking of the port is open or of they can open it for me.

I'll see how it goes, if they can open it, or if it is open then I should be right.. if its a No, then i will send Perry from gamecube a PM and yes I know the responses there are pathetic and next to none anymore... quite a shame.

I have also contacted my game server provider and seeing if I can get moved off the same box and have my own default port for bf2 using a different IP that would solve the issue... but I'll see what happens first with IPB.

#8 ShootMePls

    Advanced Member

  • Members
  • PipPipPip
  • 51 posts

Posted 01 September 2006 - 06:22 PM

Also when you have time and you have done a heap already can you respond back to other Topic please!

http://unreal-soluti...p?showtopic=452

#9 ShootMePls

    Advanced Member

  • Members
  • PipPipPip
  • 51 posts

Posted 01 September 2006 - 11:58 PM

RisingPhoenix what can I say ?

YOU ROCK! :)

You have taken the time and a bit of time indeed to post up in easy to understand steps in how I can achieve what I wanted too do.

I have the ports I need my provider got back to me and it works now on my site!

Go have a look! :)

Again thank you VERY MUCH for all this effort in your posting you have done to help me out in achieving something I would not have been able to do others.

People like you who help others if and when they can and spend some time giving to others really deserve a medal of some kind.

Thank You veyr much! :)

#10 highlander

    Advanced Member

  • Members
  • PipPipPip
  • 33 posts

Posted 14 June 2007 - 10:03 PM

an update to this.. i use squery to do my query to the server and to post the results...

www.clanpr.com

#11 RisingPhoenix

    Advanced Member

  • Administrators[Admin]
  • PipPipPip
  • 249 posts
  • Gender:Male
  • Location:Fort Benning, GA
  • Interests:I am currently in the US Army. I am not a coder. I am really familiar with Unreal Portal and IPB. So if it isn't in reference to something I have on my site ba4life.com then there isn't much I can do to help you.<br /><br />I am a normal user like most of you. Please don't invade my personal life by asking me questions that can already be found on this website.

Posted 13 April 2008 - 10:55 AM

View Posthighlander, on Jun 15 2007, 01:03 AM, said:

an update to this.. i use squery to do my query to the server and to post the results...

www.clanpr.com

Not sure what you are asking is it a statement or question?
Posted Image
MultiGaming Clan Playing Games since 1997

#12 Vashypooh

    Member

  • Members
  • PipPip
  • 18 posts

Posted 10 May 2009 - 09:20 PM

I followed this guide, however im getting a weird bug where its posting up the stats twice instead of just once. Any idea whats going on?

http://68.232.161.181/miko/forums/





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users