54 lines
1.1 KiB
PHP
54 lines
1.1 KiB
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 = ""; // Set the ports for your services
|
|
$sickport = "";
|
|
$cpadults = "";
|
|
$cpkids = "";
|
|
$utorrentport = "";
|
|
$ftpport = "";
|
|
$madsonicport = "";
|
|
$plexport = "";
|
|
$squeezeport = "";
|
|
|
|
$drive1visible = "1"; // Set drive visible or not 0 = no 1 = yes
|
|
$drive1 = "C:"; // Set the hard drives to display
|
|
$drive2visible = "1";
|
|
$drive2 = "D:";
|
|
$drive3 = "E:";
|
|
$drive4 = "F:";
|
|
$drive5 = "G:";
|
|
$drive6 = "H:";
|
|
$drive7 = "J:";
|
|
|
|
$server1name = ""; // Set to Server Name to track
|
|
$server1url = ""; // Set to Server URL to track (without http://)
|
|
$server2name = "";
|
|
$server2url = "";
|
|
$server3name = "";
|
|
$server3url = "";
|
|
$server4name = "";
|
|
$server4url = "";
|
|
|
|
// Set widgets visible or not 0 = no 1 = yes
|
|
$clockvisible = "1";
|
|
$kknowledgefeedvisible = "1";
|
|
$webclipfeedvisible = "1";
|
|
|
|
|
|
// do not edit past here
|
|
|
|
$local = "1";
|
|
$ftp = "ftp://$base";
|
|
$http = "http:/";
|
|
$myurl = "http://$base";
|
|
$webclip = "http://webclip.ml";
|
|
$kknowledge = "http://kknowledge.tk";
|
|
$kspot = "http://spot.k-world.me.uk";
|
|
?>
|