Advertisement
Guest User

Untitled

a guest
Apr 21st, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 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.10.0
  8. * @ Author : DeZender
  9. * @ Release on : 09.04.2020
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. class obf_6qTsIyOnLadkoyZjJymj4yripGQr6E
  15. {
  16. public $api_key;
  17. public $UpName = '';
  18. public $UpData;
  19. public $max_files = 6;
  20. public $dirname = 'StreamCreed_backups';
  21.  
  22. private function CheckDir($dir = '')
  23. {
  24. if ($data = self::obf_7eLhbGYkZuCrYShjZeagpq2sqi5tLE('list', $dir)) {
  25. foreach ($data['entries'] as $result) {
  26. if (($result['.tag'] == 'folder') && ($result['name'] == $this->dirname)) {
  27. return true;
  28. }
  29. }
  30. }
  31.  
  32. return false;
  33. }
  34.  
  35. private function CreateDir($dir)
  36. {
  37. if ($results = self::obf_7eLhbGYkZuCrYShjZeagpq2sqi5tLE(__FUNCTION__, $dir)) {
  38. return true;
  39. }
  40.  
  41. return false;
  42. }
  43.  
  44. public function UploadFile()
  45. {
  46. if (!empty($this->UpName)) {
  47. if (!self::obf_5CpiqiBmaSlio6ziYWnnZOjr46GoJE()) {
  48. self::obf_7S0v7qcjKKQrYHoKxoIeFt6O2mJE('/' . $this->dirname . '/' . $this->UpName);
  49. }
  50.  
  51. $result = self::obf_7eLhbGYkZuCrYShjZeagpq2sqi5tLE(__FUNCTION__);
  52. print_r($result);
  53. }
  54. }
  55.  
  56. private function DropBox_api($action, $path = '')
  57. {
  58. $url = 'https://api.dropboxapi.com/2/';
  59. ..........................................................................................
  60. ................................................
  61. ..........................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement