Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <?php
  2. /*
  3. REGARD!!
  4. If you use the web interface, they must write the webserver ip in the query_ip_whitelist.txt.
  5. After adding the ip, the server must be restarted!
  6.  
  7.  
  8. Add more Server Ip's.
  9. For Example
  10. $server[0]['ip']= "217.26.75.26";
  11. $server[0]['tport']= "10011";
  12.  
  13. $server[1]['ip']= "217.26.75.26";
  14. $server[1]['tport']= "20022";
  15.  
  16. $server[2]['ip']= "217.26.75.26";
  17. $server[2]['tport']= "30033";
  18. */
  19. $server[0]['ip']= "217.26.75.26";
  20. $server[0]['tport']= "10011";
  21.  
  22. $server[1]['ip']= "217.26.212.50";
  23. $server[1]['tport']= "10011";
  24.  
  25. $server[2]['ip']= "91.148.116.174";
  26. $server[2]['tport']= "10011";
  27.  
  28. $cfglang = "en"; //Language German = de, English = en
  29.  
  30. $duration = "100"; //Set the Limit for Clients show per Page on Client List
  31.  
  32. $fastswitch=true; //If true you can switch the Server on the header
  33.  
  34. $oldserver=false; //Set this on true if the Server version older than beta23
  35.  
  36. $style="new";
  37.  
  38.  
  39. $serverhost=false; //If this true normal query clients must specific a port on Login.
  40. $hostusername='superadmin'; //If $serverhost=true write here your webinterface username.
  41. $hostpassword='123456'; //If $serverhost=true write here your webinterface password.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement