Advertisement
Guest User

Untitled

a guest
Jul 11th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for SourceGuardian Encoder)
  6. *
  7. * @ Version : 4.1.0.0
  8. * @ Author : DeZender
  9. * @ Release on : 15.05.2020
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. $getcopyright2 = curl_init('http://api.resellercenter.ir/directadmin/getcopyright2.php');
  15. $getcopyright3 = curl_init('http://api.resellercenter.ir/directadmin/getcopyright3.php');
  16. $getcopyright4 = curl_init('http://api.resellercenter.ir/directadmin/getcopyright4.php');
  17. $getcopyright5 = curl_init('http://api.resellercenter.ir/directadmin/getcopyright5.php');
  18. $ch = curl_init();
  19. curl_setopt($ch, CURLOPT_URL, 'http://api.resellercenter.ir/directadmin/getcopyright2.php');
  20. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  21. $getcopyright2 = curl_exec($ch);
  22. curl_close($ch);
  23. $ch = curl_init();
  24. curl_setopt($ch, CURLOPT_URL, 'http://api.resellercenter.ir/directadmin/getcopyright3.php');
  25. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  26. $getcopyright3 = curl_exec($ch);
  27. curl_close($ch);
  28. $ch = curl_init();
  29. curl_setopt($ch, CURLOPT_URL, 'http://api.resellercenter.ir/directadmin/getcopyright4.php');
  30. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  31. .........................................................................
  32. ..............................................
  33. .......................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement