X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=main.php;h=a217c69ac107432074582bd6cde4b50004584067;hb=7ee52d8a44c982d62baecf92cea6b266e8c2eb26;hp=123ccaeb18eeef5a36c4f858273de602756d1155;hpb=e09bc77d2253058b7fe4c4952ec254d8e5e855a2;p=PHP-P10.git diff --git a/main.php b/main.php index 123ccae..a217c69 100644 --- a/main.php +++ b/main.php @@ -29,8 +29,11 @@ require_once("Uplink/Uplink.class.php"); //basicly here is nothing, yet :D $uplink = new Uplink(); -$uplink->setUplinkHost("localhost", 4402); -$uplink->setUplinkServer(5, "php.local.TestNet", "very_weak_password", "Test Server"); +$uplink->setUplinkHost("192.168.2.103", 4401); +$uplink->setUplinkServer(5, "PHP.TestNet", "very_weak_password", "Test Server"); +$uplink->setValidateServer("test.localhost", "very_weak_password"); + +$uplink->initialize(); while(true) { $uplink->loop();