diff --git a/sections/ajax/index.php b/sections/ajax/index.php
index 0caa802a..4a131e51 100644
--- a/sections/ajax/index.php
+++ b/sections/ajax/index.php
@@ -11,6 +11,7 @@
enforce_login();
switch ($_GET['action']){
+ // things that (may be) used on the site
case 'upload_section':
// Gets one of the upload forms
require(SERVER_ROOT.'/sections/ajax/upload.php');
@@ -31,6 +32,10 @@
require(SERVER_ROOT.'/sections/ajax/stats.php');
break;
+ // things not yet used on the site
+ case 'torrentgroup':
+ require('torrentgroup.php');
+ break;
default:
// If they're screwing around with the query string
error(403);
diff --git a/sections/ajax/torrentgroup.php b/sections/ajax/torrentgroup.php
new file mode 100644
index 00000000..ecf285dc
--- /dev/null
+++ b/sections/ajax/torrentgroup.php
@@ -0,0 +1,27 @@
+ 'success', 'response' => array('group' => $TorrentDetails, 'torrents' => $TorrentList)));
diff --git a/sections/rules/upload.php b/sections/rules/upload.php
index 76466140..f2ee7aa8 100644
--- a/sections/rules/upload.php
+++ b/sections/rules/upload.php
@@ -594,7 +594,7 @@
- - ↑_ 4.4.1. All comic page scans must be zero-padded numbered and may be archived properly in .pdf, .rar (.cbr) or .zip (.cbz). The contents of the archive or directory must be image files (either JPEG or PNG) named sequentially for display in the correct order by comic reading software such as CDisplay and FFView. The page numbers and books must be zero-padded for this same reason. For example, Good numbering: file01.jpg, file02.jpg .. file30.jpg and Bad numbering: file1.jpg, file2.jpg, file3.jpg...file30.jpg.
+
- ↑_ 4.4.1. All comic page scans must be zero-padded numbered and may be archived properly in .pdf, .rar (.cbr) or .zip (.cbz). The contents of the archive or directory must be image files (either JPEG or PNG) named sequentially for display in the correct order by comic reading software such as CDisplay and FFView. The page numbers and books must be zero-padded for this same reason. For example, Good numbering: file01.jpg, file02.jpg .. file30.jpg and Bad numbering: file1.jpg, file2.jpg, file3.jpg...file30.jpg.
- ↑_ 4.4.2. Comic book archive file names must be informative. The archive names should include at least the Book's name (i.e. Uncanny X-Men), the volume (if there's more than one volume of that book) and the issue number. It is recommended to also include the cover year and the scanner information (to differentiate between different scans of the same book), as well as the issue's title (i.e. Days of Future Past). For example: Buffy the Vampire Slayer Season Eight - #01 - 2007 - The Long Way Home Part 1.cbr and Amazing Spiderman - Volume 1 - #10 - 1964.cbz