I get this error when posting, but thank you so much for working on this.
Code:
Parse error: syntax error, unexpected T_RETURN in /home/rjerick/public_html/mpbp/forum/includes/functions_newpost.php(199) : eval()'d code on line 69
I really want to get this working because i would also love to ignore urls that AME wants to handle.
Edit
fixed it, Just a little oversite.
Code:
if (stripos('x'.$fullurl, $thisbad)
was missing and extra ) at the end, should be
Code:
if (stripos('x'.$fullurl, $thisbad))
So thank you very much for this mod to a mod

it works great!