Hi sirs ,

I Made a script for vbulletin, that when a User register on the forum, it will automatically register in another table (password, User and email) for it to be used by another application

inserted the hook after I realized that vbulletin has some kind of protection variable where I can not access the value of variable $ vbulletin-> GPC ['password']; in register.php

can access $ vbulletin-> GPC ['password_md5'], but no good for me

Anyone know how I can unprotect the variable?

tnks