server fix and config blank

This commit is contained in:
Karl Hudgell 2015-07-03 11:26:09 +01:00
parent 26b28f7a8d
commit c92be9077e
2 changed files with 19 additions and 20 deletions

View File

@ -6,15 +6,15 @@ $base = ""; //Set this to your url (without HTTP)
$user = ""; // Username for logging on $user = ""; // Username for logging on
$pass = ""; // Password for logging on $pass = ""; // Password for logging on
$sabport = "9090"; // Set the ports for your services $sabport = ""; // Set the ports for your services
$sickport = "8081"; $sickport = "";
$cpadults = "5050"; $cpadults = "";
$cpkids = "5051"; $cpkids = "";
$utorrentport = "86"; $utorrentport = "";
$ftpport = "21"; $ftpport = "";
$madsonicport = "8087"; $madsonicport = "";
$plexport = "32400"; $plexport = "";
$squeezeport = "9000"; $squeezeport = "";
$drive1 = "C:"; // Set the hard drives to display $drive1 = "C:"; // Set the hard drives to display
$drive2 = "D:"; $drive2 = "D:";
@ -25,14 +25,13 @@ $drive6 = "H:";
$drive7 = "J:"; $drive7 = "J:";
$server1name = ""; $server1name = "";
$server1url = "home.k-world.me.uk"; $server1url = "";
$server1urltest = "http://home.k-world.me.uk"; $server2name = "";
$server2name = "Duly Server"; $server2url = "";
$server2url = "duly.ml";
$server3name = ""; $server3name = "";
$server3url = "gowing.ga"; $server3url = "";
$server4name = ""; $server4name = "";
$server4url = "smiffster.tk"; $server4url = "";
@ -40,7 +39,7 @@ $server4url = "smiffster.tk";
$local = "1"; $local = "1";
$ftp = "ftp://$base"; $ftp = "ftp://$base";
$http = "http://www"; $http = "http:/";
$myurl = "http://$base"; $myurl = "http://$base";
$webclip = "http://webclip.ml"; $webclip = "http://webclip.ml";
$kknowledge = "http://kknowledge.tk"; $kknowledge = "http://kknowledge.tk";

View File

@ -32,10 +32,10 @@ $configs['server_ip4'] = $server4url; // The Servers URL or IP to check.
# For services1 simply add new lines with the Name and port number. # For services1 simply add new lines with the Name and port number.
$configs['services1']['<a href="http://home.k-world.me.uk" target="_blank">Karl Server</a>'] = 80; $configs['services1']["<a href='$http/$server1url' target=\'_blank\'>$server1name</a>"] = 80;
$configs['services2']['<a href=\"$myurl:$cpadults\" target=\"_blank\">Adults</a>'] = 80; $configs['services2']["<a href='$http/$server2url' target=\'_blank\'>$server2name</a>"] = 80;
$configs['services3']['<a href="http://www.gowing.ga" target="_blank">Darren Server</a>'] = 80; $configs['services3']["<a href='$http/$server3url' target=\'_blank\'>$server3name</a>"] = 80;
$configs['services4']['<a href="http://smiffster.tk" target="_blank">Kris Server</a>'] = 80; $configs['services4']["<a href='$http/$server4url' target=\'_blank\'>$server4name</a>"] = 80;