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.<
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.<
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<
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?<
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.<