Advertisement
Guest User

Untitled

a guest
Oct 13th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <?php
  2. //Clickatell login
  3. $user = "##";
  4. $password = "##";
  5. $api_id = "##";
  6. $baseurl ="http://api.clickatell.com";
  7.  
  8. $text = urlencode("Recovery Assist Panic Activated (BETA TEST VERSION");
  9.  
  10. $to = "'0827910119'";
  11.  
  12. ?>
  13.  
  14. <?php
  15. //Clickatell login
  16. $user = "##";
  17. $password = "##";
  18. $api_id = "##";
  19. $baseurl ="http://api.clickatell.com";
  20.  
  21. $text = urlencode("Recovery Assist Panic Activated (BETA TEST VERSION");
  22.  
  23. <?php if (sl_ismemberof("RecAssist")){ ?>
  24. $to = "'0827911119'";
  25. <?php } ?>
  26. <?php if (sl_ismemberof("Gold")){ ?>
  27. $to = "'0827952558'";
  28. <?php } ?>
  29. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement