<?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

$sabvisible = ""; // Set to turn on or off links (0 = Off 1 = On)
$sabname = "";
$sabport = "";  // Set the ports for your services

$sickvisible = "";
$sicktype = "1"; // 1 = Sickbeard / 2 = SickRage
$sickname = "";
$sickport = "";

$couchvisible = "";
$cpadultsvisible = "";
$cpadultsname = "";
$cpadults = "";

$cpkidsvisible = ""; // Set to 0 if only running single couch instance
$cpkids = "";

$torrentvisible = "";
$torrenttype = "1"; // 1 = uTorrent / 2 = Transmission
$torrentname = "";
$torrentport = ""; // uTorrent = 86 / Transmission = 9091

$ftpvisible = "";
$ftpport = "";

$madsonicvisible = "";
$madsonicport = "";

$plexvisible = "";
$plexport = "";

$squeezevisible = "";
$squeezeport = "";

$jdownloadervisible = "";

$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)
$drive1 = "C:"; // Set the hard drives to display 
$drive2visible = "1";
$drive2 = "D:";
$drive3visible = "1";
$drive3 = "E:";
$drive4visible = "1";
$drive4 = "F:";
$drive5visible = "1";
$drive5 = "G:";
$drive6visible = "1";
$drive6 = "H:";
$drive7visible = "1";
$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";
?>

<?php
if ($torrenttype > "1") {
    $torrentname = "Transmission";
 } else {
 $torrentname = "uTorrent";
 }
?>

<?php
if ($sicktype > "1") {
    $sickname = "SickRage";
 } else {
 $sickname = "SickBeard";
 }
?>

<?php
if ($cpkidsvisible > "0") {
    $couchname = "CPAdults";
 } else {
 $couchname = "CouchPotato";
 }
?>