36 lines
775 B
PHP
36 lines
775 B
PHP
|
<?php
|
||
|
$yourname = "Duly"; // Set this to your name
|
||
|
$base = "duly.ml"; //Set this to your url (without HTTP)
|
||
|
|
||
|
|
||
|
$user = "martin"; // Username for logging on
|
||
|
$pass = "marsdrinks21"; // Password for logging on
|
||
|
|
||
|
$sabport = "9090"; // Set the ports for your services
|
||
|
$sickport = "8081";
|
||
|
$cpadults = "5050";
|
||
|
$cpkids = "5051";
|
||
|
$utorrentport = "86";
|
||
|
$ftpport = "21";
|
||
|
$madsonicport = "8087";
|
||
|
$plexport = "32400";
|
||
|
$squeezeport = "9000";
|
||
|
|
||
|
$drive1 = "c:"; // Set the hard drives to display
|
||
|
$drive2 = "d:";
|
||
|
$drive3 = "e:";
|
||
|
$drive4 = "f:";
|
||
|
$drive5 = "g:";
|
||
|
$drive6 = "h:";
|
||
|
$drive7 = "j:";
|
||
|
|
||
|
|
||
|
// do not edit past here
|
||
|
|
||
|
$local = "1";
|
||
|
$ftp = "ftp://$base";
|
||
|
$myurl = "http://$base";
|
||
|
$webclip = "http://webclip.ml";
|
||
|
$kknowledge = "http://kknowledge.tk";
|
||
|
$kspot = "http://spot.k-world.me.uk";
|
||
|
?>
|