ZEOTSS integration. cURL validation for paypal and ZEOTSS, register users on ZEOTS server.

This commit is contained in:
Stefan Brannfjell
2014-05-19 09:09:05 +02:00
parent e52fb6a2ef
commit 480f528e38
4 changed files with 42 additions and 3 deletions

View File

@@ -371,7 +371,15 @@
$config['api'] = array(
'debug' => false,
);
// Use Znote's External Open Tibia Services Server
// Currently in Alpha and is pretty useless, but will contain paypal blacklist etc in future.
// You can use the official server: http://zeotss.znote.eu/
// Or host your own private one, here is the code: https://github.com/Znote/ZEOTSS
$config['zeotss'] = array(
'enabled' => true,
'visitors' => true,
'server' => "http://zeotss.znote.eu/"
);
// Don't touch this unless you know what you are doing. (modifying this(key value) also requires modifications in OT files /XML/commands.xml).
$config['ingame_positions'] = array(
1 => 'Player',