Advertisement
Guest User

Untitled

a guest
Nov 25th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 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.0
  8. * @ Author : DeZender
  9. * @ Release on : 12.11.2018
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. class license
  15. {
  16. static private $url;
  17. static private $info_url;
  18.  
  19. public function __construct($version, $addons = '')
  20. {
  21. require 'license.php';
  22. $ip = exec('ifconfig | grep -Eo \'inet (addr:)?([0-9]*\\.){3}[0-9]*\' | grep -Eo \'([0-9]*\\.){3}[0-9]*\' | grep -v \'127.0.0.1\'');
  23. self::$url = 'http://xbot-ts3.pl/xbot/check_license.php?ip=' . $ip . '&license=' . $license . '&version=' . $version;
  24. self::$info_url = 'http://xbot-ts3.pl/xbot/get_info.php?&license=' . $license . '&version=' . $version;
  25.  
  26. if ($addons != '') {
  27. self::$url .= '&addons=' . $addons;
  28. }
  29. }
  30.  
  31. static public function check_license_jHdQVtBoGfCtmqw()
  32. {
  33. $result = json_decode(file_get_contents(self::$url));
  34.  
  35. if ($result == 1) {
  36. ..............................................................................
  37. ........................................
  38. .............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement