Advertisement
rdsedmundo

Assinatura WC

Aug 26th, 2011
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.62 KB | None | 0 0
  1. <?php
  2. $a = $_GET['r'];
  3. if(!$_GET['r']){
  4. echo "<script type='text/javascript'>
  5. alert('Ocorreu um erro');
  6. window.opener = window;
  7. window.close();
  8. </script>";};
  9. if($a==orkut){
  10. echo "<script type='text/javascript'>
  11. alert('Por enquanto não uso o Orkut para a WC');
  12. window.opener = window;
  13. window.close();</script>";}
  14. else if($a==fb){
  15. echo "<script type='text/javascript'>
  16. alert('Por enquanto eu não uso o Facebook para a WC');
  17. window.opener = window;
  18. window.close();</script>";}
  19. else{
  20. echo "<script type='text/javascript'>
  21. alert('Rede social não identificada');
  22. window.opener = window;
  23. window.close();</script>";};
  24. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement