Advertisement
Guest User

Untitled

a guest
May 8th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 1.1.4.0
  8. * @ Author : DeZender
  9. * @ Release on : 30.03.2012
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. require_once( 'config.php' );
  15.  
  16. if (!isset( $_SERVER['HOSTNAME'] )) {
  17. $_SERVER['HOSTNAME'] = getenv( 'HOSTNAME' );
  18. }
  19.  
  20. unset( $_REQUEST[ih] );
  21. $notLoadids = false;
  22. error_reporting( 1 | 2 | 4 );
  23. $MYSQL_ERROR_REPORTING = false;
  24. $MY_REPLICATION['active'] = false;
  25. $MY_REPLICATION['masterip'] = 'localhost';
  26. $URL = array( );
  27. $URL['UNIXPHAT'] = get_include_path( );
  28.  
  29. if (!$URL['UNIXPHAT']) {
  30. $URL['UNIXPHAT'] = '/srv/http/ssb';
  31. }
  32.  
  33. $URL['INCLUDES'] = $URL['UNIXPHAT'] . '/files';
  34. $URL['SITES'] = $URL['INCLUDES'] . '/sites';
  35. $URL['WORKER'] = $URL['INCLUDES'] . '/worker';
  36. $URL['TEXTE'] = $URL['INCLUDES'] . '/languages';
  37. $URL['WEB'] = $URL['UNIXPHAT'] . '/www';
  38. $URL['WEBSERVICE'] = $URL['INCLUDES'] . '/webservice';
  39. $URL['IMAGEMAGICK'] = '/usr/bin/';
  40. $URL['GEOIP_CITYDB'] = $URL['INCLUDES'] . '/sys/geoip/GeoLiteCity.dat';
  41. $URL['Bilder'] = '/userimages';
  42. $URL['Upload']['tmp'] = '/tmp/uploads';
  43. $json = array( );
  44. $json['html'] = false;
  45. $json['url'] = false;
  46. $json['change'] = false;
  47. $json['func'] = false;
  48. $json['displayerror'] = 'behind';
  49. $json['errortitle'] = 'Error';
  50.  
  51. if (empty( $LOCAL )) {
  52. foreach ($LOCAL as $key => $val) {
  53. switch ($key) {
  54. case 'MYSQL': {
  55. $MYSQL['slave'] = $val;
  56. break;
  57. }
  58.  
  59. default : {
  60. $URL[$key] = $val;
  61. }
  62. }
  63. }
  64. }
  65. ..................................................
  66. ...............................
  67. ..............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement