403Webshell
Server IP : 64.202.187.69  /  Your IP : 216.73.216.192
Web Server : Apache
System : Linux 69.187.202.64.host.secureserver.net 3.10.0-1160.144.1.el7.tuxcare.els6.x86_64 #1 SMP Fri May 29 16:22:24 UTC 2026 x86_64
User : transmarket ( 1001)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/transmarket/testadministrator/bak/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/transmarket/testadministrator/bak/header13-may-22.php
<?php
if (session_id() == '') {
    session_start();
}
if (!isset($_SESSION['gctranslate_admin_id'])) {
    header("Location:login.php");
}
?>
<!DOCTYPE html>
<html>
    <head>
        <title>TranslateMe Admin</title>

        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="shortcut icon" type="image/png" href="images/favicon.ico"/>
        <link rel="stylesheet" type="text/css" href="css/style.css">
        <link rel="stylesheet" type="text/css" href="css/vendor.css">
        <link rel="stylesheet" type="text/css" href="css/flat-admin.css">
        <!-- Theme -->
        <link rel="stylesheet" type="text/css" href="css/blue-sky.css">
        <link rel="stylesheet" type="text/css" href="css/blue.css">
        <link rel="stylesheet" type="text/css" href="css/custom.css">
        <link rel="stylesheet" type="text/css" href="css/daterangepicker.css">
        <link rel="stylesheet" type="text/css" href="css/jquery-nestable.css">
        <link rel="stylesheet" type="text/css" href="css/dataTables.min.css">
        <link rel="stylesheet" type="text/css" href="css/bootstrap-tagsinput.css">
        <link rel="stylesheet" type="text/css" href="css/bootstrap-fileupload.css">
        <link rel="stylesheet" type="text/css" href="css/datepicker.min.css">

    </head>
    <body>
        <div class="app app-default">
            <aside class="app-sidebar" id="sidebar">
                <div class="sidebar-header">
                    <a class="sidebar-brand" href="index.php"><span class="highlight">Translateme</span> Admin</a>
                    <button type="button" class="sidebar-toggle">
                        <i class="fa fa-times"></i>
                    </button>
                </div>
                <div class="sidebar-menu">
                    <ul class="sidebar-nav">
                        <?php
                        function check_active($arr_arguments) {
                            $is_page = false;
                            if (in_array(basename($_SERVER['PHP_SELF']), $arr_arguments)) {
                                $is_page = true;
                            }
                            return $is_page;
                        }
                        ?>

                        <li class="<?php if (check_active(array("index.php", "user.php"))) { ?>active<?php } ?>">
                            <a href="index.php">
                                <div class="icon">
                                    <i class="fa fa-tachometer" aria-hidden="true"></i>
                                </div>
                                <div class="title">Dashboard</div>
                            </a>
                        </li>
						<li class="<?php if (check_active(array("translators.php", "translator.php"))) { ?>active<?php } ?>">
                            <a href="translators.php">
                                <div class="icon">
                                    <i class="fa fa-users" aria-hidden="true"></i>
                                </div>
                                <div class="title">Translators</div>
                            </a>
                        </li>
						<li class="dropdown <?php if (check_active(array('add-tmn-to-user.php', 'tmn-credits.php', 'topup-credits.php'))) { ?> active <?php } ?> ">
                            <a href="javascript:void(0);">
                                <div class="icon">
                                    <i class="fa fa-credit-card-alt" aria-hidden="true"></i>
                                </div>
                                <div class="title">Claimed</div>
                            </a>
                            <div class="dropdown-menu">
                                <ul>
									<li><a href="add-tmn-to-user.php">Add TMN</a></li>
                                    <li><a href="tmn-credits.php">TMN Credits</a></li>
                                    <li><a href="topup-credits.php">Topup Credits</a></li>
                                </ul>
                            </div>
                        </li>
						<li class="<?php if (check_active(array("category.php"))) { ?>active<?php } ?>">
                            <a href="category.php">
                                <div class="icon">
                                    <i class="fa fa-language" aria-hidden="true"></i>
                                </div>
                                <div class="title">Languages</div>
                            </a>
                        </li>	

						<li class="<?php if (check_active(array("test-voting-sentences.php"))) { ?>active<?php } ?>">
                            <a href="test-voting-sentences.php">
                                <div class="icon">
                                    <i class="fa fa-list" aria-hidden="true"></i>
                                </div>
                                <div class="title">Test Voting</div>
                            </a>
                        </li>
						
						<li class="dropdown <?php if (check_active(array("self-assessment-test-sentences.php","self-assessment-test-skipped-sentence-voting.php","self-assessment-test-vote-suggestions.php","self-assessment-test-skipped-sentence-suggestions.php"))) { ?>active<?php } ?>">
                            <a href="javascript:void(0);">
                                <div class="icon">
                                    <i class="fa fa-list" aria-hidden="true"></i>
                                </div>
                                <div class="title">Work Experience Assessment</div>
                            </a>
							<div class="dropdown-menu">
                                <ul>  
									<li><a href="self-assessment-test-sentences.php">Sentences</a></li>
									<li><a href="self-assessment-test-skipped-sentence-suggestions.php">Skipped Sentences At Suggestions</a></li>
									<li><a href="self-assessment-test-skipped-sentence-voting.php">Skipped Sentences At Voting</a></li>
								</ul>
							</div>
                        </li>
						
                        <li class="dropdown <?php if (check_active(array('sentence.php', 'suggestions.php', 'voting-results.php', 'top-user-suggestions.php', 'top-user-votings.php', 'skipped-sentence-voting.php', 'sentences-stats.php'))) { ?> active <?php } ?> ">
                            <a href="javascript:void(0);">
                                <div class="icon">
                                    <i class="fa fa-list" aria-hidden="true"></i>
                                </div>
                                <div class="title">Reputation</div>
                            </a>
                            <div class="dropdown-menu">
                                <ul>   
                                    <li><a href="sentence.php">Sentences</a></li>									
                                    <li><a href="voting-results.php">Winning Results</a></li>
                                    <li><a href="top-user-suggestions.php">Top User Suggestions</a></li>
                                    <li><a href="top-user-votings.php">Top User Votings</a></li>
									<li><a href="skipped-sentence-voting.php">Skipped Sentences Votings</a></li>
									<li><a href="sentences-stats.php">Sentences Stats</a></li>
                                </ul>
                            </div>
                        </li>	
						<li class="dropdown <?php if (check_active(array('documents.php', 'sentence-marketplace.php', 'skipped-sentence-marketplace.php', 'suggestions.php', 'voting-results-marketplace.php', 'top-user-suggestions-marketplace.php', 'top-user-votings-marketplace.php'))) { ?> active <?php } ?> ">
                            <a href="javascript:void(0);">
                                <div class="icon">
                                    <i class="fa fa-dollar" aria-hidden="true"></i>
                                </div>
                                <div class="title">Marketplace</div>
                            </a>
                            <div class="dropdown-menu">
                                <ul>   
                                    <li><a href="sentence-marketplace.php">Sentences</a></li>	
									<li><a href="skipped-sentence-marketplace.php">Skipped Sentences</a></li>									
                                    <li><a href="voting-results-marketplace.php">Winning Results</a></li>
                                    <li><a href="top-user-suggestions-marketplace.php">Top User Suggestions</a></li>
                                    <li><a href="top-user-votings-marketplace.php">Top User Votings</a></li>
									<li><a href="documents.php">Proof Alignment</a></li>
									
                                </ul>
                            </div>
                        </li>								
						<li class="dropdown <?php if (check_active(array('providers.php', 'packages.php'))) { ?> active <?php } ?> ">
                            <a href="javascript:void(0);">
                                <div class="icon">
                                    <i class="fa fa-mobile" aria-hidden="true"></i>
                                </div>
                                <div class="title">Mobile</div>
                            </a>
                            <div class="dropdown-menu">
                                <ul>
                                    <li><a href="providers.php">Mobile Providers</a></li>
                                    <li><a href="packages.php">Mobile Packages</a></li>
                                </ul>
                            </div>
                        </li>
						<li class="dropdown <?php if (check_active(array('stat-signup.php', 'stat-active.php'))) { ?> active <?php } ?> ">
                            <a href="javascript:void(0);">
                                <div class="icon">
                                    <i class="fa fa-list" aria-hidden="true"></i>
                                </div>
                                <div class="title">Top Languages</div>
                            </a>
                            <div class="dropdown-menu">
                                <ul>
                                    <li><a href="stat-signup.php">Top languages with signup</a></li>
                                    <li><a href="stat-active.php">Top languages with active users</a></li>
                                </ul>
                            </div>
                        </li>
                        <li class="<?php if (check_active(array("settings.php"))) { ?>active<?php } ?>">
                            <a href="settings.php">
                                <div class="icon">
                                    <i class="fa fa-cog" aria-hidden="true"></i>
                                </div>
                                <div class="title">Settings</div>
                            </a>
                        </li>
                        <li>
                            <a class="sh-logout" style="cursor:pointer;">
                                <div class="icon">
                                    <i class="fa fa-sign-out" aria-hidden="true"></i>
                                </div>
                                <div class="title">Sign Out</div>
                            </a>
                        </li>
                    </ul>
                </div>
            </aside>

            <div class="app-container">

                <nav class="navbar navbar-default" id="navbar">
                    <div class="container-fluid">
                        <div class="navbar-collapse collapse in">
                            <ul class="nav navbar-nav navbar-mobile">
                                <li>
                                    <button type="button" class="sidebar-toggle">
                                        <i class="fa fa-bars"></i>
                                    </button>
                                </li>
                                <li class="logo">
                                    <a class="navbar-brand" href="#"><span class="highlight">TranslateMe</span> Admin</a>
                                </li>
                                <li>
                                    <a class="sh-logout" style="cursor:pointer;">
                                        <div class="icon">
                                            <i class="fa fa-sign-out" aria-hidden="true"></i>
                                        </div>
                                    </a>
                                </li>
                            </ul>
                            <ul class="nav navbar-nav navbar-left">

                                <img src="images/logo.png" class="header-logo" />
                            </ul>
                            <ul class="nav navbar-nav navbar-right">

                                <li class="">
                                    <a class="sh-logout" style="cursor:pointer;">
                                        <div class="icon">
                                            <i class="fa fa-sign-out" aria-hidden="true"></i>
                                        </div>
                                    </a>

                                </li>
                            </ul>
                        </div>
                    </div>
                </nav>

Youez - 2016 - github.com/yon3zu
LinuXploit