fix site
This commit is contained in:
parent
b9bcf5c949
commit
849daa1f30
@ -1 +0,0 @@
|
|||||||
Subproject commit 167b150fc31e860c515523db20047f522fe57f13
|
|
13
clock.php
13
clock.php
@ -1,9 +1,18 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js" type="text/javascript"></script>
|
||||||
|
<style>
|
||||||
|
.hiddenRow { display: none; }
|
||||||
|
</style>
|
||||||
|
<script>
|
||||||
|
function toggleNextRow(row) {
|
||||||
|
var nextRow = $(row).next();
|
||||||
|
nextRow.toggle();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<table width='275' border='0' cellspacing='0' cellpadding='1'>
|
<table width='275' border='0' cellspacing='0' cellpadding='1'>
|
||||||
<tr BGCOLOR='#0066FF'>
|
<tr onclick="toggleNextRow(this)" BGCOLOR='#0066FF'>
|
||||||
<th style='text-align: left;'><font color='white'>Time</font></th>
|
<th style='text-align: left;'><font color='white'>Time</font></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
36
config.php
36
config.php
@ -6,70 +6,68 @@ $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
|
||||||
|
|
||||||
// Link Settings
|
|
||||||
// SAB Settings
|
// SAB Settings
|
||||||
$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 = "";
|
$sabpicrul = "";
|
||||||
$sabport = ""; // Set the ports for your services
|
$sabport = ""; // Set the ports for your services
|
||||||
|
|
||||||
// Sickbeard Settings
|
// SickBeard Settings
|
||||||
$sickvisible = "";
|
$sickvisible = "";
|
||||||
$sicktype = "1"; // 1 = Sickbeard / 2 = SickRage
|
$sicktype = "1"; // 1 = Sickbeard / 2 = SickRage
|
||||||
$sickname = "";
|
$sickname = "";
|
||||||
$sickpicurl = "";
|
$sickpicname = "";
|
||||||
$sickport = "";
|
$sickport = "";
|
||||||
|
|
||||||
|
// CouchPotato Settings
|
||||||
// CPAdults Settings
|
// CPAdults Settings
|
||||||
$couchvisible = "";
|
$couchvisible = "";
|
||||||
$cpadultsvisible = "";
|
$cpadultsvisible = "";
|
||||||
$cpadultsname = "";
|
$cpadultsname = "";
|
||||||
$cpadultpicurl = "";
|
$cpadultspicname = "";
|
||||||
$cpadults = "";
|
$cpadults = "";
|
||||||
|
|
||||||
// CPKids Settings
|
// CPKids Settings
|
||||||
$cpkidsvisible = ""; // Set to 0 if only running single couch instance
|
$cpkidsvisible = ""; // Set to 0 if only running single couch instance
|
||||||
$cpkidsname = "";
|
$cpkidsname = "";
|
||||||
$cpkidspicurl = "";
|
$cpkidspicname = "";
|
||||||
$cpkids = "";
|
$cpkids = "";
|
||||||
|
|
||||||
// Torrent Settings
|
// Torrent Settings
|
||||||
$torrentvisible = "";
|
$torrentvisible = "";
|
||||||
$torrenttype = "1"; // 1 = uTorrent / 2 = Transmission
|
$torrenttype = "1"; // 1 = uTorrent / 2 = Transmission
|
||||||
$torrentname = "";
|
$torrentname = "";
|
||||||
$torrentpicurl = "";
|
$torrentpicname = "";
|
||||||
$torrentport = ""; // uTorrent = 86 / Transmission = 9091
|
$torrentport = ""; // uTorrent = 86 / Transmission = 9091
|
||||||
|
|
||||||
// FTP Settings
|
// FTP Settings
|
||||||
$ftpvisible = "";
|
$ftpvisible = "";
|
||||||
$ftpname = "";
|
$ftpname = "";
|
||||||
$ftppicurl = "";
|
$ftppicname = "";
|
||||||
$ftpport = "";
|
$ftpport = "";
|
||||||
|
|
||||||
// Madsonic Settings
|
// MadSonic Settings
|
||||||
$madsonicvisible = "";
|
$madsonicvisible = "";
|
||||||
$madsonicname = "";
|
$madsonicname = "";
|
||||||
$madsonicpicurl = "";
|
$madsonicpicname = "";
|
||||||
$madsonicport = "";
|
$madsonicport = "";
|
||||||
|
|
||||||
// Plex Settings
|
// Plex Settings
|
||||||
$plexvisible = "";
|
$plexvisible = "";
|
||||||
$plexname = "";
|
$plexname = "";
|
||||||
$plexpicurl = "";
|
$plexpicname = "";
|
||||||
$plexport = "";
|
$plexport = "";
|
||||||
|
|
||||||
// Squeezebox Settings
|
// Squeezebox Settings
|
||||||
$squeezevisible = "";
|
$squeezevisible = "";
|
||||||
$squeezename = "";
|
$squeezename = "";
|
||||||
$squeezepicurl = "";
|
$squeezepicname = "";
|
||||||
$squeezeport = "";
|
$squeezeport = "";
|
||||||
|
|
||||||
// JDonwloader Settings
|
// Jdownloader Settings
|
||||||
$jdownloadervisible = "";
|
$jdownloadervisible = "";
|
||||||
$jdownloadername = "";
|
$jdownloadername = "";
|
||||||
$jdownloaderpicurl = "";
|
$jdownloaderpicname = "";
|
||||||
|
|
||||||
// Drive Space Settings
|
|
||||||
$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
|
||||||
@ -87,13 +85,14 @@ $drive7visible = "1";
|
|||||||
$drive7 = "J:";
|
$drive7 = "J:";
|
||||||
|
|
||||||
// Server Status Settings
|
// Server Status Settings
|
||||||
$server1visible = ""; // Set to turn on or off server check (0 = no 1 = yes)
|
$serverstatusvisible = "0";
|
||||||
|
$server1visible = "";
|
||||||
$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 = "";
|
$server2visible = "";
|
||||||
$server2name = "";
|
$server2name = "";
|
||||||
$server2url = "";
|
$server2url = "";
|
||||||
$server3visible = ""
|
$server3visible = "";
|
||||||
$server3name = "";
|
$server3name = "";
|
||||||
$server3url = "";
|
$server3url = "";
|
||||||
$server4visible = "";
|
$server4visible = "";
|
||||||
@ -106,6 +105,7 @@ $kknowledgefeedvisible = "1";
|
|||||||
$webclipfeedvisible = "1";
|
$webclipfeedvisible = "1";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// do not edit past here
|
// do not edit past here
|
||||||
|
|
||||||
$local = "1";
|
$local = "1";
|
||||||
|
@ -1,10 +1,32 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js" type="text/javascript"></script>
|
||||||
|
<style>
|
||||||
|
.hiddenRow { display: none; }
|
||||||
|
</style>
|
||||||
|
<script>
|
||||||
|
function toggleNextRow(row) {
|
||||||
|
var nextRow = $(row).next();
|
||||||
|
nextRow.toggle();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
<table width='275' border='0' cellspacing='0' cellpadding='1'>
|
||||||
|
<tr onclick="toggleNextRow(this)" BGCOLOR='#0066FF'>
|
||||||
|
<th style='text-align: left;'><font color='white'>KKnowledge Articles</font></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td BGCOLOR='#FFFFFF'>
|
||||||
|
<!-- 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://kknowledge.tk/rss.php?mode=recent",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: "off",rssmikle_title_sentence: "",rssmikle_title_link: "",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><div style="font-size:10px; text-align:center; width:275px;"><a href="http://feed.mikle.com/" target="_blank" style="color:#CCCCCC;">RSS Feed Widget</a><!--Please display the above link in your web page according to Terms of Service.--></div><!-- end feedwind code -->
|
||||||
|
<div id="clockbox" style="font:12pt Arial; color:#0066FF;"></div>
|
||||||
|
</select>
|
||||||
|
</form>
|
||||||
|
</td>
|
||||||
|
</table>
|
||||||
</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://kknowledge.tk/rss.php?mode=recent",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: "KKnowledge Articles",rssmikle_title_link: "http://kknowledge.tk",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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
16
right.php
16
right.php
@ -24,6 +24,16 @@ indicateSelected(formref.switchcontrol)
|
|||||||
***********************************************/
|
***********************************************/
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js" type="text/javascript"></script>
|
||||||
|
<style>
|
||||||
|
.hiddenRow { display: none; }
|
||||||
|
</style>
|
||||||
|
<script>
|
||||||
|
function toggleNextRow(row) {
|
||||||
|
var nextRow = $(row).next();
|
||||||
|
nextRow.toggle();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<?php include 'config.php';?>
|
<?php include 'config.php';?>
|
||||||
<div id="style">
|
<div id="style">
|
||||||
@ -36,7 +46,7 @@ if ($clockvisible > "0") {
|
|||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
</p>
|
||||||
<?php
|
<?php
|
||||||
if ($kknowledgefeedvisible > "0") {
|
if ($kknowledgefeedvisible > "0") {
|
||||||
require "kknowledgefeed.php";
|
require "kknowledgefeed.php";
|
||||||
@ -44,7 +54,7 @@ if ($kknowledgefeedvisible > "0") {
|
|||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
</p>
|
||||||
<?php
|
<?php
|
||||||
if ($webclipfeedvisible > "0") {
|
if ($webclipfeedvisible > "0") {
|
||||||
require "webclipfeed.php";
|
require "webclipfeed.php";
|
||||||
@ -56,7 +66,7 @@ if ($webclipfeedvisible > "0") {
|
|||||||
</p>
|
</p>
|
||||||
<table border="0" cellpadding="1" cellspacing="0">
|
<table border="0" cellpadding="1" cellspacing="0">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr onclick="toggleNextRow(this)">
|
||||||
<td bgcolor="#0066FF" style="text-align: left;"><font color="white">Theme</font></td>
|
<td bgcolor="#0066FF" style="text-align: left;"><font color="white">Theme</font></td>
|
||||||
<td bgcolor="#0066FF"> </td>
|
<td bgcolor="#0066FF"> </td>
|
||||||
<td bgcolor="#0066FF"> </td>
|
<td bgcolor="#0066FF"> </td>
|
||||||
|
@ -39,8 +39,9 @@ indicateSelected(formref.switchcontrol)
|
|||||||
<?php include 'config.php';?>
|
<?php include 'config.php';?>
|
||||||
<?php
|
<?php
|
||||||
if ($drivespacevisible > "0") {
|
if ($drivespacevisible > "0") {
|
||||||
|
|
||||||
|
<?php
|
||||||
require "drives/head.php";
|
require "drives/head.php";
|
||||||
}
|
|
||||||
?>
|
?>
|
||||||
<?php
|
<?php
|
||||||
if ($drive1visible > "0") {
|
if ($drive1visible > "0") {
|
||||||
@ -74,7 +75,8 @@ if ($drive6visible > "0") {
|
|||||||
if ($drive7visible > "0") {
|
if ($drive7visible > "0") {
|
||||||
require "drives/drive7.php";
|
require "drives/drive7.php";
|
||||||
}
|
}
|
||||||
?>
|
?> }
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</html>
|
</html>
|
@ -1,3 +1,15 @@
|
|||||||
|
<head>
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js" type="text/javascript"></script>
|
||||||
|
<style>
|
||||||
|
.hiddenRow { display: none; }
|
||||||
|
</style>
|
||||||
|
<script>
|
||||||
|
function toggleNextRow(row) {
|
||||||
|
var nextRow = $(row).next();
|
||||||
|
nextRow.toggle();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Script: Server Status
|
* Script: Server Status
|
||||||
@ -12,7 +24,10 @@
|
|||||||
require "ss_configs_servers.php";
|
require "ss_configs_servers.php";
|
||||||
|
|
||||||
# Start a variable to contain Service Status.
|
# Start a variable to contain Service Status.
|
||||||
$serverStatus = "<table width='190' border='0' cellspacing='0' cellpadding='1'><tr BGCOLOR='#0066FF'><th style='text-align: left;'><font color='white'>Server</font></th><th style='text-align: left;'><font color='white'>Status</font></th></tr>";
|
if ($serverstatusvisible > "0") {
|
||||||
|
$serverStatus = "<table width='190' border='0' cellspacing='0' cellpadding='1'><tr onclick='toggleNextRow(this)' BGCOLOR='#0066FF'><th style='text-align: left;'><font color='white'>Server</font></th><th style='text-align: left;'><font color='white'>Status</font></th></tr>";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# Process all services1 montiored.
|
# Process all services1 montiored.
|
||||||
foreach( $configs['services1'] as $serviceName => $servicePort )
|
foreach( $configs['services1'] as $serviceName => $servicePort )
|
||||||
|
@ -32,11 +32,16 @@ $configs['server_ip4'] = $server4url; // The Servers URL or IP to check.
|
|||||||
|
|
||||||
|
|
||||||
# For services1 simply add new lines with the Name and port number.
|
# For services1 simply add new lines with the Name and port number.
|
||||||
|
if ($server1visible > "0") {
|
||||||
$configs['services1']["<a href='$http/$server1url' target=\'_blank\'>$server1name</a>"] = 80;
|
$configs['services1']["<a href='$http/$server1url' target=\'_blank\'>$server1name</a>"] = 80;
|
||||||
|
}
|
||||||
|
if ($server2visible > "0") {
|
||||||
$configs['services2']["<a href='$http/$server2url' target=\'_blank\'>$server2name</a>"] = 80;
|
$configs['services2']["<a href='$http/$server2url' target=\'_blank\'>$server2name</a>"] = 80;
|
||||||
|
}
|
||||||
|
if ($server3visible > "0") {
|
||||||
$configs['services3']["<a href='$http/$server3url' target=\'_blank\'>$server3name</a>"] = 80;
|
$configs['services3']["<a href='$http/$server3url' target=\'_blank\'>$server3name</a>"] = 80;
|
||||||
|
}
|
||||||
|
if ($server4visible > "0") {
|
||||||
$configs['services4']["<a href='$http/$server4url' target=\'_blank\'>$server4name</a>"] = 80;
|
$configs['services4']["<a href='$http/$server4url' target=\'_blank\'>$server4name</a>"] = 80;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
@ -1,10 +1,32 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js" type="text/javascript"></script>
|
||||||
|
<style>
|
||||||
|
.hiddenRow { display: none; }
|
||||||
|
</style>
|
||||||
|
<script>
|
||||||
|
function toggleNextRow(row) {
|
||||||
|
var nextRow = $(row).next();
|
||||||
|
nextRow.toggle();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
<table width='275' border='0' cellspacing='0' cellpadding='1'>
|
||||||
|
<tr onclick="toggleNextRow(this)" BGCOLOR='#0066FF'>
|
||||||
|
<th style='text-align: left;'><font color='white'>WebClip Feed</font></th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td BGCOLOR='#FFFFFF'>
|
||||||
|
<!-- 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: "0",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: "off",rssmikle_title_sentence: "",rssmikle_title_link: "",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><div style="font-size:10px; text-align:center; width:275px;"><a href="http://feed.mikle.com/" target="_blank" style="color:#CCCCCC;">RSS Feed Widget</a><!--Please display the above link in your web page according to Terms of Service.--></div><!-- end feedwind code -->
|
||||||
|
<div id="clockbox" style="font:12pt Arial; color:#0066FF;"></div>
|
||||||
|
</select>
|
||||||
|
</form>
|
||||||
|
</td>
|
||||||
|
</table>
|
||||||
</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: "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