Risultati da 1 a 2 di 2
			
		- 
	21-10-2008, 11:37 #1Inattivo    
 - Data Registrazione
- Oct 2008
- Messaggi
- 1
 Login Box nell'home pageSalve a tutti, mi sono registrato per sapere se qualcuno possiede il codice da mettere nella home page del proprio sito in modo tale che si crei un form login che, una volta inseriti i dati, avvenga il redirect con il login al forum. Grazie mille. 
 
   
 
- 
	28-10-2008, 13:12 #2Account disattivato    
 - Data Registrazione
- Oct 2005
- Località
- Roma
- Messaggi
- 537
 prova a mettere questo codice nella tua pagina web: 
 Codice PHP:<!-- login form -->
 
 <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
 
 <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=370b5h"></script>
 <table cellpadding="0" cellspacing="3" border="0">
 <tr>
 <td class="smallfont"><label for="navbar_username">User Name</label></td>
 <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="User Name" onfocus="if (this.value == 'User Name') this.value = '';" /></td>
 <td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />Remember Me?</label></td>
 </tr>
 <tr>
 <td class="smallfont"><label for="navbar_password">Password</label></td>
 <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
 <td><input type="submit" class="button" value="Log in" tabindex="104" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" /></td>
 </tr>
 </table>
 <input type="hidden" name="s" value="" />
 <input type="hidden" name="do" value="login" />
 <input type="hidden" name="vb_login_md5password" />
 <input type="hidden" name="vb_login_md5password_utf" />
 </form>
 <!-- / login form -->
 
 
Discussioni Simili
- 
  Default pageDi sysoverload nel forum Blog vBulletinRisposte: 0Ultimo Messaggio: 14-11-2007, 00:48
- 
  vBulletin 3.6.x Home pageDi Bobsilvio nel forum VBulletin 3Risposte: 26Ultimo Messaggio: 01-11-2007, 21:25
- 
  vBulletin 3.5.x box di login nella home page del proprio sito webDi djmarvin nel forum VBulletin 3Risposte: 4Ultimo Messaggio: 29-10-2006, 01:19
- 
  vBulletin 3.6.x Home PageDi KaIrOs nel forum VBulletin 3Risposte: 2Ultimo Messaggio: 24-10-2006, 10:31


 
					
					
					
					
				 
			
Segnalibri