diff --git a/README.md b/README.md index dfceaeb..18788e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ [![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html) -[![Generic badge](https://img.shields.io/badge/Version-v5.10.0-green.svg)](https://github.com/tltneon/lgsl) -# LGSL v5.10.0 (Live Game Server List) for PHP 7+ +[![Generic badge](https://img.shields.io/badge/Version-v5.10.1-green.svg)](https://github.com/tltneon/lgsl) +![GitHub stars](https://img.shields.io/github/stars/tltneon/lgsl) +![GitHub forks](https://img.shields.io/github/forks/tltneon/lgsl) +![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/tltneon/lgsl) +# LGSL v5.10.1 (Live Game Server List) for PHP 7+ Based-off LGSL v5.8 (SA) This is almost original version of LGSL with new features and working with PHP 7+. @@ -12,25 +15,31 @@ This is almost original version of LGSL with new features and working with PHP 7 ## How to install: https://github.com/tltneon/lgsl/wiki/How-to-install-LGSL ## Supported games: https://github.com/tltneon/lgsl/wiki/Supported-Games ## Custom styles: https://github.com/tltneon/lgsl/wiki/Styles + +Feel free to make pull request with your custom styles! + + ### Server List on mobile device + ![lgsl Server List on mobile device](https://i.imgur.com/jfFMhyK.png) + ![lgsl Server List on mobile device](https://i.imgur.com/wOvyZHV.png) ## Changelog #### v5.10.1 -- **Menu in the top of page** +- **Menu in the top of page** (_also now you can enter the admin page thru the clicking on top right corner of the page_) - **Further adaptiveness to different resolutions** - **More CSS classes for style customization** #### v5.10.0 -- **Added installation script** [How to install LGSL](https://github.com/tltneon/lgsl/wiki/How-to-install-LGSL) +- **Added installation script** [[How to install LGSL](https://github.com/tltneon/lgsl/wiki/How-to-install-LGSL)] - **Styles now has better view on mobile devices** - **Most popular game icons changed to 64x64 resolution** #### v5.9.6 -- **Added Parallax Style** [Live Demo](http://lgsl-demo.freesite.vip/lgsl5/index.php) +- **Added Parallax Style** [[Live Demo](http://lgsl-demo.freesite.vip/lgsl5/index.php)] - **Added German languages** - *Thanks to @ctannurella* - **Default style was changed to: Darken** - **Added support to including js files in lgsl_config.php** #### v5.9.4 - **More custom CSS classes for changing styles** -- **Added OGP Style** [Live Demo](http://lgsl-demo.freesite.vip/lgsl4/index.php) +- **Added OGP Style** [[Live Demo](http://lgsl-demo.freesite.vip/lgsl4/index.php)] - *Author @oNdsen* - **Added a few game icons** - **Added French and Spanish languages** @@ -38,17 +47,17 @@ This is almost original version of LGSL with new features and working with PHP 7 - **Added Czech, Bulgarian language** - **Changed HL Game Links to steam:// protocol** #### v5.9.3 -- **Added Darken Style** [Live Demo](http://lgsl-demo.freesite.vip/lgsl2/index.php) +- **Added Darken Style** [[Live Demo](http://lgsl-demo.freesite.vip/lgsl2/index.php)] - **Added favicon to \lgsl_files\other\favicon.ico** - **Added translation feature** - *You can help to translate LGSL to your language!* - **Added Russian language** #### v5.9.2 - **Now LGSL can use custom styles** -- **Added Breeze Style** [Live Demo](http://lgsl-demo.freesite.vip/lgsl/index.php) +- **Added Breeze Style** [[Live Demo](http://lgsl-demo.freesite.vip/lgsl/index.php)] - **Default style was changed to: Breeze** - *Suggest your custom styles!* - - *Classic style is still exists to use* http://lgsl-demo.freesite.vip/lgsl3/index.php + - *Classic style is still exists to use* [http://lgsl-demo.freesite.vip/lgsl3/index.php] #### v5.8.2 - **LGSL now working with PHP 7+** - **Added game types:** diff --git a/lgsl/lgsl_files/lgsl_config.php b/lgsl/lgsl_files/lgsl_config.php index f6d2f30..6d2124e 100644 --- a/lgsl/lgsl_files/lgsl_config.php +++ b/lgsl/lgsl_files/lgsl_config.php @@ -16,8 +16,6 @@ $lgsl_config['style'] = "darken_style.css"; // options: breeze_style.css, darken_style.css, classic_style.css, ogp_style.css, parallax_style.css, disc_ff_style.css $lgsl_config['scripts'] = ['parallax.js']; - $lgsl_config['background'][1] = "background-color:#e4eaf2"; - $lgsl_config['background'][2] = "background-color:#f4f7fa"; //------------------------------------------------------------------------------------------------------------+ //[ SHOW LOCATION FLAGS: 0=OFF 1=GEO-IP "GB"=MANUALLY SET COUNTRY CODE FOR SPEED ]