The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
I seen your post about mkdir so this may be what your after
Code:
$filecontent="Code For File To Insert"; mkdir('/home/path/public_html/'.$username, 0777); if ($fp = fopen("/home/path/public_html/".$username."/index.php", "w")) { fwrite($fp, $filecontent); chmod("/home/path/public_html/".$username."/index.php", 0755); fclose($fp); } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|