This commit is contained in:
Karl Hudgell 2015-07-03 09:19:53 +01:00
parent fcba7d35fa
commit fc7a1a5572
2 changed files with 8 additions and 8 deletions

View File

@ -1,15 +1,15 @@
<?php
$yourname = ""; // Set this to your name
$base = ""; //Set this to your url (without HTTP)
$yourname = "Karl"; // Set this to your name
$base = "home.k-world.me.uk"; //Set this to your url (without HTTP)
$user = ""; // Username for logging on
$pass = ""; // Password for logging on
$user = "home"; // Username for logging on
$pass = "server"; // Password for logging on
$sabport = "9090"; // Set the ports for your services
$sabport = "8080"; // Set the ports for your services
$sickport = "8081";
$cpadults = "5050";
$cpkids = "5051";
$cpadults = "8082";
$cpkids = "5050";
$utorrentport = "86";
$ftpport = "21";
$madsonicport = "8087";

View File

@ -26,7 +26,7 @@ DO NOT EDIT THESE CONFIG LINES.
$configs['server_ip'] = "home.k-world.me.uk"; // The Servers URL or IP to check.
$configs['server_ip2'] = "duly.ml"; // The Servers URL or IP to check.
$configs['server_ip3'] = "gowing.ga"; // The Servers URL or IP to check.
$configs['server_ip4'] = "smiffster.tk"; // The Servers URL or IP to check.
$configs['server_ip4'] = "smifftser.youdontcare.com"; // The Servers URL or IP to check.