Search found 4 matches
- Wed Aug 06, 2008 6:03 pm
- Forum: Quake III Arena & Quake Live Discussion
- Topic: PhP script to send stats to console (top 5 players) ?
- Replies: 6
- Views: 16633
Re: PhP script to send stats to console (top 5 players) ?
k so. I figured it out. The main issue was the my website host needed to open port 27960 (or whatever port you have quake setup on) IF you are running vsp stats and want to send the top 5 players to the console, here is the script. 100% workin for php 5 <?php // - edit - this is Open Source of cours...
- Sun Aug 03, 2008 1:29 am
- Forum: Quake III Arena & Quake Live Discussion
- Topic: PhP script to send stats to console (top 5 players) ?
- Replies: 6
- Views: 16633
Re: PhP script to send stats to console (top 5 players) ?
Yeah. That helped a lot. I guess I had it set to writable by group. I fixed it.
The script seems to work now but doesn't send the info to the to the server.
The script seems to work now but doesn't send the info to the to the server.
- Thu Jul 31, 2008 1:26 pm
- Forum: Quake III Arena & Quake Live Discussion
- Topic: PhP script to send stats to console (top 5 players) ?
- Replies: 6
- Views: 16633
Re: PhP script to send stats to console (top 5 players) ?
YEah .That's the address. It's through a game server provider. I think that is where the issue is though.. In that code you qouted. My webhosting company must not allow fsockopen or something.
- Tue Jul 29, 2008 8:03 pm
- Forum: Quake III Arena & Quake Live Discussion
- Topic: PhP script to send stats to console (top 5 players) ?
- Replies: 6
- Views: 16633
PhP script to send stats to console (top 5 players) ?
Hello. I was wondering if someone out there could help me with this script. The run down.. I have a quake 3 server and a website. I have setup VSP stats so players can see their rank when they visit my site. What I'm trying to do is set it up so I can run a .php file that sends the top 5 players of ...