From c0a32639b18fea1132f817893b21ad579dee126d Mon Sep 17 00:00:00 2001 From: Git Date: Sat, 15 Sep 2012 08:00:25 +0000 Subject: [PATCH] Empty commit --- classes/class_sphinxql.php | 106 ++++----- classes/class_torrent_form.php | 2 +- design/privateheader.php | 14 +- sections/artist/artist.php | 8 +- sections/artist/artist_rearrange.php | 2 +- sections/artist/change_artistid.php | 2 +- sections/artist/edit.php | 34 ++- sections/better/transcode.php | 30 ++- sections/blog/index.php | 2 +- sections/bookmarks/torrents.php | 1 + sections/chat/index.php | 2 +- sections/collages/all_comments.php | 2 +- sections/collages/browse.php | 2 +- sections/collages/collage.php | 14 +- sections/collages/delete.php | 2 +- sections/collages/edit.php | 2 +- sections/collages/manage.php | 4 +- sections/collages/new.php | 2 +- sections/collages/recover.php | 2 +- sections/donate/donate.php | 4 +- sections/donate/donate_gpal.php | 4 +- sections/forums/edit_rules.php | 4 +- sections/forums/forum.php | 2 +- sections/forums/newthread.php | 2 +- sections/forums/poll_vote.php | 4 +- sections/forums/search.php | 2 +- sections/forums/thread.php | 28 +-- sections/forums/warn.php | 2 +- sections/friends/friends.php | 2 +- sections/inbox/compose.php | 6 +- sections/inbox/conversation.php | 6 +- sections/inbox/inbox.php | 4 +- sections/index/private.php | 6 +- sections/log/index.php | 2 +- sections/login/disabled.php | 2 +- sections/login/login.php | 2 +- sections/login/recover_step1.php | 2 +- sections/login/recover_step2.php | 4 +- sections/register/code.php | 2 +- sections/register/step1.php | 4 +- sections/reports/compose.php | 22 +- sections/reports/report.php | 7 +- sections/reports/reports.php | 20 +- sections/reports/stats.php | 1 + sections/reportsv2/ajax_new_report.php | 2 +- sections/reportsv2/ajax_report.php | 2 +- sections/reportsv2/report.php | 5 +- sections/reportsv2/static.php | 2 +- sections/requests/interim.php | 4 +- sections/requests/request.php | 9 +- sections/requests/requests.php | 208 +++++++++--------- sections/requests/requests.php.presphinx | 2 +- sections/rules/upload.php | 6 +- sections/staffblog/index.php | 2 +- sections/staffpm/common_responses.php | 10 +- sections/staffpm/functions.php | 4 +- sections/staffpm/staff_inbox.php | 8 +- sections/staffpm/user_inbox.php | 8 +- sections/staffpm/viewconv.php | 2 +- sections/tools/data/common_snatches.php | 4 +- sections/tools/data/donation_log.php | 4 +- sections/tools/data/invite_pool.php | 4 +- sections/tools/data/opcode_stats.php | 4 +- sections/tools/data/service_stats.php | 4 +- sections/tools/managers/bans.php | 8 +- sections/tools/managers/dnu_list.php | 6 +- sections/tools/managers/eb.php | 6 +- sections/tools/managers/forum_list.php | 6 +- sections/tools/managers/login_watch.php | 6 +- sections/tools/managers/news.php | 2 +- sections/tools/managers/official_tags.php | 6 +- sections/tools/managers/permissions_alter.php | 6 +- sections/tools/managers/recommend_list.php | 4 +- sections/tools/managers/tag_aliases.php | 8 +- sections/tools/managers/tokens.php | 4 +- sections/tools/managers/whitelist_list.php | 6 +- sections/tools/misc/clear_cache.php | 5 +- sections/tools/misc/countries.php | 8 +- sections/tools/misc/create_user.php | 8 +- sections/tools/misc/manipulate_tree.php | 8 +- sections/top10/history.php | 2 +- sections/top10/torrents.php | 54 +++-- sections/torrents/browse2.php | 2 +- sections/torrents/delete.php | 7 +- sections/torrents/details.php | 27 +-- sections/torrents/edit.php | 7 +- sections/torrents/editgroup.php | 12 +- sections/torrents/editgroupid.php | 4 +- sections/torrents/masspm.php | 6 +- sections/torrents/merge.php | 4 +- sections/torrents/notify.php | 7 +- sections/torrents/user.php | 7 +- sections/torrents/warn.php | 4 +- sections/user/advancedsearch.php | 2 +- sections/user/connchecker.php | 4 +- sections/user/edit.php | 6 +- sections/user/invite.php | 23 +- sections/user/linkedfunctions.php | 16 +- sections/user/notify_edit.php | 6 +- sections/user/permissions.php | 8 +- sections/user/search.php | 9 +- sections/user/sessions.php | 114 +++++----- sections/user/user.php | 4 +- sections/userhistory/ip_history.php | 7 +- sections/wiki/aliases.php | 4 +- sections/wiki/article.php | 6 +- sections/wiki/create.php | 4 +- sections/wiki/edit.php | 4 +- sections/wiki/link.php | 4 +- sections/wiki/splash.php | 4 +- sections/wiki/wiki_browse.php | 4 +- static/functions/reportsv2.js | 8 +- static/styles/celebrate/celebratetheme.css | 2 +- static/styles/mono/style.css | 46 ++-- static/styles/postmod/style.css | 2 +- 115 files changed, 567 insertions(+), 631 deletions(-) diff --git a/classes/class_sphinxql.php b/classes/class_sphinxql.php index cff0d530..5fb69666 100644 --- a/classes/class_sphinxql.php +++ b/classes/class_sphinxql.php @@ -8,7 +8,7 @@ class SPHINXQL extends mysqli { private $Server; private $Port; private $Socket; - public $Ident; + private $Ident; private $Connected = false; public static $Queries = array(); @@ -18,9 +18,9 @@ class SPHINXQL extends mysqli { /** * Initialize SphinxQL object * - * @string $Server server address or hostname - * @int $Port listening port - * @string $Socket Unix socket address, overrides $Server:$Port + * @param string $Server server address or hostname + * @param int $Port listening port + * @param string $Socket Unix socket address, overrides $Server:$Port */ public function __construct($Server, $Port, $Socket) { $this->Server = $Server; @@ -32,9 +32,9 @@ public function __construct($Server, $Port, $Socket) { /** * Create server ident based on connection information * - * @string $Server server address or hostname - * @int $Port listening port - * @string $Socket Unix socket address, overrides $Server:$Port + * @param string $Server server address or hostname + * @param int $Port listening port + * @param string $Socket Unix socket address, overrides $Server:$Port * @return identification string */ private function get_ident($Server, $Port, $Socket) { @@ -48,9 +48,9 @@ private function get_ident($Server, $Port, $Socket) { /** * Create SphinxQL object or return existing one * - * @string $Server server address or hostname - * @int $Port listening port - * @string $Socket Unix socket address, overrides $Server:$Port + * @param string $Server server address or hostname + * @param int $Port listening port + * @param string $Socket Unix socket address, overrides $Server:$Port * @return SphinxQL object */ public static function init_connection($Server, $Port, $Socket) { @@ -82,8 +82,8 @@ public function connect() { /** * Print a message to privileged users and optionally halt page processing * - * @string $Msg message to display - * @bool $Halt halt page processing. Default is to continue processing the page + * @param string $Msg message to display + * @param bool $Halt halt page processing. Default is to continue processing the page * @return SphinxQL object */ public function error($Msg, $Halt = false) { @@ -102,7 +102,7 @@ public function error($Msg, $Halt = false) { * Escape special characters before sending them to the Sphinx server. * Two escapes needed because the first one is eaten up by the mysql driver. * - * @string $String string to escape + * @param string $String string to escape * @return escaped string */ public function escape_string($String) { @@ -125,8 +125,8 @@ public function escape_string($String) { /** * Register sent queries globally for later retrieval by debug functions * - * @string $QueryString query text - * @param $QueryProcessTime time building and processing the query + * @param string $QueryString query text + * @param param $QueryProcessTime time building and processing the query */ public function register_query($QueryString, $QueryProcessTime) { SPHINXQL::$Queries[] = array($QueryString, $QueryProcessTime); @@ -151,9 +151,9 @@ class SPHINXQL_QUERY { /** * Initialize SphinxQL object * - * @string $Server server address or hostname - * @int $Port listening port - * @string $Socket Unix socket address, overrides $Server:$Port + * @param string $Server server address or hostname + * @param int $Port listening port + * @param string $Socket Unix socket address, overrides $Server:$Port */ public function __construct($Server = SPHINXQL_HOST, $Port = SPHINXQL_PORT, $Socket = SPHINXQL_SOCK) { $this->SphinxQL = SPHINXQL::init_connection($Server, $Port, $Socket); @@ -162,7 +162,7 @@ public function __construct($Server = SPHINXQL_HOST, $Port = SPHINXQL_PORT, $Soc /** * Specify what data the Sphinx query is supposed to return * - * @string $Fields Attributes and expressions + * @param string $Fields Attributes and expressions * @return current SphinxQL query object */ public function select($Fields) { @@ -174,7 +174,7 @@ public function select($Fields) { /** * Specify the indexes to use in the search * - * @string $Indexes comma separated list of indexes + * @param string $Indexes comma separated list of indexes * @return current SphinxQL query object */ public function from($Indexes) { @@ -185,9 +185,9 @@ public function from($Indexes) { /** * Add attribute filter. Calling this function multiple times results in boolean AND between each condition * - * @string $Attribute attribute which the filter will apply to - * @mixed $Values scalar or array of numerical values. Array uses boolean OR in query condition - * @bool $Exclude whether to exclude or include matching documents. Default mode is to include matches + * @param string $Attribute attribute which the filter will apply to + * @param mixed $Values scalar or array of numerical values. Array uses boolean OR in query condition + * @param bool $Exclude whether to exclude or include matching documents. Default mode is to include matches * @return current SphinxQL query object */ public function where($Attribute, $Values, $Exclude = false) { @@ -223,8 +223,8 @@ public function where($Attribute, $Values, $Exclude = false) { /** * Add attribute range filter. Calling this function multiple times results in boolean AND between each condition * - * @string $Attribute attribute which the filter will apply to - * @array $Values pair of numerical values that defines the filter range + * @param string $Attribute attribute which the filter will apply to + * @param array $Values pair of numerical values that defines the filter range * @return current SphinxQL query object */ public function where_between($Attribute, $Values) { @@ -239,8 +239,8 @@ public function where_between($Attribute, $Values) { * Add fulltext query expression. Calling this function multiple times results in boolean AND between each condition. * Query expression is escaped automatically * - * @string $Expr query expression - * @string $Field field to match $Expr against. Default is *, which means all available fields + * @param string $Expr query expression + * @param string $Field field to match $Expr against. Default is *, which means all available fields * @return current SphinxQL query object */ public function where_match($Expr, $Field = '*') { @@ -254,8 +254,8 @@ public function where_match($Expr, $Field = '*') { /** * Specify the order of the matches. Calling this function multiple times sets secondary priorities * - * @string $Attribute attribute to use for sorting - * @string $Mode sort method to apply to the selected attribute + * @param string $Attribute attribute to use for sorting + * @param string $Mode sort method to apply to the selected attribute * @return current SphinxQL query object */ public function order_by($Attribute, $Mode) { @@ -266,7 +266,7 @@ public function order_by($Attribute, $Mode) { /** * Specify how the results are grouped * - * @string $Attribute group matches with the same $Attribute value + * @param string $Attribute group matches with the same $Attribute value * @return current SphinxQL query object */ public function group_by($Attribute) { @@ -277,8 +277,8 @@ public function group_by($Attribute) { /** * Specify the order of the results within groups * - * @string $Attribute attribute to use for sorting - * @string $Mode sort method to apply to the selected attribute + * @param string $Attribute attribute to use for sorting + * @param string $Mode sort method to apply to the selected attribute * @return current SphinxQL query object */ public function order_group_by($Attribute, $Mode) { @@ -289,9 +289,9 @@ public function order_group_by($Attribute, $Mode) { /** * Specify the offset and amount of matches to return * - * @int $Offset number of matches to discard - * @int $Limit number of matches to return - * @int $MaxMatches number of results to store in the Sphinx server's memory + * @param int $Offset number of matches to discard + * @param int $Limit number of matches to return + * @param int $MaxMatches number of results to store in the Sphinx server's memory. Must be >= ($Offset+$Limit) * @return current SphinxQL query object */ public function limit($Offset, $Limit, $MaxMatches = SPHINX_MATCHES_START) { @@ -316,7 +316,7 @@ private function build_options() { /** * Combine the query conditions into a valid Sphinx query segment * - * @return string of conditions + * @return SphinxQL query string */ private function build_query() { if(!$this->Indexes) { @@ -350,7 +350,7 @@ private function build_query() { /** * Construct and send the query. Register the query in the global SphinxQL object * - * @bool GetMeta whether to fetch meta data for the executed query. Default is yes + * @param bool GetMeta whether to fetch meta data for the executed query. Default is yes * @return SphinxQL result object */ public function query($GetMeta = true) { @@ -366,8 +366,8 @@ public function query($GetMeta = true) { /** * Run a manually constructed query * - * @string Query query expression - * @bool GetMeta whether to fetch meta data for the executed query. Default is yes + * @param string Query query expression + * @param bool GetMeta whether to fetch meta data for the executed query. Default is yes * @return SphinxQL result object */ public function raw_query($Query, $GetMeta = true) { @@ -378,7 +378,7 @@ public function raw_query($Query, $GetMeta = true) { /** * Run a pre-processed query. Only used internally * - * @bool GetMeta whether to fetch meta data for the executed query + * @param bool GetMeta whether to fetch meta data for the executed query * @return SphinxQL result object */ private function send_query($GetMeta) { @@ -439,10 +439,10 @@ class SPHINXQL_RESULT { /** * Create SphinxQL result object * - * @mysqli_result $Result query results - * @array $Meta meta data for the query - * @int $Errno error code returned by the query upon failure - * @string $Error error message returned by the query upon failure + * @param mysqli_result $Result query results + * @param array $Meta meta data for the query + * @param int $Errno error code returned by the query upon failure + * @param string $Error error message returned by the query upon failure */ public function __construct($Result, $Meta, $Errno, $Error) { $this->Result = $Result; @@ -454,8 +454,8 @@ public function __construct($Result, $Meta, $Errno, $Error) { /** * Redirect to the Mysqli result object if a nonexistent method is called * - * @string $Name method name - * @array $Arguments arguments used in the function call + * @param string $Name method name + * @param array $Arguments arguments used in the function call * @return whatever the parent function returns */ public function __call($Name, $Arguments) { @@ -465,7 +465,7 @@ public function __call($Name, $Arguments) { /** * Collect and return the specified key of all results as a list * - * @string $Key key containing the desired data + * @param string $Key key containing the desired data * @return array with the $Key value of all results */ public function collect($Key) { @@ -480,8 +480,8 @@ public function collect($Key) { /** * Collect and return all available data for the matches optionally indexed by a specified key * - * @string $Key key to use as indexing value - * @string $ResultType method to use when fetching data from the mysqli_result object. Default is MYSQLI_ASSOC + * @param string $Key key to use as indexing value + * @param string $ResultType method to use when fetching data from the mysqli_result object. Default is MYSQLI_ASSOC * @return array with all available data for the matches */ public function to_array($Key, $ResultType = MYSQLI_ASSOC) { @@ -500,8 +500,8 @@ public function to_array($Key, $ResultType = MYSQLI_ASSOC) { /** * Collect pairs of keys for all matches * - * @string $Key1 key to use as indexing value - * @string $Key2 key to use as value + * @param string $Key1 key to use as indexing value + * @param string $Key2 key to use as value * @return array with $Key1 => $Key2 pairs for matches */ public function to_pair($Key1, $Key2) { @@ -516,7 +516,7 @@ public function to_pair($Key1, $Key2) { /** * Return specified portions of the current SphinxQL result object's meta data * - * @mixed $Keys scalar or array with keys to return. Default is false, which returns all meta data + * @param mixed $Keys scalar or array with keys to return. Default is false, which returns all meta data * @return array with meta data */ public function get_meta($Keys = false) { @@ -541,7 +541,7 @@ public function get_meta($Keys = false) { /** * Return specified portions of the current Mysqli result object's information * - * @mixed $Keys scalar or array with keys to return. Default is false, which returns all available information + * @param mixed $Keys scalar or array with keys to return. Default is false, which returns all available information * @return array with result information */ public function get_result_info($Keys = false) { diff --git a/classes/class_torrent_form.php b/classes/class_torrent_form.php index 6ef69596..2d77566d 100644 --- a/classes/class_torrent_form.php +++ b/classes/class_torrent_form.php @@ -59,7 +59,7 @@ function head() { echo '

'.$this->Error.'

'; } ?> -
+
diff --git a/design/privateheader.php b/design/privateheader.php index e6055749..c73bd47c 100644 --- a/design/privateheader.php +++ b/design/privateheader.php @@ -393,7 +393,7 @@
  • - + @@ -412,7 +412,7 @@
  • - +
  • - +
  • - + - +
  • - +
  • - + Search File Lists
-
+
Add similar artist
  • - + diff --git a/sections/artist/artist_rearrange.php b/sections/artist/artist_rearrange.php index d6476add..34669633 100644 --- a/sections/artist/artist_rearrange.php +++ b/sections/artist/artist_rearrange.php @@ -545,7 +545,7 @@ function display_name($ReleaseType) {
    Add similar artist
    • - + diff --git a/sections/artist/change_artistid.php b/sections/artist/change_artistid.php index 389397fe..8b6ba6dc 100644 --- a/sections/artist/change_artistid.php +++ b/sections/artist/change_artistid.php @@ -125,7 +125,7 @@

      Confirm merge

      - + diff --git a/sections/artist/edit.php b/sections/artist/edit.php index a38de4af..35b0afc5 100644 --- a/sections/artist/edit.php +++ b/sections/artist/edit.php @@ -37,7 +37,7 @@

      Edit

- + @@ -58,7 +58,7 @@

Rename

- + @@ -74,7 +74,7 @@

Make into non-redirecting alias

- + @@ -87,7 +87,6 @@

-
@@ -109,23 +108,18 @@ -
-
- - - -

Name:

-
-

Writes redirect to (Alias ID, blank for no redirect):

-
- This redirects artist names as they are written, eg. new torrents and added artists. All uses of this new alias will be redirected to the alias ID you enter here. Use for common misspellings, etc.
- - -
+ + + + +

Name:

+
+

Writes redirect to (Alias ID, blank for no redirect):

+
+ This redirects artist names as they are written, eg. new torrents and added artists. All uses of this new alias will be redirected to the alias ID you enter here. Use for common misspellings, etc.
+
- - - + \ No newline at end of file diff --git a/sections/better/transcode.php b/sections/better/transcode.php index ebffdf34..8196e19f 100644 --- a/sections/better/transcode.php +++ b/sections/better/transcode.php @@ -68,22 +68,20 @@ ?>
-
-
- - - - - -
Search: - - - -   - -
-
-
+
+ + + + + +
Search: + + + +   + +
+
diff --git a/sections/blog/index.php b/sections/blog/index.php index 6eaf7a62..eff79182 100644 --- a/sections/blog/index.php +++ b/sections/blog/index.php @@ -87,7 +87,7 @@
- +
diff --git a/sections/bookmarks/torrents.php b/sections/bookmarks/torrents.php index 4d0ecae3..4cdebf95 100644 --- a/sections/bookmarks/torrents.php +++ b/sections/bookmarks/torrents.php @@ -1,5 +1,6 @@ Read the topic before asking questions. - + diff --git a/sections/collages/all_comments.php b/sections/collages/all_comments.php index f64f1353..84b87a11 100644 --- a/sections/collages/all_comments.php +++ b/sections/collages/all_comments.php @@ -110,7 +110,7 @@

Post reply

-
+ diff --git a/sections/collages/browse.php b/sections/collages/browse.php index 6a4c16be..491b8608 100644 --- a/sections/collages/browse.php +++ b/sections/collages/browse.php @@ -150,7 +150,7 @@
- +
Torrent
diff --git a/sections/collages/collage.php b/sections/collages/collage.php index 2927e2bf..b88ecb21 100644 --- a/sections/collages/collage.php +++ b/sections/collages/collage.php @@ -416,7 +416,7 @@ function compare($X, $Y){
Collector
- + @@ -531,9 +531,9 @@ function compare($X, $Y){
-
Add torrent[Batch Add]
-
- +
Add torrent[Batch Add]
+
+ @@ -543,8 +543,8 @@ function compare($X, $Y){ Enter the URL of a torrent on the site.
-
- + @@ -121,7 +121,7 @@ - +
diff --git a/sections/collages/new.php b/sections/collages/new.php index 8f746348..e9433f9b 100644 --- a/sections/collages/new.php +++ b/sections/collages/new.php @@ -21,7 +21,7 @@

- +
diff --git a/sections/collages/recover.php b/sections/collages/recover.php index 8046e472..478db893 100644 --- a/sections/collages/recover.php +++ b/sections/collages/recover.php @@ -25,7 +25,7 @@ Recover deleted collage
- + ID: diff --git a/sections/donate/donate.php b/sections/donate/donate.php index ea4ebb60..43e23f67 100644 --- a/sections/donate/donate.php +++ b/sections/donate/donate.php @@ -27,7 +27,7 @@

Test IPN

- + @@ -53,7 +53,7 @@

Because we do not have any advertisements or sponsorships and this service is provided free of charge, we are entirely reliant upon user donations. If you are financially able, please consider making a donation to help us pay the bills!

We currently only accept one payment method; PayPal. Because of the fees they charge, there is a minimum donation amount of (Please note, this is only a minimum amount and we greatly appreciate any extra you can afford.).

You don't have to be a PayPal member to make a donation, you can simply donate with your credit/debit card. If you do not have a credit/debit card, you should be able to donate from your bank account, but you will need to make an account with them to do this.

- + diff --git a/sections/donate/donate_gpal.php b/sections/donate/donate_gpal.php index 4d08ea32..c39a655c 100644 --- a/sections/donate/donate_gpal.php +++ b/sections/donate/donate_gpal.php @@ -26,7 +26,7 @@

Test IPN

- + @@ -52,7 +52,7 @@

Because we do not have any advertisements or sponsorships and this service is provided free of charge, we are entirely reliant upon user donations. If you are financially able, please consider making a donation to help us pay the bills!

We currently only accept one payment method; PayPal. Because of the fees they charge, there is a minimum donation amount of (Please note, this is only a minimum amount and we greatly appreciate any extra you can afford.).

You don't have to be a PayPal member to make a donation, you can simply donate with your credit/debit card. If you do not have a credit/debit card, you should be able to donate from your bank account, but you will need to make an account with them to do this.

- + diff --git a/sections/forums/edit_rules.php b/sections/forums/edit_rules.php index bae73c8a..0bd48b94 100644 --- a/sections/forums/edit_rules.php +++ b/sections/forums/edit_rules.php @@ -48,7 +48,7 @@
- + @@ -60,7 +60,7 @@ + query("SELECT um.Username, COUNT(r.ID) AS Reports FROM reports AS r JOIN users_main AS um ON um.ID=r.ResolverID WHERE r.ReportedTime > '2009-08-21 22:39:41' AND r.ReportedTime > NOW() - INTERVAL 1 MONTH GROUP BY r.ResolverID ORDER BY Reports DESC"); diff --git a/sections/reportsv2/ajax_new_report.php b/sections/reportsv2/ajax_new_report.php index a5a16806..35d0dd2f 100644 --- a/sections/reportsv2/ajax_new_report.php +++ b/sections/reportsv2/ajax_new_report.php @@ -132,7 +132,7 @@ } ?>
- +
-
- + diff --git a/sections/forums/forum.php b/sections/forums/forum.php index 4ade1c38..a8b17b18 100644 --- a/sections/forums/forum.php +++ b/sections/forums/forum.php @@ -76,7 +76,7 @@
+
diff --git a/sections/reportsv2/report.php b/sections/reportsv2/report.php index 08f34d94..f3bb9c2c 100644 --- a/sections/reportsv2/report.php +++ b/sections/reportsv2/report.php @@ -23,7 +23,7 @@

Report a torrent

- +
@@ -84,5 +84,4 @@
- +?> \ No newline at end of file diff --git a/sections/reportsv2/static.php b/sections/reportsv2/static.php index 70ff2d58..2ea65432 100644 --- a/sections/reportsv2/static.php +++ b/sections/reportsv2/static.php @@ -275,7 +275,7 @@ } ?>
- + Request
- + @@ -43,4 +43,4 @@
+?> \ No newline at end of file diff --git a/sections/requests/request.php b/sections/requests/request.php index 74f489bd..db9289c9 100644 --- a/sections/requests/request.php +++ b/sections/requests/request.php @@ -396,7 +396,7 @@ @@ -598,7 +597,7 @@
Post vote information - + @@ -437,7 +437,7 @@
Fill request - +
@@ -453,7 +453,6 @@
-
-
+
@@ -612,4 +611,4 @@
- + \ No newline at end of file diff --git a/sections/requests/requests.php b/sections/requests/requests.php index 0c3c63f7..cd8b2799 100644 --- a/sections/requests/requests.php +++ b/sections/requests/requests.php @@ -348,153 +348,151 @@ -
- + - - + + - + - + - + - - - - - - - - - - - - - +
Search terms: - -
Tags (comma-separated): -   - />   - /> -
Include filled: - checked="checked" /> -
+ + + + + + + + + + + + - - - - + + + + - - - - + + + + -
Search terms: + +
Tags (comma-separated): +   + />   + /> +
Include filled: + checked="checked" /> +
Include old: - checked="checked" /> -
Include old: + checked="checked" /> +
Requested by: - -
Requested by: + +
- +
+ $CatName) { if($x%8==0 || $x==1) { ?> - + - + - + -
- checked="checked" /> - - + checked="checked" /> + +
- - - -
Release Types - /> +
+ + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - -
Release Types + /> $Val) { if($i % 8 == 0) echo "
";?> - - /> + + /> -
Formats - /> - - /> - +
Formats + /> + + /> + $Val) { if($Key % 8 == 0) echo "
";?> - - /> + + /> -
Bitrates - /> - - /> - +
Bitrates + /> + + /> + $Val) { if($Key % 8 == 0) echo "
";?> - - /> + + /> -
Media - /> - - /> - +
Media + /> + + /> + $Val) { if($Key % 8 == 0) echo "
";?> - - /> + + /> -
- -
- -
+ + + + + + + + + - +
next_record()){ ?> - + - +
Request Name / Year @@ -612,7 +610,7 @@ -
+ diff --git a/sections/requests/requests.php.presphinx b/sections/requests/requests.php.presphinx index 72f8a44a..68ea713c 100644 --- a/sections/requests/requests.php.presphinx +++ b/sections/requests/requests.php.presphinx @@ -258,7 +258,7 @@ show_header($Title, 'requests');
- + diff --git a/sections/rules/upload.php b/sections/rules/upload.php index 0840c4dd..6ff5f780 100644 --- a/sections/rules/upload.php +++ b/sections/rules/upload.php @@ -45,8 +45,10 @@
- - Example: The search term FLAC returns all rules containing FLAC. The search term FLAC+trump returns all rules containing both FLAC and trump. + + + Example: The search term FLAC returns all rules containing FLAC. The search term FLAC+trump returns all rules containing both FLAC and trump. +
diff --git a/sections/staffblog/index.php b/sections/staffblog/index.php index e7544fbc..e3cc8ade 100644 --- a/sections/staffblog/index.php +++ b/sections/staffblog/index.php @@ -68,7 +68,7 @@
-
+
diff --git a/sections/staffpm/common_responses.php b/sections/staffpm/common_responses.php index 80ffc2bd..be1223e5 100644 --- a/sections/staffpm/common_responses.php +++ b/sections/staffpm/common_responses.php @@ -35,7 +35,7 @@

Create new response:

- +
Name:

- +
Name: @@ -94,8 +94,4 @@ ?>
- + \ No newline at end of file diff --git a/sections/staffpm/functions.php b/sections/staffpm/functions.php index 201e408b..c6ed80ee 100644 --- a/sections/staffpm/functions.php +++ b/sections/staffpm/functions.php @@ -1,7 +1,7 @@
- +

@@ -22,4 +22,4 @@ function print_compose_staff_pm($Hidden = true) { ?>
- + \ No newline at end of file diff --git a/sections/staffpm/staff_inbox.php b/sections/staffpm/staff_inbox.php index 15df3762..bcdcbc0a 100644 --- a/sections/staffpm/staff_inbox.php +++ b/sections/staffpm/staff_inbox.php @@ -109,7 +109,7 @@ if ($ViewString != 'Resolved' && $IsStaff) { // Open multiresolve form ?> -
+
- + -
- + \ No newline at end of file diff --git a/sections/tools/managers/bans.php b/sections/tools/managers/bans.php index da056fae..071bc38a 100644 --- a/sections/tools/managers/bans.php +++ b/sections/tools/managers/bans.php @@ -78,7 +78,7 @@

IP Bans

- + @@ -109,7 +109,7 @@ - + - + @@ -156,4 +156,4 @@ ?>
Submit
@@ -133,7 +133,7 @@ $End=long2ip($End); ?>
- + \ No newline at end of file diff --git a/sections/tools/managers/dnu_list.php b/sections/tools/managers/dnu_list.php index 2d2b1e61..eb8baee9 100644 --- a/sections/tools/managers/dnu_list.php +++ b/sections/tools/managers/dnu_list.php @@ -24,7 +24,7 @@
@@ -48,7 +48,7 @@ Add Do Not Upload
@@ -63,4 +63,4 @@
- + \ No newline at end of file diff --git a/sections/tools/managers/eb.php b/sections/tools/managers/eb.php index f729f3a8..2fed144c 100644 --- a/sections/tools/managers/eb.php +++ b/sections/tools/managers/eb.php @@ -26,7 +26,7 @@ Add To Email or Domain to Blacklist -
+ @@ -43,7 +43,7 @@ next_record()) { ?> - + @@ -64,4 +64,4 @@ - + \ No newline at end of file diff --git a/sections/tools/managers/forum_list.php b/sections/tools/managers/forum_list.php index 92b5ad9f..2ef9bd91 100644 --- a/sections/tools/managers/forum_list.php +++ b/sections/tools/managers/forum_list.php @@ -69,7 +69,7 @@ function class_list($Selected=0){ $Row = ($Row === 'a' ? 'b' : 'a'); ?> - + @@ -123,7 +123,7 @@ function class_list($Selected=0){ Create forum - + @@ -168,4 +168,4 @@ function class_list($Selected=0){
- + \ No newline at end of file diff --git a/sections/tools/managers/login_watch.php b/sections/tools/managers/login_watch.php index f973e483..fb6c2d08 100644 --- a/sections/tools/managers/login_watch.php +++ b/sections/tools/managers/login_watch.php @@ -52,7 +52,7 @@ -
+ @@ -61,7 +61,7 @@ - + @@ -78,4 +78,4 @@ ?> - + \ No newline at end of file diff --git a/sections/tools/managers/news.php b/sections/tools/managers/news.php index 867df081..85116281 100644 --- a/sections/tools/managers/news.php +++ b/sections/tools/managers/news.php @@ -31,7 +31,7 @@

- +
diff --git a/sections/tools/managers/official_tags.php b/sections/tools/managers/official_tags.php index 9a609e77..7051f5ff 100644 --- a/sections/tools/managers/official_tags.php +++ b/sections/tools/managers/official_tags.php @@ -38,7 +38,7 @@
- + @@ -101,6 +101,4 @@
- + \ No newline at end of file diff --git a/sections/tools/managers/permissions_alter.php b/sections/tools/managers/permissions_alter.php index e68e1fe0..583ddb0c 100644 --- a/sections/tools/managers/permissions_alter.php +++ b/sections/tools/managers/permissions_alter.php @@ -9,9 +9,9 @@ function display_perm($Key,$Title) { show_header('Manage Permissions','validate'); -echo $Val->GenerateJS('permform'); +echo $Val->GenerateJS('permissionsform'); ?> -
+ @@ -56,4 +56,4 @@ function display_perm($Key,$Title) { permissions_form(); ?>
- + \ No newline at end of file diff --git a/sections/tools/managers/recommend_list.php b/sections/tools/managers/recommend_list.php index 7e3acbd6..9600c2f4 100644 --- a/sections/tools/managers/recommend_list.php +++ b/sections/tools/managers/recommend_list.php @@ -21,7 +21,7 @@
- + Tokens to add:

@@ -68,7 +68,7 @@
- + Tokens to set:

diff --git a/sections/tools/managers/whitelist_list.php b/sections/tools/managers/whitelist_list.php index c2e28e2f..bc27029e 100644 --- a/sections/tools/managers/whitelist_list.php +++ b/sections/tools/managers/whitelist_list.php @@ -19,7 +19,7 @@ while(list($ID, $Client, $Peer_ID) = $DB->next_record()){ $Row = ($Row === 'a' ? 'b' : 'a'); ?> - + @@ -39,7 +39,7 @@
-
+ @@ -60,4 +60,4 @@
- + \ No newline at end of file diff --git a/sections/tools/misc/clear_cache.php b/sections/tools/misc/clear_cache.php index 569b374d..eec7f3ee 100644 --- a/sections/tools/misc/clear_cache.php +++ b/sections/tools/misc/clear_cache.php @@ -21,7 +21,7 @@

Clear a cache key

-
+ @@ -44,5 +44,4 @@
- \ No newline at end of file diff --git a/sections/tools/misc/countries.php b/sections/tools/misc/countries.php index ed87875e..a1ddee11 100644 --- a/sections/tools/misc/countries.php +++ b/sections/tools/misc/countries.php @@ -34,7 +34,7 @@ -
+ @@ -49,7 +49,7 @@ while (list($ID, $Country) = $DB->next_record()) { ?> - + @@ -63,6 +63,4 @@ - + \ No newline at end of file diff --git a/sections/tools/misc/create_user.php b/sections/tools/misc/create_user.php index c6b3bec0..e95b5530 100644 --- a/sections/tools/misc/create_user.php +++ b/sections/tools/misc/create_user.php @@ -78,7 +78,7 @@

Create a User

- + @@ -100,10 +100,6 @@
+show_footer(); ?> \ No newline at end of file diff --git a/sections/tools/misc/manipulate_tree.php b/sections/tools/misc/manipulate_tree.php index 7aec19a2..8aea8ede 100644 --- a/sections/tools/misc/manipulate_tree.php +++ b/sections/tools/misc/manipulate_tree.php @@ -102,7 +102,7 @@

-
+ @@ -132,8 +132,4 @@ - + \ No newline at end of file diff --git a/sections/top10/history.php b/sections/top10/history.php index d91e531e..845111ee 100644 --- a/sections/top10/history.php +++ b/sections/top10/history.php @@ -14,7 +14,7 @@
-
+

Search for a date! (After 2010-09-05)

diff --git a/sections/top10/torrents.php b/sections/top10/torrents.php index 3bfe01e1..72e8b097 100644 --- a/sections/top10/torrents.php +++ b/sections/top10/torrents.php @@ -53,34 +53,32 @@ if(check_perms('site_advanced_top10')) { ?> -
- - -
- - - - - - - + + + + +
Tags (comma-separated): - -
Format - + + + + + + + + - - - - -
Tags (comma-separated): + +
Format + -
- -
- - + + +
+ +
+
+?> \ No newline at end of file diff --git a/sections/torrents/browse2.php b/sections/torrents/browse2.php index c74514ae..a60b84a6 100644 --- a/sections/torrents/browse2.php +++ b/sections/torrents/browse2.php @@ -427,7 +427,7 @@ function header_link($SortKey,$DefaultWay="desc") { ?> -
+

Filter diff --git a/sections/torrents/delete.php b/sections/torrents/delete.php index 0eccc028..4efea5f8 100644 --- a/sections/torrents/delete.php +++ b/sections/torrents/delete.php @@ -32,7 +32,7 @@ Delete torrent

- + @@ -127,7 +127,7 @@ } ?>
- + +show_footer(); ?> \ No newline at end of file diff --git a/sections/torrents/details.php b/sections/torrents/details.php index b25e2718..22c00a1e 100644 --- a/sections/torrents/details.php +++ b/sections/torrents/details.php @@ -290,7 +290,7 @@ function compare($X, $Y){
Add artist[+]
- +
@@ -352,7 +352,7 @@ function compare($X, $Y){
Add tag
- + @@ -628,7 +628,7 @@ function filelist($Str) { / / - + @@ -805,14 +805,14 @@ function filelist($Str) { = $AuthorInfo['Class']) { ?> - - - - - - + + + + + + - - [Warn] + - [Warn] @@ -889,7 +889,7 @@ function filelist($Str) { -
+
@@ -903,7 +903,4 @@ function filelist($Str) {
- + diff --git a/sections/torrents/edit.php b/sections/torrents/edit.php index 59f1c9c2..1f2769e3 100644 --- a/sections/torrents/edit.php +++ b/sections/torrents/edit.php @@ -101,7 +101,7 @@ ?>

Change Group

- + @@ -121,7 +121,7 @@

Split off into new group

-
+ @@ -158,5 +158,4 @@ +show_footer(); ?> diff --git a/sections/torrents/editgroup.php b/sections/torrents/editgroup.php index a6625bec..3e8f6592 100644 --- a/sections/torrents/editgroup.php +++ b/sections/torrents/editgroup.php @@ -46,7 +46,7 @@

Edit

- +
@@ -81,7 +81,7 @@ if(in_array($LoggedUser['ID'], $DB->collect('UserID')) || check_perms('torrents_edit')) { ?>

Non-wiki group editing

- + @@ -134,7 +134,7 @@ ?>

Rename (won't merge)

- +
@@ -149,7 +149,7 @@

Merge with another group

- +
@@ -165,6 +165,4 @@
- + \ No newline at end of file diff --git a/sections/torrents/editgroupid.php b/sections/torrents/editgroupid.php index bca0aef0..bc8baf9d 100644 --- a/sections/torrents/editgroupid.php +++ b/sections/torrents/editgroupid.php @@ -44,7 +44,7 @@

Change Group Confirm!

- + @@ -96,4 +96,4 @@ header("Location: torrents.php?id=$GroupID"); } -?> +?> \ No newline at end of file diff --git a/sections/torrents/masspm.php b/sections/torrents/masspm.php index e2a0b19c..13a9ce0a 100644 --- a/sections/torrents/masspm.php +++ b/sections/torrents/masspm.php @@ -43,7 +43,7 @@

Send PM To All Snatchers Of " - "

- + @@ -69,6 +69,4 @@
- + \ No newline at end of file diff --git a/sections/torrents/merge.php b/sections/torrents/merge.php index 07b928bc..de168869 100644 --- a/sections/torrents/merge.php +++ b/sections/torrents/merge.php @@ -33,7 +33,7 @@

Merge Confirm!

-
+ @@ -97,4 +97,4 @@ header('Location: torrents.php?id='.$GroupID); } -?> +?> \ No newline at end of file diff --git a/sections/torrents/notify.php b/sections/torrents/notify.php index 0d0810c6..a6a7b566 100644 --- a/sections/torrents/notify.php +++ b/sections/torrents/notify.php @@ -83,7 +83,7 @@ (clear) (clear selected) - + @@ -181,7 +181,4 @@ - - + diff --git a/sections/torrents/user.php b/sections/torrents/user.php index 83bd4c3d..313107ef 100644 --- a/sections/torrents/user.php +++ b/sections/torrents/user.php @@ -275,7 +275,7 @@ function header_link($SortKey,$DefaultWay="DESC") {

- +
@@ -482,9 +482,6 @@ function header_link($SortKey,$DefaultWay="DESC") { } ?> -
Search for:
- + diff --git a/sections/torrents/warn.php b/sections/torrents/warn.php index c294c9d7..17691392 100644 --- a/sections/torrents/warn.php +++ b/sections/torrents/warn.php @@ -22,7 +22,7 @@

Warning

- + @@ -65,4 +65,4 @@
- + \ No newline at end of file diff --git a/sections/user/advancedsearch.php b/sections/user/advancedsearch.php index 1160d629..5830b2f9 100644 --- a/sections/user/advancedsearch.php +++ b/sections/user/advancedsearch.php @@ -428,7 +428,7 @@ function num_compare($Field, $Operand, $Num1, $Num2 = ''){ show_header('User search'); ?>
-
+ diff --git a/sections/user/connchecker.php b/sections/user/connchecker.php index 77221017..55b8f0df 100644 --- a/sections/user/connchecker.php +++ b/sections/user/connchecker.php @@ -38,7 +38,7 @@

> Connectability Checker

- +
@@ -69,4 +69,4 @@ function check_ip() { }); } - + \ No newline at end of file diff --git a/sections/user/edit.php b/sections/user/edit.php index a1bd46cc..d330c2bf 100644 --- a/sections/user/edit.php +++ b/sections/user/edit.php @@ -68,7 +68,7 @@ function checked($Checked) {

> Settings

- +
@@ -455,6 +455,4 @@ function checked($Checked) {
IP
- + diff --git a/sections/user/invite.php b/sections/user/invite.php index dbd46111..79df1e02 100644 --- a/sections/user/invite.php +++ b/sections/user/invite.php @@ -125,25 +125,25 @@

Do not send an invite if you haven't read and understood the information above.

-
+ - - - - - +
Email: - - -
+ + + +
Email: + + +
- Your invites have been disabled. Please read this article for more information. + Your invites have been disabled. Please read this article for more information.
@@ -212,5 +212,4 @@
- diff --git a/sections/user/linkedfunctions.php b/sections/user/linkedfunctions.php index c12949d3..8cdf4742 100644 --- a/sections/user/linkedfunctions.php +++ b/sections/user/linkedfunctions.php @@ -160,12 +160,12 @@ function user_dupes_table($UserID) { $Dupes = array(); } ?> -
- - - - - + + + + + +
Linked Account (View)
@@ -201,12 +201,12 @@ function user_dupes_table($UserID) {
- (Edit linked account comments) + (Edit linked account comments)
diff --git a/sections/user/notify_edit.php b/sections/user/notify_edit.php index 72b323e1..fe6f5cf6 100644 --- a/sections/user/notify_edit.php +++ b/sections/user/notify_edit.php @@ -36,7 +36,7 @@ (Show) -
+ @@ -152,6 +152,4 @@
- + \ No newline at end of file diff --git a/sections/user/permissions.php b/sections/user/permissions.php index 63c0588b..10dbd665 100644 --- a/sections/user/permissions.php +++ b/sections/user/permissions.php @@ -56,8 +56,8 @@ function display_perm($Key,$Title) { ?>