KLanding/config.php

48 lines
882 B
PHP
Raw Normal View History

2015-07-02 19:33:06 +01:00
<?php
2015-07-03 09:22:01 +01:00
$yourname = ""; // Set this to your name
$base = ""; //Set this to your url (without HTTP)
2015-07-02 19:33:06 +01:00
2015-07-03 09:22:01 +01:00
$user = ""; // Username for logging on
$pass = ""; // Password for logging on
2015-07-02 19:33:06 +01:00
2015-07-03 11:26:09 +01:00
$sabport = ""; // Set the ports for your services
$sickport = "";
$cpadults = "";
$cpkids = "";
$utorrentport = "";
$ftpport = "";
$madsonicport = "";
$plexport = "";
$squeezeport = "";
2015-07-02 19:33:06 +01:00
2015-07-03 11:09:33 +01:00
$drive1 = "C:"; // Set the hard drives to display
$drive2 = "D:";
$drive3 = "E:";
$drive4 = "F:";
$drive5 = "G:";
$drive6 = "H:";
$drive7 = "J:";
2015-07-02 19:33:06 +01:00
2015-07-03 09:22:01 +01:00
$server1name = "";
2015-07-03 11:26:09 +01:00
$server1url = "";
$server2name = "";
$server2url = "";
2015-07-03 09:22:01 +01:00
$server3name = "";
2015-07-03 11:26:09 +01:00
$server3url = "";
2015-07-03 09:22:01 +01:00
$server4name = "";
2015-07-03 11:26:09 +01:00
$server4url = "";
2015-07-03 09:22:01 +01:00
2015-07-02 19:33:06 +01:00
// do not edit past here
$local = "1";
$ftp = "ftp://$base";
2015-07-03 11:26:09 +01:00
$http = "http:/";
2015-07-02 19:33:06 +01:00
$myurl = "http://$base";
$webclip = "http://webclip.ml";
$kknowledge = "http://kknowledge.tk";
$kspot = "http://spot.k-world.me.uk";
2015-07-02 19:35:33 +01:00
?>