| View previous topic :: View next topic |
| Author |
Message |
Gravis
Joined: Mar 11, 2009 Posts: 23
Reputation: 2.9  

Status: Offline
|
Posted: Tue Mar 13, 2012 4:44 pm Post subject: BF3 Viewer Module help |
|
|
Hello, I am trying to get a BF3 server tracking module up and running. Is there anyone running the eot-clan BF3viewer_1.1.1 Game Server tracker. If so I am at a lost to get mine working at all. I have the module uploaded to its own folder within my sites main root folder. If I am setting this up right I believe I just go into the inc/config.php and do the top three sections there and save and check with the path either toBF3viewer/viewer.php or BF3viewer/details.php. The only thing I can see where I am not sure of the settings is the query port. I rent hosting for my BF3 from gameservers.com and if you know they have the main game port 25200 and then the have a Procon layer that is ran off a whole different IP address and port number. Here is my config file.
$Domain = "http://xxtreme3d.com/gamingcouncil/BF3viewer";//Pfad zum Script ohne / am Ende
$language = "english"; // Set language (german or english)
$LB = "1"; //Set 1 for use Leaberboard Database to check online Members or 2 for own Members array
$LBPfad = "http://xxtreme3d.com/gamingcouncil/bf3leaderboard/inc/config.php"; //Set directory to Leaderboard config.php
$country = "US"; // Land from Gameserver
$kontinent = "North America"; //Kontinent from Gameserver
//Set your clanmembers separately with a comma.. You don't need that if you take your players out of your LB.
//$ClanMembers = "BlackMarco,BoosterDinozzo,DarkB3do";
//Your Battlefield3 Gameservers Data..
$aServerips = array();
$aServerips[] = array(
'id' => "", //Please set a unique ID for each server
'ip' => "xxx.xxx.103.80", //Server IP
'qport' => "25200", // Query Port, the same as Procon/BF3cc or other
'port' => "25200", // Software Port
'rconPW' => "MY RCON PASS", //Rcon PW for extended Server Data (Maprotation or more)
'battlelog' => "http://battlelog.battlefield.com/bf3/platoon/2832655241129626501/"); //Battlelog URL to Server,without a servername
Any help would be appreciated. Thank you in advance |
 |
|
| Back to top |
|
 |
5STAR Support Team

Gender:  Joined: Dec 31, 2008 Age: 48 Posts: 563 Location: Missouri Reputation: 73.9   votes: 4

Status: Offline
Web Control Panel: 11.34.0.9 Test: v2.0.9D |
|
| Back to top |
|
 |
Gravis
Joined: Mar 11, 2009 Posts: 23
Reputation: 2.9  

Status: Offline
|
Posted: Tue Mar 13, 2012 9:31 pm Post subject: Re: BF3 Viewer Module help |
|
|
| Seen it on xtreme sites it is a stand alone and doesn't run through evo's module. Just having many gamers using evo I thought someone could run me through and maybe pick up what I am doing wrong. i can get it loaded but just won't pick up my game server. Once it works then I just like it in my modules with a Iframe like I did with my bf3leaderboard also made by them. I will though check out that link and see if that is what we are looking for. Also thanks again 5star. |
 |
|
| Back to top |
|
 |
Sponsor
|
|
 |
Gravis
Joined: Mar 11, 2009 Posts: 23
Reputation: 2.9  

Status: Offline
|
Posted: Tue Mar 13, 2012 9:41 pm Post subject: Re: BF3 Viewer Module help |
|
|
Just looked at the download and is that stat tracker just BFBC2 or can it be used on BF3 cause that is what we are playing is BF3. This is what we are using for stat tracking.
Gaming Council BF3 Stats
So We were using the other more for a server tracker to see who is on and top ten stuff and others. |
 |
|
| Back to top |
|
 |
5STAR Support Team

Gender:  Joined: Dec 31, 2008 Age: 48 Posts: 563 Location: Missouri Reputation: 73.9   votes: 4

Status: Offline
Web Control Panel: 11.34.0.9 Test: v2.0.9D |
|
| Back to top |
|
 |
=XE=NOVA
Joined: Feb 28, 2009 Posts: 322
Reputation: 59.3   votes: 2

Status: Offline
|
Posted: Tue Mar 13, 2012 11:26 pm Post subject: Re: BF3 Viewer Module help |
|
|
here is one that will work and its a standalone and you can iframe into a module ill post code for the iframe.
http://www.ezstats.org/
<?php
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
include("header.php");
$index = 0;
OpenTable();
echo"<center>";
echo"<IFRAME name=stbbox src=\"your site here/ezStats2/index.php\" width=\"1170\" height=\"1400\">"
. "<p>Your browser doesn't support frames. Click <a href=\"http://http://your site here/ezStats2/index.php\" target=\"_blank\">here</a> to view the page.</p>"
. "</IFRAME>";
CloseTable();
include("footer.php");
?>
example here of it on our site.
http://www.xtremeeagles.net/modules.php?name=bf3stats |
 |
|
| Back to top |
|
 |
Sponsor
|
|
 |
Gravis
Joined: Mar 11, 2009 Posts: 23
Reputation: 2.9  

Status: Offline
|
Posted: Wed Mar 14, 2012 3:29 am Post subject: Re: BF3 Viewer Module help |
|
|
| OK I have a stat tracker already running on my site. I am really wanting to get the one I original posted with for the additional server tracking and top players from just my server. Again i really appreciate the responses but am really looking to get that one working. I think my issue is just not having the right qport of the server so it can read the servers info but there could be more to it and I have no idea. |
 |
|
| Back to top |
|
 |
Gravis
Joined: Mar 11, 2009 Posts: 23
Reputation: 2.9  

Status: Offline
|
Posted: Wed Mar 14, 2012 3:37 am Post subject: Re: BF3 Viewer Module help |
|
|
| Ok update that does look real nice on your site Nova. I think I might give that a try for the stats portion of our site and see which one the members like. It seems real plain and clean looking which I like a lot. Thanks a lot for showing the link and Iframe info to me and I will let ya all know which way we end up going. However, As I stated in my last post I still want that server tracker also. Again thanks 5Star and Nova. |
 |
|
| Back to top |
|
 |
TONY[-TOC-]
Joined: May 20, 2009 Posts: 242
Reputation: 31.3   votes: 1

Status: Offline
|
Posted: Wed Mar 14, 2012 7:02 pm Post subject: Re: BF3 Viewer Module help |
|
|
Gravis I am running the program you were originally talking about. I have both the server viewer as well as the stats, and IMOP they are bar none waaaayyyyyy above anything else out there. You just have your query port wrong. You need to enter whatever you used to get Procon working. My server host calls it the Rcon port.
I then just put this in a block, for a mini viewer on the homepage
<p>
<iframe frameborder="0" height="300px" scrolling="no" src="BF3viewer/viewer.php" width="160"></iframe></p>
I noticed your missing some options on your leaderboard. Did you do the full update for 1.2.0? If you need any extra help just let me know.
Let me know if you need any help and id be glad to assist. We can hook up on my TS if you need. |

Last edited by TONY[-TOC-] on Wed Mar 14, 2012 7:10 pm; edited 1 time in total |
|
| Back to top |
|
 |
Sponsor
|
|
 |
Gravis
Joined: Mar 11, 2009 Posts: 23
Reputation: 2.9  

Status: Offline
|
Posted: Wed Mar 14, 2012 7:10 pm Post subject: Re: BF3 Viewer Module help |
|
|
yeah that seems to be my issue. maybe I can get you on my Teamspeak if that would be OK. After we saw the tracker some time back I have been wanting to get this worked out. As I was saying up above is that the way that gameserver.com has their procon setup is on a whol different IP than the game server is running on and a different port. Is that my issue?
Procon Layer: 68.232.xxx.xxx
Port: 17000
BF3 Server IP: 173.199.103.80
Port: 25200
I have tried many different options. i put the Rcon pass from the actual password for the rcon in the servers cfg start file. That is correct right?
Seeing the way ours is setup with the different procon layer attached maybe you could give some pointers for me. I appreciate the response and hopefully will get this figures out. Also Tony your site looks fantastic. Very well organized
Thanks |
 |
|
| Back to top |
|
 |
Gravis
Joined: Mar 11, 2009 Posts: 23
Reputation: 2.9  

Status: Offline
|
Posted: Wed Mar 14, 2012 9:01 pm Post subject: Re: BF3 Viewer Module help |
|
|
Sorry one last thing am I right in thinking that i only need to configure the config.php file under the inc folder. Cause i can see the trackers just not getting any info from the server. here is what i see. the other thing I was thinking is do I need to have my webhost open the 25200 game port. If so I am curious to know if it si TCP or UDP and which way it needs to be open in or out
Game Tracker
Again thanks in advance |
 |
|
| Back to top |
|
 |
Gravis
Joined: Mar 11, 2009 Posts: 23
Reputation: 2.9  

Status: Offline
|
Posted: Thu Mar 15, 2012 7:26 am Post subject: Re: BF3 Viewer Module help |
|
|
| Ok, Well I want to first thank 5star again and Tony for their help with this. For future people that may have this issue I ended up putting up my local linux server box and was testing it. It ended up being the port for my Game 25200 had to be opened through my webhost. From what they said they opened TCP in/out both. Thanks again and appreciate the support. |
 |
|
| Back to top |
|
 |
Sponsor
|
|
 |
TONY[-TOC-]
Joined: May 20, 2009 Posts: 242
Reputation: 31.3   votes: 1

Status: Offline
|
Posted: Thu Mar 15, 2012 4:24 pm Post subject: Re: BF3 Viewer Module help |
|
|
| Im glad you got it all sorted out. |
 |
|
| Back to top |
|
 |
|