Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- # FREE REDIRECT SCRIPT FOR YOUR SCAM SITE!
- $url = "https://google.com";
- if(!$url){
- echo "Please Enter Valid Url!";
- }else{
- header("location:$url");
- }
- # Created By AlexaMP Production
- # Allright Reserved
- # AlexaMP
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement