Our Scripts Vault contains many game scripts that you can use to create your own game!
$simple_search = array( '/\[img\](.*?)\[\/img\]/is', ); $simple_replace = array( '<center><a href="http://$1" target="_blank"><img src="make_wallimage.php?url='.urlencode($1).'"></a></center>', ); // Do simple BBCode's $str = preg_replace ($simple_search, $simple_replace, $str);
pre_replace('/\[img\](.*?)\[\/img\]/is', "'<center><a href="http://\\1" target="_blank"><img src="make_wallimage.php?url='.urlencode('\\1').'"></a></center>'", $text);
[img]i162.photobucket.com/albums/t254/Feesum/coffee-art.jpg[/img]