KLanding/config.php
2015-07-02 19:35:33 +01:00

37 lines
747 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:";
// do not edit past here
$local = "1";
$ftp = "ftp://$base";
$myurl = "http://$base";
$webclip = "http://webclip.ml";
$kknowledge = "http://kknowledge.tk";
$kspot = "http://spot.k-world.me.uk";
?>