Advertisement
Guest User

Untitled

a guest
Jun 28th, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 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.1.0.1
  8. * @ Author : DeZender
  9. * @ Release on : 29.08.2020
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function dummy()
  15. {
  16. }
  17.  
  18. function save_settings()
  19. {
  20. }
  21.  
  22. function userPostChatReply($chat, $content, $custom)
  23. {
  24. }
  25.  
  26. function send_reply()
  27. {
  28. }
  29.  
  30. $load_addons = basename(dirname(dirname(dirname(dirname(__FILE__)))));
  31. require __DIR__ . '/../../../../../system/config_addons.php';
  32. dummy();
  33. if (isset($_POST['save_settings']) && boomAllow($cody['can_manage_addons'])) {
  34. echo save_settings();
  35. exit();
  36. }
  37. if (isset($_POST['send_reply']) && isset($_POST['target']) && isset($_POST['content']) && boomAllow($data['addons_access'])) {
  38. echo send_reply();
  39. exit();
  40. }
  41.  
  42. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement