<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/lgsl/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/lgsl/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 01 Mar 2022 08:10:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/lgsl/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Neon</title><link>https://sourceforge.net/p/lgsl/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v30
+++ v31
@@ -11,7 +11,7 @@
 ### [Guide: Make custom style](https://github.com/tltneon/lgsl/wiki/How-to-Make-own-style)
 ### [Help us: Translate LGSL](https://github.com/tltneon/lgsl/wiki#how-do-i-change-language)
 ### [Leave the feedback](https://docs.google.com/forms/d/e/1FAIpQLScx9zlMNvjpR3xUE-OZSttdGRojmncMU037LOk-c9mYIFYBdQ/viewform)
-### [Donate on Patreon!](https://www.patreon.com/user?u=22162275&amp;amp;fan_landing=true)
+### [Donate on Patreon!](https://www.patreon.com/ru_neon)

 [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/tltneon/lgsl?style=for-the-badge)](https://github.com/tltneon/lgsl/archive/master.zip)
 [![Packagist](https://img.shields.io/packagist/l/tltneon/lgsl?style=for-the-badge)](https://github.com/tltneon/lgsl/blob/master/LICENSE)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neon</dc:creator><pubDate>Tue, 01 Mar 2022 08:10:49 -0000</pubDate><guid>https://sourceforge.neteb81ae4bff401ccdaee7ce167465ae110414c850</guid></item><item><title>Home modified by Neon</title><link>https://sourceforge.net/p/lgsl/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v29
+++ v30
@@ -19,13 +19,15 @@
 # FAQ
 ## Fast start? (using LGSL as PHP library)
 1. [Download ZIP](https://github.com/tltneon/lgsl/archive/master.zip) and extract or download via Composer: `composer require tltneon/lgsl`
-2. Example of using LGSL:&lt;br/&gt;
+2. Include `lgsl_class.php` and query data from server using `lgsl_query_live(protocol, ip, connect_port, query_port, software_port, flags)` function, where:
+**protocol** - _server query protocol_, **ip** - _your server ip_, **connect_port** - _server connection port_, **query_port** - _server query port_, **software_port** - _server software port (mostly equal to 0)_, **flags** - _"s" for main info, "e" for extra data and settings, "p" for players data_.&lt;br/&gt;&lt;br/&gt;
+**Example of using LGSL:**&lt;br/&gt;

     :::php
     
 ## How to upgrade LGSL?
 1. Download [stable version](https://github.com/tltneon/lgsl/releases) or [latest commit](https://github.com/tltneon/lgsl/archive/master.zip). _(*Note that commit can have any bugs)_
@@ -36,7 +38,7 @@
 * In other cases just roll back to your backup version.
 ## How to go to Admin panel?
 There are two ways you can enter the Admin panel: _(Note that you need to install LGSL first)_
-1. Just typing http://*your_website*/lgsl_folder/admin.php (For example: http://lgsl-demo.freesite.vip/lgsl6/admin.php)
+1. Just typing http://*your_website*/lgsl_folder/admin.php (For example: http://*your_website*/lgsl/admin.php)
 2. Clicking on the top right corner of the page. Cheers, you just found a hidden link, ha-ha.
 ## How to add servers to website's sidebar?
 1. Set zone option to 1 at servers you need to show (at admin panel)
@@ -61,7 +63,7 @@
 * Only enabled: http://*your_website*/lgsl_files/lgsl_export.php?nodisabled=1
 * Sorting by ip or type: http://*your_website*/lgsl_files/lgsl_export.php?sort=ip

-For example, you can export enabled servers sorted by type as xml: http://lgsl-demo.freesite.vip/lgsl9/lgsl_files/lgsl_export.php?xml=1&amp;amp;nodisabled=1&amp;amp;sort=type
+For example, you can export enabled servers sorted by type as xml: http://*your_website*/lgsl/lgsl_files/lgsl_export.php?xml=1&amp;amp;nodisabled=1&amp;amp;sort=type

 ## Page loads slowly
  If you have more than 20 servers in your list, and you need the server information to be
@@ -76,8 +78,8 @@
  Setting up a cron differs between hosts, so you may need find out what method your host supports,
  but here are examples of cron commands that I have used in the past.

- `curl --compressed -s -o /dev/null http://URL/lgsl/lgsl_files/lgsl_cron.php`&lt;br/&gt;
- `wget -q -O /dev/null http://URL/lgsl/lgsl_files/lgsl_cron.php`&lt;br/&gt;
+ `curl --compressed -s -o /dev/null http://*your_website*/lgsl/lgsl_files/lgsl_cron.php`&lt;br/&gt;
+ `wget -q -O /dev/null http://*your_website*/lgsl/lgsl_files/lgsl_cron.php`&lt;br/&gt;
  `php -q /public_html/lgsl/lgsl_files/lgsl_cron.php`&lt;br/&gt;

  Before setting up the cron, its recommended that you view the lgsl_cron.php in your browser to
@@ -89,7 +91,7 @@
   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://your_website/folder/gameservers/lgsl_files/";
+  $lgsl_config['url_path'] = "http://*your_website*/folder/gameservers/lgsl_files/";

 # Troubleshooting with adding game server
 ## There is no game that I want to add!
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neon</dc:creator><pubDate>Tue, 01 Mar 2022 08:10:47 -0000</pubDate><guid>https://sourceforge.net549122406c544efa471cfeb1b4eac3493eefc9d0</guid></item><item><title>Home modified by Neon</title><link>https://sourceforge.net/p/lgsl/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v28
+++ v29
@@ -131,8 +131,7 @@
 * Since LGSL v5.10.2 you can add images with various resolutions (but keep in mind that can affects on page loading speed) 

 For example, we have any CS:GO server with map de_dust2. So to add map image we need to look at game type, game name and map name. CS:GO has gametype "**source**", game name "**csgo**" and map name "**de_dust2**". After we get that we can upload map image called de_dust2.jpg into /lgsl_files/maps/**source**/**csgo**/ folder. If it isn't exists - just create! That's all! If you correctly made it default map image will be replaced with yours new.
-
-Custom stuff will be places here: http://lgsl-demo.freesite.vip/custom
+[Watch in YouTube](https://www.youtube.com/watch?v=3u30DyWpSh8)

 Most common images you can download from [here](https://www.dropbox.com/s/0zzbybp8cokngs6/lgsl_map_images_standard.zip?dl=0).

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neon</dc:creator><pubDate>Tue, 01 Mar 2022 08:10:47 -0000</pubDate><guid>https://sourceforge.net188769ac3d32dc08063f0fde18f1645d5db3faa2</guid></item><item><title>Home modified by Neon</title><link>https://sourceforge.net/p/lgsl/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v27
+++ v28
@@ -62,6 +62,35 @@
 * Sorting by ip or type: http://*your_website*/lgsl_files/lgsl_export.php?sort=ip

 For example, you can export enabled servers sorted by type as xml: http://lgsl-demo.freesite.vip/lgsl9/lgsl_files/lgsl_export.php?xml=1&amp;amp;nodisabled=1&amp;amp;sort=type
+
+## Page loads slowly
+ If you have more than 20 servers in your list, and you need the server information to be
+ more accurate as to current players and map information, then you can schedule updates.
+
+ Since LGSL updates when viewed, there has to be a limit on the update time otherwise the
+ page would take a long time to load while it polls all the servers.
+
+ By scheduling the webserver to 'view' LGSL at regular intervals, the server information
+ is cached ready for when a visitor views LGSL.  Scheduling on webservers is known as a 'cron job'.
+
+ Setting up a cron differs between hosts, so you may need find out what method your host supports,
+ but here are examples of cron commands that I have used in the past.
+
+ `curl --compressed -s -o /dev/null http://URL/lgsl/lgsl_files/lgsl_cron.php`&lt;br/&gt;
+ `wget -q -O /dev/null http://URL/lgsl/lgsl_files/lgsl_cron.php`&lt;br/&gt;
+ `php -q /public_html/lgsl/lgsl_files/lgsl_cron.php`&lt;br/&gt;
+
+ Before setting up the cron, its recommended that you view the lgsl_cron.php in your browser to
+ make sure that there are no errors, and you can see how long it takes to update the servers.
+
+## The icons and other images are not showing
+
+  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://your_website/folder/gameservers/lgsl_files/";
+
 # Troubleshooting with adding game server
 ## There is no game that I want to add!
 Note that most of games builded on similar query protocols so they are grouped. Note that most of games builded on similar query protocols so they are grouped. To choose right game type, go to: https://github.com/tltneon/lgsl/wiki/Supported-Games,-Query-protocols,-Default-ports
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neon</dc:creator><pubDate>Tue, 01 Mar 2022 08:10:46 -0000</pubDate><guid>https://sourceforge.net665f749665377bafe4e93803fe00847323aae529</guid></item><item><title>Home modified by Neon</title><link>https://sourceforge.net/p/lgsl/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v26
+++ v27
@@ -64,13 +64,13 @@
 For example, you can export enabled servers sorted by type as xml: http://lgsl-demo.freesite.vip/lgsl9/lgsl_files/lgsl_export.php?xml=1&amp;amp;nodisabled=1&amp;amp;sort=type
 # Troubleshooting with adding game server
 ## There is no game that I want to add!
-Note that most of games builded on similar query protocols so they are grouped. Note that most of games builded on similar query protocols so they are grouped. To choose right game type, go to: https://github.com/tltneon/lgsl/wiki/Supported-Games
+Note that most of games builded on similar query protocols so they are grouped. Note that most of games builded on similar query protocols so they are grouped. To choose right game type, go to: https://github.com/tltneon/lgsl/wiki/Supported-Games,-Query-protocols,-Default-ports
 ## My server won't working!!
 Before you say that LGSL isn't works:
 1. Make sure your web hosting has open ports and allow to sending requests to game servers.
 1. Make sure you're entered right connection port and query port.
 1. Make sure your server is working now and also server's ports is opened.
-1. For some servers uses slightly different query port than connection port. Try to enter query port as "**connection port + 1**". For example: Connection port 27015, so you trying to enter Query port 27016. That often meets with Killing floor, Unturned and some other servers. Also check [that page](https://github.com/tltneon/lgsl/wiki/Query-Ports).
+1. For some servers uses slightly different query port than connection port. Try to enter query port as "**connection port + 1**". For example: Connection port 27015, so you trying to enter Query port 27016. That often meets with Killing floor, Unturned and some other servers. Also check [that page](https://github.com/tltneon/lgsl/wiki/Supported-Games,-Query-protocols,-Default-ports).

 # Changing visuals
 ## How do I change style?
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neon</dc:creator><pubDate>Tue, 01 Mar 2022 08:10:46 -0000</pubDate><guid>https://sourceforge.netc05515ec1433a3ae6ca280610e7d31f615e2597c</guid></item><item><title>Home modified by Neon</title><link>https://sourceforge.net/p/lgsl/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v25
+++ v26
@@ -18,7 +18,7 @@

 # FAQ
 ## Fast start? (using LGSL as PHP library)
-1. [Download ZIP](https://github.com/tltneon/lgsl/archive/master.zip) and extract or download via Composer: `composer require tltneon/lgsl: "~6.1.0"`
+1. [Download ZIP](https://github.com/tltneon/lgsl/archive/master.zip) and extract or download via Composer: `composer require tltneon/lgsl`
 2. Example of using LGSL:&lt;br/&gt;

     :::php
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neon</dc:creator><pubDate>Tue, 01 Mar 2022 08:10:46 -0000</pubDate><guid>https://sourceforge.nete0d7daa5e864e94f30e999cf70853bfe4fc9ca05</guid></item><item><title>Home modified by Neon</title><link>https://sourceforge.net/p/lgsl/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v24
+++ v25
@@ -6,21 +6,32 @@
 ![MySQL](https://img.shields.io/badge/MySQL-5.5.27--8.0.x-brightgreen?style=for-the-badge&amp;amp;logo=mysql) or
 ![MariaDB](https://img.shields.io/badge/MariaDB-5.5--10.5.x-brightgreen?style=for-the-badge&amp;amp;logo=mariadb)

-
-### [Guide: How to install LGSL](https://github.com/tltneon/lgsl/wiki/How-to-install-LGSL)
+# Main links
+### [Guide: How to install LGSL (standalone)](https://github.com/tltneon/lgsl/wiki/How-to-install-LGSL)
 ### [Guide: Make custom style](https://github.com/tltneon/lgsl/wiki/How-to-Make-own-style)
 ### [Help us: Translate LGSL](https://github.com/tltneon/lgsl/wiki#how-do-i-change-language)
 ### [Leave the feedback](https://docs.google.com/forms/d/e/1FAIpQLScx9zlMNvjpR3xUE-OZSttdGRojmncMU037LOk-c9mYIFYBdQ/viewform)
 ### [Donate on Patreon!](https://www.patreon.com/user?u=22162275&amp;amp;fan_landing=true)

-
 [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/tltneon/lgsl?style=for-the-badge)](https://github.com/tltneon/lgsl/archive/master.zip)
 [![Packagist](https://img.shields.io/packagist/l/tltneon/lgsl?style=for-the-badge)](https://github.com/tltneon/lgsl/blob/master/LICENSE)

+# FAQ
+## Fast start? (using LGSL as PHP library)
+1. [Download ZIP](https://github.com/tltneon/lgsl/archive/master.zip) and extract or download via Composer: `composer require tltneon/lgsl: "~6.1.0"`
+2. Example of using LGSL:&lt;br/&gt;
+
+    :::php
+    
 ## How to upgrade LGSL?
 1. Download [stable version](https://github.com/tltneon/lgsl/releases) or [latest commit](https://github.com/tltneon/lgsl/archive/master.zip). _(*Note that commit can have any bugs)_
 2. Backup your LGSL.
-3. Extract new LGSL into your LGSL folder with replacing (**DO NOT replace lgsl_config.php**)
+3. Extract new LGSL into your LGSL folder with replacing (**DO NOT replace lgsl_config.php**)&lt;br/&gt;
+3.1 Check out your **lgsl_config.php** and new one - there are can be several changes.
 4. If everything is good - now you have most latest version of LGSL.
 * In other cases just roll back to your backup version.
 ## How to go to Admin panel?
@@ -52,20 +63,8 @@

 For example, you can export enabled servers sorted by type as xml: http://lgsl-demo.freesite.vip/lgsl9/lgsl_files/lgsl_export.php?xml=1&amp;amp;nodisabled=1&amp;amp;sort=type
 # Troubleshooting with adding game server
-## Choosing the right game type
-* For **7 Days To Die** - Source Protocol ( Half-Life 2, etc. )
-* For **Ark Survival Envolved** - Source Protocol ( Half-Life 2, etc. )
-* For **Counter-Strike 1.6** - Half-Life - Steam Protocol
-* For **Counter-Strike: Global Offensive** - Source Protocol ( Half-Life 2, etc. )
-* For **DayZ Standalone** - Source Protocol ( Half-Life 2, etc. ) or Arma 3
-* For **Garry's Mod** - Source Protocol ( Half-Life 2, etc. )
-* For **Killing Floor 2** - Source Protocol ( Half-Life 2, etc. )
-* For **Project Zomboid** - Source Protocol ( Half-Life 2, etc. )
-* For **Rust** - Source Protocol ( Half-Life 2, etc. )
-* For **Space Engineers** - Source Protocol ( Half-Life 2, etc. )
-* For **Unturned** - Source Protocol ( Half-Life 2, etc. )
-
-Full list: https://github.com/tltneon/lgsl/wiki/Supported-Games
+## There is no game that I want to add!
+Note that most of games builded on similar query protocols so they are grouped. Note that most of games builded on similar query protocols so they are grouped. To choose right game type, go to: https://github.com/tltneon/lgsl/wiki/Supported-Games
 ## My server won't working!!
 Before you say that LGSL isn't works:
 1. Make sure your web hosting has open ports and allow to sending requests to game servers.
@@ -92,16 +91,10 @@

 (_You can use [Google Translate](https://translate.google.com/) if you need_)
 ## How can I make my own style?
-You **need to know [CSS3](https://developer.mozilla.org/en-US/docs/Web/CSS)** or so.
+You **need to know [CSS3](https://developer.mozilla.org/en-US/docs/Web/CSS)** and use Developer Tools (e.g. [DevTools](https://developer.mozilla.org/en-US/docs/Tools/Style_Editor) into Mozilla Firefox).

 * Make file ***your_file_name*.css** at **/lgsl_files/styles/** folder.
 * Change style in **lgsl_config.php** and now you have your own custom style of LGSL!
-## How can I help with .. ?
-Mainly we need to help with finding bugs and to help to translate to any language.
-
-Any your ideas (such as new style, game type, new feature) you can suggest to [Issues](https://github.com/tltneon/lgsl/issues) page.
-
-Also you can fork LGSL repository and give a star. Thanks!

 ## How can I add map images?
 * All of map images stores at /lgsl_files/maps/
@@ -113,3 +106,9 @@
 Custom stuff will be places here: http://lgsl-demo.freesite.vip/custom

 Most common images you can download from [here](https://www.dropbox.com/s/0zzbybp8cokngs6/lgsl_map_images_standard.zip?dl=0).
+
+
+## How can I help with .. ?
+Mainly we need to help with finding bugs and to help to translate to any language.&lt;br/&gt;
+Any your ideas (such as new style, game type, new feature) you can suggest to [Issues](https://github.com/tltneon/lgsl/issues) page.&lt;br/&gt;
+Also you can fork LGSL repository and give a star. Thanks!
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neon</dc:creator><pubDate>Tue, 01 Mar 2022 08:10:45 -0000</pubDate><guid>https://sourceforge.net8f098abfaf81f53a2ede4d472fb73fa106892bb5</guid></item><item><title>Home modified by Neon</title><link>https://sourceforge.net/p/lgsl/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v23
+++ v24
@@ -2,7 +2,7 @@
 ### Visit for the first time? &amp;gt; Leave the Star and Fork LGSL Repo!
 [![GitHub followers](https://img.shields.io/github/followers/tltneon?style=for-the-badge)](https://github.com/tltneon?tab=followers) [![GitHub stars](https://img.shields.io/github/stars/tltneon/lgsl?style=for-the-badge)](https://github.com/tltneon/lgsl/stargazers) [![GitHub forks](https://img.shields.io/github/forks/tltneon/lgsl?style=for-the-badge)](https://github.com/tltneon/lgsl/fork)
 ### Requirements
-![PHP](https://img.shields.io/badge/PHP-5.4--7.4-brightgreen?style=for-the-badge&amp;amp;logo=php)
+![PHP](https://img.shields.io/badge/PHP-5.4--8.x-brightgreen?style=for-the-badge&amp;amp;logo=php)
 ![MySQL](https://img.shields.io/badge/MySQL-5.5.27--8.0.x-brightgreen?style=for-the-badge&amp;amp;logo=mysql) or
 ![MariaDB](https://img.shields.io/badge/MariaDB-5.5--10.5.x-brightgreen?style=for-the-badge&amp;amp;logo=mariadb)

@@ -38,8 +38,21 @@
       require "lgsl/lgsl_files/lgsl_zone.php"; // note: you need to check route to that file!
       echo $output;
     ?&amp;gt; 
+## How to make backup?
+1. Open http://*your_website*/lgsl_files/lgsl_export.php
+2. Copy whereever you need and save.
+
+Possible parameters:
+* Print as JSON: http://*your_website*/lgsl_files/lgsl_export.php?json=1
+* Print as XML: http://*your_website*/lgsl_files/lgsl_export.php?xml=1
+* Download as txt file: http://*your_website*/lgsl_files/lgsl_export.php?download=1
+* Only online: http://*your_website*/lgsl_files/lgsl_export.php?online=1
+* Only enabled: http://*your_website*/lgsl_files/lgsl_export.php?nodisabled=1
+* Sorting by ip or type: http://*your_website*/lgsl_files/lgsl_export.php?sort=ip
+
+For example, you can export enabled servers sorted by type as xml: http://lgsl-demo.freesite.vip/lgsl9/lgsl_files/lgsl_export.php?xml=1&amp;amp;nodisabled=1&amp;amp;sort=type
 # Troubleshooting with adding game server
-## Choosing game type
+## Choosing the right game type
 * For **7 Days To Die** - Source Protocol ( Half-Life 2, etc. )
 * For **Ark Survival Envolved** - Source Protocol ( Half-Life 2, etc. )
 * For **Counter-Strike 1.6** - Half-Life - Steam Protocol
@@ -51,6 +64,8 @@
 * For **Rust** - Source Protocol ( Half-Life 2, etc. )
 * For **Space Engineers** - Source Protocol ( Half-Life 2, etc. )
 * For **Unturned** - Source Protocol ( Half-Life 2, etc. )
+
+Full list: https://github.com/tltneon/lgsl/wiki/Supported-Games
 ## My server won't working!!
 Before you say that LGSL isn't works:
 1. Make sure your web hosting has open ports and allow to sending requests to game servers.
@@ -82,7 +97,11 @@
 * Make file ***your_file_name*.css** at **/lgsl_files/styles/** folder.
 * Change style in **lgsl_config.php** and now you have your own custom style of LGSL!
 ## How can I help with .. ?
-Any your ideas you can suggest to [Issues](https://github.com/tltneon/lgsl/issues) page. Also you can fork LGSL repository and give a star. Thanks!
+Mainly we need to help with finding bugs and to help to translate to any language.
+
+Any your ideas (such as new style, game type, new feature) you can suggest to [Issues](https://github.com/tltneon/lgsl/issues) page.
+
+Also you can fork LGSL repository and give a star. Thanks!

 ## How can I add map images?
 * All of map images stores at /lgsl_files/maps/
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neon</dc:creator><pubDate>Tue, 01 Mar 2022 08:10:45 -0000</pubDate><guid>https://sourceforge.net79bd70ebe4e95b6e1668326473d39b7cc9db6c8b</guid></item><item><title>Home modified by Neon</title><link>https://sourceforge.net/p/lgsl/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v22
+++ v23
@@ -11,6 +11,7 @@
 ### [Guide: Make custom style](https://github.com/tltneon/lgsl/wiki/How-to-Make-own-style)
 ### [Help us: Translate LGSL](https://github.com/tltneon/lgsl/wiki#how-do-i-change-language)
 ### [Leave the feedback](https://docs.google.com/forms/d/e/1FAIpQLScx9zlMNvjpR3xUE-OZSttdGRojmncMU037LOk-c9mYIFYBdQ/viewform)
+### [Donate on Patreon!](https://www.patreon.com/user?u=22162275&amp;amp;fan_landing=true)


 [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/tltneon/lgsl?style=for-the-badge)](https://github.com/tltneon/lgsl/archive/master.zip)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neon</dc:creator><pubDate>Tue, 01 Mar 2022 08:10:44 -0000</pubDate><guid>https://sourceforge.net612a391507ffde72fbfac5f919b2ca75161aa11d</guid></item><item><title>Home modified by Neon</title><link>https://sourceforge.net/p/lgsl/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v21
+++ v22
@@ -90,4 +90,6 @@

 For example, we have any CS:GO server with map de_dust2. So to add map image we need to look at game type, game name and map name. CS:GO has gametype "**source**", game name "**csgo**" and map name "**de_dust2**". After we get that we can upload map image called de_dust2.jpg into /lgsl_files/maps/**source**/**csgo**/ folder. If it isn't exists - just create! That's all! If you correctly made it default map image will be replaced with yours new.

+Custom stuff will be places here: http://lgsl-demo.freesite.vip/custom
+
 Most common images you can download from [here](https://www.dropbox.com/s/0zzbybp8cokngs6/lgsl_map_images_standard.zip?dl=0).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neon</dc:creator><pubDate>Tue, 01 Mar 2022 08:10:44 -0000</pubDate><guid>https://sourceforge.net2f8359b1968db917dc25adfe0cf70c14b22f3f1f</guid></item></channel></rss>