The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Modifying Register.php
Hi guys i was trying to modify some custom fields in my register.php and foundt up an interesting thing.
For the debug i've used a .txt file to see if return the right things in the field,used the following code: $myfile = fopen("newfile.txt", "w") or die("Unable to open file!"); $txt = $vbulletin->GPC['username']; fwrite($myfile, $txt); fclose($myfile); And that works for every field but not for Password or Confirmpassword. I actually know that password works just fine and don't need debug but i'd like to know why that exception happen,in the .txt file i can find every field but not password. Why? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|