updated authors file
[PHP-P10.git] / config.example.php
1 <?php
2
3 //example configuration
4
5 //                         HOST     PORT
6 $uplink->setUplinkHost("127.0.0.1", 4401);
7
8 //                       NUMERIC    SERVER NAME    SERVER PASSWORD       SERVER DESCRIPTION
9 $uplink->setUplinkServer(5,         "PHP.TestNet", "very_weak_password", "Test Server");
10
11 //    (optional)           REMOTE SERVER     REMOTE SERVER PASSWORT (the same password like above)
12 $uplink->setValidateServer("test.localhost", "very_weak_password");
13
14 //    (optional)       HIS Name     HIS Description  HIS Usermask
15 $uplink->setHISOptions("*.TestNet", "IRC Server",    "user.TestNet");
16 ?>