The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
I modified register.php in vb 3.03 so that when a user completes registration, the script creates a folder for them on the server. The code I used is...
Code:
$dir_username = addslashes(htmlspecialchars_uni($_POST['username'])); mkdir ("../images/members/$dir_username", 0777); chmod ("../images/members/$dir_username", 0777); Thanks |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|