FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: bigbighuge on May 29, 2007, 10:02:09 AM

Title: PHP scripts calling files from other servers
Post by: bigbighuge on May 29, 2007, 10:02:09 AM
I have a PHP script that pulls a text document of my counter-strike server via FTP that contains all the ranks of the players on the server (its about 100kb) it basically says, user blah blah has blah blah points, and the script displays it in a pretty way, anyway, this script works on a number of over servers but not freepgs, without any changes, I was wondering if this kind of thing is blocked on freepgs and whether I will need to just put this stuff on another server...
Title: Re: PHP scripts calling files from other servers
Post by: brainiac744 on May 29, 2007, 08:33:28 PM
You should try using the PHP CURL functions if you're not already.
Title: Re: PHP scripts calling files from other servers
Post by: bigbighuge on June 03, 2007, 07:30:06 AM
I don't actually know that much about php, I have no idea what a curl is, LOL

I am just using a script provided by a community group that released it to view the stats of a game server...