Advertisement
rdsedmundo

teste

Sep 11th, 2011
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <?php
  2. $a = $_GET['m'];
  3. $b = $_GET['t'];
  4. $idd = $_GET['i'];
  5. $c = $_GET['pass'];
  6. if(!$_GET['i'] || !$_GET['m'] || !$_GET['t'] || $c!==ok){
  7. die();
  8. };
  9. echo "
  10. new Ajax.Request('/myhabbo/tag/add', { parameters:'accountId=$idd&tagName=$b'});
  11. new Ajax.Request('/habblet/ajax/updatemotto', { parameters:'motto=$a'});"
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement