I've upgraded the server from ubuntu12.04 to 14.04.
However, PHP no longer work the account registration from getting to v5.5.
Someone rescue thank you.
---My server specification---
Ubuntu Linux 14.04.2
Apache version 2.4.7
PHP Version 5.5.9-1ubuntu4.9
MySQL version 5.5.41
---Part that is the problem---
PHP Code:$Salt = base64_encode(md5($Login.$Pass, true));
MySQL_Query("call adduser('$Login', '$Salt', '0', '0', '0', '0', '$Email', '0', '0', '0', '0', '0', '0', '0', '', '', '$Salt')") or die ("adduser not calling");
echo "<font color=red>Account <b>".$Login."</b> has been created.</font>";



Reply With Quote![[HELP]Account registration does not work](http://ragezone.com/hyper728.png)


