söndag 14 augusti 2011

ServerConnector 0.1 Alpha

Now you can download the first Alpha of Server Connector.
Get the source at my GitHub!

For a server to be accepted and added it needs to return string value "true" without quotes.
The ID is sent to the server. So check that the ID is correct and return true.

This is my simple php-script for that, that accepts the ID "1":

<?php 
$clientID = utf8_decode(strip_tags($_GET['clientid'])); 
if ($clientID == '1')
{echo 'true';}  
else
{echo 'false';}
?>

 ServerConnector 0.1

Enjoy!

Inga kommentarer:

Skicka en kommentar