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

Untitled - Stikked
From Ample Pudu, 13 Years ago, written in mIRC Scripting.
Embed
  1. on *:text:-dns *:#:{
  2.   if ($2 == $null) { msg $chan $nick $+ : You asshole... You forgot to add a ip/host... }
  3.   else { set %dns.chan $chan | set %dns.check 1 | /dns $2-
  4.   }
  5. }
  6.  
  7. ON *:DNS:{
  8.   if (%dns.check == 1) {
  9.     if ($dns(0) == 0) {
  10.       echo $color(other) -ts * Unable To Resolve $iif($iaddress,$iaddress,$dns(0).addr)
  11.     }
  12.     else {
  13.       var %numhosts $dns(0), %host = 0
  14.       var %hosts
  15.       while (%host < %numhosts) {
  16.         inc %host 1
  17.         set %hosts %hosts $iif($dns(1) == $dns(1).ip,$dns(%host).addr,$dns(%host).ip) $+ 4 $+ $chr(44) $+ 7,1
  18.       }
  19.       msg %dns.chan 4,1[8DNS4]13 $dns(1) 7resolves to09 %host 7hosts: $left(%hosts,$calc($len(%hosts)-1))
  20.     }
  21.     halt
  22.   }
  23. }
  24.