Sorry but this is.... xD "recoded" is funny :D So much familiar stuff in there.
Some questions about this GREEAAAT script.
Why the fuck using <? AND <?php tags in one and the same script?
Official Quote of php.ini: "
NOTE: Using short tags should be avoided when developing applications or libraries that are meant for redistribution, or deployment on PHP servers which are not under your control, because short tags may not be supported on the target server. For portable, redistributable code, be sure not to use short tags."
(@σηιιχ✓: this is the reason why the script fucked up for you)
Why using MySQL instead of MySQLi or PDO?! You know that MySQL functions are deprecated as of PHP 5.5.0, and will be removed soon. If security is so big here use prepared statements, this is even safer than your shit.
last not least: get some lesson in coding standards (
[Only registered and activated users can see links. Click Here To Register...]).. my eyes are bleeding.
My conclusion: Nice try to public a "recoded" script which isnt realy different from other scripts out there. The only + for me is the multi language... sorry.