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/Code)
 MOD: Zuel's Avatar Addon - New Version 4/22/06
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 14

eauxvives
Junior Member

Bhutan
145 Posts

Posted - 30 December 2005 :  04:02:03  Show Profile  Reply with Quote
OK maybe I'm stupid here, but can you explain how you make avatars private? I successfully created two avatars using my main profile (admin), which were put in the 'private' category. Then I logged using a second (non admin) profile and I saw the avatars I created before and was able to use them as if they were 'public'. What did I miss?<
Go to Top of Page

Bassman
Junior Member

Netherlands
256 Posts

Posted - 30 December 2005 :  06:03:24  Show Profile  Visit Bassman's Homepage  Reply with Quote
Admins and mods can see this folders and delete the avatars in it from all users. But if for example a user uploads a picture to the private folder and after that one to the main charred folder there is no way to get the first uploaded private picture back. The user can't select ore see this private folder. Re-upload the same picture gives the error that this file name exist.<
Go to Top of Page

eauxvives
Junior Member

Bhutan
145 Posts

Posted - 30 December 2005 :  07:52:05  Show Profile  Reply with Quote
a small bug: I cannot select "yes" for the parameter "enable category upload": the green dot next to "no" remains green (both yes and no are green), but the parameters remains as "no"<
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 30 December 2005 :  09:52:44  Show Profile  Visit Zuel's Homepage  Reply with Quote
quote:
Originally posted by Bassman

Admins and mods can see this folders and delete the avatars in it from all users.


Correct, Admins can see the Private Folder.

quote:

But if for example a user uploads a picture to the private folder and after that one to the main charred folder there is no way to get the first uploaded private picture back. The user can't select ore see this private folder. Re-upload the same picture gives the error that this file name exist.



I see the problem. I thought of a solution. I kept the code which inserts all images in the FORUM_AVATAR table. If I do a comparison between the files in the private avatar folder, the A_NAME in the table and which user owns it then that page will be accessible to everyone but they only see which ones they chose as private.

I'll start on that change today, hopefully shouldn't take more then 2 hours.

And yes since personal avatars get saved into the same folder, you wouldn't want to overwrite someone elses avatar.

quote:

a small bug: I cannot select "yes" for the parameter "enable category upload": the green dot next to "no" remains green (both yes and no are green), but the parameters remains as "no"



Only in category upload? The rest are fine?

And you are using Firefox right?

As of now I can only suggest making sure you have config variables intact and run setup after installation. (I assume you already did) I'll spend some time tracking this down.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File

Edited by - Zuel on 30 December 2005 09:54:25
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 30 December 2005 :  09:59:55  Show Profile  Visit Zuel's Homepage  Reply with Quote
quote:
Originally posted by eauxvives

a small bug: I cannot select "yes" for the parameter "enable category upload": the green dot next to "no" remains green (both yes and no are green), but the parameters remains as "no"



I think I found the problem. In Firefox, Radio button names might be case sensitive.

Open Up Avatar_Data.asp
Line 1022
Lowercase the P in UPload

Line 1025
Lowercase the P in UPload

Zip file updated.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File

Edited by - Zuel on 30 December 2005 10:01:01
Go to Top of Page

TonyB7
Junior Member

USA
267 Posts

Posted - 10 January 2006 :  20:46:59  Show Profile  Send TonyB7 an AOL message  Send TonyB7 a Yahoo! Message  Reply with Quote
I can't get my avatars to show consistently. Maybe this is because I have my current ones in /pics/avatars/ rather than /forum/avatars/. Uploads are going to /forum/avatars/cats/. Is there an easy way to change the path?<
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 12 January 2006 :  13:05:57  Show Profile  Visit Zuel's Homepage  Reply with Quote
TonyB7,

I am currently reworking most of the code to fix alot of errors I missed. I am also going to add a different path for avatars as you meantioned. Currently the only to change that directory is to go into avatar_data.asp and replace the instances of "avatars/".

So open avatar_data.asp in any editor.
Search for "avatars/"
Replace with "pics/avatars/"

But I cannot tell if it will work 100%. This mod was geared to have everything in the /forum/avatars/ folder. But like I said I writing some code to fix that problem.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 13 January 2006 :  20:04:03  Show Profile  Visit Zuel's Homepage  Reply with Quote
Hey there,

Good update, I reworked most of the files from sloppiness that I said I was going to clean later on. There will be about 6 files now instead of 2. The first version 2 files were enough because there was small functionaitly and the demand grew. Now it should be neater and the setup is more then likely the same.

I created alot of functions to handle most of the request to make sub routines really sub routines.

I finished the main piece and only the Admin Piece remains.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

vynsane
New Member

73 Posts

Posted - 17 January 2006 :  22:25:04  Show Profile  Visit vynsane's Homepage  Reply with Quote
hey, Zuel, awesome job... i've been too busy to check in for the last month, but i just DL'd the newest version and can't wait to see what's what!<

why do you not have something to drink... choose one making you better feeling...

my snitz's:

www.vynsane.com/forum - l:guest p:guest (limited access account...)

www.WallCrawlersWeb.com/forum - The Spidey Database
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 18 January 2006 :  14:58:49  Show Profile  Visit Zuel's Homepage  Reply with Quote
quote:
Originally posted by vynsane

hey, Zuel, awesome job... i've been too busy to check in for the last month, but i just DL'd the newest version and can't wait to see what's what!



The current version is bugged. Tags are missing and screws up on a few places from people who used it. I'm almost done with the rework, I'd wait for that one.

<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 18 January 2006 :  16:33:57  Show Profile  Visit MarkJH's Homepage  Reply with Quote
I've been wanting to use this for a while now but because I've converted my forum to CSS, I really need to wait until the bugs are ironed out before I use it. Shame, because more testers, more bugs ironed out. Catch 22!

Anyway, I was wondering how secure the upload is? Is it at all possible for anything malicious to be uploaded to the server or is all of the necessary security in place?<

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/
Go to Top of Page

Zuel
Average Member

USA
540 Posts

Posted - 18 January 2006 :  18:49:01  Show Profile  Visit Zuel's Homepage  Reply with Quote
quote:
Originally posted by MarkJH

I've been wanting to use this for a while now but because I've converted my forum to CSS, I really need to wait until the bugs are ironed out before I use it. Shame, because more testers, more bugs ironed out. Catch 22!



I don't mind people finding bugs. It actually helps me out become more aware of the things I missed. Shame I didn't catch them before.

quote:

Anyway, I was wondering how secure the upload is? Is it at all possible for anything malicious to be uploaded to the server or is all of the necessary security in place?



For uploading it uses Richard's original code. I also added Max File Size which checks the file size of the image before uploading. If it is too big it rejects them. Also in the Admin panel the Admin controls which extension types may be uploaded and shown.

Unfortunately I do need to go back and add the extension part into his class. I just noticed it again, I meant to take care of that. Only checks jpg, gifs and jpegs at the moment.

Please suggest more security if that is not enough.

Lastly, I finished the code overhaul. The code is all in place and work flawlessly. Before I release I need to finish a few more comments for the functions and change the readme in a few spots. Other then that I should finish tomarrow

Hopefully I'll be done with this phase.<

My Completed Mods: News Mod | Zuel's Avatar Add-on
In Development: World of Warcraft Member Roster | [C# Based Forum]

Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.

MSN / E-Mail: ucyimDa_Ruler@Hotmail.com

Personal Bookmarks: How to work a DBS File
Go to Top of Page

J316
Starting Member

5 Posts

Posted - 24 January 2006 :  07:27:57  Show Profile  Reply with Quote
I have just had a read thru of the instructions for the mod install and I can not see where the modifications to the database are made, am I missing something obvious? I am assuming that the Richard Kinser, adapted by Hamlin avatar mod has to be installed first then the Zuel mod after. The Richard Kinser mod does not seem to have any instructions for altering the database, so does the Zuel mod take care of all this?<

Edited by - J316 on 24 January 2006 07:59:45
Go to Top of Page

TonyB7
Junior Member

USA
267 Posts

Posted - 24 January 2006 :  20:17:45  Show Profile  Send TonyB7 an AOL message  Send TonyB7 a Yahoo! Message  Reply with Quote
Yes, you're missing like step 1. You should probably start with an easier mod to install because if you skip steps like this you're going to have tons of trouble.

Anyway, Zuel's still working on the add-on, so don't try to install it just yet.<
Go to Top of Page

J316
Starting Member

5 Posts

Posted - 24 January 2006 :  20:33:18  Show Profile  Reply with Quote
quote:
Originally posted by TonyB7

Yes, you're missing like step 1. You should probably start with an easier mod to install because if you skip steps like this you're going to have tons of trouble.

Anyway, Zuel's still working on the add-on, so don't try to install it just yet.



Am I correct in thinking the Hamlin avatar mod needs to be installed first?<
Go to Top of Page
Page: of 14 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07