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: MOD Implementation
 Password Protected Forum, almost there...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

SeasonedMKTR
Junior Member

United States
107 Posts

Posted - 20 May 2008 :  13:53:50  Show Profile
I have been using a split frame url http://www.forumdotcom.com/sub.html and this password management system here http://www.authpro.com . Login link is here http://www.authpro.com/cgi-bin/auth.cgi?user=seasonedmktr (username is admin & password is seal9999) however, even when I hide url to read this http://www.authpro.com/cgi-bin/auth.cgi?user=seasonedmktr in the browser I cannot login to forum. I do not want others to see how to get in for free if I lock it down to a paid membership. Any ideas on how to intergrate this?<

CLICK>> CLICK>> CLICK>>

phy1729
Average Member

USA
589 Posts

Posted - 20 May 2008 :  14:08:43  Show Profile
You could do a server side check to make sure the sub page is being requested from the right IP address / domain. Namely the IP address of authpro.com (69.50.213.40) or the domain authpro.com.<
Go to Top of Page

SeasonedMKTR
Junior Member

United States
107 Posts

Posted - 20 May 2008 :  14:42:55  Show Profile
Hmm... so if you don't mind, how would that look? :)<

CLICK>> CLICK>> CLICK>>
Go to Top of Page

phy1729
Average Member

USA
589 Posts

Posted - 20 May 2008 :  14:52:03  Show Profile
Either

if (not(Request.ServerVariables("remote_addr")="69.50.213.40")) then
'die here
end if

or

if (not(Request.ServerVariables("remote_host")="www.authpro.com")) then
'die here
end if

Both should work but I have not tested them.<
Go to Top of Page

SeasonedMKTR
Junior Member

United States
107 Posts

Posted - 20 May 2008 :  15:01:11  Show Profile
TY, wish my head would not go BOOM so fast. You are a solid programmer I can tell, nice, nice! Just impliment these codes in which file in snitz?<

CLICK>> CLICK>> CLICK>>
Go to Top of Page

phy1729
Average Member

USA
589 Posts

Posted - 20 May 2008 :  15:11:51  Show Profile
I'd go for the top of both the headers. But you'll need to replace the 'die heres with something that will stop the script such as

Response.redirect("page_to_redirect.to")

or

Response.End

which will give you a blank page.

As for being a solid programmer, I follow the logic not the code and when I don't know the function I use Google or copy and paste. I still have much to learn.<
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 20 May 2008 :  18:28:09  Show Profile  Visit MaD2ko0l's Homepage
also frames are a bad idea. this is also why you cannot loging the forum while useing the sub.html page...somthign to do with cookies and access to them or somthign like that...can you avoid using frames and achieve what you want another way?

also if you dont mind me asking, why are you using that autopro login site to login? and could you not use a memebrship/login script of your own? that way it may be easier to hide the url<

© 1999-2010 MaD2ko0l
Go to Top of Page

SeasonedMKTR
Junior Member

United States
107 Posts

Posted - 20 May 2008 :  19:23:52  Show Profile
quote:
Originally posted by MaD2ko0l

also frames are a bad idea. this is also why you cannot loging the forum while useing the sub.html page...somthign to do with cookies and access to them or somthign like that...can you avoid using frames and achieve what you want another way?

also if you dont mind me asking, why are you using that autopro login site to login? and could you not use a memebrship/login script of your own? that way it may be easier to hide the url



Do you have a script for this with a readme file that you would be so kind to share?<

CLICK>> CLICK>> CLICK>>
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 20 May 2008 :  20:23:25  Show Profile  Visit MaD2ko0l's Homepage
again, im not sure exactly what you are after whether its just a seperate login system or what, but you could try here > http://www.hotscripts.com/ASP/Scripts_and_Components/User_Authentication/index.html

if you browse that site there are more sections with more/different scripts on it.

or maybe you coud lahve a look over at http://www.planet-source-code.com for more scripts that may do the job.<

© 1999-2010 MaD2ko0l
Go to Top of Page

SeasonedMKTR
Junior Member

United States
107 Posts

Posted - 20 May 2008 :  21:11:38  Show Profile
Thanks man, I will see if that works. My goal is simply to go through a third party processor and offer a low membership fee but not allow members cancel and still have accesss.<

CLICK>> CLICK>> CLICK>>
Go to Top of Page

SeasonedMKTR
Junior Member

United States
107 Posts

Posted - 20 May 2008 :  21:12:41  Show Profile
Thanks for your advice on this too phy1729<

CLICK>> CLICK>> CLICK>>
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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07