Advertisement
AlexaMP

Redirect File v1.0

Jan 1st, 2018
1,840
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.  
  3. # FREE REDIRECT SCRIPT FOR YOUR SCAM SITE!
  4.  
  5. $url = "https://google.com";
  6.  
  7. if(!$url){
  8. echo "Please Enter Valid Url!";
  9. }else{
  10. header("location:$url");
  11. }
  12.  
  13. # Created By AlexaMP Production
  14. # Allright Reserved
  15. # AlexaMP
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement