Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 "Agree" button refreshes TOS page.
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

dr_poof
Starting Member

USA
4 Posts

Posted - 07 February 2006 :  10:43:45  Show Profile  Visit dr_poof's Homepage
Snitz 2000 3.4.05
Win 2000 SP4/IIS
Access DB via DSN

Issue: User clicks on "Agree" button, during initial registration process, and the page simply refreshes.

Checked normal possibilities: User has zonealarm security software, but has tried disabling it during this process, to no effect. User has also checked cookie settings, and they seem ok.

Is there a way to bypass the TOS page so I can avoid this problem altogether?

Thanks in advance for your assistance.

Paul

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 07 February 2006 :  10:46:32  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Take a look at the Referer MOD, which handles issues like that (usually happens for Norton Internet Security users).

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

dr_poof
Starting Member

USA
4 Posts

Posted - 07 February 2006 :  11:03:10  Show Profile  Visit dr_poof's Homepage
Thanks for the tip. I'm giving that a try.

My question though was "Is there a way to bypass the TOS page so I can avoid this problem altogether?". I'm still interested in the answer to this question.

Thanks!

Paul
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 07 February 2006 :  11:42:29  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Find the following code in inc_header.asp (approx. lines 478-483):
	if strAutoLogon <> "1" then
		if strProhibitNewMembers <> "1" then
			Response.Write	"          |" & vbNewline & _
					"          <a href=""policy.asp""" & dWStatus("Register to post to our forum...") & " tabindex=""-1""><acronym title=""Register to post to our forum..."">Register</acronym></a>" & vbNewline
		end if
	end if

and replace it with the following code:
	if strAutoLogon <> "1" then
		if strProhibitNewMembers <> "1" then
			Response.Write	"          |" & vbNewline & _
					"          <a href=""register.asp""" & dWStatus("Register to post to our forum...") & " tabindex=""-1""><acronym title=""Register to post to our forum..."">Register</acronym></a>" & vbNewline
		end if
	end if


then find the following code in register.asp (approx. lines 54-56):
		if InStr(strReferer, "policy.asp") = 0 then
			Response.Redirect("policy.asp")
		end if

and remove it.
This should do it.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

dr_poof
Starting Member

USA
4 Posts

Posted - 07 February 2006 :  12:08:41  Show Profile  Visit dr_poof's Homepage
Thanks! If the referer mod doesn't do its job I'll give it a try!

Paul
Go to Top of Page

TonyB7
Junior Member

USA
267 Posts

Posted - 07 February 2006 :  19:50:32  Show Profile  Send TonyB7 an AOL message  Send TonyB7 a Yahoo! Message
Simply bypassing the TOS probably won't help. Without cookies working right they won't be able to use the forum correctly. I've referred them to sites that test and explain how to enable per-session cookies. They've all figured it out eventually.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.46 seconds. Powered By: Snitz Forums 2000 Version 3.4.07