Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tltneon/lgsl
Browse files Browse the repository at this point in the history
  • Loading branch information
tltneon committed Feb 13, 2020
2 parents 1b0e7cb + 45d5737 commit eefd681
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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+.
Expand All @@ -12,43 +15,49 @@ 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**
- *Thanks to @own3mall*
- **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:**
Expand Down
2 changes: 0 additions & 2 deletions lgsl/lgsl_files/lgsl_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit eefd681

Please sign in to comment.