diff --git a/classes/class_text.php b/classes/class_text.php
index 4531bd68..5ab5fb94 100644
--- a/classes/class_text.php
+++ b/classes/class_text.php
@@ -532,11 +532,11 @@ function to_html($Array) {
$PostURL = $Current.'?action=viewthread&postid='.$PostID;
break;
}*/
- $Str.= ''.$Exploded[0].' wrote: ';
+ $Str.= ' wrote: ';
// $Str.= ''.$Exploded[0].' wrote: ';
}
else {
- $Str.= ''.$Exploded[0].' wrote: ';
+ $Str.= ' wrote: ';
}
}
$Str.='
'.$this->to_html($Block['Val']).'
';
diff --git a/sections/artist/artist_rearrange.php b/sections/artist/artist_rearrange.php
index 122a5320..5c798ca7 100644
--- a/sections/artist/artist_rearrange.php
+++ b/sections/artist/artist_rearrange.php
@@ -361,7 +361,7 @@ function display_name($ReleaseType) {
- [DL]
+ [ DL ]
» =torrent_info($Torrent)?>
|
diff --git a/sections/better/files.php b/sections/better/files.php
index 7f2c77b3..7cd03acf 100644
--- a/sections/better/files.php
+++ b/sections/better/files.php
@@ -72,7 +72,7 @@
}
?>
=$DisplayName?>
- [DL]
+ [ DL ]
if(check_perms('admin_reports')) { ?>
[X]
} ?>
diff --git a/sections/better/folders.php b/sections/better/folders.php
index d79dd8da..6356c396 100644
--- a/sections/better/folders.php
+++ b/sections/better/folders.php
@@ -73,7 +73,7 @@
}
?>
|
=$DisplayName?>
- [DL]
+ [ DL ]
if(check_perms('admin_reports')) { ?>
[X]
} ?>
diff --git a/sections/better/single.php b/sections/better/single.php
index 8304321b..8c91156a 100644
--- a/sections/better/single.php
+++ b/sections/better/single.php
@@ -51,7 +51,7 @@
|
=$DisplayName?>
- [DL]
+ [ DL ]
=$TorrentTags?>
|
diff --git a/sections/better/snatch.php b/sections/better/snatch.php
index f2a0b4e9..52dfd43d 100644
--- a/sections/better/snatch.php
+++ b/sections/better/snatch.php
@@ -105,7 +105,7 @@
=$DisplayName?>
- [DL]
+ [ DL ]
=$TorrentTags?>
|
=($MissingEncodings['V2 (VBR)'] == 0)?'YES':'NO'?> |
diff --git a/sections/better/tags.php b/sections/better/tags.php
index cc996b71..7b50c509 100644
--- a/sections/better/tags.php
+++ b/sections/better/tags.php
@@ -72,7 +72,7 @@
}
?>
=$DisplayName?>
- [DL]
+ [ DL ]
if(check_perms('admin_reports')) { ?>
[X]
} ?>
diff --git a/sections/better/transcode.php b/sections/better/transcode.php
index a7e29c52..b7b6c89b 100644
--- a/sections/better/transcode.php
+++ b/sections/better/transcode.php
@@ -133,7 +133,7 @@
|
=$DisplayName?>
- [DL]
+ [ DL ]
=$TorrentTags?>
|
=($MissingEncodings['V2 (VBR)'] == 0)?'YES':'NO'?> |
diff --git a/sections/better/upload.php b/sections/better/upload.php
index b21b7ce7..347bc255 100644
--- a/sections/better/upload.php
+++ b/sections/better/upload.php
@@ -92,7 +92,7 @@
=$DisplayName?>
- [DL]
+ [ DL ]
=$TorrentTags?>
|
=($MissingEncodings['V2 (VBR)'] == 0)?'YES':'NO'?> |
diff --git a/sections/collages/collage.php b/sections/collages/collage.php
index d578b6c8..0509917a 100644
--- a/sections/collages/collage.php
+++ b/sections/collages/collage.php
@@ -290,7 +290,7 @@ function compare($X, $Y){
&& !in_array($TorrentID, $TokenTorrents) && empty($Torrent['FreeTorrent']) && ($LoggedUser['CanLeech'] == '1')) { ?>
| FL
} ?>
- | RP]
+ | RP ]
=$DisplayName?>
=$TorrentTags?>
diff --git a/sections/tools/misc/update_geoip.php b/sections/tools/misc/update_geoip.php
index 66195bea..be3b22da 100644
--- a/sections/tools/misc/update_geoip.php
+++ b/sections/tools/misc/update_geoip.php
@@ -7,12 +7,12 @@
show_header();
//requires wget, unzip commands to be installed
-shell_exec('wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity_'.date('Ym').'03.zip');
+shell_exec('wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity_'.date('Ym').'07.zip');
//shell_exec('wget http://debug.what.cd/GeoLiteCity_'.date('Ym').'01.zip');
-shell_exec('unzip GeoLiteCity_'.date('Ym').'03.zip');
-shell_exec('rm GeoLiteCity_'.date('Ym').'03.zip');
+shell_exec('unzip GeoLiteCity_'.date('Ym').'07.zip');
+shell_exec('rm GeoLiteCity_'.date('Ym').'07.zip');
-if(($Locations = file("GeoLiteCity_".date('Ym')."03/GeoLiteCity-Location.csv", FILE_IGNORE_NEW_LINES)) === false) {
+if(($Locations = file("GeoLiteCity_".date('Ym')."07/GeoLiteCity-Location.csv", FILE_IGNORE_NEW_LINES)) === false) {
error("Download or extraction of maxmind database failed");
}
array_shift($Locations);
@@ -31,7 +31,7 @@
echo "There are ".count($CountryIDs)." CountryIDs";
echo "
";
-if(($Blocks = file("GeoLiteCity_".date('Ym')."03/GeoLiteCity-Blocks.csv", FILE_IGNORE_NEW_LINES)) === false) {
+if(($Blocks = file("GeoLiteCity_".date('Ym')."07/GeoLiteCity-Blocks.csv", FILE_IGNORE_NEW_LINES)) === false) {
echo "Error";
}
array_shift($Blocks);
diff --git a/sections/top10/history.php b/sections/top10/history.php
index 3d37608f..ecd4a20e 100644
--- a/sections/top10/history.php
+++ b/sections/top10/history.php
@@ -166,7 +166,7 @@
?>
|
- =($GroupID ? '[DL]' : '(Deleted)')?>
+ =($GroupID ? '[ DL ]' : '(Deleted)')?>
=$DisplayName?>
=$TorrentTags?>
|
diff --git a/sections/top10/torrents.php b/sections/top10/torrents.php
index f343b921..35f4bd78 100644
--- a/sections/top10/torrents.php
+++ b/sections/top10/torrents.php
@@ -405,7 +405,7 @@ function generate_torrent_table($Caption, $Tag, $Details, $Limit) {
?>
|
- [DL]
+ [ DL ]
=$DisplayName?> =$ExtraInfo?>
=$TorrentTags?>
|
diff --git a/sections/torrents/browse.php b/sections/torrents/browse.php
index f246be34..e34ff516 100644
--- a/sections/torrents/browse.php
+++ b/sections/torrents/browse.php
@@ -953,8 +953,8 @@ function header_link($SortKey,$DefaultWay="DESC") {
- [DL
- | RP]
+ [ DL
+ | RP ]
» =$ExtraInfo?>
|
@@ -1000,7 +1000,7 @@ function header_link($SortKey,$DefaultWay="DESC") {
} ?>
|
- [DL | RP]
+ [ DL | RP ]
=$DisplayName?>
=$ExtraInfo?>
=$TorrentTags?>
diff --git a/sections/torrents/browse2.php b/sections/torrents/browse2.php
index ae718729..09ba92a2 100644
--- a/sections/torrents/browse2.php
+++ b/sections/torrents/browse2.php
@@ -953,7 +953,7 @@ function header_link($SortKey,$DefaultWay="desc") {
&& !in_array($TorrentID, $TokenTorrents) && empty($Data['FreeTorrent']) && ($LoggedUser['CanLeech'] == '1')) { ?>
| FL
} ?>
- | RP]
+ | RP ]
=$DisplayName?>
diff --git a/sections/torrents/notify.php b/sections/torrents/notify.php
index 723b6773..2fbbab74 100644
--- a/sections/torrents/notify.php
+++ b/sections/torrents/notify.php
@@ -148,12 +148,12 @@
| |
- [DL
+ [ DL
if (($LoggedUser['FLTokens'] > 0) && ($TorrentInfo['Size'] < 1073741824)
&& !in_array($TorrentID, $TokenTorrents) && empty($TorrentInfo['FreeTorrent']) && ($LoggedUser['CanLeech'] == '1')) { ?>
| FL
} ?>
- | CL]
+ | CL ]
=$DisplayName?> =$ExtraInfo?>
if($Result['UnRead']) { echo 'New!'; } ?>
diff --git a/sections/torrents/user.php b/sections/torrents/user.php
index a1900735..3c3e9c08 100644
--- a/sections/torrents/user.php
+++ b/sections/torrents/user.php
@@ -461,8 +461,8 @@ function header_link($SortKey,$DefaultWay="DESC") {
|
- [DL
- | RP]
+ [ DL
+ | RP ]
=$DisplayName?>
diff --git a/sections/userhistory/subscribed_collages.php b/sections/userhistory/subscribed_collages.php
index bda46cb3..60709451 100644
--- a/sections/userhistory/subscribed_collages.php
+++ b/sections/userhistory/subscribed_collages.php
@@ -222,7 +222,7 @@
|
- [DL]
+ [ DL ]
» =torrent_info($Torrent)?>
|
@@ -252,8 +252,8 @@
- [DL
- | RP]
+ [ DL
+ | RP ]
=$DisplayName?>
=$TorrentTags?>
diff --git a/static/styles/anorex/style.css b/static/styles/anorex/style.css
index bc3c7e9d..1d89b1af 100644
--- a/static/styles/anorex/style.css
+++ b/static/styles/anorex/style.css
@@ -660,6 +660,7 @@ ul.poll li.graph {
.read_locked{background: url(images/locked_read.png) no-repeat center center;}
.unread{background: url(images/unread.png) no-repeat center center;}
.read{background: url(images/read.png) no-repeat center center;}
+strong.quoteheader{color:#492801;}
table.forum_post {
margin: 10px 0px;
diff --git a/static/styles/dark_ambient/style.css b/static/styles/dark_ambient/style.css
index 9e7d2a9c..e3bb0582 100644
--- a/static/styles/dark_ambient/style.css
+++ b/static/styles/dark_ambient/style.css
@@ -731,6 +731,8 @@ margin-left:20px;
td.body {width:100%;}
+strong.quoteheader{color: #878787;}
+
/* TORRENTS */
#torrents input[value="Edit torrent"] {
diff --git a/static/styles/kuro/style.css b/static/styles/kuro/style.css
index e7daa9d0..4e425e53 100644
--- a/static/styles/kuro/style.css
+++ b/static/styles/kuro/style.css
@@ -734,6 +734,7 @@ ul.poll li.graph {
.read_locked {background: url(images/locked_read.png) no-repeat center center;}
.unread{background: url(images/unread.png) no-repeat center center;}
.read{background: url(images/read.png) no-repeat center center;}
+strong.quoteheader{color: #999; }
table.forum_post {
margin: 10px 0px;
diff --git a/static/styles/layer_cake/style.css b/static/styles/layer_cake/style.css
index 13406b0a..bd7b4db6 100644
--- a/static/styles/layer_cake/style.css
+++ b/static/styles/layer_cake/style.css
@@ -638,6 +638,7 @@ ul.poll li.graph {
.read_locked{background: url(images/locked_read.png) no-repeat center center;}
.unread{background: url(images/unread.png) no-repeat center center;}
.read{background: url(images/read.png) no-repeat center center;}
+strong.quoteheader {color: #000;}
table.forum_post {
margin: 10px 0px;
diff --git a/static/styles/minimal/style.css b/static/styles/minimal/style.css
index 4843de49..5d36c0b3 100644
--- a/static/styles/minimal/style.css
+++ b/static/styles/minimal/style.css
@@ -242,6 +242,7 @@ table tr.colhead_dark td{background:#555; border:0}
#forums #content .thin td.unread_locked{background:#373737 url(images/lock-unread.png) no-repeat 50%; width:18px; height:18px}
#forums #content .thin td.read_locked_sticky{background:#373737 url(images/lock-sticky.png) no-repeat 50%; width:18px; height:18px}
#forums #content .thin td.unread_locked_sticky{background:#373737 url(images/lock-sticky-unread.png) no-repeat 50%; width:18px; height:18px}
+strong.quoteheader {color: #f1f1f1;}
/* log checker fix */
#logchecker input[type="file"]{color:#000}
diff --git a/static/styles/minimal_mod_alt.css b/static/styles/minimal_mod_alt.css
index 2192ba36..33ed4eef 100644
--- a/static/styles/minimal_mod_alt.css
+++ b/static/styles/minimal_mod_alt.css
@@ -931,6 +931,8 @@ forum_post box vertical_margin pre {
height: 200px;
}
+strong.quoteheader { color: #f1f1f1; }
+
.main_column {
width: 700px;
}
@@ -1420,4 +1422,4 @@ table.recent tr,#artist #content .box .body,#user #content .pad,#index #content
.r20,.r50,.r99 {
color: #418B00;
-}
\ No newline at end of file
+}
diff --git a/static/styles/mono/style.css b/static/styles/mono/style.css
index cda5ece3..7f463abd 100644
--- a/static/styles/mono/style.css
+++ b/static/styles/mono/style.css
@@ -816,6 +816,10 @@ table.forum_post td.body > div { /* Narrow main column (torrent comments, reques
margin-left: 25px;
}
+strong.quoteheader{
+ color: #626262;
+}
+
.forum_post blockquote, #inbox div.body>blockquote {
padding: 10px;
background: #fafafa url('icons/quote-mark.png') no-repeat 98% 5px;
diff --git a/static/styles/postmod/style.css b/static/styles/postmod/style.css
index fdc86a84..80e50905 100644
--- a/static/styles/postmod/style.css
+++ b/static/styles/postmod/style.css
@@ -825,6 +825,10 @@ table.forum_post td.body {
padding: 5px;
}
+strong.quoteheader{
+ color:#444;
+}
+
blockquote {
margin: 10px;
padding: 10px;
diff --git a/static/styles/proton/style.css b/static/styles/proton/style.css
index fc100a93..bf14b7f0 100644
--- a/static/styles/proton/style.css
+++ b/static/styles/proton/style.css
@@ -770,7 +770,9 @@ ul#userinfo_username {
padding: 0;
}
-
+strong.quoteheader {
+ color: #575757;
+}
/* TORRENTS */
diff --git a/static/styles/white.cd/style.css b/static/styles/white.cd/style.css
index 124d11d5..0089e565 100644
--- a/static/styles/white.cd/style.css
+++ b/static/styles/white.cd/style.css
@@ -2,6 +2,7 @@
.last_read {width: 15px; height: 15px; background: url(images/go_last_read.png) no-repeat center center; margin-left: 5px;}
.last_read a { border: none; width: 100%; height: 100%; display: block; }
.last_read a:hover { border: none; }
+strong.quoteheader {color: #666}
ul.collage_images {
width: 650px !important;
@@ -23,4 +24,4 @@ ul.collage_images img {
#drag_drop_textnote ul {
padding-left: 25px;
-}
\ No newline at end of file
+}
|