The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Okay, basically, what I'm trying to do is autocreate a subdirectory of the user's registered username which is created after activation on vbulletin 3.0.7;
In register, I placed this code: Code:
//make directory mkdir($username, 0777); Code:
// activate account $username = unhtmlspecialchars($userinfo['username']); Code:
if ($vboptions['welcomemail'] AND !$userinfo['posts']) { eval(fetch_email_phrases('welcomemail')); vbmail($userinfo['email'], $subject, $message); } Does anyone have any ideas or suggestions? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|