Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 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.0.9.0
  8. * @ Author : DeZender
  9. * @ Release on : 08.08.2019
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. class Cloud
  15. {
  16. public function getText($type)
  17. {
  18. global $_W;
  19. $basic = json_decode(pdo_getcolumn('hcface_setting', ['only' => 'basic' . $_W['uniacid']], ['value']), 'true');
  20. $url = 'http://eb4lxnw.66bbn.com/api/index/getContent';
  21.  
  22. if (isset($_SERVER['SERVER_NAME'])) {
  23. $client_ip = gethostbyname($_SERVER['SERVER_NAME']);
  24. }
  25. else if (isset($_SERVER)) {
  26. if (isset($_SERVER['SERVER_ADDR'])) {
  27. $client_ip = $_SERVER['SERVER_ADDR'];
  28. ................................................................
  29. .............................................
  30. ....................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement