In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

You are here: Big Brother Bot ForumSupport ForumsGeneral Usage Support (Moderator: MordyT)Re: B3 master list
Pages: [1] 2   Go Down
  Print  
Author Topic: Re: B3 master list  (Read 2255 times) Bookmark and Share
Newbie
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 7
Offline Offline
WWW
« on: December 17, 2009, 11:33:39 PM »

Hello again...

Pardon my ignorance, but i don,t understand how to included this   "http://www.bigbrotherbot.com/master/?server=DAGR&game=iourt41&hl&hr" on my site so that it shows my server. Its my very first website from scratch, done in Composer, so its crude Tongue I have tried everything to get this to work, but NO luck. I also don't understand about the "_url" bit.

This is the link to my site: http://dangerousground.servegame.org/

Thanks, CD
« Last Edit: December 30, 2009, 06:56:05 AM by xlr8or » Logged

[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #1 on: December 18, 2009, 07:30:23 AM »

If you use a php enabled website you can try and use the php readfile function or similar.

If not you can use html iframes to include the list.
Logged

B3 Contrib/Support
*
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1225
Offline Offline
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« Reply #2 on: December 18, 2009, 07:53:22 AM »

If you want a good server monitor, you could look on http://www.gametracker.com

or if you want to make one yourself, you could try a php parser or xlst transformation using the status.xml output file.
Logged

Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 40
Offline Offline
« Reply #3 on: December 18, 2009, 03:38:54 PM »

To get the master list to link your server with your website you need to add this line(or it's URT equivalent)  to your server config.

Code:
sets _url http://dangerousground.servegame.org/

You can use the output from the search function to get something like this. Mind you this is our test website so some stuff may not work quite right. lol

http://www.easclan.com/modules.php?name=B3_List

Logged
Newbie
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 7
Offline Offline
WWW
« Reply #4 on: December 18, 2009, 06:49:27 PM »

Thank-You to all who answered my Post. I Really appreciate it. All of you are GREAT!!! If you click on my URL above you can see that the stats are showing up now, BUT, in black lettering Tongue Any ideas??? Have tried to solve it, with no luck. Did use the html iframes code to make it work, since my site is HTML ( thanks to Xlr8or for that tidbit ) I have downloaded Joomla and am planning to rewrite my site in PHP but still am learning WEB design-wont have any hair left by the time i am done Shocked Oh well...Luv learning!

OH one more thing, does anyone know where I can get an updated iourt41 Parser ( 1.5.0 and above )

Thanks, CD

http://dangerousground.servegame.org/
« Last Edit: December 18, 2009, 07:10:57 PM by PlaneCrazy1 » Logged
Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 40
Offline Offline
« Reply #5 on: December 18, 2009, 10:02:23 PM »

I had to make a php file to get the text color changed and then integrate that into an iframe setup for the site.

Code:
<HTML>
<BODY text="white" bgcolor="#190808">

<?php
$remote = fopen("http://www.bigbrotherbot.com/master/?server=[EAS]&hl&hr", "r");
fpassthru($remote);
?>

</BODY>
</HTML>
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #6 on: December 19, 2009, 02:03:00 AM »

Would it be easier if I added a class to the code for you to use in a css file?
Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #7 on: December 19, 2009, 02:09:03 AM »

I would go for CSS classes
Logged

Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 40
Offline Offline
« Reply #8 on: December 19, 2009, 06:44:39 AM »

Would it be easier if I added a class to the code for you to use in a css file?

That would be much easier.
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #9 on: December 19, 2009, 08:20:13 AM »

Hm, this won't work. iframes don't follow outside css instructions. This is the wrong path. I guess php inclusion using readfile() is the only way to get your own layout.
Logged

Newbie
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 7
Offline Offline
WWW
« Reply #10 on: December 21, 2009, 10:16:44 PM »

Ok sorry to bother all of you again. However, I have been trying to figure figure out how to change the text color since the last post...and...well, have been unsuccessful.

Skajaquada you gave me some php code but I cant figure out how to incorporate that into iframes.

xlr8or you suggested that a php inclusion using readfile() was another solution

I have been all over the web doing my own research, so that i dont have to keep bugging you all, but I just cant figure out how to get either of those methods to work. In short...HELP!!! PLEASE! :'(

Meantime I will keep trying to figure it out...

Thank-you Cliff Grin

« Last Edit: December 21, 2009, 10:19:28 PM by PlaneCrazy1 » Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #11 on: December 22, 2009, 01:53:07 AM »

What I did on my site was this:

1. I created a php-file on my webserver where I know inclusion is allowed like this:

Code: php
error_reporting(0);

$file = 'http://gs2.snt.utwente.nl/b3/?server=[SNT]&hl&hr';

$output = file_get_contents($file);
if ($output != NULL) echo $output;
else echo 'Masterlist not available!';

2. I included the file in my site (joomla) using the rdaddphp module for inclusion of php files inside content items.

I have to do this because of the restrictions in joomla and rdaddphp. You can use:
Code: php
include 'include.php';
inside your pages wherever you need the list. (include.php is what I called the first php file in this example.)
Ofcourse you can try and insert the first piece of code directly inside your pages, it al depends on what is allowed in your CMS, forum or whatever package you are using for your website.

(Don't forget to put php code inside <?php and ?> tags)
Logged

Jr. Member
**
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 40
Offline Offline
« Reply #12 on: December 22, 2009, 04:44:05 AM »

Skajaquada you gave me some php code but I cant figure out how to incorporate that into iframes.

I made a file called list.php using that little bit of code giving me THIS

I then called list.php from the iframe.

Code:
echo " <iframe align=\"center\" src=\"b3_master/list.php\" scrolling=\"auto\" width=\"100%\" height=\"800\" frameborder=\"0\">Your Browser Does Not Support IFRAMES</iframe><br />";
Logged
Newbie
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 7
Offline Offline
WWW
« Reply #13 on: December 22, 2009, 10:51:49 AM »

Thank-you both VERY Much...I sure do appreciate your patience...I will try them both and see what happens. Thanks again, and both of u have a Very Merry Christmas if i dont talk with u before then.

Cliff
Logged
Newbie
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 7
Offline Offline
WWW
« Reply #14 on: December 28, 2009, 05:34:16 PM »

Well I was able to get the Server Lists to show up in my Website, thanks to all who answered my Post...u know who u are...thanks again!

I do have another question though and do hope that I am NOT pushing my luck with this one. I noticed on some of your websites that you are able to post current real time game activities such as who is online playing-their details, and what map the game is on...so on and so forth. I know that xlr8or created a block.php script to give us top 5 players but is there one to show that other stuff  Huh Or do I have to create one...ugh!

Thank-you very much 4 your Patience, Cliff
Logged
Tags:
Pages: [1] 2   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal