Currently i am trying to connect my registration for my Maplestory Server, to my forums.
I've successfully connected the database for the server and the forums together (to allow you to register on the forums and make it your game id as well) however when they register , the password is sent as an empty string , so when i try to login there is technically no 'password' to login with which is why i cannot login.
i've noticed that
Code:
$vbulletin->GPC['passwordconfirm'] OR (strlen($vbulletin->GPC['password_md5'])
lets us protect the md5 string but not the r aw string.
Does anyone have a solution as to why it's ending up as a empty string? Better yet does anyone have a solution for me to fix it Here is my register.php