First of all: great work!
Second: I'm getting a parse error when trying to embed GamesOPoly:
Parse error: syntax error, unexpected T_STRING in /home/awardsd/public_html/forums/includes/ame_bbcode.php(323) : regexp code on line 1
Fatal error: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Failed evaluating code: ame_match("http://www.gamesopoly.com/game/1568/...of-Persia.html", "", 1, "~value="http://www\.([\w]+\.[\w]+/[\w-=%/]+)\.swf~sim", "",$ameinfo) in /home/awardsd/public_html/forums/includes/ame_bbcode.php on line 323
I looked at the embed code on the GamesOPoly page, and I can see their URL structure has changed from what the imported definition has in the Replacement field and the Embedding Regexp field, but I can't seem to get them right
Instead of http://www.$p1.swf it now has
http://www.gamesopoly.com/swf/1673.swf. Interesting (and probably annoying) enough is that that number (1673) doesn't match the number in the URL being parsed (1568). Any help?