<% '################################################################################# '## Snitz Forums 2000 v3.4.06 '################################################################################# '## Copyright (C) 2000-06 Michael Anderson, Pierre Gorissen, '## Huw Reddick and Richard Kinser '## '## This program is free software; you can redistribute it and/or '## modify it under the terms of the GNU General Public License '## as published by the Free Software Foundation; either version 2 '## of the License, or (at your option) any later version. '## '## All copyright notices regarding Snitz Forums 2000 '## must remain intact in the scripts and in the outputted HTML '## The "powered by" text/logo with a link back to '## http://forum.snitz.com in the footer of the pages MUST '## remain visible when the pages are viewed on the internet or intranet. '## '## This program is distributed in the hope that it will be useful, '## but WITHOUT ANY WARRANTY; without even the implied warranty of '## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the '## GNU General Public License for more details. '## '## You should have received a copy of the GNU General Public License '## along with this program; if not, write to the Free Software '## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. '## '## Support can be obtained from our support forums at: '## http://forum.snitz.com '## '## Correspondence and Marketing Questions can be sent to: '## manderson@snitz.com '## '################################################################################# Response.Write " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ "
" & vbNewLine & _ " " & getCurrentIcon(strIconFolderOpen,"","") & " All Forums
" & vbNewLine & _ " " & getCurrentIcon(strIconBar,"","") & getCurrentIcon(strIconFolderOpenTopic,"","") & " Registration Rules and Policies Agreement
" & vbNewLine if strProhibitNewMembers <> "1" then Response.Write " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ "
" & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ "
Privacy Statement for " & strForumTitle & "
" & vbNewLine & _ "

If you agree to the terms and conditions stated below, " & _ "press the "Agree" button. Otherwise, press "Cancel".

" & vbNewLine & _ "

In order to use these forums, users are required to " & _ "provide a username, password and e-mail address. Neither the Administrators of " & _ "these forums, or the Moderators participating, are responsible for the privacy " & _ "practices of any user. Remember that all information that is disclosed in these " & _ "areas becomes public information and you should exercise caution when deciding " & _ "to share any of your personal information. Any user who finds material posted by " & _ "another user objectionable is encouraged to contact us via e-mail. We are " & _ "authorized by you to remove or modify any data submitted by you to these forums " & _ "for any reason we feel constitutes a violation of our policies, whether stated, " & _ "implied or not.

" & vbNewLine & _ "

This site may contain links to other web sites and " & _ "files. We have no control over the content and can not ensure it will not be offensive " & _ "or objectionable. We will, however, remove links to material that we feel is inappropriate as we become aware of them.

" & vbNewLine & _ "

Cookies must be turned on in your browser to participate " & _ "as a user in these forums. Cookies are used here to hold your username and " & _ "password and viewing options, allowing you to login.

" & vbNewLine & _ "

By pressing the "Agree" button, you agree that you, the " & _ "user, are " if strMinAge > 0 then Response.Write strMinAge else Response.Write "13" end if Response.Write " years of age or over. You are fully responsible for any information " & _ "or file supplied by this user. You also agree that you will not post any " & _ "copyrighted material that is not owned by yourself or the owners of these " & _ "forums. In your use of these forums, you agree that you will not post any " & _ "information which is vulgar, harassing, hateful, threatening, invading of others " & _ "privacy, sexually oriented, or violates any laws.

" & vbNewLine & _ "

If you do agree with the rules and policies stated in " & _ "this agreement, and meet the criteria stated herein, proceed to press the " & _ ""Agree" button below, otherwise press "Cancel".

" & vbNewLine & _ "
" & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ "
" & vbNewLine & _ "
" & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ " " & vbNewLine & _ "
" & vbNewLine & _ "
" & vbNewLine & _ "
" & vbNewLine & _ " " & vbNewLine & _ "
" & vbNewLine & _ "
" & vbNewLine & _ "
" & vbNewLine & _ "

If you have any questions about this privacy statement " & _ "or the use of these forums, you can contact the forum administrator at: " & _ "" & strSender & "

" & vbNewLine & _ "
" & vbNewLine & _ "
" & vbNewLine & _ "
" & vbNewLine else Response.Write "

Sorry, we are not accepting any new Members at this time.

" & vbNewLine & _ " " & vbNewLine & _ "

Back To Forum


" & vbNewLine end if WriteFooter Response.End %>