KLanding/config.php

61 lines
1.3 KiB
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
2015-07-03 11:56:33 +01:00
$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-05 09:57:32 +01:00
$drivespacevisible = "1"; // Set to turn on or off drive space (0 = no 1 = yes)
$drive1visible = "1"; // Set drive visible or not ()0 = no 1 = yes)
2015-07-03 11:09:33 +01:00
$drive1 = "C:"; // Set the hard drives to display
2015-07-03 14:46:27 +01:00
$drive2visible = "1";
2015-07-03 11:09:33 +01:00
$drive2 = "D:";
2015-07-05 07:52:52 +01:00
$drive3visible = "1";
2015-07-03 11:09:33 +01:00
$drive3 = "E:";
2015-07-05 07:52:52 +01:00
$drive4visible = "1";
2015-07-03 11:09:33 +01:00
$drive4 = "F:";
2015-07-05 07:52:52 +01:00
$drive5visible = "1";
2015-07-03 11:09:33 +01:00
$drive5 = "G:";
2015-07-05 07:52:52 +01:00
$drive6visible = "1";
2015-07-03 11:09:33 +01:00
$drive6 = "H:";
2015-07-05 07:52:52 +01:00
$drive7visible = "1";
2015-07-03 11:09:33 +01:00
$drive7 = "J:";
2015-07-02 19:33:06 +01:00
2015-07-03 11:56:33 +01:00
$server1name = ""; // Set to Server Name to track
$server1url = ""; // Set to Server URL to track (without http://)
2015-07-03 11:26:09 +01:00
$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-05 09:57:32 +01:00
// Set widgets visible or not (0 = no 1 = yes)
2015-07-03 14:46:27 +01:00
$clockvisible = "1";
$kknowledgefeedvisible = "1";
$webclipfeedvisible = "1";
2015-07-03 09:22:01 +01:00
2015-07-02 19:33:06 +01:00
2015-07-05 09:57:32 +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
?>