Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Upload MOD, Does it exist anymore???
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Mortur
Starting Member

5 Posts

Posted - 01 March 2002 :  21:37:14  Show Profile
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  Show Profile  Visit HuwR's Homepage
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

Go to Top of Page

Mortur
Starting Member

5 Posts

Posted - 01 March 2002 :  22:23:42  Show Profile
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?

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 01 March 2002 :  23:03:49  Show Profile  Visit HuwR's Homepage
you shouldn't need to make any in order to use it for the avatars.

Go to Top of Page

Mortur
Starting Member

5 Posts

Posted - 01 March 2002 :  23:38:27  Show Profile
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!!!!!

Go to Top of Page

Mortur
Starting Member

5 Posts

Posted - 02 March 2002 :  00:18:42  Show Profile
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.

Go to Top of Page

Azaniah
Senior Member

United Kingdom
1004 Posts

Posted - 02 March 2002 :  11:14:17  Show Profile  Visit Azaniah's Homepage
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.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 02 March 2002 :  12:07:05  Show Profile  Visit HuwR's Homepage
you need to make sure the permissions are correct to allow you to create the directories

Go to Top of Page

Mortur
Starting Member

5 Posts

Posted - 03 March 2002 :  19:02:24  Show Profile
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!


Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 04 March 2002 :  08:12:14  Show Profile  Visit HuwR's Homepage
the file attachment Mod for attachine to posts is no longer available. It will most likely re-appear after 3.4 is released.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07