Rjb007 - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of Rjb007.php

  1. <?php
  2.  
  3.    system("clear");
  4.    
  5.    $ijo = "\e[32;1m";
  6.    $kuning = "\e[1;33m";
  7.    $biru = "\e[36;1m";
  8.    $putih = "\e[37;1m";
  9.    
  10.    echo "$kuning Pembuat Script\n";
  11.    echo "$biru $ijo Facebook$kuning:$biru Man It'sMyName\n";
  12.    echo "$biru $ijo Instagram$kuning:$biru @Man1996_\n\n";
  13.    
  14.    echo "$putih Tunggu, Sedang Diproses...\n\n\n";
  15.    
  16.    sleep(5);
  17.    
  18.    $n = 2632188;
  19.    
  20.     
  21.    while(true){
  22.    $acak = substr(md5(microtime()),rand(0,26),10);
  23.    $ssid = substr(md5(microtime()),rand(0,26),32);
  24.    $ss = substr(md5(microtime()),rand(0,26),62);
  25.    $r = rand(0,999999999);
  26.    $s = rand(0,999);
  27.    
  28.    $header = array("Content-Type: application/x-www-form-urlencoded; charset=UTF-8", "Host: umclouds.com", "Connection: Keep-Alive");
  29.    
  30.    $headers = array("user-agent: Mozilla/5.0 (Linux; Android 8.1.0; Redmi S2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Mobile Safari/537.36", "accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", "referer: https://dutchyauto.ovh/faucet.php?address=EC-UserId-52009&currency=DOGE&key=9ad288b247cb8ca17f7d8dd19d2fe311", "cookie: cf_clearance=c72f5854d7a6fb602a119543e9dac06257c2a9ab-1603299272-0-1zb366f794z45e58c18z1556af0e-150", "cookie: __cfduid=d3fe6032863f8b22dc45f9028d9cc8e8b1603299272", "cookie: PHPSESSID=j88nlp9ut77sg623hpdo2thoh4");
  31.    
  32.    $d = array("id" => "5778776", "url" => "https://www.instagram.com/p/CEuXxQMKDMO", "network" => "32", "link_id" => "11d7693bb25c88d511fa53a35778776", "IXY5pZpE" => "UV9W490Y94cdduuJJ0E9Ps2wWZXbK3FqlEG4DeI2SQLdfuusgJFvwmkmXw==", "cpc" => "2000000000", "title" => "Carmen");
  33.    $p = json_encode($d);
  34.    
  35.    $o = "act=checkFollowed&params=";
  36.    
  37.    $urls = "https://dutchyauto.ovh/faucet.php?address=EC-UserId-52009&currency=DOGE&key=9ad288b247cb8ca17f7d8dd19d2fe311";
  38.    
  39.    $ch = curl_init();
  40.    curl_setopt($ch, CURLOPT_URL, $urls);
  41.    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  42.    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  43.    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  44.    curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  45.    $result = curl_exec($ch);
  46.    curl_close($ch);
  47.    $j = json_decode($result, true);
  48.    $n++;
  49.    
  50.    echo "$kuning dapet doge gratis cok!".$j["balance"]."\n$putih";
  51.    
  52.    sleep(60);
  53.    
  54.    }
  55.    ?>
File Description
  • Rjb007
  • PHP Code
  • 22 Oct-2020
  • 2.26 Kb
You can Share it: