WebSite X5Help Center

 
Antonio R.
Antonio R.
User

Creare form accesso utenti autorizzati  it

Author: Antonio R.
Visited 958, Followers 1, Shared 0  

ho dimenticato come creare dati accesso utente per gestire la pagina php a lui dedicata. Grazie

Posted on the
4 ANSWERS - 1 CORRECT
Fabio C.
Fabio C.
User

Al passo 3 mappa evidenzia la pagina che vuoi proteggere e poi clicca in alto Protetta si aprirà un popup dove potrai impostare chi può accedervi.

Se non lo hai fatto, devi prima andare al passo 1--->Avanzate--->gestione Accessi--->utenti e impostare le varie password per far accedere alla pagina

Read more
Posted on the from Fabio C.
Antonio R.
Antonio R.
User
Author

ho seguito le istruzioni ma mi da questo errore:HTTP Error 404.0 - Not FoundThe resource you are looking for has been removed, had its name changed, or is temporarily unavailable.Most likely causes:

  • The directory or file specified does not exist on the Web server.
  • The URL contains a typographical error.
  • A custom filter or module, such as URLScan, restricts access to the file.
  • Dove sbaglio? O forse bisogna aspettare qualche giorno per poter utilizzare on line?
Read more
Posted on the from Antonio R.
Antonio R.
Antonio R.
User
Author

Ho proceduto così: impostato nome e password di una persona; ho reso la pagina proprietà php; ho inserito il codice html:

<!-- Private Area.Login: START -->

<div id="imLogin" style="width: 200px">

<form method="post" action="imlogin.php" onsubmit="_jq(this).attr('action', x5engine.settings.currentPath + 'imlogin.php'); return (x5engine.utils.isOnline() || !x5engine.utils.showOfflineMessage(x5engine.l10n.get('blog_offline_message')));">

  <div class="imLoginBlock" style="width: 100%;">

    <label for="imUname"><span style="font-weight: normal; font-style: normal;font-family:Tahoma; font-size:12pt; color: #0030BF">Username:</span></label><br />

    <input type="text" name="imUname" id="imUname" style="font-weight: normal; font-style: normal;border: 1px solid #ccc; font-family:Tahoma; font-size:12pt; background-color: #FFFFFF; color: #0030BF; width: 200px"><br />

  </div>

  <div class="imLoginBlock" style="width: 100%;">

    <label for="imPwd"><span style="font-weight: normal; font-style: normal;font-family:Tahoma; font-size:12pt; color: #0030BF">Password:</span></label><br />

    <input type="password" name="imPwd" id="imPwd" style="font-weight: normal; font-style: normal;border: 1px solid #ccc; font-family:Tahoma; font-size:12pt; background-color: #FFFFFF; color: #0030BF; width: 200px"><br />

  </div>

  <div class="imLoginBlock" style="width: 100%; margin-top: 5px; text-align: center">

    <input type="submit" value="Accedi" class="imLoginSubmit" style="font-weight: normal; font-style: normal;border: 1px solid #ccc; background-color: #FFFFFF; font-family:Tahoma; font-size:12pt; color: #0030BF">

  </div>

</form>

</div>

<!-- Private Area.Login: END -->

ho indicato la cartella di salvataggio: public

Ho controllato i permessi nel file manager di Aruba e, nonostante ciò, fatta ieri, mi da l'errore segnalato prima. Forse debbo attendere qualche giorno o forse ho fatto qualche errore?

Read more
Posted on the from Antonio R.
Antonio R.
Antonio R.
User
Author

Tutto a posto, ci voleva tempo, chiudo questo post visto che è tutto regolare compresa la procedura. Granze

Read more
Posted on the from Antonio R.