
![]() Version: 5.7 Filesize: 211.58 Kb Added on: Jul-22-2006 Downloads: 3132 Compatibility: PHP-Nuke Author: Richard Perry Web Page: Visit | LGSL ( Live Game Server List ) 5.7 PHP-Nuke Pack as at Thu 12th Novemver 09 Tested as working on PHP-Nuke, PNC and RavenNuke. You will also need the required server map images which can be downloaded here If you are wanting to change the color scheme to blend in with your theme please see below Admin Note: FAQ ------------------------- - There are lots of 'Notice: Undefined' messages on the LGSL page. You have PHP debugging turned on, you can disabled this using a PHP.INI or .HTACCESS file with: php_value error_reporting 2039 Note that the number might need to be different depending on which version of PHP you are running. ------------------------- - The text is hard to read on the light blue background color of LGSL. The font color is set by your CMS theme, so instead you change the LGSL background color to match. In the LGSL_CONFIG.PHP edit the lines: $lgsl_config['background'][1] = "background-color:#e4eaf2"; $lgsl_config['background'][2] = "background-color:#f4f7fa"; Most image tools provide the HEX for a color, or use an online tool such as: http://www.colorpicker.com ------------------------- - Clicking on the server details icon just shows the list. In the LGSL_CONFIG.PHP change 0 to 1 on the line: $lgsl_config['direct_index'] = 0; ------------------------- - The icons are not loading on the list. First make sure the icons uploaded properly and that you can directly open them in your browser. If LGSL is looking for them in the wrong place, manually set the path to /lgsl_files/ in the LGSL_CONFIG.php remembering to include the trailing slash, for example: $lgsl_config['url_path'] = "http://www.example.com/folder/gameservers/lgsl_files/"; ------------------------- Q. What is a LGSL Zone ? A. Its the compact view of a server, also known as: e107 Menu, Joomla Module, PHPNuke Block. Q. How do I change the zone widths to be smaller ? A. Edit the lgsl_files/lgsl_config.php ( make height smaller by resizing transparent gifs ) Q. How do I turn off zones showing the player names ? A. Edit the lgsl_files/lgsl_config.php Q. How do I make the zones go side by side instead of just down ? A. Edit the lgsl_files/lgsl_config.php Q. How do I hide offline servers ? A. Edit the lgsl_files/lgsl_config.php Q. How do I show the server totals at the bottom of the list ? A. Edit the lgsl_files/lgsl_config.php Q. Why does LGSL not show kills, deaths, player names, or some other field for my game sever ? A. The information returned varies for each game, and LGSL has no control over what that is. ------------------------- - After 30 or more servers the LGSL admin stops working. Check if your server is running 'suhosin' or some other security addon. suhosin blocks data sent by the browser once it reaches a certain size. You can overide the limit by adding to the 'lgsl' folder a PHP.ini with the lines: suhosin.post.max_vars = 5000 suhosin.post.max_value_length = 500000 suhosin.request.max_vars = 5000 suhosin.request.max_value_length = 500000 More details at: http://www.hardened-php.net/suhosin/configuration.html |