link switches
This commit is contained in:
		
							parent
							
								
									e280e93f13
								
							
						
					
					
						commit
						40dc4b4f5c
					
				
							
								
								
									
										
											BIN
										
									
								
								Pic/Transmission.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Pic/Transmission.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 69 KiB  | 
| 
		 Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB  | 
							
								
								
									
										1
									
								
								ServerStatus
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
								
									
									
								
							
						
						
									
										1
									
								
								ServerStatus
									
									
									
									
									
										Submodule
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					Subproject commit 167b150fc31e860c515523db20047f522fe57f13
 | 
				
			||||||
							
								
								
									
										24
									
								
								config.php
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								config.php
									
									
									
									
									
								
							@ -6,16 +6,38 @@ $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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$sabvisible = ""; // Set to turn on or off links (0 = Off 1 = On)
 | 
				
			||||||
$sabport = "";  // Set the ports for your services
 | 
					$sabport = "";  // Set the ports for your services
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$sickvisible = "";
 | 
				
			||||||
 | 
					$sicktype = ""; // 1 = Sickbeard / 2 = SickRage
 | 
				
			||||||
$sickport = "";
 | 
					$sickport = "";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$couchvisible = "";
 | 
				
			||||||
 | 
					$cpadultsvisible = "";
 | 
				
			||||||
$cpadults = "";
 | 
					$cpadults = "";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$cpkidsvisible = ""; // Set to 0 if only running single couch instance
 | 
				
			||||||
$cpkids = "";
 | 
					$cpkids = "";
 | 
				
			||||||
$utorrentport = "";
 | 
					
 | 
				
			||||||
 | 
					$torrentvisible = "";
 | 
				
			||||||
 | 
					$torrenttype = ""; // 1 = uTorrent / 2 = Transmission
 | 
				
			||||||
 | 
					$torrentport = ""; // uTorrent = 86 / Transmission = 9091
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$ftpvisible = "";
 | 
				
			||||||
$ftpport = "";
 | 
					$ftpport = "";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$madsonicvisible = "";
 | 
				
			||||||
$madsonicport = "";
 | 
					$madsonicport = "";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$plexvisible = "";
 | 
				
			||||||
$plexport = "";
 | 
					$plexport = "";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$squeezevisible = "";
 | 
				
			||||||
$squeezeport = "";
 | 
					$squeezeport = "";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$jdownloadervisible = "";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$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 
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										16
									
								
								links/couch.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								links/couch.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					<html>
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<?php include '../config.php';?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<?php
 | 
				
			||||||
 | 
					if ($cpkidsvisible > "0") {
 | 
				
			||||||
 | 
					    require "cpdual.php";
 | 
				
			||||||
 | 
					 } else {
 | 
				
			||||||
 | 
					 require "cpsingle.php";
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					?>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										1
									
								
								links/cpdual.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								links/cpdual.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<?php echo "<a href=\"#test-popup\" class=\"open-popup-link\"><img src=\"$myurl/Pic/couch.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
				
			||||||
							
								
								
									
										1
									
								
								links/cpsingle.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								links/cpsingle.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<?php echo "<a href=\"$myurl:$cpadults\" target=\"_blank\"><img src=\"$myurl/Pic/couch.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
				
			||||||
							
								
								
									
										1
									
								
								links/ftp.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								links/ftp.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<?php echo "<a href=\"$ftp\" target=\"_blank\"><img src=\"$myurl/Pic/ftp.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
				
			||||||
							
								
								
									
										1
									
								
								links/jdownloader.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								links/jdownloader.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<?php echo "<a href=\"http://my.jdownloader.org/\" target=\"_blank\"><img src=\"$myurl/Pic/jdownloader.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
				
			||||||
							
								
								
									
										1
									
								
								links/madsonic.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								links/madsonic.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<?php echo "<a href=\"$myurl:$madsonicport\" target=\"_blank\"><img src=\"$myurl/Pic/madsonic.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
				
			||||||
							
								
								
									
										1
									
								
								links/plex.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								links/plex.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<?php echo "<a href=\"$myurl:$plexport/web\" target=\"_blank\"><img src=\"$myurl/Pic/plex.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
				
			||||||
							
								
								
									
										1
									
								
								links/sab.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								links/sab.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<?php echo "<a href=\"$myurl:$sabport\" target=\"_blank\"><img src=\"$myurl/Pic/sab.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
				
			||||||
							
								
								
									
										1
									
								
								links/sickbeard.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								links/sickbeard.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<?php echo "<a href=\"$myurl:$sickport\" target=\"_blank\"><img src=\"$myurl/Pic/sickbeard.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
				
			||||||
							
								
								
									
										1
									
								
								links/sickrage.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								links/sickrage.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<?php echo "<a href=\"$myurl:$sickport\" target=\"_blank\"><img src=\"$myurl/Pic/sickrage.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
				
			||||||
							
								
								
									
										16
									
								
								links/sicktype.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								links/sicktype.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					<html>
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<?php include '../config.php';?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<?php
 | 
				
			||||||
 | 
					if ($sicktype > "1") {
 | 
				
			||||||
 | 
					    require "sickrage.php";
 | 
				
			||||||
 | 
					 } else {
 | 
				
			||||||
 | 
					 require "sickbeard.php";
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					?>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										1
									
								
								links/squeeze.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								links/squeeze.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<?php echo "<a href=\"$myurl:$squeezeport\" target=\"_blank\"><img src=\"$myurl/Pic/squeeze.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
				
			||||||
							
								
								
									
										16
									
								
								links/torrent.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								links/torrent.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					<html>
 | 
				
			||||||
 | 
					<head>
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
 | 
					<body>
 | 
				
			||||||
 | 
					<?php include '../config.php';?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<?php
 | 
				
			||||||
 | 
					if ($torrenttype > "1") {
 | 
				
			||||||
 | 
					    require "transmission.php";
 | 
				
			||||||
 | 
					 } else {
 | 
				
			||||||
 | 
					 require "utorrent.php";
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					?>
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										5
									
								
								links/transmission.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								links/transmission.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					<?php
 | 
				
			||||||
 | 
					if ($torrenttype = "T") {
 | 
				
			||||||
 | 
					    echo "<a href=\"$myurl:$torrentport\" target=\"_blank\"><img src=\"$myurl/Pic/Transmission.png\" style=\"width: 130px; height: 130px;\"/></a>";
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					?>
 | 
				
			||||||
							
								
								
									
										1
									
								
								links/utorrent.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								links/utorrent.php
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					<?php echo "<a href=\"$myurl:$torrentport/gui\" target=\"_blank\"><img src=\"$myurl/Pic/uTorrent.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
 | 
				
			||||||
							
								
								
									
										56
									
								
								main.php
									
									
									
									
									
								
							
							
						
						
									
										56
									
								
								main.php
									
									
									
									
									
								
							@ -44,19 +44,57 @@ indicateSelected(formref.switchcontrol)
 | 
				
			|||||||
</p> 
 | 
					</p> 
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
<p style="text-align: center;"> 
 | 
					<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
 | 
				
			||||||
<?php echo "<a href=\"$myurl:$utorrentport/gui\" target=\"_blank\"><img src=\"$myurl/Pic/uTorrent.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
					if ($jdownloadervisible > "0") {
 | 
				
			||||||
<?php echo "<a href=\"$myurl:$sabport\" target=\"_blank\"><img src=\"$myurl/Pic/sab.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
					    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;"> 
 | 
					<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
 | 
				
			||||||
<?php echo "<a href=\"#test-popup\" class=\"open-popup-link\"><img src=\"$myurl/Pic/couch.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
					if ($sickvisible > "0") {
 | 
				
			||||||
<?php echo "<a href=\"$ftp\" target=\"_blank\"><img src=\"$myurl/Pic/ftp.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
					    require "links/sicktype.php";
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					?>
 | 
				
			||||||
 | 
					<?php
 | 
				
			||||||
 | 
					if ($couchvisible > "0") {
 | 
				
			||||||
 | 
					    require "links/couch.php";
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					?>
 | 
				
			||||||
 | 
					<?php
 | 
				
			||||||
 | 
					if ($ftpvisible > "0") {
 | 
				
			||||||
 | 
					    require "links/ftp.php";
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p style="text-align: center;"> 
 | 
					<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
 | 
				
			||||||
<?php echo "<a href=\"$myurl:$plexport/web\" target=\"_blank\"><img src=\"$myurl/Pic/plex.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
					if ($madsonicvisible > "0") {
 | 
				
			||||||
<?php echo "<a href=\"$myurl:$squeezeport\" target=\"_blank\"><img src=\"$myurl/Pic/squeeze.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?> 
 | 
					    require "links/madsonic.php";
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					?>
 | 
				
			||||||
 | 
					<?php
 | 
				
			||||||
 | 
					if ($plexvisible > "0") {
 | 
				
			||||||
 | 
					    require "links/plex.php";
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					?>
 | 
				
			||||||
 | 
					<?php
 | 
				
			||||||
 | 
					if ($squeezevisible > "0") {
 | 
				
			||||||
 | 
					    require "links/squeeze.php";
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					?>
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
<div id="test-popup" class="white-popup mfp-hide">
 | 
					<div id="test-popup" class="white-popup mfp-hide">
 | 
				
			||||||
 | 
				
			|||||||
@ -3,7 +3,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
</head> 
 | 
					</head> 
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
<!-- start feedwind code --><script type="text/javascript">document.write('\x3Cscript type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https://' : 'http://') + 'feed.mikle.com/js/rssmikle.js">\x3C/script>');</script><script type="text/javascript">(function() {var params = {rssmikle_url: "http://www.webclip.ml/rss.php?sort=date_desc",rssmikle_frame_width: "275",rssmikle_frame_height: "400",frame_height_by_article: "5",rssmikle_target: "_blank",rssmikle_font: "Arial, Helvetica, sans-serif",rssmikle_font_size: "12",rssmikle_border: "off",responsive: "off",rssmikle_css_url: "",text_align: "left",text_align2: "left",corner: "off",scrollbar: "on",autoscroll: "on",scrolldirection: "up",scrollstep: "3",mcspeed: "20",sort: "Off",rssmikle_title: "on",rssmikle_title_sentence: "WebClips",rssmikle_title_link: "http://www.webclip.ml",rssmikle_title_bgcolor: "#0066FF",rssmikle_title_color: "#FFFFFF",rssmikle_title_bgimage: "",rssmikle_item_bgcolor: "#FFFFFF",rssmikle_item_bgimage: "",rssmikle_item_title_length: "55",rssmikle_item_title_color: "#0066FF",rssmikle_item_border_bottom: "on",rssmikle_item_description: "on",item_link: "off",rssmikle_item_description_length: "150",rssmikle_item_description_color: "#666666",rssmikle_item_date: "gl1",rssmikle_timezone: "Etc/GMT",datetime_format: "%b %e, %Y %l:%M:%S %p",item_description_style: "text+tn",item_thumbnail: "full",item_thumbnail_selection: "auto",article_num: "15",rssmikle_item_podcast: "off",keyword_inc: "",keyword_exc: ""};feedwind_show_widget_iframe(params);})();</script><!-- end feedwind code -->
 | 
					<!-- start feedwind code --><script type="text/javascript">document.write('\x3Cscript type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https://' : 'http://') + 'feed.mikle.com/js/rssmikle.js">\x3C/script>');</script><script type="text/javascript">(function() {var params = {rssmikle_url: "http://www.webclip.ml/rss.php?sort=date_desc",rssmikle_frame_width: "275",rssmikle_frame_height: "350",frame_height_by_article: "5",rssmikle_target: "_blank",rssmikle_font: "Arial, Helvetica, sans-serif",rssmikle_font_size: "12",rssmikle_border: "off",responsive: "off",rssmikle_css_url: "",text_align: "left",text_align2: "left",corner: "off",scrollbar: "on",autoscroll: "on",scrolldirection: "up",scrollstep: "3",mcspeed: "20",sort: "Off",rssmikle_title: "on",rssmikle_title_sentence: "WebClips",rssmikle_title_link: "http://www.webclip.ml",rssmikle_title_bgcolor: "#0066FF",rssmikle_title_color: "#FFFFFF",rssmikle_title_bgimage: "",rssmikle_item_bgcolor: "#FFFFFF",rssmikle_item_bgimage: "",rssmikle_item_title_length: "55",rssmikle_item_title_color: "#0066FF",rssmikle_item_border_bottom: "on",rssmikle_item_description: "on",item_link: "off",rssmikle_item_description_length: "150",rssmikle_item_description_color: "#666666",rssmikle_item_date: "gl1",rssmikle_timezone: "Etc/GMT",datetime_format: "%b %e, %Y %l:%M:%S %p",item_description_style: "text+tn",item_thumbnail: "full",item_thumbnail_selection: "auto",article_num: "15",rssmikle_item_podcast: "off",keyword_inc: "",keyword_exc: ""};feedwind_show_widget_iframe(params);})();</script><!-- end feedwind code -->
 | 
				
			||||||
</body> 
 | 
					</body> 
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user