ad esempio, quello era il codice x la 3x...
Landing page
Re: Landing page
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Re: Landing page
devi inserire un input type hidden del tipo:
Code: Select all
<input type="hidden" id="authentic_request_login_confirm" name="authentic_request" value="<?php echo md5(uniqid(rand(), true) ."|". mt_rand() ."|". time()); ?>"/>
Re: Landing page
e come verrebbe il codice finale?
Ho provato cosi ma non funziona.
aggiungo ho trovato una conversazione che chiedeva proprio questo.
http://www.docebo.com/community/doceboC ... rtale.html
Ho provato cosi ma non funziona.
Code: Select all
<html>
<head>
<title></title>
</head>
<body>
<form action="http://e.frareg.com/doceboLms/index.php?modname=login&op=confirm" method="post" name="login" onsubmit="return login();" style="margin:0px;" target="_blank">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<input type="hidden" id="authentic_request_login_confirm" name="authentic_request" value="<?php echo md5(uniqid(rand(), true) ."|". mt_rand() ."|". time()); ?>"/>
<tbody>
<tr>
<td height="19" style="padding-left:45px;" width="57%">
<label><input class="testo_grigio" id="login_userid" maxlength="255" name="login_userid" tabindex="1" type="text" value="" /> </label></td>
<td align="left" rowspan="2" valign="top" width="43%">
<a class="testo_rosso" href="http://e.frareg.com/doceboLms/index.php?modname=login&op=register" target="_blank">Registrati</a><br />
<a class="testo_rosso" href="http://e.frareg.com/doceboLms/index.php?modname=login&op=lostpwd" target="_blank">Help</a><br />
<div style="padding-top:5px;">
<input class="testo_rosso" type="submit" value="Login" /></div>
</td>
</tr>
<tr>
<td height="50" style="padding-left:45px;">
<input class="testo_grigio" id="login_pwd" maxlength="255" name="login_pwd" tabindex="2" type="password" /></td>
</tr>
</tbody>
</table>
</form>
</body>
</html
http://www.docebo.com/community/doceboC ... rtale.html
.- Primus inter pares -.
Re: Landing page
Mi fai vedere la pagina di login che non funziona?
Re: Landing page
Mi dai un utente demo?
Re: Landing page
Provi esattamente questa?
Code: Select all
<form id="login_confirm" method="post" action="http://e.frareg.com/doceboLms/index.php?modname=login&op=confirm">
<input type="hidden" id="authentic_request_login_confirm" name="authentic_request" value="<?php echo md5(uniqid(rand(), true) ."|". mt_rand() ."|". time());?>" />
<label for="login_userid">Username</label>
<input type="text" id="login_userid" name="login_userid" value="" maxlength="255" tabindex="1" />
<label for="login_pwd">Password</label>
<input type="password" id="login_pwd" name="login_pwd" maxlength="255" tabindex="2" autocomplete="off" />
<input type="submit" id="login" name="log_button" value="Login" tabindex="3" />
</form>
Re: Landing page
Posteresti il contenuto della funzione generateSignature, che si trova in /lib/lib.utils.php più o meno a riga 169?