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)
 Registration Nightmares
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

shaft
Starting Member

United Kingdom
42 Posts

Posted - 03 December 2002 :  09:13:53  Show Profile  Send shaft an ICQ Message  Send shaft a Yahoo! Message
One of my users as a problem where he can't seem to register. He says that after entering info and pressing the submit button the page just refreshes. He would enter the info again and the same would happen over and over.

What is happening and how do I fix?
Why it only happening to him?

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 03 December 2002 :  09:27:00  Show Profile  Send ruirib a Yahoo! Message
He probably has a firewall like ZoneAlarm or NIS and that's the cause for the problems. Tell him either to lower the privacy settings for his firewall or shut it down altogether before registering, register and then reinstate the firewall again (or the privacy settings).


Snitz 3.4 Readme | Like the support? Support Snitz too

Edited by - ruirib on 03 December 2002 09:27:20
Go to Top of Page

shaft
Starting Member

United Kingdom
42 Posts

Posted - 03 December 2002 :  10:52:03  Show Profile  Send shaft an ICQ Message  Send shaft a Yahoo! Message
ok i will try that and see what happens
Go to Top of Page

Ameriscot
Starting Member

21 Posts

Posted - 03 December 2002 :  11:31:36  Show Profile
I have that problem with Norton Personal Firewall. All I need to do to get past the registration is disable the firewall, click the submit button, then enable the firewall again. The firewall is off for only a few seconds.

I have added a couple of lines of instruction in the registration page to let people know to do this, should they encounter a problem.
Go to Top of Page

ROB
Junior Member

USA
347 Posts

Posted - 04 December 2002 :  14:40:12  Show Profile  Visit ROB's Homepage  Send ROB an AOL message  Send ROB an ICQ Message  Send ROB a Yahoo! Message
I hear occasional complaints from users about this too. Why would a firewall prevent someone from getting past the privacy agreement?

Jeff (ROB) Hester
BigBlueNetwork | BigBlueBall | Christian Church Today
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 04 December 2002 :  14:44:34  Show Profile  Send ruirib a Yahoo! Message
I guess because the HTTP_REFERER lets the server know where you came from and that can be seen as a privacy violation!?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 04 December 2002 :  15:58:15  Show Profile
A better solution for this would be to use PageId to determine the referring page.
<%
Const defaultPage = 1
Const profilePage = 2
Const activepage = 3
Const PolicyPage = 4

'Populate the hidden fields in the form with the constant value of referring page
'and use the function below to get the script name.

function refPage(num)
 Select Case num
  Case 1
   scriptname = "default.asp"
  Case 2
   scriptname = "pop_profile.asp"
  Case 3
   scriptname = "active.asp"
  Case 4
   scriptname = "policy.asp"
 end select
 refPage = scriptname
end function

%>
Go to Top of Page

staceywh
Starting Member

20 Posts

Posted - 05 December 2002 :  12:12:53  Show Profile
Guarav, where would I place this code? Since I have upgraded I have a lot of people with the same problem.
Go to Top of Page

shaft
Starting Member

United Kingdom
42 Posts

Posted - 06 December 2002 :  08:51:50  Show Profile  Send shaft an ICQ Message  Send shaft a Yahoo! Message
This sounds very interesting.
I would like to know where to place this code as well. Or should the code stay the same as it is?
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 06 December 2002 :  11:00:34  Show Profile
The constants will need to be defined in config.asp. function may be included in inc_func_common.asp. The implementation will require changes at several places in several files depending on the use of HTTP_REFERRER...
Go to Top of Page

ROB
Junior Member

USA
347 Posts

Posted - 06 December 2002 :  12:34:47  Show Profile  Visit ROB's Homepage  Send ROB an AOL message  Send ROB an ICQ Message  Send ROB a Yahoo! Message
Why would HTTP_REFERRER need to be passed in a hidden form field at all, since you can query this information from any ASP page?

Jeff (ROB) Hester
BigBlueNetwork | BigBlueBall | Christian Church Today
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 06 December 2002 :  12:44:37  Show Profile
I will give an example:
You are on main page. You click to Register. This action takes you to Policy page(Referrer is saved in a hidden field). You click on Agree and you are taken to Registration Form(Value from Hidden field in policy page is saved in a hidden field in Register page). After you complete the registration you are redirected to the page you came to register i.e. main page. If you use HTTP_REFERRER you will be sent back to policy page after registration.
Go to Top of Page

KerryG
Starting Member

USA
41 Posts

Posted - 23 December 2002 :  11:26:45  Show Profile  Visit KerryG's Homepage
We figured it out with the help of one of our readers. This occurs for us if someone has their Privacy Setting in Internet Explorer set to High. This sounds like something that should be treated as a bug.

Kerry
http://www.WildHobbies.com
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 23 December 2002 :  12:04:53  Show Profile
It's not a bug so it shouldn't be treated as one. It's a problem, but strangely enough it only seems to affect those users who have no idea how to correctly set the settings of their software (browser, Firewall or other "privacy enhancement" software).
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.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07