Modificare il file:
\iwgallery\includes\inc_register_ok.asp
<% If (strRegister = 0) OR (Request.Cookies("IWGalleryUserName") <> "") Then Response.Redirect("../home/") %> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="box"> <tr> <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="1" align="left" class="box-header"><img src="../themes/<%= strTheme %>/box-header-left.jpg"></td> <td width="100%" class="box-header"><a href="../home/register.asp">Nuova Registrazione</a> › OK </td> <td width="1" align="right" class="box-header"><img src="../themes/<%= strTheme %>/box-header-right.jpg"></td> </tr> </table></td> </tr> <tr> <td align="left" valign="top" class="box-main"><table width="100%" border="0" cellspacing="1" cellpadding="0" class="content"> <% If strApprove = 1 Then %> <tr> <td align="center"><p><strong>La registrazione è stata effettuata con successo!</strong></p> <p>I tuoi dati di accesso sono stati inviati all'indirizzo E-mail specificato durante la registrazione (<strong><%= Request.QueryString("email") %></strong>).</p> <p><span class="evidence">Attenzione!</span> Il tuo account passerà adesso al vaglio dell'Amministratore: se verrà approvato, riceverai una conferma dell'attivazione; ti ricordiamo che <strong>fino a quel momento non potrai accedere all'area riservata</strong>.</p></td> </tr> <% End If %> <% If strApprove = 0 Then %> <tr> <td align="center"><p><strong>La registrazione è stata effettuata con successo!</strong></p> <p>I tuoi dati di accesso sono stati inviati all'indirizzo E-mail specificato durante la registrazione (<strong><%= Request.QueryString("email") %></strong>).</p></td> </tr> <% End If %> </table></td> </tr> <tr> <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="1" align="left" class="box-bottom"><img src="../themes/<%= strTheme %>/box-bottom-left.jpg"></td> <td width="100%" class="box-bottom"><img src="../images/shim.gif" width="1" height="1"></td> <td width="1" align="right" class="box-bottom"><img src="../themes/<%= strTheme %>/box-bottom-right.jpg"></td> </tr> </table></td> </tr> </table>
[
Íàçàä
]