A PHP Error was encountered

Severity: 8192

Message: Function create_function() is deprecated

Filename: geshi/geshi.php

Line Number: 4698

Backtrace:

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4698
Function: _error_handler

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4621
Function: _optimize_regexp_list_tokens_to_string

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 1655
Function: optimize_regexp_list

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2029
Function: optimize_keyword_group

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2168
Function: build_parse_cache

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/Process.php
Line: 45
Function: parse_code

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/models/Pastes.php
Line: 517
Function: syntax

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 693
Function: getPaste

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once

test - Stikked
From Kori, 6 Years ago, written in C++.
Embed
  1. #ifndef __INC_SERVICE_H__
  2. #define __INC_SERVICE_H__
  3.  
  4. #define _IMPROVED_PACKET_ENCRYPTION_ // ÆÐŶ ¾Ïȣȭ °³¼±
  5. //#define __AUCTION__
  6. #define __PET_SYSTEM__
  7. #define __UDP_BLOCK__
  8. #define ENABLE_PORT_SECURITY
  9. #define ENABLE_AUTODETECT_INTERNAL_IP
  10.  
  11. #define __GOLD_AS_LL__
  12. #define __LEVEL_AS_INT__
  13. #define __IMMUNE_100PERCENT__
  14.  
  15. //#define __ENABLE_MORE_STONE__
  16. //#define __TRADE_WITH_24_SLOTS__
  17. //#define __SHOP_WITH_80_SLOTS__
  18. //#define __PET_LEVEL__
  19. //#define __PET__EXP__
  20. //#define __ZHD_BARREN__
  21.  
  22. // #define __ENABLE__ANTI__SAFZONE__
  23. // #define __ENABLE_ANTI_GHOSTMODE__
  24. // #define __ENABLE_ANTI_WALLHACK__
  25. // #define __ENABLE_ANTI_DROPHACK__
  26.  
  27. #endif
  28.