Snitz Forums 2000 version 3.4.07 - Posted (82425 Views)
Forum Admin
HuwR
Posts: 20611
20611
This release incorporates fixes to bugs that were found since v3.4.06 was released.
http://forum.snitz.com/download.asp

There is a link to just the changed files since v3.4.06 was released on this page:
http://forum.snitz.com/specs.asp

We encourage everyone to upgrade to this new version.
Here is a list (in no particular order) of the security issues and other bugs fixed in this version:
  • Hardened the 'UpdateLastHereDate' function - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66118
  • Fixed insecurities in post.asp if App variables lost - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=67497&whichpage=2#383240
  • Fixed validation issue with strMAge - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=63022#372812
  • Fixed url issues with namewww before the first dot - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66709
  • Fixed message preview bug - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66192
  • Fixed a bug where locked members receive topic moved email - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=67532
  • Fixed problem with Proxy IPs in inc_func_common.asp - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62954
  • Fixed URL handling issue - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66692#376488
  • Fixed SearchTerms Bug in topic.asp - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66025
  • Fixed Archive bug - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66214
  • Fixed Posting bug (Moderation related) - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=65678
  • Fixed type mismatch when archiving - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=63480
  • Fixed another type mismatch for mySql 5 - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=63562
  • Fixed a missing closing font tag in inc_code.js - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62859
  • Fixed a missing font and table tag in password.asp - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62794
  • Fixed table header height on active.asp - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=63089
  • Fixed a bug with intStatRowspan in default.asp - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=63362
  • Fixed a posting bug - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=64583
  • Fixed incorrect variable in OldStrToDate() function - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62922
  • Removed an unneeded call to chkString() in password.asp - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62923
  • Fixed incorrect verbiage in active.asp and forum.asp - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=65758
  • Removed extra </form> tag - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=65657
  • Added missing rs.close - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=65638
  • Fixed error in pop_mail.asp - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62798
  • Fixed error editing topic - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62792
  • Fixed security bug in active.asp - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66003
  • Fixed assorted bugs in post_info.asp
    • http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66030
    • http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66031
    • http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66032
  • Fixed sorting bug in members.asp - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=65384
  • Fixed bug in Edit URL Properties - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=65182
  • Fixed error in password.asp - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=64918
  • Fixed bug in pop_mail.asp - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=65895

Other changes or features added to this version:
  • Changed default images location to use "images" folder for new installs
  • Changed default Access database location to the "dbase" folder instead of the root for new installs
  • Added Anti-Bot Registration code as provided by HuwR
  • Added Access 2007 and MS SQL 2005 connection strings to config.asp as a reference for those who need it
  • Added Anti-ForumPoster code to config.asp (As found in the Anti-spammer topic)
  • Moved IP Lookup link to a variable in config.asp to make it easier to update/change. (Also changed to proper format - http://forum.snitz.com/forum/topic.asp?TOPIC_ID=63467 ) In config.asp change strIPLookup to the new URL
  • Added "Pending Member Profile" MOD
    • Modified Pending Member page information and stopped using it as a pop-up. Changes were made to admin_accounts_pending.asp and pop_profile_pending.asp
  • Added Muzishun's "Zap Spammer" MOD
    • Modified it to bump the M_LEVEL down to 1 in case it was a hack, to set M_VIEW_SIG = 0, and to mark the title as a "Zapped Profile"
    • The "Member Zapped!" notification page now includes 2 links to admin_etc.asp - one to delete that member's topics, and one to delete the topics and replies.
  • Added Da_Stimulator's "Admin Tools/Delete all posts by member"
    • Changed sort order in the "Delete Topics by Member" list to sort list by M_NAME
    • Updated verbiage in admin_etc.asp messages that referred to it as "Etc. Tools"
    • Fixed problem where using admin_etc.asp to delete all posts in a forum, it deleted them but it didn't remove the "last post" info from default.asp
    • Changed table to use the PopUp Table Color like the other Admin Options.
  • Added JJenson's "Require Member Profile 1.0" MOD
    • Fixed some minor bugs with the MOD, including where you can require something that isn't on the form
  • Added ruirib's disable e-mail functionality, with some additions
    • The number of posts and the error message are set in admin_config_email.asp by the administrator.
    • If they set the number of posts to 0 it turns off the feature.
    • Updated pop_config_help.asp to accommodate the two new fields in admin_config_email.asp
  • Added MarcelG's e-mail domain blocking code and make it optional
    • Changed the code to use strFilterTablePrefix instead since that is what it really is
    • Upped the size of SPAM_SERVER to 255 to head off the odd instance where 50 isn't going to be enough
    • Wrote An admin page to manage the list of e-mail addresses.
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Advanced Member
Etymon
Posts: 2396
2396
Thanks everyone for all of the hard work!! smile
Posted
Support Moderator
Podge
Posts: 3776
3776
Well done everyone!
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
Now I get to update the Anti-spam topic to cover what's been added. smile
Posted
Snitz Forums Admin
ruirib
Posts: 26364
26364
Originally posted by AnonJr
Now I get to update the Anti-spam topic to cover what's been added. smile
Maybe leave that one for 3.4.x versions prior to 3.4.07 and add one for 3.4.07? Likely many users can't just move and the current version won't lose interest for them...
Posted
Advanced Member
JJenson
Posts: 2121
2121
Thanks everyone for the hard work smile
Posted
Average Member
modifichicci
Posts: 787
787
well done!
Is it possible that the icon icon_zap.gif is missed in zip file?
That is the one I have done, could be better but...
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
I'll have to double-check. There is supposed to be one there...
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
I added the missing file to the download. While I was at it, I also fixed this. I just updated it now, so it may take a while before the mirrors get the new .zip.
Posted
Junior Member
thelodger
Posts: 296
296
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=68198&SearchTerms=Type,mismatch:,'rs',

This hasn't been fixed in the new build, but so far everything is great, TY for all your hard work.
You Must enter a message