login html script from main website login html script from main website
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

login html script from main website

Started by FearlessX, December 07, 2004, 04:07:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

FearlessX

Hi.. anyone has the codes for it? i searched the forum but only found a solution - which is by making use of miniCMS. what else can i do to get my login script on my main website?

Joachim Müller


FearlessX

#2
Thank you GauGau...you're my idol  ;D

However..
http://forum.coppermine-gallery.net/index.php?topic=11013.msg55137#msg55137

what html codes do I need in the login forms?

QuoteYour htlm code or what ever gose here to tel you guests that they need to login or whatever

Joachim Müller

in your case (if you don't understand what actually is meant to go there): nothing!

Joachim

FearlessX

Hi. what do you mean by .. "nothing"?  ???  i mean like.. that's for users who wants to display something to their existing users.. what i'm trying to do here is.. to insert a login form. Then after a user logs in, he'll be redirected to the gallery. is that possible?

Tranz


FearlessX

Hi thanks for the help.

for example..


<form name="input" action="html_form_action.asp"
method="get">
Username:
<input type="text" name="user">
<input type="submit" value="Submit">
</form>


what are the CPG 'form values' for it.. ? will it be secure.. ?

Joachim Müller

why don't you just take a look at the html output of coppermine's "regular" login page? Everything between <form> and </form> is being used (you're free to remove any html that is used for formatting) - that's why TranzNDance suggested you take a look into the basic html form tutorials. What answer do you expect, if you even don't bother to post a link to your coppermine site?

Joachim