Help yourself :)
Once upon a time (several years ago) ... no really, it was only once 

, I thought I was done with developing the modular version of Snitz forums.  Originally, my idea was simply to incorporate the mods found on SnitzBitz.com - and to make them controlled by an administrative page.  This was intended to eliminate most, if not all, of the programming required from new admins.
Since then, it's become something a bit more complex and complete. Anti-spam?  Of course.  Several methods exist.  Banning members, email or IP addresses, even entire countries?  You can do it.  Other security features include password salting (unique to every user and which changes every visit), content detection, 2-factor security for logins, COPPA and EU privacy compliance, and much more.  A custom 401 page can capture many basic hacking attempts and lock out the user or IP address after a set number.  If a user attempts to access a page of any disabled module, he/she will be redirected to the default page.  If the forum admin does the same, he/she will be redirected to the mod management page.
Want a unique appearance?  You can change the look (what and where things are displayed in margins or top/bottom frames), color themes (for forums and/or individual pages) which include national holiday themes and personal birthday themes, buttons, rounded/flat corners of tables, standard/drop menus, default page contents, etc. all from admin pages.  You can even edit themes' color schemes (which also modify drop menu CSS colors to match) dynamically from an admin page.  Themes may also include background sounds (e.g., for birthdays or national holiday themes), which are configured to only play once per occasion, resetting on the member's next visit after that date.
Want to accept advertising on your forum?  It's supported.  Place ads in top (banner style), or on either/both left and right frames.  Have other content in the frames?  You can choose to put ads above or below such content.  A number of modules have been configured to display in the side frames, the admin_site_includes page allows you to enable/disable them, and/or to specify which side and in which order each appears. If the modules are disabled in the admin mod management page, they are also disabled here.  Have multiple banner ads to display?  You can choose whether to display them in a marquee (rolling ads), or by timer.  The timer displays them for fractions of a day, based upon the quantity of ads to include, in the order specified from the admin page.
Need special access groups?  Maybe the teenagers want a private forum that adults couldn't view - or someplace to talk about sexual concerns where their younger siblings couldn't see.  It's here.  Built-in groups include adults, minors, teenagers, males/females, normal members, staff, and prisoners.  Prisoners?  Yep.  Not every forum has them, but many do ... the user(s) who apparently refuse to follow the rules.  Warnings don't always have an effect - but locking them into a single place sometimes will do the trick.  It's supported.  Maybe you're political at heart (want to be a governor or president), and then you could approve a pardon for any criminals.  An amnesty function exists also.
While you can use the user groups and deny access to forums if members are minors, using the adult content module, you can designate forums in which adult language is not censored - and lock the minors out.  Automatically restricting minors, converting them to the teenagers group, and/or converting teenagers to adults, is only effective if (in the members' detail page) you require date-of-birth and if you also choose to disable changing year of birth following registration.  
Two different chat programs are provided, each with its own features.  One is entirely driven by ASP and Javascript, the other by Flash.  Both use the forum's user names. The ASP version supports a few smileys, a few text formatting options, and all HTML5 default colors.  The flash version supports skinning, chat transcripts, multiple rooms (password protected if desired) and multiple moderators; but has no smileys nor text formatting.
Want online games?  If you get the additional content files, there are over 1250 flash games, and several asp/javascript games (cryptograms, anagrams, crossword puzzles, and Sudoku).  The anagrams game is not yet complete, but it can be played as is.  There are a LOT of word combinations to add.  Trying to resolve a javascript issue with a word search application ... if I do, I will add it.
Feel like hosting a web-based radio?  You can.  Need a louder alarm clock?  Many of us are "hard sleepers" and find it difficult to wake with clock radios and the typical desk clocks.  The forum has an alarm option which each member can use and schedule as many alarms as he/she would like.  If you are hosting the streaming media (radio) and the member uses Internet Explorer (for the playlist capability), then the alarm can play random music from their selection.  Otherwise, alarm media can be any mp3 audio, or mp4 video, anywhere on the web.
As far as I know, all beta testers spoke only English, so other than a few modules which were already translated, languages other than English are currently only supported through the web-based, machine dynamic translator option.  If someone has a lot of time and speaks at least one language in addition to English, please feel free to translate any/all text, menus, buttons, etc.  I will modify the programs to incorporate translations if they are provided.
There's a migration page which is intended to help move forums from standard/stock Snitz forums to the modular forum.  I could write code to migrate all known tables (from the 275 mods), but then I would have to compare all the original mod coding to ensure fields did not get titles or definitions changed, etc.  
The default user/password is "admin/admin".  You will want to change that.  From the mod management page, enable the name changer and password reset for forum admin.  After changing either, you'll have to login again.
As you may imagine, all of this software has potential bugs (errors) beyond those already identified.  There is a bug reporter application which also allows forum administrators to send a copy to me automatically upon verification of bug(s).