You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ Fixes the infamous SA-MP internet tab bug.
12
12
## How does it work?
13
13
Simple! This fix is composed of two main parts:
14
14
15
-
1. A php script which parses [SACNR Monitor](http://monitor.sacnr.com/)two times a day and saves all server IPs on my (free) webhost server in the format used by SA-MP client;
15
+
1. A php script that parses [SACNR Monitor](http://monitor.sacnr.com/)and writes in a file all server IPs in the format used by SA-MP client;
16
16
17
17
Why SACNR? Because they have implemented an API which allows adding of new servers to their Monitor by simple running a filterscript. Details [here](http://monitor.sacnr.com/api.html).
18
18
19
-
2. A DLL injected into SA-MP client which redirects all the traffic outgoing to SA-MP Masterlist to the server specified in `masterlist_fix.cfg` (default: my webhost server)
19
+
2. A DLL injected into SA-MP client which redirects all the traffic outgoing to SA-MP Masterlist to the server specified in `masterlist_fix.cfg` (default: [nickdodd25](https://github.com/nickdodd25)'s server)
20
20
21
21
22
22
## My server still is not appearing on the internet tab.
@@ -28,14 +28,10 @@ You can register your server by following these [steps](http://monitor.sacnr.com
28
28
## How can I contribute?
29
29
There are several parts in this fix which can get better:
30
30
31
-
1. Masterlist server
32
-
* this is currently hosted on a free account, which means:
33
-
* it may or may not handle heavy traffic;
34
-
* the account can be terminated at any time.
35
-
* if you have a webhost/VPS/dedi with unlimited bandwidth and relatively high transfer speed at your disposal then you can help this project by hosting the masterlist. Just upload `update_masterlist.php` to your server, `crontab` it and create an issue containing the link to `masterlist.txt`;
36
-
* or better, if you're a maintainer of SACNR Monitor API and do not mind high traffic, then you can help by directly providing a list of servers in SA-MP client format, so the parser will be no longer needed.
31
+
1.~~Masterlist server~~
32
+
* thanks to [nickdodd25](https://github.com/nickdodd25), masterlist is now hosted on a powerful machine so it will support heavy traffic;
33
+
* if you're a maintainer of SACNR Monitor API and do not mind high traffic, then you can help by directly providing a list of servers in SA-MP client format, so the parser will be no longer needed.
37
34
38
35
2. Injection code
39
36
* this fix is currently injected into SA-MP process by a helper executable `masterlist_fix.exe` which means that the user has to open THAT executable instead of the original executable `samp.exe`
40
37
* an auto injector (like ASI Loader) would be a perfect solution
0 commit comments