WebSite X5Help Center

 
Antonio R.
Antonio R.
User

Creare form accesso utenti autorizzati  it

Autor: Antonio R.
Besucht 921, Followers 1, Geteilt 0  

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

Gepostet am
4 ANTWORTEN - 1 KORREKT
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

Mehr lesen
Gepostet am von Fabio C.
Antonio R.
Antonio R.
User
Autor

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?
Mehr lesen
Gepostet am von Antonio R.
Antonio R.
Antonio R.
User
Autor

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?

Mehr lesen
Gepostet am von Antonio R.
Antonio R.
Antonio R.
User
Autor

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

Mehr lesen
Gepostet am von Antonio R.