fork(1) download
  1. <?php
  2.  
  3.  
  4. $email = "astonecipher@phphelp.com";
  5. $username = "astonecipher";
  6.  
  7. $link = base64_encode(json_encode(["email"=> $email, "username" => $username]));
  8. $message = "https://x...content-available-to-author-only...x.net/index.php?link=$link";
  9.  
  10. echo $message;
Success #stdin #stdout 0.02s 24252KB
stdin
Standard input is empty
stdout
https://x...content-available-to-author-only...x.net/index.php?link=eyJlbWFpbCI6ImFzdG9uZWNpcGhlckBwaHBoZWxwLmNvbSIsInVzZXJuYW1lIjoiYXN0b25lY2lwaGVyIn0=