75 lines
3.6 KiB
PHP
75 lines
3.6 KiB
PHP
<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" />
|
|
|
|
<!--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>
|
|
<script type="text/javascript">
|
|
window.onload=function(){
|
|
var formref=document.getElementById("switchform")
|
|
indicateSelected(formref.switchcontrol)
|
|
}
|
|
</script>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="style">
|
|
<div class="innertube">
|
|
|
|
<?php include 'config.php';?>
|
|
<div id="header">
|
|
<?php echo "<p style=\" text-align: center;\">$yourname's Server Access</p>";?>
|
|
</div>
|
|
|
|
<p style="text-align: center;">
|
|
<?php echo "<a href=\"$kknowledge\" target=\"_blank\"><img src=\"$myurl/Pic/KKnowledge.png\" style=\"width: 200px; height: 40px;\"/></a>"; ?>
|
|
</p>
|
|
<p style="text-align: center;">
|
|
<?php echo "<a href=\"$webclip\" target=\"_blank\"><img src=\"$myurl/Pic/WebClip.png\" style=\"width: 200px; height: 40px;\"/></a>"; ?>
|
|
<?php echo "<a href=\"$kspot\" target=\"_blank\"><img src=\"$myurl/Pic/spotweb.png\" style=\"width: 200px; height: 40px;\"/></a>"; ?>
|
|
</p>
|
|
|
|
<p style="text-align: center;">
|
|
<?php echo "<a href=\"http://my.jdownloader.org/\" target=\"_blank\"><img src=\"$myurl/Pic/jdownloader.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
|
<?php echo "<a href=\"$myurl:$utorrentport/gui\" target=\"_blank\"><img src=\"$myurl/Pic/uTorrent.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
|
<?php echo "<a href=\"$myurl:$sabport\" target=\"_blank\"><img src=\"$myurl/Pic/sab.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
|
|
|
<p style="text-align: center;">
|
|
<?php echo "<a href=\"$myurl:$sickport\" target=\"_blank\"><img src=\"$myurl/Pic/sick.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
|
<?php echo "<a href=\"#test-popup\" class=\"open-popup-link\"><img src=\"$myurl/Pic/couch.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
|
<?php echo "<a href=\"$ftp\" target=\"_blank\"><img src=\"$myurl/Pic/ftp.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
|
|
|
<p style="text-align: center;">
|
|
<?php echo "<a href=\"$myurl:$madsonicport\" target=\"_blank\"><img src=\"$myurl/Pic/madsonic.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
|
<?php echo "<a href=\"$myurl:$plexport/web\" target=\"_blank\"><img src=\"$myurl/Pic/plex.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
|
<?php echo "<a href=\"$myurl:$squeezeport/web\" target=\"_blank\"><img src=\"$myurl/Pic/squeeze.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
|
|
|
|
|
<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>
|
|
|
|
<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>
|
|
</html>
|