Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 4.0.8.9
  8. * @ Author : DeZender
  9. * @ Release on : 10.05.2019
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. class License
  15. {
  16. public function request_license_data($serverAddr, $licenseKey)
  17. {
  18. define('APP_VERSION_KEY', '719568cd07da20a1b7e4ef2c9db9ab73');
  19. $ch = curl_init();
  20. curl_setopt($ch, CURLOPT_URL, 'https://license.m-bot.net');
  21. curl_setopt($ch, CURLOPT_POST, 1);
  22. ................................................................
  23. .........................................
  24. .............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement