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
$pass = ""; // Password for logging on
$sabport = "9090"; // Set the ports for your services
$sickport = "8081";
$cpadults = "5050";
$cpkids = "5051";
$utorrentport = "86";
$ftpport = "21";
$madsonicport = "8087";
$plexport = "32400";
$squeezeport = "9000";
$sabport = ""; // Set the ports for your services
$sickport = "";
$cpadults = "";
$cpkids = "";
$utorrentport = "";
$ftpport = "";
$madsonicport = "";
$plexport = "";
$squeezeport = "";
$drive1 = "C:"; // Set the hard drives to display
$drive2 = "D:";
@ -25,14 +25,13 @@ $drive6 = "H:";
$drive7 = "J:";
$server1name = "";
$server1url = "home.k-world.me.uk";
$server1urltest = "http://home.k-world.me.uk";
$server2name = "Duly Server";
$server2url = "duly.ml";
$server1url = "";
$server2name = "";
$server2url = "";
$server3name = "";
$server3url = "gowing.ga";
$server3url = "";
$server4name = "";
$server4url = "smiffster.tk";
$server4url = "";
@ -40,7 +39,7 @@ $server4url = "smiffster.tk";
$local = "1";
$ftp = "ftp://$base";
$http = "http://www";
$http = "http:/";
$myurl = "http://$base";
$webclip = "http://webclip.ml";
$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.
$configs['services1']['<a href="http://home.k-world.me.uk" target="_blank">Karl Server</a>'] = 80;
$configs['services2']['<a href=\"$myurl:$cpadults\" target=\"_blank\">Adults</a>'] = 80;
$configs['services3']['<a href="http://www.gowing.ga" target="_blank">Darren Server</a>'] = 80;
$configs['services4']['<a href="http://smiffster.tk" target="_blank">Kris Server</a>'] = 80;
$configs['services1']["<a href='$http/$server1url' target=\'_blank\'>$server1name</a>"] = 80;
$configs['services2']["<a href='$http/$server2url' target=\'_blank\'>$server2name</a>"] = 80;
$configs['services3']["<a href='$http/$server3url' target=\'_blank\'>$server3name</a>"] = 80;
$configs['services4']["<a href='$http/$server4url' target=\'_blank\'>$server4name</a>"] = 80;