Snitz Forums 2000 version 3.4.07

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/68405?pagenum=1
04 November 2025, 15:08

Topic


HuwR
Snitz Forums 2000 version 3.4.07
16 March 2009, 12:59


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.

 

Replies ...


Etymon
16 March 2009, 14:21


Thanks everyone for all of the hard work!! smile
Podge
16 March 2009, 15:25


Well done everyone!
AnonJr
16 March 2009, 17:22


Now I get to update the Anti-spam topic to cover what's been added. smile
ruirib
16 March 2009, 17:45


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...
JJenson
16 March 2009, 22:23


Thanks everyone for the hard work smile
SiSL
17 March 2009, 02:45


May it for the best, thanks guys
modifichicci
17 March 2009, 10:43


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...
AnonJr
17 March 2009, 12:25


I'll have to double-check. There is supposed to be one there...
AnonJr
17 March 2009, 12:47


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.
thelodger
19 March 2009, 16:10


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.
AnonJr
19 March 2009, 17:53


Yes, it was fixed. wink http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62792

There were just a lot of people who couldn't be bothered to find the bug in the bugs forum.
ispanyolcom
05 July 2009, 15:20


Hello

I used version 3.06
and ý changed my forum to new version (your additional files)

but now there are 2 problem


1.if any people who want to join my site, will occur this message in the register page

Microsoft OLE DB Provider for SQL Server error '80040e37'

Invalid object name 'FORUM_SPAM_MAIL'.
/evcilforum/register.asp, line 416



2.if I want to change user password, will occur this message

Microsoft OLE DB Provider for SQL Server error '80040e14'

Invalid column name 'M_ALLOWEMAIL'.
/evcilforum/pop_profile.asp, line 976


what is the main of the problem? I add all addtional files to my directory

THANKS
Engin YILMAZ
HuwR
05 July 2009, 16:21


did you execute setup.asp, and have you checked in the bug forum here ?
ispanyolcom
06 July 2009, 06:15


Mr HUWR

I LOVE THÝS GAME

EXTREME THANKS
I FORGET TO EXECUTE SETUP.PAGE

Engin YILMAZ
Lorraine
27 August 2009, 05:06


I'm running 3.4.05 and would like to upgrade to 3.4.07 (and missed the upgrade to 3.4.06) - are there any additional files from the upgrade to 3.4.06 that I need in addition to the ones for 3.4.07 that I need to change?
ruirib
27 August 2009, 05:20


You can just replace your 3.4.05 files by those for 3.4.07.
Lorraine
29 August 2009, 01:33


Sorry, not sure if you mean just replace the changed files for 3.4.06 to 3.4.07 or you mean ALL the files for 3.4.07.
I have various mods installed so don't want to replace ALL 3.4.05 files with ALL the files for 3.4.07 if I can help it as it then means re-installing all the mods I have. If I know what files were changed from 3.4.05 to 3.4.07 then I can just replace the files that were actually updated and save myself a lot of work.
texanman
29 August 2009, 03:42


I think the safest way would be to start with 3.4.07 and re-install all the mods.
noelweston
23 October 2009, 06:34


I've just finally got round to upgrading to 3.4.07, and found that the icon_zap.gif file is still not in either the full or upgrade download zip files.
Got the files by following the download link at the top of this thread.
AnonJr
23 October 2009, 09:25


Not sure what happened... right-click and save the image:
the_shopkeeper1
12 June 2013, 11:49


Forgive the daft question: Does the latest donwload of Snitz have all the security patches applied?
AnonJr
12 June 2013, 15:11


Only what we knew about at the time of release. Any patches after the one noted on 17 March 2009 above still need to be applied.
the_shopkeeper1
12 June 2013, 18:02


Originally posted by AnonJr
Only what we knew about at the time of release. Any patches after the one noted on 17 March 2009 above still need to be applied.
Ouch! Thanks.
AnonJr
13 June 2013, 10:58


I know it seems like a long time frame, but there really haven't been that many bugs found in the core code. Most of the issues of late have been trying to get older MODs to work with the current version when the original MOD author has moved on to other projects.
shazi
25 June 2013, 13:53


it seems many issues addressed in this update , thanks
© 2000-2021 Snitz™ Communications