http://forum.amzgame.com/search.php?searchid=93183
you will get errors
Warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../vb/legacy/post.php on line 280
Because you have php 5.5 , i know how you can fix it.
You can use an anonymous function to pass the matches to your function:
Code:
$result = preg_replace_callback( "/\lollol([<>])([a-zA-Z0-9_]*)(\?{0,1})([a-zA-Z0-9_]*)\}(.*)\lollol\\1\/\\2\}/isU", function($m) lollol return CallFunction($m[1], $m[2], $m[3], $m[4], $m[5]); }, $result );
beware of this error because danger can come...
https://bitquark.co.uk/blog/2013/07/...f_preg_replace