config comments

This commit is contained in:
Karl Hudgell 2015-07-10 09:35:18 +01:00
parent a20a423e4e
commit 63272dbfdf

View File

@ -1,63 +1,75 @@
<?php <?php
// Server Settings
$yourname = ""; // Set this to your name $yourname = ""; // Set this to your name
$base = ""; //Set this to your url (without http://) $base = ""; //Set this to your url (without http://)
$user = ""; // Username for logging on $user = ""; // Username for logging on
$pass = ""; // Password for logging on $pass = ""; // Password for logging on
// Link Settings
// SAB Settings
$sabvisible = ""; // Set to turn on or off links (0 = Off 1 = On) $sabvisible = ""; // Set to turn on or off links (0 = Off 1 = On)
$sabname = ""; $sabname = "";
$sabpicurl = ""; $sabpicurl = "";
$sabport = ""; // Set the ports for your services $sabport = ""; // Set the ports for your services
// Sickbeard Settings
$sickvisible = ""; $sickvisible = "";
$sicktype = "1"; // 1 = Sickbeard / 2 = SickRage $sicktype = "1"; // 1 = Sickbeard / 2 = SickRage
$sickname = ""; $sickname = "";
$sickpicurl = ""; $sickpicurl = "";
$sickport = ""; $sickport = "";
// CPAdults Settings
$couchvisible = ""; $couchvisible = "";
$cpadultsvisible = ""; $cpadultsvisible = "";
$cpadultsname = ""; $cpadultsname = "";
$cpadultpicurl = ""; $cpadultpicurl = "";
$cpadults = ""; $cpadults = "";
// CPKids Settings
$cpkidsvisible = ""; // Set to 0 if only running single couch instance $cpkidsvisible = ""; // Set to 0 if only running single couch instance
$cpkidsname = ""; $cpkidsname = "";
$cpkidspicurl = ""; $cpkidspicurl = "";
$cpkids = ""; $cpkids = "";
// Torrent Settings
$torrentvisible = ""; $torrentvisible = "";
$torrenttype = "1"; // 1 = uTorrent / 2 = Transmission $torrenttype = "1"; // 1 = uTorrent / 2 = Transmission
$torrentname = ""; $torrentname = "";
$torrentpicurl = ""; $torrentpicurl = "";
$torrentport = ""; // uTorrent = 86 / Transmission = 9091 $torrentport = ""; // uTorrent = 86 / Transmission = 9091
// FTP Settings
$ftpvisible = ""; $ftpvisible = "";
$ftpname = ""; $ftpname = "";
$ftppicurl = ""; $ftppicurl = "";
$ftpport = ""; $ftpport = "";
// Madsonic Settings
$madsonicvisible = ""; $madsonicvisible = "";
$madsonicname = ""; $madsonicname = "";
$madsonicpicurl = ""; $madsonicpicurl = "";
$madsonicport = ""; $madsonicport = "";
// Plex Settings
$plexvisible = ""; $plexvisible = "";
$plexname = ""; $plexname = "";
$plexpicurl = ""; $plexpicurl = "";
$plexport = ""; $plexport = "";
// Squeezebox Settings
$squeezevisible = ""; $squeezevisible = "";
$squeezename = ""; $squeezename = "";
$squeezepicurl = ""; $squeezepicurl = "";
$squeezeport = ""; $squeezeport = "";
// JDonwloader Settings
$jdownloadervisible = ""; $jdownloadervisible = "";
$jdownloadername = ""; $jdownloadername = "";
$jdownloaderpicurl = ""; $jdownloaderpicurl = "";
// Drive Space Settings
$drivespacevisible = "1"; // Set to turn on or off drive space (0 = no 1 = yes) $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) $drive1visible = "1"; // Set drive visible or not ()0 = no 1 = yes)
$drive1 = "C:"; // Set the hard drives to display $drive1 = "C:"; // Set the hard drives to display
@ -74,6 +86,7 @@ $drive6 = "H:";
$drive7visible = "1"; $drive7visible = "1";
$drive7 = "J:"; $drive7 = "J:";
// Server Status Settings
$server1visible = ""; // Set to turn on or off server check (0 = no 1 = yes) $server1visible = ""; // Set to turn on or off server check (0 = no 1 = yes)
$server1name = ""; // Set to Server Name to track $server1name = ""; // Set to Server Name to track
$server1url = ""; // Set to Server URL to track (without http://) $server1url = ""; // Set to Server URL to track (without http://)