fix config dropdown
This commit is contained in:
parent
96b449fb15
commit
80d994a65f
BIN
Pic/Upload/ftp.png
Normal file
BIN
Pic/Upload/ftp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
@ -199,12 +199,6 @@ findstr "headvisible" config.php >nul 2>&1
|
||||
echo Headphones Updated
|
||||
goto END
|
||||
:END
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
rem Update Version
|
||||
findstr "localversion" config.php >nul 2>&1
|
||||
|
@ -1,69 +0,0 @@
|
||||
.gridster * {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
|
||||
/*/
|
||||
/* demo
|
||||
/*/
|
||||
|
||||
|
||||
body {
|
||||
font-size: 16px;
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
color: #444;
|
||||
margin: 30px 40px;
|
||||
}
|
||||
|
||||
.controls {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/*/
|
||||
/* gridster
|
||||
/*/
|
||||
|
||||
.gridster ul {
|
||||
background-color: #EFEFEF;
|
||||
}
|
||||
|
||||
.gridster li {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.gridster {
|
||||
margin: 0 auto;
|
||||
|
||||
opacity: .8;
|
||||
|
||||
-webkit-transition: opacity .6s;
|
||||
-moz-transition: opacity .6s;
|
||||
-o-transition: opacity .6s;
|
||||
-ms-transition: opacity .6s;
|
||||
transition: opacity .6s;
|
||||
}
|
||||
|
||||
.gridster .gs-w {
|
||||
background: #DDD;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.gridster .player {
|
||||
background: #BBB;
|
||||
}
|
||||
|
||||
|
||||
.gridster .preview-holder {
|
||||
border: none!important;
|
||||
background: red!important;
|
||||
}
|
||||
|
@ -1,69 +0,0 @@
|
||||
.gridster * {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
|
||||
/*/
|
||||
/* demo
|
||||
/*/
|
||||
|
||||
|
||||
body {
|
||||
font-size: 16px;
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
color: #444;
|
||||
margin: 30px 40px;
|
||||
}
|
||||
|
||||
.controls {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/*/
|
||||
/* gridster
|
||||
/*/
|
||||
|
||||
.gridster ul {
|
||||
background-color: #EFEFEF;
|
||||
}
|
||||
|
||||
.gridster li {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.gridster {
|
||||
margin: 0 auto;
|
||||
|
||||
opacity: .8;
|
||||
|
||||
-webkit-transition: opacity .6s;
|
||||
-moz-transition: opacity .6s;
|
||||
-o-transition: opacity .6s;
|
||||
-ms-transition: opacity .6s;
|
||||
transition: opacity .6s;
|
||||
}
|
||||
|
||||
.gridster .gs-w {
|
||||
background: #DDD;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.gridster .player {
|
||||
background: #BBB;
|
||||
}
|
||||
|
||||
|
||||
.gridster .preview-holder {
|
||||
border: none!important;
|
||||
background: red!important;
|
||||
}
|
||||
|
1
assets/css/jquery.gridster.min.css
vendored
1
assets/css/jquery.gridster.min.css
vendored
@ -1 +0,0 @@
|
||||
.gridster{position:relative}.gridster>*{margin:0 auto;-webkit-transition:height .4s;-moz-transition:height .4s;-o-transition:height .4s;-ms-transition:height .4s;transition:height .4s}.gridster .gs_w{z-index:2;position:absolute}.ready .gs_w:not(.preview-holder){-webkit-transition:opacity .3s,left .3s,top .3s;-moz-transition:opacity .3s,left .3s,top .3s;-o-transition:opacity .3s,left .3s,top .3s;transition:opacity .3s,left .3s,top .3s}.ready .gs_w:not(.preview-holder){-webkit-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-moz-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-o-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;transition:opacity .3s,left .3s,top .3s,width .3s,height .3s}.gridster .preview-holder{z-index:1;position:absolute;background-color:#fff;border-color:#fff;opacity:.3}.gridster .player-revert{z-index:10!important;-webkit-transition:left .3s,top .3s!important;-moz-transition:left .3s,top .3s!important;-o-transition:left .3s,top .3s!important;transition:left .3s,top .3s!important}.gridster .dragging{z-index:10!important;-webkit-transition:all 0s!important;-moz-transition:all 0s!important;-o-transition:all 0s!important;transition:all 0s!important}
|
@ -1,260 +0,0 @@
|
||||
/*-------------------------
|
||||
Simple reset
|
||||
--------------------------*/
|
||||
|
||||
|
||||
*{
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
|
||||
/*-------------------------
|
||||
General Styles
|
||||
--------------------------*/
|
||||
|
||||
|
||||
html{
|
||||
background-color:#ebebec;
|
||||
|
||||
background-image:-webkit-radial-gradient(center, #ebebec, #b4b4b4);
|
||||
background-image:-moz-radial-gradient(center, #ebebec, #b4b4b4);
|
||||
background-image:radial-gradient(center, #ebebec, #b4b4b4);
|
||||
|
||||
min-height:900px;
|
||||
}
|
||||
|
||||
body{
|
||||
font:15px/1.3 Arial, sans-serif;
|
||||
color: #4f4f4f;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
outline:none;
|
||||
color:#389dc1;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
section, footer, header, aside{
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
/*----------------------------
|
||||
The file upload form
|
||||
-----------------------------*/
|
||||
|
||||
|
||||
#upload{
|
||||
font-family:'PT Sans Narrow', sans-serif;
|
||||
background-color:#373a3d;
|
||||
|
||||
background-image:-webkit-linear-gradient(top, #373a3d, #313437);
|
||||
background-image:-moz-linear-gradient(top, #373a3d, #313437);
|
||||
background-image:linear-gradient(top, #373a3d, #313437);
|
||||
|
||||
width:250px;
|
||||
padding:30px;
|
||||
border-radius:3px;
|
||||
|
||||
margin:200px auto 100px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
#drop{
|
||||
background-color: #2E3134;
|
||||
padding: 40px 50px;
|
||||
margin-bottom: 30px;
|
||||
border: 20px solid rgba(0, 0, 0, 0);
|
||||
border-radius: 3px;
|
||||
border-image: url('../img/border-image.png') 25 repeat;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
|
||||
font-size:16px;
|
||||
font-weight:bold;
|
||||
color:#7f858a;
|
||||
}
|
||||
|
||||
#drop a{
|
||||
background-color:#007a96;
|
||||
padding:12px 26px;
|
||||
color:#fff;
|
||||
font-size:14px;
|
||||
border-radius:2px;
|
||||
cursor:pointer;
|
||||
display:inline-block;
|
||||
margin-top:12px;
|
||||
line-height:1;
|
||||
}
|
||||
|
||||
#drop a:hover{
|
||||
background-color:#0986a3;
|
||||
}
|
||||
|
||||
#drop input{
|
||||
display:none;
|
||||
}
|
||||
|
||||
#upload ul{
|
||||
list-style:none;
|
||||
margin:0 -30px;
|
||||
border-top:1px solid #2b2e31;
|
||||
border-bottom:1px solid #3d4043;
|
||||
}
|
||||
|
||||
#upload ul li{
|
||||
|
||||
background-color:#333639;
|
||||
|
||||
background-image:-webkit-linear-gradient(top, #333639, #303335);
|
||||
background-image:-moz-linear-gradient(top, #333639, #303335);
|
||||
background-image:linear-gradient(top, #333639, #303335);
|
||||
|
||||
border-top:1px solid #3d4043;
|
||||
border-bottom:1px solid #2b2e31;
|
||||
padding:15px;
|
||||
height: 52px;
|
||||
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#upload ul li input{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#upload ul li p{
|
||||
width: 144px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
color: #EEE;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 100px;
|
||||
}
|
||||
|
||||
#upload ul li i{
|
||||
font-weight: normal;
|
||||
font-style:normal;
|
||||
color:#7f7f7f;
|
||||
display:block;
|
||||
}
|
||||
|
||||
#upload ul li canvas{
|
||||
top: 15px;
|
||||
left: 32px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#upload ul li span{
|
||||
width: 15px;
|
||||
height: 12px;
|
||||
background: url('../img/icons.png') no-repeat;
|
||||
position: absolute;
|
||||
top: 34px;
|
||||
right: 33px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
#upload ul li.working span{
|
||||
height: 16px;
|
||||
background-position: 0 -12px;
|
||||
}
|
||||
|
||||
#upload ul li.error p{
|
||||
color:red;
|
||||
}
|
||||
|
||||
|
||||
/*----------------------------
|
||||
The Demo Footer
|
||||
-----------------------------*/
|
||||
|
||||
|
||||
footer{
|
||||
background-color: #080808;
|
||||
bottom: 0;
|
||||
box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
|
||||
height: 40px;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
footer h2{
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
position: absolute;
|
||||
top:0;
|
||||
left: 50%;
|
||||
bottom:0;
|
||||
margin-left: -420px;
|
||||
padding:13px 20px 0;
|
||||
border:1px solid #000;
|
||||
border-width:0 1px;
|
||||
background-color:rgba(0,0,0,0.6);
|
||||
box-shadow:0 0 5px #000 inset;
|
||||
line-height: 1;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
footer h2 a{
|
||||
color: #EEEEEE !important;
|
||||
text-decoration:none !important;
|
||||
}
|
||||
|
||||
footer h2 i{
|
||||
font-style:normal;
|
||||
color:#888;
|
||||
}
|
||||
|
||||
#tzine-download{
|
||||
opacity:0.9;
|
||||
background-color:#257691;
|
||||
font-size:11px;
|
||||
text-align:center;
|
||||
text-transform:uppercase;
|
||||
width:150px;
|
||||
height:28px;
|
||||
line-height:28px;
|
||||
text-decoration:none !important;
|
||||
|
||||
display: inline-block;
|
||||
border-radius: 2px;
|
||||
color: #fff !Important;
|
||||
font-weight: bold;
|
||||
box-shadow: 0 -1px 2px #1e5e74 inset;
|
||||
|
||||
border-top:1px solid #26849c;
|
||||
|
||||
text-shadow:1px 1px 1px #1e6176;
|
||||
margin-top:6px;
|
||||
}
|
||||
|
||||
#tzine-download:hover{
|
||||
opacity:1;
|
||||
}
|
||||
|
||||
#tzine-actions{
|
||||
position:absolute;
|
||||
top:0;
|
||||
width:500px;
|
||||
right:50%;
|
||||
margin-right:-420px;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#tzine-actions iframe{
|
||||
display: inline-block;
|
||||
height: 21px;
|
||||
width: 95px;
|
||||
position: relative;
|
||||
float: left;
|
||||
margin-top: 11px;
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
body {
|
||||
background-color: #EEEEEE;
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-size: x-small;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
list-style: none;
|
||||
margin:0px auto 0px auto;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
||||
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 12px;
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 25px;
|
||||
font-weight: 600;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Gridster styles */
|
||||
|
@ -31,7 +31,7 @@ function image_filenames($dir)
|
||||
function dropdown($options_array, $selected = null)
|
||||
{
|
||||
global $sabpicname;
|
||||
$return = null;
|
||||
$return = "<option></option>";
|
||||
foreach($options_array as $option)
|
||||
{
|
||||
$return .= '<option value="'.$option.'"'.
|
||||
@ -55,7 +55,7 @@ echo '<select name="sickpic">'."\n".
|
||||
function dropdown_sick($options_array, $selected = null)
|
||||
{
|
||||
global $sickpicname;
|
||||
$return = null;
|
||||
$return = "<option></option>";
|
||||
foreach($options_array as $option)
|
||||
{
|
||||
$return .= '<option value="'.$option.'"'.
|
||||
@ -80,7 +80,7 @@ echo '<select name="cpapic">'."\n".
|
||||
function dropdown_cpa($options_array, $selected = null)
|
||||
{
|
||||
global $cpadultspicname;
|
||||
$return = null;
|
||||
$return = "<option></option>";
|
||||
foreach($options_array as $option)
|
||||
{
|
||||
$return .= '<option value="'.$option.'"'.
|
||||
@ -103,7 +103,7 @@ echo '<select name="cpkpic">'."\n".
|
||||
function dropdown_cpk($options_array, $selected = null)
|
||||
{
|
||||
global $cpkidspicname;
|
||||
$return = null;
|
||||
$return = "<option></option>";
|
||||
foreach($options_array as $option)
|
||||
{
|
||||
$return .= '<option value="'.$option.'"'.
|
||||
|
@ -35,7 +35,7 @@ echo '<select name="ftppic">'."\n".
|
||||
function dropdown_ftp($options_array, $selected = null)
|
||||
{
|
||||
global $ftppicname;
|
||||
$return = null;
|
||||
$return = "<option></option>";
|
||||
foreach($options_array as $option)
|
||||
{
|
||||
$return .= '<option value="'.$option.'"'.
|
||||
@ -59,7 +59,7 @@ echo '<select name="torrentpic">'."\n".
|
||||
function dropdown_torrent($options_array, $selected = null)
|
||||
{
|
||||
global $torrentpicname;
|
||||
$return = null;
|
||||
$return = "<option></option>";
|
||||
foreach($options_array as $option)
|
||||
{
|
||||
$return .= '<option value="'.$option.'"'.
|
||||
@ -82,7 +82,7 @@ echo '<select name="madpic">'."\n".
|
||||
function dropdown_mad($options_array, $selected = null)
|
||||
{
|
||||
global $madsonicpicname;
|
||||
$return = null;
|
||||
$return = "<option></option>";
|
||||
foreach($options_array as $option)
|
||||
{
|
||||
$return .= '<option value="'.$option.'"'.
|
||||
@ -109,7 +109,7 @@ echo '<select name="plexpic">'."\n".
|
||||
function dropdown_plex($options_array, $selected = null)
|
||||
{
|
||||
global $plexpicname;
|
||||
$return = null;
|
||||
$return = "<option></option>";
|
||||
foreach($options_array as $option)
|
||||
{
|
||||
$return .= '<option value="'.$option.'"'.
|
||||
@ -132,7 +132,7 @@ echo '<select name="squeezepic">'."\n".
|
||||
function dropdown_squeeze($options_array, $selected = null)
|
||||
{
|
||||
global $squeezepicname;
|
||||
$return = null;
|
||||
$return = "<option></option>";
|
||||
foreach($options_array as $option)
|
||||
{
|
||||
$return .= '<option value="'.$option.'"'.
|
||||
@ -154,7 +154,7 @@ echo '<select name="jdpic">'."\n".
|
||||
function dropdown_jd($options_array, $selected = null)
|
||||
{
|
||||
global $jdownloaderpicname;
|
||||
$return = null;
|
||||
$return = "<option></option>";
|
||||
foreach($options_array as $option)
|
||||
{
|
||||
$return .= '<option value="'.$option.'"'.
|
||||
@ -177,7 +177,7 @@ echo '<select name="headpic">'."\n".
|
||||
function dropdown_head($options_array, $selected = null)
|
||||
{
|
||||
global $headphonespicname;
|
||||
$return = null;
|
||||
$return = "<option></option>";
|
||||
foreach($options_array as $option)
|
||||
{
|
||||
$return .= '<option value="'.$option.'"'.
|
||||
|
@ -2,27 +2,27 @@
|
||||
$torrentvisible1 = $_POST['torrentvisible'];
|
||||
$torrentport1 = $_POST['$torrentport'];
|
||||
$torrentname1 = $_POST['torrentname'];
|
||||
$torrentpicname1 = $_POST['torrentpicname'];
|
||||
$torrentpicname1 = $_POST['torrentpic'];
|
||||
$torrenttype1 = $_POST['torrenttype'];
|
||||
$ftpvisible1 = $_POST['ftpvisible'];
|
||||
$ftpname1 = $_POST['$ftpname'];
|
||||
$ftppicname1 = $_POST['ftppicname'];
|
||||
$ftppicname1 = $_POST['ftppic'];
|
||||
$ftpport1 = $_POST['ftpport'];
|
||||
$madsonicvisible1 = $_POST['madsonicvisible'];
|
||||
$madsonicname1 = $_POST['$madsonicname'];
|
||||
$madsonicpicname1 = $_POST['madsonicpicname'];
|
||||
$madsonicpicname1 = $_POST['madpic'];
|
||||
$madsonicport1 = $_POST['madsonicport'];
|
||||
$plexvisible1 = $_POST['plexvisible'];
|
||||
$plexname1 = $_POST['$plexname'];
|
||||
$plexpicname1 = $_POST['plexpicname'];
|
||||
$plexpicname1 = $_POST['plexpic'];
|
||||
$plexport1 = $_POST['plexport'];
|
||||
$squeezevisible1 = $_POST['squeezevisible'];
|
||||
$squeezename1 = $_POST['$squeezename'];
|
||||
$squeezepicname1 = $_POST['squeezepicname'];
|
||||
$squeezepicname1 = $_POST['squeezepic'];
|
||||
$squeezeport1 = $_POST['squeezeport'];
|
||||
$jdownloadervisible1 = $_POST['jdownloadervisible'];
|
||||
$jdownloadername1 = $_POST['$jdownloadername'];
|
||||
$jdownloaderpicname1 = $_POST['jdownloaderpicname'];
|
||||
$jdownloaderpicname1 = $_POST['jdpic'];
|
||||
$headvisible1 = $_POST['headphonesvisible'];
|
||||
$headname1 = $_POST['$headphonesname'];
|
||||
$headpicname1 = $_POST['headpic'];
|
||||
|
@ -4,7 +4,7 @@ if (empty($cpadultspicname)) {
|
||||
echo "<li id=\"li5\" data-row=\"2\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"#test-popup\" class=\"open-popup-link\"><img src=\"$myurl/Pic/couch.png\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
else {
|
||||
echo "<li id=\"li5\" data-row=\"2\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"#test-popup\" class=\"open-popup-link\"><img src=\"$myurl/Pic/$cpadultspicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
echo "<li id=\"li5\" data-row=\"2\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"#test-popup\" class=\"open-popup-link\"><img src=\"$myurl/Pic/Upload/$cpadultspicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -4,7 +4,7 @@ if (empty($cpadultspicname)) {
|
||||
echo "<li id=\"li5\" data-row=\"2\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$cpadults\" target=\"_blank\"><img src=\"$myurl/Pic/couch.png\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
else {
|
||||
echo "<li id=\"li5\" data-row=\"2\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$cpadults\" target=\"_blank\"><img src=\"$myurl/Pic/$cpadultspicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
echo "<li id=\"li5\" data-row=\"2\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$cpadults\" target=\"_blank\"><img src=\"$myurl/Pic/Upload/$cpadultspicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -4,7 +4,7 @@ if (empty($ftppicname)) {
|
||||
echo "<li id=\"li6\" data-row=\"2\" data-col=\"4\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$ftp\" target=\"_blank\"><img src=\"$myurl/Pic/ftp.png\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
else {
|
||||
echo "<li id=\"li6\" data-row=\"2\" data-col=\"4\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$ftp\" target=\"_blank\"><img src=\"$myurl/Pic/$ftppicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
echo "<li id=\"li6\" data-row=\"2\" data-col=\"4\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$ftp\" target=\"_blank\"><img src=\"$myurl/Pic/Upload/$ftppicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -4,7 +4,7 @@ if (empty($headpicname)) {
|
||||
echo "<li id=\"head\" data-row=\"4\" data-col=\"4\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$headport\" target=\"_blank\"><img src=\"$myurl/Pic/headphones.png\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
else {
|
||||
echo "<li id=\"head\" data-row=\"4\" data-col=\"4\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$headport\" target=\"_blank\"><img src=\"$myurl/Pic/$headpicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
echo "<li id=\"head\" data-row=\"4\" data-col=\"4\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$headport\" target=\"_blank\"><img src=\"$myurl/Pic/Upload/$headpicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -4,7 +4,7 @@ if (empty($jdownloaderpicname)) {
|
||||
echo "<li id=\"li1\" data-row=\"1\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"http://my.jdownloader.org/\" target=\"_blank\"><img src=\"$myurl/Pic/jdownloader.png\" style=\"width: 130px; height: 130px; vertical-align:middle; text-align:center\"/></a></li>";
|
||||
}
|
||||
else {
|
||||
echo "<li id=\"li1\" data-row=\"1\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"http://my.jdownloader.org/\" target=\"_blank\"><img src=\"$myurl/Pic/$jdownloaderpicname\" align=\"middle\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
echo "<li id=\"li1\" data-row=\"1\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"http://my.jdownloader.org/\" target=\"_blank\"><img src=\"$myurl/Pic/Upload/$jdownloaderpicname\" align=\"middle\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
|
||||
}
|
||||
?>
|
||||
|
@ -4,6 +4,6 @@ if (empty($kodipicname)) {
|
||||
echo "<li id=\"kodi\" data-row=\"4\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"/movielib/\" target=\"_blank\"><img src=\"$myurl/Pic/kodi.png\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
else {
|
||||
echo "<li id=\"kodi\" data-row=\"4\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"/movielib/\" target=\"_blank\"><img src=\"$myurl/Pic/$kodipicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
echo "<li id=\"kodi\" data-row=\"4\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"/movielib/\" target=\"_blank\"><img src=\"$myurl/Pic/Upload/$kodipicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
?>
|
@ -4,7 +4,7 @@ if (empty($madsonicpicname)) {
|
||||
echo "<li id=\"madsonic\" data-row=\"3\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$madsonicport\" target=\"_blank\"><img src=\"$myurl/Pic/madsonic.png\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
else {
|
||||
echo "<li id=\"madsonic\" data-row=\"3\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$madsonicport\" target=\"_blank\"><img src=\"$myurl/Pic/$madsonicpicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
echo "<li id=\"madsonic\" data-row=\"3\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$madsonicport\" target=\"_blank\"><img src=\"$myurl/Pic/Upload/$madsonicpicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -4,7 +4,7 @@ if (empty($plexpicname)) {
|
||||
echo "<li id=\"plex\" data-row=\"3\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$plexport/web\" target=\"_blank\"><img src=\"$myurl/Pic/plex.png\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
else {
|
||||
echo "<li id=\"plex\" data-row=\"3\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$plexport/web\" target=\"_blank\"><img src=\"$myurl/Pic/$plexpicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
echo "<li id=\"plex\" data-row=\"3\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$plexport/web\" target=\"_blank\"><img src=\"$myurl/Pic/Upload/$plexpicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -4,7 +4,7 @@ if (empty($sickpicname)) {
|
||||
echo "<li id=\"li4\" data-row=\"2\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$sickport\" target=\"_blank\"><img src=\"$myurl/Pic/sickbeard.png\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
else {
|
||||
echo "<li id=\"li4\" data-row=\"2\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$sickport\" target=\"_blank\"><img src=\"$myurl/Pic/$sickpicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
echo "<li id=\"li4\" data-row=\"2\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$sickport\" target=\"_blank\"><img src=\"$myurl/Pic/Upload/$sickpicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -4,7 +4,7 @@ if (empty($sickpicname)) {
|
||||
echo "<li id=\"li4\" data-row=\"2\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$sickport\" target=\"_blank\"><img src=\"$myurl/Pic/sickrage.png\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
else {
|
||||
echo "<li id=\"li4\" data-row=\"2\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$sickport\" target=\"_blank\"><img src=\"$myurl/Pic/$sickpicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
echo "<li id=\"li4\" data-row=\"2\" data-col=\"2\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$sickport\" target=\"_blank\"><img src=\"$myurl/Pic/Upload/$sickpicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -4,7 +4,7 @@ if (empty($squeezepicname)) {
|
||||
echo "<li id=\"squeeze\" data-row=\"3\" data-col=\"4\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$squeezeport\" target=\"_blank\"><img src=\"$myurl/Pic/squeeze.png\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
else {
|
||||
echo "<li id=\"squeeze\" data-row=\"3\" data-col=\"4\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$squeezeport\" target=\"_blank\"><img src=\"$myurl/Pic/$squeezepicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
echo "<li id=\"squeeze\" data-row=\"3\" data-col=\"4\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$squeezeport\" target=\"_blank\"><img src=\"$myurl/Pic/Upload/$squeezepicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -4,7 +4,7 @@ if (empty($torrentpicname)) {
|
||||
echo "<li id=\"li2\" data-row=\"1\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$torrentport/gui\" target=\"_blank\"><img src=\"$myurl/Pic/uTorrent.png\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
else {
|
||||
echo "<li id=\"li2\" data-row=\"1\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$torrentport/gui\" target=\"_blank\"><img src=\"$myurl/Pic/$torrentpicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
echo "<li id=\"li2\" data-row=\"1\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$torrentport/gui\" target=\"_blank\"><img src=\"$myurl/Pic/Upload/$torrentpicname\" style=\"width: 130px; height: 130px;\"/></a></li>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
192
main.phpold
192
main.phpold
@ -1,192 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel='stylesheet prefetch' href='http://dimsemenov-static.s3.amazonaws.com/dist/magnific-popup.css'>
|
||||
<link rel="stylesheet" type="text/css" href="css/white.css" />
|
||||
<link rel="alternate stylesheet" type="text/css" media="screen" title="black" href="css/black.css" />
|
||||
<link rel="alternate stylesheet" type="text/css" media="screen" title="white" href="css/white.css" />
|
||||
<link rel="alternate stylesheet" type="text/css" media="screen" title="blue" href="css/blue.css" />
|
||||
<link rel="alternate stylesheet" type="text/css" media="screen" title="red" href="css/red.css" />
|
||||
<link rel="alternate stylesheet" type="text/css" media="screen" title="custom" href="css/custom.php" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="css/converse.min.css">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
||||
<script src="builds/converse.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.onload=function(){
|
||||
var formref=document.getElementById("switchform")
|
||||
indicateSelected(formref.switchcontrol)
|
||||
}
|
||||
</script>
|
||||
<!--This script should appear below your LINK stylesheet tags -->
|
||||
|
||||
<script src="styleswitch.js" type="text/javascript">
|
||||
|
||||
/***********************************************
|
||||
* Style Sheet Switcher v1.1- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
|
||||
* This notice MUST stay intact for legal use
|
||||
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
|
||||
***********************************************/
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
||||
var id = '#dialog';
|
||||
|
||||
//Get the screen height and width
|
||||
var maskHeight = $(document).height();
|
||||
var maskWidth = $(window).width();
|
||||
|
||||
//Set heigth and width to mask to fill up the whole screen
|
||||
$('#mask').css({'width':maskWidth,'height':maskHeight});
|
||||
|
||||
//transition effect
|
||||
$('#mask').fadeIn(500);
|
||||
$('#mask').fadeTo("slow",0.9);
|
||||
|
||||
//Get the window height and width
|
||||
var winH = $(window).height();
|
||||
var winW = $(window).width();
|
||||
|
||||
//Set the popup window to center
|
||||
$(id).css('top', winH/2-$(id).height()/2);
|
||||
$(id).css('left', winW/2-$(id).width()/2);
|
||||
|
||||
//transition effect
|
||||
$(id).fadeIn(2000);
|
||||
|
||||
//if close button is clicked
|
||||
$('.window .close').click(function (e) {
|
||||
//Cancel the link behavior
|
||||
e.preventDefault();
|
||||
|
||||
$('#mask').hide();
|
||||
$('.window').hide();
|
||||
});
|
||||
|
||||
//if mask is clicked
|
||||
$('#mask').click(function () {
|
||||
$(this).hide();
|
||||
$('.window').hide();
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
<body>
|
||||
<div id="style">
|
||||
<div class="innertube">
|
||||
|
||||
<?php include 'config.php';?>
|
||||
<?php include 'http://home.k-world.me.uk/version.txt';?>
|
||||
|
||||
<?php
|
||||
if ($localversion != $remoteversion) {
|
||||
require "updatenotify.php";
|
||||
}
|
||||
?>
|
||||
|
||||
<div class="head">
|
||||
<?php echo "<p style=\" text-align: center;\">$yourname's Server Access</p>";?>
|
||||
</div>
|
||||
|
||||
<p style="text-align: center;">
|
||||
<?php echo "<a href=\"#test-popup2\" class=\"open-popup-link\"><img src=\"$myurl/Pic/KWorld.png\"/></a>"; ?>
|
||||
</p>
|
||||
|
||||
<p style="text-align: center;">
|
||||
<?php
|
||||
if ($jdownloadervisible > "0") {
|
||||
require "links/jdownloader.php";
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if ($torrentvisible > "0") {
|
||||
require "links/torrent.php";
|
||||
}
|
||||
?>
|
||||
|
||||
<?php
|
||||
if ($sabvisible > "0") {
|
||||
require "links/sab.php";
|
||||
}
|
||||
?>
|
||||
|
||||
<p style="text-align: center;">
|
||||
<?php
|
||||
if ($sickvisible > "0") {
|
||||
require "links/sicktype.php";
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if ($couchvisible > "0") {
|
||||
require "links/couch.php";
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if ($kodivisible > "0") {
|
||||
require "links/kodi.php";
|
||||
} else {
|
||||
require "links/ftp.php";
|
||||
}
|
||||
?>
|
||||
|
||||
<p style="text-align: center;">
|
||||
<?php
|
||||
if ($madsonicvisible > "0") {
|
||||
require "links/madsonic.php";
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if ($plexvisible > "0") {
|
||||
require "links/plex.php";
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if ($squeezevisible > "0") {
|
||||
require "links/squeeze.php";
|
||||
}
|
||||
?>
|
||||
<div class="version">
|
||||
<?php
|
||||
if ($showversion > "0") {
|
||||
echo "<p style=\" text-align: center;\">Version - $localversion</p>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<div id="test-popup" class="white-popup mfp-hide">
|
||||
<p style="text-align: center;">
|
||||
<?php echo "<a href=\"$myurl:$cpadults\" target=\"_blank\">Adults</a>"; ?> - <?php echo "<a href=\"$myurl:$cpkids\" target=\"_blank\">Kids</a>"; ?>
|
||||
</p>
|
||||
</div>
|
||||
<div id="test-popup2" class="white-popup mfp-hide">
|
||||
<div style="text-align: center;">
|
||||
<?php echo "<a href=\"$kknowledge\" target=\"_blank\"><img src=\"$myurl/Pic/KKnowledge.png\" style=\"width: 200px; height: 40px;\"/></a>"; ?>
|
||||
<?php echo "</p>"; ?>
|
||||
<?php echo "<a href=\"$knews\" target=\"_blank\"><img src=\"$myurl/Pic/KNews.png\" style=\"width: 200px; height: 40px;\"/></a>"; ?>
|
||||
<?php echo "</p>"; ?>
|
||||
<?php echo "<a href=\"$kloud\" target=\"_blank\"><img src=\"$myurl/Pic/Kloud.png\" style=\"width: 200px; height: 40px;\"/></a>"; ?>
|
||||
<?php echo "</p>"; ?>
|
||||
<?php echo "<a href=\"$konvos\" target=\"_blank\"><img src=\"$myurl/Pic/Konvos.png\" style=\"width: 200px; height: 40px;\"/></a>"; ?>
|
||||
<?php echo "</p>"; ?>
|
||||
<?php echo "<a href=\"$kspot\" target=\"_blank\"><img src=\"$myurl/Pic/spotweb.png\" style=\"width: 200px; height: 40px;\"/></a>"; ?>
|
||||
<?php echo "</p>"; ?>
|
||||
<?php echo "<a href=\"$webclip\" target=\"_blank\"><img src=\"$myurl/Pic/WebClip.png\" style=\"width: 200px; height: 40px;\"/></a>"; ?>
|
||||
</div>
|
||||
|
||||
<script src='http://codepen.io/assets/libs/fullpage/jquery.js'></script>
|
||||
<script src='http://dimsemenov-static.s3.amazonaws.com/dist/jquery.magnific-popup.min.js'></script>
|
||||
|
||||
<script src="js/index.js"></script>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<?php
|
||||
if ($konvoschat > "0") {
|
||||
require "konvoschat.php";
|
||||
}
|
||||
?>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user