Webcomic Reader

Can work on almost any webcomic/manga page, preloads 5 or more pages ahead (or behind), navigates via ajax for instant-page-change, lets you use the keyboard, remembers your progress, and it's relatively easy to add new sites

< Feedback on Webcomic Reader

Question/comment

§
Posted: 2015-03-10

Sudden problem occuring?

So, I've been using this for quite some time already and it's been working great for me... until maybe 5 hours ago.

Using Firefox 36.0.1 on Windows 7, it's stopped loading select pages and instead opening up a blank white page with this on there:

0) { include_once cachePath('mangaArraybyID'); $series_code = $mangaArraybyID[$series_id]["urlname"]; } else { if (!preg_match("/^([0-9a-z_]+)$/i", $series_code)) { error(404); } } //判断chapter_no $chapter_no = $_GET["chapter_no"]; $volume_no = $_GET["volume_no"]; //ç« èŠ‚æ ¼å¼ä¸åˆæ³• if (!preg_match("/^([0-9]{1,4}(\.[0-9])?)$/", $chapter_no)) { error(404); } //ç« èŠ‚å·ä¸å¸¦ç‚¹çš„补上, ç”¨äºŽæŸ¥è¯¢æ•°æ® if (substr($chapter_no, -2, 1) != '.') { $chapter_no = $chapter_no.'.0'; } else { $chapter_no = $chapter_no; } //å·å®—æ ¼å¼ä¸åˆæ³• if (!preg_match("/^([0-9|a-z|A-Z]+)$/", $volume_no)) { $volume_no = ''; } //判断page $page = $_GET["page"]; if ($page == 'last') { } else if (!is_numeric($page) || $page < 1) { $page = 1; } cache_header(3600); include_once tplPath('_page');

Does anyone know what happened? (This is on Mangahere.co)

ameboideAuthor
§
Posted: 2015-03-27

That looks like a server problem for Mangahere.co, nothing I can do about it :/

Post reply

Sign in to post a reply.