diff --git a/ChangeLog.txt b/ChangeLog.txt
index b00ab24..1a580fc 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,8 @@
+2.5.3
+Fixed SickGear in Config
+Konvos Status CSS fix
+Enabled Custom Widget Header Text Colour
+
2.5.2
Removed Old Update Code
Added Change Log
diff --git a/Update.bat b/Update.bat
index f2f1432..335a63b 100644
--- a/Update.bat
+++ b/Update.bat
@@ -447,6 +447,24 @@ findstr "GoogleSearch" config.php >nul 2>&1
echo GoogleSearch Updated
goto END
:END
+
+ rem widgettextcolour
+findstr "WidgetTextColour" config.php >nul 2>&1
+ if errorlevel 1 goto ONE
+ if errorlevel 0 goto ZERO
+ goto END
+ :ZERO
+ echo WidgetTextColour Already Updated
+ goto END
+ :ONE
+ echo ^>config.php
+ echo //// WidgetTextColour >> config.php
+ echo $WidgetTextColour = "#FFFFFF"; >> config.php
+ echo //// >> config.php
+ echo ^?^> >> config.php
+ echo WidgetTextColour Updated
+ goto END
+ :END
rem Update Version
findstr "localversion" config.php >nul 2>&1
@@ -468,8 +486,8 @@ findstr "localversion" config.php >nul 2>&1
goto END
:END
:ONE
- cscript replace.vbs "config.php" "2.5.1" "2.5.2"
- echo Version Updated to 2.5.2
+ cscript replace.vbs "config.php" "2.5.2" "2.5.3"
+ echo Version Updated to 2.5.3
goto END
:END
diff --git a/bootstrap_services.php b/bootstrap_services.php
index ef98f4e..59f75f1 100644
--- a/bootstrap_services.php
+++ b/bootstrap_services.php
@@ -28,7 +28,7 @@
require "configs_services.php";
# Start a variable to contain Service Status.
-$serverStatus = "
Service Status ";
+$serverStatus = "
\ No newline at end of file
diff --git a/config/set1.php b/config/set1.php
index ff1fa06..5daefbf 100644
--- a/config/set1.php
+++ b/config/set1.php
@@ -23,6 +23,8 @@
Widget Header Colour:
+ Widget Header Text Colour:
+
KWorld Enabled: "0") echo "checked=checked; "; ?> />
KWorld Widget Enabled: "0") echo "checked=checked; "; ?> />
diff --git a/config/set2.php b/config/set2.php
index 95226b6..5770382 100644
--- a/config/set2.php
+++ b/config/set2.php
@@ -45,7 +45,7 @@ global $sabpicname;
?>
Sick Enabled: "0") echo "checked=checked; "; ?> />
- Sick Type : >SickBeard / "1") echo "checked=checked; "; ?>>SickRage
+ Sick Type : >SickBeard / "1") echo "checked=checked; "; ?>>SickGear
Sick Port:
Sick Name:
Sick API:
diff --git a/config/write1.php b/config/write1.php
index a85aef0..5752e65 100644
--- a/config/write1.php
+++ b/config/write1.php
@@ -28,6 +28,7 @@ $KIP1 = $_POST['KIP'];
$KodiUser1 = $_POST['KodiUser'];
$KodiPass1 = $_POST['KodiPass'];
$GoogleSearch1 = $_POST['GoogleSearch'];
+$WidgetTextColour1 = $_POST['WidgetTextColour'];
//
$fl='../config.php';
@@ -43,6 +44,7 @@ $content = preg_replace( '/\$pass = \"(.*?)\";/', '$pass = "'.$pass1.'";', $co
$content = preg_replace( '/\$custombackground = \"(.*?)\";/', '$custombackground = "#'.$backgroundcolor1.'";', $content);
$content = preg_replace( '/\$mediastatscolour = \"(.*?)\";/', '$mediastatscolour = "#'.$mediastatscolour1.'";', $content);
$content = preg_replace( '/\$mediastatstextcolour = \"(.*?)\";/', '$mediastatstextcolour = "#'.$mediastatstextcolour1.'";', $content);
+$content = preg_replace( '/\$WidgetTextColour = \"(.*?)\";/', '$WidgetTextColour = "#'.$WidgetTextColour1.'";', $content);
$content = preg_replace( '/\$widgetcolour = \"(.*?)\";/', '$widgetcolour = "#'.$widgetcolor1.'";', $content);
// version Settings
if (empty($showversion1)) {
diff --git a/config/write2.php b/config/write2.php
index bdb683d..5e8ffbb 100644
--- a/config/write2.php
+++ b/config/write2.php
@@ -51,7 +51,7 @@ if ($sicktype1 > "1") {
$content = preg_replace( '/\$sicktype = \"(.*?)\";/', '$sicktype = "1";', $content);
}
$content = preg_replace( '/\$sickport = \"(.*?)\";/', '$sickport = "'.$sickport1.'";', $content);
-$content = preg_replace( '/\$sickname = \"(.*?)\";/', '$sickname = "'.$sickname1.'";', $content);
+// $content = preg_replace( '/\$sickname = \"(.*?)\";/', '$sickname = "'.$sickname1.'";', $content);
$content = preg_replace( '/\$SICKAPI = \"(.*?)\";/', '$SICKAPI = "'.$SICKAPI1.'";', $content);
$content = preg_replace( '/\$sickpicname = \"(.*?)\";/', '$sickpicname = "'.$sickpicname1.'";', $content);
// End of Sick Settigns
diff --git a/css/black.css b/css/black.css
index c730162..aa1abb6 100644
--- a/css/black.css
+++ b/css/black.css
@@ -40,7 +40,7 @@ background: #000000;
.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
-color: white;
+color: black;
}
* html body{ /*IE6 hack*/
@@ -123,6 +123,11 @@ div.version {
color: black;
}
+div.Widgets {
+ color: white;
+ text-align: left;
+}
+
div.head {
font-size: 16pt;
color: white;
diff --git a/css/blue.css b/css/blue.css
index 9cb340d..3be57ee 100644
--- a/css/blue.css
+++ b/css/blue.css
@@ -45,7 +45,7 @@ background: #000000;
.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
-color: white;
+color: black;
}
* html body{ /*IE6 hack*/
@@ -133,6 +133,11 @@ font-size: 16pt;
color: white;
}
+div.Widgets {
+ color: white;
+ text-align: left;
+}
+
div.UpdateNotify {
color: Red;
font-size: 12pt;
diff --git a/css/custom.php b/css/custom.php
index 2690e87..494d47b 100644
--- a/css/custom.php
+++ b/css/custom.php
@@ -121,6 +121,11 @@ div.version {
color: ;
}
+ div.Widgets {
+ color: ;
+ text-align: left;
+}
+
div#config a:link { color: ; }
div#config a:visited { color: ; }
diff --git a/css/red.css b/css/red.css
index 95d6e48..5e65306 100644
--- a/css/red.css
+++ b/css/red.css
@@ -125,6 +125,11 @@ font-size: 16pt;
color: Black;
font-size: 12pt;
}
+
+div.Widgets {
+ color: white;
+ text-align: left;
+}
div#config a:link { color: red; }
div#config a:visited { color: red; }
div#config a:hover { color: red; }
diff --git a/css/white.css b/css/white.css
index 5f227f1..022851f 100644
--- a/css/white.css
+++ b/css/white.css
@@ -126,6 +126,11 @@ div.UpdateNotify {
font-size: 12pt;
}
+div.Widgets {
+ color: white;
+ text-align: left;
+}
+
div#config a:link { color: white; }
div#config a:visited { color: white; }
div#config a:hover { color: white; }
diff --git a/drives/drive1.php b/drives/drive1.php
index 8968f17..24c47db 100644
--- a/drives/drive1.php
+++ b/drives/drive1.php
@@ -40,3 +40,4 @@ require_once 'DiskStatus.class.php';
+
\ No newline at end of file
diff --git a/drives/drive2.php b/drives/drive2.php
index 2ddea76..f2c9b4a 100644
--- a/drives/drive2.php
+++ b/drives/drive2.php
@@ -41,3 +41,4 @@ require_once 'DiskStatus.class.php';
+
\ No newline at end of file
diff --git a/drives/drive3.php b/drives/drive3.php
index 1b71aee..8769758 100644
--- a/drives/drive3.php
+++ b/drives/drive3.php
@@ -40,3 +40,4 @@ require_once 'DiskStatus.class.php';
+
\ No newline at end of file
diff --git a/drives/drive4.php b/drives/drive4.php
index b0d06c4..83cc7fb 100644
--- a/drives/drive4.php
+++ b/drives/drive4.php
@@ -40,3 +40,4 @@ require_once 'DiskStatus.class.php';
+
\ No newline at end of file
diff --git a/drives/drive5.php b/drives/drive5.php
index cdf8a17..79ea0e8 100644
--- a/drives/drive5.php
+++ b/drives/drive5.php
@@ -40,3 +40,4 @@ require_once 'DiskStatus.class.php';
+
\ No newline at end of file
diff --git a/drives/drive6.php b/drives/drive6.php
index a4d7187..2014c7c 100644
--- a/drives/drive6.php
+++ b/drives/drive6.php
@@ -40,3 +40,4 @@ require_once 'DiskStatus.class.php';
+
\ No newline at end of file
diff --git a/drives/drive7.php b/drives/drive7.php
index 074f6d7..82ff477 100644
--- a/drives/drive7.php
+++ b/drives/drive7.php
@@ -40,3 +40,4 @@ require_once 'DiskStatus.class.php';
+
\ No newline at end of file
diff --git a/drives/head.php b/drives/head.php
index 076a7a3..fc73e65 100644
--- a/drives/head.php
+++ b/drives/head.php
@@ -1,5 +1,7 @@
+
- Drive Space
+ Drive Space
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/feeds/SickBeard_i_today.php b/feeds/SickBeard_i_today.php
index ac24faa..1467bf1 100644
--- a/feeds/SickBeard_i_today.php
+++ b/feeds/SickBeard_i_today.php
@@ -11,10 +11,10 @@
nextRow.toggle();
}
-
+