Zuel's Avatar Addon - Posted (2458 Views)
Average Member
Zuel
Posts: 540
540
heheheh I'm soo excited. After a few weeks of programming this thing I finally got my little add-on to work.
http://www.snitzbitz.com/mods/details.asp?Version=All&mid=52
This mod is not independent and it needs Avatar MOD VERSION 1.3 by Hamlin.
I'll post the code if I get some people who actually want to use it.
Doesn't modify any current Snitz files except the inc_header.asp to link to the page.
Screenshot #1 - http://www.twistingshadows.com/userimages/GeneralPreview.jpg

First screen people go to. Shows a default category and automatically generates the HTML to show the avatars.
Screenshot #2 - http://www.twistingshadows.com/userimages/UploadingPreview.jpg

Users can upload up to 4 images simentanously to a category.
Screenshot #3 - http://www.twistingshadows.com/userimages/DeletedPreview.jpg

Only Admins and moderators can see the Delete button to instantly delete any image or file that doesn't meet the requirments.
Screenshot #4 - http://www.twistingshadows.com/userimages/HoverPreview.jpg

Alt tag to tell people what stuff does.
Screenshot #5 - http://www.twistingshadows.com/userimages/CategoryPreview.jpg

Just more avatars under a different category.
Screenshot #6 - http://www.twistingshadows.com/userimages/ChoosingPreview.jpg

Users select the image they want and it adds the values to the DB so they can select their avatar within their profile. The form fields in the pop up are readonly so nothing can be messed around with.
This is just a preview of what I am working on. I won't release it yet because it is mainly spaghetti code. I want to put everything within Private Subs instead of inline code.
Trial:

http://www.twistingshadows.com/forum/avatars.asp

Account: tester
Password: tester



Things are buggy and can be tweaked and they will. I was just excited I got everything to work. bigsmilebigsmilebigsmile<
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
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Average Member
Zuel
Posts: 540
540
Do I need to open a connection?
<
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
Posted
Snitz Forums Admin
ruirib
Posts: 26364
26364
Posted
Average Member
Zuel
Posts: 540
540
After looking through everything and failing at everything trying to fix it, I am going to ZIP up everything and post on Snitz forums for more testing.
I need testers. This MOD will crash in two instances that I am aware of. I need someone who has debugging enabled on their server to relay the error messages back to me.
I tested:
OS: Windows 2003 Server
DB: Access 2003

I need these tested:
OS: W/e Else
DB: MySQL and SQLServer

It should fail on Assigning Avatars and Uploading. Funny thing is, Uploading fails but still uploads. Assigning is just broke period on the server.
Everything works perfect on my localhost. sad Get ready for a link on Wednesdayish.<
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
Posted
New Member
vynsane
Posts: 73
73
wish i could help you there, but just following directions on mods makes my palms sweat. debugging ain't my strong suit...<
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
Posted
Average Member
Zuel
Posts: 540
540
Gah, I am ready to give up. I just logged on this morning and my whole snitz board was down. Internal server, 500 errors left and right.
I found the error log and checked through it. Over 5000 internal server errors from 6 am to 11 am.
sad
I contacted my host which is my co worker and we saw the hosting company has been going under some maintence. After going through we found the problems. My board no longer errors out and if it does, I can isolate the problem.
Debugging was enabled and I found the bugs that I couldn't find before. I shall attempt finish this tonight.
I won't give up that easy.<
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
Posted
Average Member
Zuel
Posts: 540
540
Once permission errors are fixed, then I will setup another test forum along with the posted code. ETA is 2 days, November 10th, 2005.
Avatar Admin Page:
http://www.twistingshadows.com/userimages/Avatar_Admin.jpg

Admins have full control over settings. They can specify file size, along with disable and enabling avatar uploading.
Category settings means when they create a new category, a new folder will automatically be created within the avatar folder. (Directory Write Permissions MUST BE ENABLED!) Similiar with the Delete Diretory. Deleting a directory will delete all avatars within the folder.
Avatar Main Page:
http://www.twistingshadows.com/userimages/Avatars_Main.jpg

This page got a little tweaked. Now all images under the size limits (Admin Specifies in the Original Admin Panel) show up as their original size. Anything over just gets cut off, there plenty of free tools for users to crop themselves.
Also the button above the avatar is the delete function that only Admins and Moderators can see. Can control any inappropraite content or just an avatar in the wrong category.
Moving files feature coming after release.
No Folder:
http://www.twistingshadows.com/userimages/No_Folder_Exists.jpg

If an Admin chooses to disable the Automatically create a new folder when a category is created, then a user tries to access the page it will throw an error to inform them to create the folder.


Once permissions are fixed then I need to update the Pop_Profile, admin_review_avatar.asp and Private Messages avatar piece and a clean up sweep through the code.<
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
You Must enter a message