|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Jan 2001
Location: Deep With In Your Mind
Posts: 1,834
|
using Iframes and password protecting a submit page?
Hi
I posted this to PC earlier today but no luck. Hope someone here can help. I,m working on a tgp script to use on my free hosted tgp. The script is hosted on my paid host. What I need to do is two things. 1. I need to have the galleries displayed on the main page of my tgp automatically from the script on my domain. This can be done using Iframes, but iframes don't work in Netscape. Is there an iframe that will work with NS? Or is there another way I can do this with out using PHP? 2. I need to password protect the submit page since the script doesn't have that feature. The page I'm trying to protect is a .cgi page. How can I do this? There will be multi users and will need to be able to handle multi passwords. Yeah, I'm trying my hand at little cgi, so far so good! Thanks in advance Oz |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Feb 2001
Location: www.sexgrfx.com
Posts: 221
|
I suggest using AuotGalleryPro as it is very cheap in Price, think it is around $59.95 or so and it has auto post plus password protection and a boat load of othe features that will save you the head ache your going through now.
here is there url: http://cgi-works.net ------------------ Red7 Free Shit For The AdultWebmaster |
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Feb 2001
Location: Montreal
Posts: 1,526
|
If you did not do your homework, ignore the following message.
Send me your project scketches, .plan, your implementation specifications, white pages, model etc. I will look at it. ------------------ wiZd0m |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Jan 2001
Posts: 2
|
Use this for calling your Iframe content:
<IFRAME SRC="http://url of tgp to include" WIDTH="**" HEIGHT="**" NORESIZE SCROLLING="no" FRAMEBORDER="0" MARGINHEIGHT="0" MARGINWIDTH="0"> <script language="JavaScript" src ="http://url of tgp to include"> </script> <noscript> <!--- non javascript browsers ---> Link to TGP </noscript> </IFRAME> If you can use ASP or Cold Fusion, it's even easier. [This message has been edited by WhutEvr (edited 02-11-2001).] |
|
|
|