The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
If I go from the source provided in that link, I feel that the only modification that needs to be made is the following:
Code:
if($_POST['do']=="doupload"){ $vbulletin->input->clean_gpc("f","upload",TYPE_FILE); require_once('./includes/class_upload.php'); $upload =& new vB_Upload_Attachment($vbulletin); $upload->path = "./directory/of/choice/"; if (!($upload->process_upload($vbulletin->GPC['upload']))){ eval(standard_error(fetch_error('there_were_errors_encountered_with_your_upload_x', $upload->fetch_error()))); } } Please let me know if this works. Original source: PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|