[ BACK TO INDEX ]

----------------

  1. Make sure you are using the latest version of LGSL.

----------------

  2. Try the test page at: http://www.greycube.co.uk/lgsl/test/


  -  If it works, your webhost has a firewall blocking the query port.

     Send a POLITE email/ticket to your webhost asking if they can allow the QUERY PORT through the firewall.

     ( You may also want to mention it is 'UDP' data, exception being 'Bad Company 2' which uses 'TCP' )


  -  If not, make sure you have the correct query port, check the game specific information Here.

----------------

  3. While you wait for your host to reply, or if only CURL is available, there
     is the FEED system.  It works by another LGSL doing the querying, and passing
     the raw data on as a webpage over port 80 ( much like a RSS feed, hence the name )


     I have a public feed available, this is filled in by default, to use just
     edit the lgsl_config.php and change $lgsl_config['feed']['method'] = 0; to = 1;

     NOTE: the setting may take a minute to work unless you use the 'Save - Reset Cache' button.

     My feed runs on a self managed VPS server, which may go offline during security updates.
     Also donations towards the $3.50 a month rental costs would be appreciated.


     If you have some webspace elsewhere, without firewall restrictions, perhaps a small
     ammount on a gameserver, you can setup your own feed, just install LGSL, add your
     servers, check its working, and then editing the lgsl_config.php in your NON working
     LGSL and change $lgsl_config['feed']['url'] to point to the the working copy.

----------------

  4. If the feed does not work for you or both FSOCKOPEN and CURL are disabled, there is
     still the embedding option.  These sites allow you to add some javascript or an image
     to your website, and some one elses server does all the complicated stuff.


     http://www.gametracker.com

     http://game-monitor.com

     http://www.serverspy.net

     http://nanospy.de

----------------

  5. If your problem is not covered by the above, ask for help on the forum.

----------------