Poll Mod v2.0.8 - Posted (5531 Views)
Development Team Member
Davio
Posts: 12217
12217
Poll Mod Version: 2.0.8
Current Author: Davio
Original Author: Slemieux
Last Modified: October 30, 2006
For Snitz Version: 3.4.06

Description: This version is a new and upgraded version from the pervious ones. With new features and lots of bug fixes. View the list of changes I have made in the list below. I hope everyone enjoys the new poll mod as much as I enjoyed working on it (yeah right). Thanks for your patience.
This update is mainly bug fixes and made compatible with Snitz FOrums 3.4.06.
Ease of Installation (1-Easy, 10-Hard): 8

Downloads:
3.4 Version
Main Link: http://www.snitzbitz.com/mods/details.asp?Version=All&mid=76
Updated Files Only: http://www.snitzbitz.com/mods/details.asp?Version=All&mid=76

Demo: http://www.dsilvera.com/forum/


Version 2.0.8 (October 3, 2006)
  • Updated files with latest forum version, 3.4.06.
  • Fixed bug in pop_poll.asp that allowed everyone to vote in a members only poll. (Ref.: Topic #62378)
  • Fixed bug in pop_poll.asp where vote results where not updated after a user voted. (Ref.: Topic #62378)
  • Fixed bug in inc_poll.asp where clicking on the View Results button did not take you to the results. (Ref.: Topic #62406)
Modified Files: pop_poll.asp, inc_poll.asp (for bug fixes only)


Version 2.0.7.01 (November 30, 2003)
  • Fixed bug when you use a quote in the poll answers, it comes out as 2 quotes instead.
Modified Files: post_info.asp


Version 2.0.7 (October 25, 2003)
  • Fixed bug when you delete a poll the poll data is not removed from the poll tables in the database.
Modified Files: pop_delete.asp

INSTALLATION/UPGRADE: Please read the readme.html file that is included. It also includes a FAQ section to common questions that you might ask about the mod.
SUPPORT:
If you have any problems please post them in the Help: MOD Implementation forum. DO NOT ASK FOR HELP OR POST YOUR ERROR MESSAGES IN THIS TOPIC!!

Poll Mod Add-On! Also check out the Site Poll Mod. It allows you to put your featured forum poll on your website. http://forum.snitz.com/forum/topic.asp?TOPIC_ID=40335<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Starting Member
Entheos
Posts: 5
5
Davio - thank you!!!! Have been hoping that someone with much better ASP abilities than mine (which are next to none) would fix those bugs and make the polls compatible with 3.4.06.
I have now upgraded from 2.0.7 to 2.0.8 on my forums and it works a treat. Much appreciated.<
http://www.mrtrally.com.au/forums
Posted
Senior Member
muzishun
Posts: 1079
1079
Thanks so much for the updates! I do have one question, though. With the fix posted here, I'm curious about whether this opens the potential for an SQL Injection attack. Is the string sanitized later, or is this not considered a vulnerability?<
Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
Posted
Development Team Member
Davio
Posts: 12217
12217
I sanitize all my variables before using them in sql queries Bill. smile Security comes first when I code my mods. Mainly comes from being part of the dev team. Security is high on the totem pole.
So if anything you want to accuse me of is sanitizing my variables more than once. tongue Which was the case for that bug fix. Persons complained that single quotes were being doubled up. It was because it went through chkstring() twice. wink<
Posted
Senior Member
muzishun
Posts: 1079
1079
That was my main question. I've used several of your mods, and have never had a single problem. Looking back, I guess I worded it a little carelessly. My main question was whether the variable was sanitized later (which I assumed it was, just wanted to check).
Thanks a bunch for the updates!<
Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
Posted
Development Team Member
Davio
Posts: 12217
12217
You can do a search for the variable and see where it is sanitized. But yes, it is, either later or earlier.<
Posted
Dev. Team Member & Support Moderator
OneWayMule
Posts: 4969
4969
Posted
Development Team Member
Davio
Posts: 12217
12217
No senior OneWay. That would be in the 3.0 version. tongue<
Posted
Development Team Member
Davio
Posts: 12217
12217
Image, as much as I appreciate your help in reporting bugs, there is a better way to do it.
1. Please post in the right forum. Start a new topic in the Help MOD Implementation forum with the problem so it can discussed. 2. Provide more information. Line numbers (approximate), explanation as to what is wrong. These are a must.
You're not a member that report bugs 1 or 2 times, but you do it regularly, so I hope you will start to develop good bug reporting so you don't get developers frustrated, asking for extra info each time.

Again thanks for pointing them, just start a new topic on it, please.<
Posted
Starting Member
juliana
Posts: 13
13
just another happy camper saying THANK YOU for this mod! smile<
"It's not the size of the lift, it's the articulation!" - Lil ED
Off Road North America - JeepingSingles.net
Posted
Junior Member
mkervin
Posts: 100
100
I just upgraded Snitz to 3.4.07 and I am having problems getting this mod to work. When I add a New Poll the choices don't display and in the poll admin there is no feature poll listed and I have all the appropriate check boxes checked. I don't receive any errors on the db so I must have a line or two messed up somewhere. However, when checking with WinMerge all files compare just fine. Davio, can you tell me where I need to look to check my code for at the very least choices. I checked the topic.asp and everything looks correct. Thanks in advance.
You Must enter a message