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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Avatar Mod 3.4
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

m3t4L
Starting Member

2 Posts

Posted - 21 January 2003 :  13:27:57  Show Profile
I`ve got "Avatar Mod for 3.4"
I installed the mod and changed the files, but i always get the same failure notice:

Kompilierungsfehler in Microsoft VBScript- Fehler '800a0401'

Anweisungsende erwartet

/Datenbank/Forum/topic.asp, line 588

response.write" <img src=""" & Reply_MemberAvatar """ width="" intAvatarWidth """ height="" intAvatarHeight """ border="" intAvatarBorder """><br /><br />"
---------------------------------------------------^


plz help

-->> http://www.somler.de/Bullshitforum

Edited by - m3t4L on 21 January 2003 13:33:40

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 21 January 2003 :  13:35:05  Show Profile
You must have changed that line a bit because it should look something like this...


response.write"		<img src=""" & Reply_MemberAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />"

Edited by - Hamlin on 21 January 2003 13:35:56
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 21 January 2003 :  13:41:27  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
try this:
response.write" <img src=""" & Reply_MemberAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />"

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

m3t4L
Starting Member

2 Posts

Posted - 21 January 2003 :  14:42:09  Show Profile
thx u , i don`t know but in my readme.html there was another Syntax

now it works !
Go to Top of Page

kahloz
Starting Member

16 Posts

Posted - 27 January 2003 :  22:26:04  Show Profile
Hi,

I recently had to reinstall this mod on a clean version of snitz.

It installed file,

Unfortunately, there are about 100 avatars that are not in the Directory this mod thinks they are.

So there are 100 dead entries.

How do I MASS DELETE these? Doing it one by one is time consuming,

Is there a file I can edit?

PLEASE TELL ME THERE I!!!!

Thanks.
Go to Top of Page

realhorrorshow
Starting Member

United Kingdom
31 Posts

Posted - 28 January 2003 :  08:49:54  Show Profile  Visit realhorrorshow's Homepage
How and where can i upload avatars? I've only got the option of none currently
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 28 January 2003 :  11:19:13  Show Profile
quote:

How do I MASS DELETE these?


You could delete them all using the alternative mod setup page, if you want. I post what to put in the box when I get home.

quote:

How and where can i upload avatars? I've only got the option of none currently


You can use the in built admin upload feature, or just upload them the same way you did with the rest of the snitz files via FTP or some web site interface...
Go to Top of Page

realhorrorshow
Starting Member

United Kingdom
31 Posts

Posted - 28 January 2003 :  12:53:07  Show Profile  Visit realhorrorshow's Homepage
ok so i've found the interface but on uploading a new one i get "Microsoft OLE DB Provider for ODBC Drivers error '80040e37'

[Microsoft][ODBC Microsoft Access Driver] Could not find output table 'FORUM_AVATAR'.

/japukmeets/admin_add_avatar.asp, line 100"

When running the MOD setup i did get "Table already exists" for that table, so i guess it's lying. how do i get it to work?

Thanks
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 28 January 2003 :  16:04:50  Show Profile
Try changing to one of the access 2000 config strings.
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 28 January 2003 :  16:27:01  Show Profile
In response to kahloz mass delete, just paste the following into the Alternative MOD Setup page.


[DROP]
AVATAR
[END]
[CREATE]
AVATAR
A_ID
A_URL#varchar (255)#NULL#
A_NAME#varchar (50)#NULL#
A_MEMBER_ID#int#NULL#0
[END]



EDIT - it deletes and re-creates the table, so you will loose all your avatar information...

Edited by - Hamlin on 28 January 2003 16:29:04
Go to Top of Page

Jacknife
Starting Member

United Kingdom
8 Posts

Posted - 29 January 2003 :  09:00:15  Show Profile  Visit Jacknife's Homepage
Hi I have succesfully MOD'ed the Avatar files and it runs ok. But when I try to Upload Avatars it gives me the following error:

"Microsoft VBScript runtime error '800a0046'
Permission denied

/forum/avatar_upload.asp, line 169"

I think that this is because of the permissions on the server. I have a database folder with Read/Write permissions but am unsure as to how to point the upload to it. Can you help?


Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 29 January 2003 :  09:32:59  Show Profile
Where is the database folder in relation to your forum folder?
Can you not just ask you host to change the permissions on your avatar folder?
Go to Top of Page

realhorrorshow
Starting Member

United Kingdom
31 Posts

Posted - 29 January 2003 :  10:37:38  Show Profile  Visit realhorrorshow's Homepage
quote:
Originally posted by Hamlin

Try changing to one of the access 2000 config strings.



what do you mean by this? which bit do i change and to what?

I tried running the table delete and recreate code above, and all it said was: droppping table - table does not exist. Creating table - table already exists
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 29 January 2003 :  10:44:19  Show Profile
Sorry bit vague I meant in config.asp, try using one of the access 2000 connection strings and running the mod setup again...
Go to Top of Page

realhorrorshow
Starting Member

United Kingdom
31 Posts

Posted - 29 January 2003 :  12:27:31  Show Profile  Visit realhorrorshow's Homepage
all sorted
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 29 January 2003 :  12:32:44  Show Profile
Please to hear it

Side Note : As m3t4L has had his/her question answered can a kindly admin/moderator lock this topic (if anyone reads it that is), as its starting to get confusing, with all the different questions
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07