Author |
Topic  |
|
Mortur
Starting Member
5 Posts |
Posted - 01 March 2002 : 21:37:14
|
i am looking for the upload mod required for the "upload avatar" mod... i have searched high and low throughout the forums on this site and many others, i cannot find the mod required to install this addition... can someone help me find it, even if its an old version and it "wont work", i need that file...
sorry for sounding completely dumb.
thanks for your time 
|
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 01 March 2002 : 22:15:47
|
if you download the code for my modded forum http://www.magicmushroom.org.uk , you need the uploadengine.asp, the .inc files from the include directory, and the pop_upload.asp file
|
 |
|
Mortur
Starting Member
5 Posts |
Posted - 01 March 2002 : 22:23:42
|
ok,
to get it, i need to get your modified forum from your site, unzip it, and take those files and transfer it to my current site? what kind of database manipulation would i need? or should i just copy particular tables from your modified database?
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 01 March 2002 : 23:03:49
|
you shouldn't need to make any in order to use it for the avatars.
|
 |
|
Mortur
Starting Member
5 Posts |
Posted - 01 March 2002 : 23:38:27
|
ok, i got all that done, and with a few database changes (yes, i had to move a few tables over from your database to mine), i am almost there!!!
now, i am getting this (hopefully last) error:
quote: Server object error 'ASP 0177 : 800a004c'
Server.CreateObject Failed
/ageofstorm/beta/forums/upload_avatar_engine.asp, line 201
00000000
Which leads to this point in the script:
quote:
'--------------------------------------------------------------------------- '- Function : saveDoc '--------------------------------------------------------------------------- private function saveDoc() Dim strRoot Dim strFile Dim fso strRoot = replace(strCookieURL,"/mods/","/",1,-1,1) & "uploaded" strRoot = Server.MapPath(strRoot) & "\" & strFolder
strFile = strRoot & "\" & objUpload.Files.Item(0).FileName Set fso = Server.CreateObject("Scripting.FileSystemObject") If not fso.FolderExists(strRoot) then
*****---> fso.createFolder(strRoot) end if objUpload.Files.Item(0).Save strRoot saveDoc = (fso.FileExists(strFile)) End Function %>
I am trying to do this on win98 SE, with PWS/IIS4... is it because i am not on an NT system that this error comes up? or is it because i dont have the folder made?
any help would be greately appreciated, also for everyone else that has this problem....
Thanks for your previous help, HuwR!!!!!
|
 |
|
Mortur
Starting Member
5 Posts |
Posted - 02 March 2002 : 00:18:42
|
OK, i have narrowed it down to the fact that it dosnt want to make a directory....
i even went to the trouble of updating my MDAC's... but to no luck.
Is it just the fact that i am on a Win98 with PWS/IIS4 server? or how else can i get around this problem?
Thanks.
|
 |
|
Azaniah
Senior Member
   
United Kingdom
1004 Posts |
Posted - 02 March 2002 : 11:14:17
|
The top level directory you have to create yourself.
The directories within that one will be created on the fly.
Cheers Az
------- Eagles fly!, but weasels don't get sucked into jet engines. |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 02 March 2002 : 12:07:05
|
you need to make sure the permissions are correct to allow you to create the directories
|
 |
|
Mortur
Starting Member
5 Posts |
Posted - 03 March 2002 : 19:02:24
|
Thanks everyone, it works great!!! i have added many more mods, and they all work wonderfully together!!!!
only thing left is to find the file attachment mod, which i will figure out in another topic!
Thanks!
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 04 March 2002 : 08:12:14
|
the file attachment Mod for attachine to posts is no longer available. It will most likely re-appear after 3.4 is released.
|
 |
|
|
Topic  |
|