Author |
Topic |
GauravBhabu
Advanced Member
4288 Posts |
Posted - 27 March 2003 : 18:00:54
|
The changes here are to address the problem of looping during registration process. What happens during login? |
Edited by - GauravBhabu on 27 March 2003 18:01:22 |
|
|
Glitch
Starting Member
Netherlands
8 Posts |
Posted - 28 March 2003 : 02:30:36
|
When i try to login with the admin account that is provided during installation of the main database i get keeping redirected to the login screen. When i turn off ZA pro and login it works fine and a cookie is created so i'm logged on every next visit. But whem i'm logged on and try to go to admin options and need to supply the userID and password of the admin account again i get the same problem. I get keeping redirected to the login screen for admin options unless i turn of ZA pro. Only if i do this i can reach the admin options.
Thought this had to do with the same problem but if you think otherwise i'll believe you in a second. I've checked the community for same problems but everyone keeps reffering to the HTTP_REFERER, but i already tried your solution.
Let me know if you can figure out what i'm doing wrong.
Thanx in advance |
|
|
|
Glitch
Starting Member
Netherlands
8 Posts |
Posted - 29 March 2003 : 03:15:56
|
Hmm.. i just assigned my IP to the forum so i'm working online now and the problem seemed to be fixed.
Anyway, thanx for looking in to it. |
|
|
|
ajhvdb
Junior Member
Netherlands
392 Posts |
Posted - 06 April 2003 : 16:20:35
|
Thank you and IMHO although it ain't a bug, this topic should have been moved to the Bug reports... |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 06 April 2003 : 16:49:35
|
quote: Originally posted by ajhvdb
Thank you and IMHO although it ain't a bug, this topic should have been moved to the Bug reports...
No, it shouldn't. There are many topics about this and the problem lies with the firewall software, not snitz code. If anything, it should go in the MOD w/Code forum. |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
ajhvdb
Junior Member
Netherlands
392 Posts |
Posted - 06 April 2003 : 16:56:34
|
You are absolutely correct and not :) |
|
|
netsonic
Starting Member
Turkey
34 Posts |
Posted - 20 April 2003 : 15:02:25
|
i had the same problem ...i realised that its coz of my zone alarm firewall...
i think u should write a warn message by editing the policy message...about turning of these kind of programmes... |
snitz rullaz:) |
|
|
TestMagic
Senior Member
USA
1568 Posts |
|
cmdr701
Starting Member
1 Posts |
Posted - 02 June 2003 : 17:03:26
|
Greetings all,
I am very new to the whole asp and forums thing. I am having the HTTP_REFERER problem as well. I want to use the fixes mentioned in this forum but just have a question. In the code for the inc_func_common.asp file, does it need to go in a specific place or can it go anywhere in the script. Thanks for helping...
Mike |
|
|
Panhandler
Average Member
USA
783 Posts |
Posted - 18 June 2003 : 11:00:24
|
I run into problems at line #103 - which is actually line #105 in my code (using Arenea as editor). My code reads as follows at line 105 and 106:
<input name=""Refer"" type=""hidden"" value=""" & Request.ServerVariables("HTTP_REFERER") & """>" & vbNewLine & _ " <input name=""Submit"" type=""Submit"" value=""Agree"">" & vbNewLine & _
Your code shows as follows and now I'm confused. Where am I going wrong? policy.asp
Modified Line 103 as shown below (in red) and added a new hidden field just below Line 103 highlighted in blue (strScriptname is defined and populated in inc_header.asp)
"<input name=""Refer"" type=""hidden"" value=""" & GetReferer() & """>" & vbNewLine & _
"<input name=""REFERER_PATH"" type=""hidden"" value=""" & strScriptName & """>" & vbNewLine & _ |
|
|
D3mon
Senior Member
United Kingdom
1685 Posts |
Posted - 22 June 2003 : 15:14:59
|
GauravBhabu,
I've a small MOD that aims to ease the registration process and I think this may be an excellent addition to it. Would you mind If I added this to the code. Of course, I'll credit you for your code. |
Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod "In war, the victorious strategist only seeks battle after the victory has been won" |
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 22 June 2003 : 16:28:56
|
Use the code as you wish. |
|
|
Sergio
Starting Member
1 Posts |
Posted - 12 July 2003 : 10:37:43
|
Thanks for all the interest you are giving to this particular topic GauravBhabu!!
I guess I have a new one related to registration. After including the solution as stated in your 29 January 2003 : 15:14:23 message, >>>>>> My "AGREE" button DISAPPEARS!!!
I checked three times the correction and I believe I got it right...
Any guesses? |
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 12 July 2003 : 11:58:41
|
Check again! may be you are missing a quote or there is an extra one. |
|
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 16 July 2003 : 13:04:20
|
quote: Originally posted by Panhandler
I run into problems at line #103 - which is actually line #105 in my code (using Arenea as editor). My code reads as follows at line 105 and 106:
<input name=""Refer"" type=""hidden"" value=""" & Request.ServerVariables("HTTP_REFERER") & """>" & vbNewLine & _ " <input name=""Submit"" type=""Submit"" value=""Agree"">" & vbNewLine & _
Your code shows as follows and now I'm confused. Where am I going wrong? policy.asp
Modified Line 103 as shown below (in red) and added a new hidden field just below Line 103 highlighted in blue (strScriptname is defined and populated in inc_header.asp)
"<input name=""Refer"" type=""hidden"" value=""" & GetReferer() & """>" & vbNewLine & _
"<input name=""REFERER_PATH"" type=""hidden"" value=""" & strScriptName & """>" & vbNewLine & _
I have the same code as you - what is the solution?
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
|
Topic |
|