KLanding/config.php
2015-07-03 11:09:33 +01:00

49 lines
1023 B
PHP

<?php
$yourname = ""; // Set this to your name
$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";
$drive1 = "C:"; // Set the hard drives to display
$drive2 = "D:";
$drive3 = "E:";
$drive4 = "F:";
$drive5 = "G:";
$drive6 = "H:";
$drive7 = "J:";
$server1name = "";
$server1url = "home.k-world.me.uk";
$server1urltest = "http://home.k-world.me.uk";
$server2name = "Duly Server";
$server2url = "duly.ml";
$server3name = "";
$server3url = "gowing.ga";
$server4name = "";
$server4url = "smiffster.tk";
// do not edit past here
$local = "1";
$ftp = "ftp://$base";
$http = "http://www";
$myurl = "http://$base";
$webclip = "http://webclip.ml";
$kknowledge = "http://kknowledge.tk";
$kspot = "http://spot.k-world.me.uk";
?>