Page 2 of 4

Re: Landing page

Posted: Tue Sep 17, 2013 3:15 pm
by max
ad esempio, quello era il codice x la 3x...

:-(

Re: Landing page

Posted: Tue Sep 17, 2013 3:17 pm
by jasmines
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

Posted: Wed Sep 18, 2013 7:38 am
by Simbiosi
e come verrebbe il codice finale?

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
aggiungo ho trovato una conversazione che chiedeva proprio questo.

http://www.docebo.com/community/doceboC ... rtale.html

Re: Landing page

Posted: Thu Sep 19, 2013 3:08 pm
by Simbiosi
anyone else?

Re: Landing page

Posted: Thu Sep 19, 2013 3:25 pm
by jasmines
Mi fai vedere la pagina di login che non funziona?

Re: Landing page

Posted: Thu Sep 19, 2013 3:45 pm
by Simbiosi
E' esattamente quel codice che ho copiato prima.

Se vuoi vedere li link è QUI e la piattaforma è QUI

Oltretutto ho provato a fare anche cosi QUI

Re: Landing page

Posted: Fri Sep 20, 2013 11:55 am
by jasmines
Mi dai un utente demo?

Re: Landing page

Posted: Fri Sep 20, 2013 12:02 pm
by jasmines
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

Posted: Fri Sep 20, 2013 12:19 pm
by Simbiosi
demophp
demophp

INDIRIZZO

Non funziona ahimè

Re: Landing page

Posted: Mon Sep 23, 2013 8:07 am
by jasmines
Posteresti il contenuto della funzione generateSignature, che si trova in /lib/lib.utils.php più o meno a riga 169?