config additions
This commit is contained in:
parent
76c1c12358
commit
a20a423e4e
14
config.php
14
config.php
@ -8,45 +8,55 @@ $pass = ""; // Password for logging on
|
|||||||
|
|
||||||
$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 = "";
|
||||||
$sabport = ""; // Set the ports for your services
|
$sabport = ""; // Set the ports for your services
|
||||||
|
|
||||||
$sickvisible = "";
|
$sickvisible = "";
|
||||||
$sicktype = "1"; // 1 = Sickbeard / 2 = SickRage
|
$sicktype = "1"; // 1 = Sickbeard / 2 = SickRage
|
||||||
$sickname = "";
|
$sickname = "";
|
||||||
|
$sickpicurl = "";
|
||||||
$sickport = "";
|
$sickport = "";
|
||||||
|
|
||||||
$couchvisible = "";
|
$couchvisible = "";
|
||||||
$cpadultsvisible = "";
|
$cpadultsvisible = "";
|
||||||
$cpadultsname = "";
|
$cpadultsname = "";
|
||||||
|
$cpadultpicurl = "";
|
||||||
$cpadults = "";
|
$cpadults = "";
|
||||||
|
|
||||||
$cpkidsvisible = ""; // Set to 0 if only running single couch instance
|
$cpkidsvisible = ""; // Set to 0 if only running single couch instance
|
||||||
$cpkidsname = "";
|
$cpkidsname = "";
|
||||||
|
$cpkidspicurl = "";
|
||||||
$cpkids = "";
|
$cpkids = "";
|
||||||
|
|
||||||
$torrentvisible = "";
|
$torrentvisible = "";
|
||||||
$torrenttype = "1"; // 1 = uTorrent / 2 = Transmission
|
$torrenttype = "1"; // 1 = uTorrent / 2 = Transmission
|
||||||
$torrentname = "";
|
$torrentname = "";
|
||||||
|
$torrentpicurl = "";
|
||||||
$torrentport = ""; // uTorrent = 86 / Transmission = 9091
|
$torrentport = ""; // uTorrent = 86 / Transmission = 9091
|
||||||
|
|
||||||
$ftpvisible = "";
|
$ftpvisible = "";
|
||||||
$ftpname = "";
|
$ftpname = "";
|
||||||
|
$ftppicurl = "";
|
||||||
$ftpport = "";
|
$ftpport = "";
|
||||||
|
|
||||||
$madsonicvisible = "";
|
$madsonicvisible = "";
|
||||||
$madsonicname = "";
|
$madsonicname = "";
|
||||||
|
$madsonicpicurl = "";
|
||||||
$madsonicport = "";
|
$madsonicport = "";
|
||||||
|
|
||||||
$plexvisible = "";
|
$plexvisible = "";
|
||||||
$plexname = "";
|
$plexname = "";
|
||||||
|
$plexpicurl = "";
|
||||||
$plexport = "";
|
$plexport = "";
|
||||||
|
|
||||||
$squeezevisible = "";
|
$squeezevisible = "";
|
||||||
$squeezename = "";
|
$squeezename = "";
|
||||||
|
$squeezepicurl = "";
|
||||||
$squeezeport = "";
|
$squeezeport = "";
|
||||||
|
|
||||||
$jdownloadervisible = "";
|
$jdownloadervisible = "";
|
||||||
$jdownloadername = "";
|
$jdownloadername = "";
|
||||||
|
$jdownloaderpicurl = "";
|
||||||
|
|
||||||
$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)
|
||||||
@ -64,12 +74,16 @@ $drive6 = "H:";
|
|||||||
$drive7visible = "1";
|
$drive7visible = "1";
|
||||||
$drive7 = "J:";
|
$drive7 = "J:";
|
||||||
|
|
||||||
|
$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://)
|
||||||
|
$server2visible = "";
|
||||||
$server2name = "";
|
$server2name = "";
|
||||||
$server2url = "";
|
$server2url = "";
|
||||||
|
$server3visible = ""
|
||||||
$server3name = "";
|
$server3name = "";
|
||||||
$server3url = "";
|
$server3url = "";
|
||||||
|
$server4visible = "";
|
||||||
$server4name = "";
|
$server4name = "";
|
||||||
$server4url = "";
|
$server4url = "";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user