Admin Super Admin 2 years ago |
Wapka login page code like this
[img=https://i.imgur.com/EdvCmgU.png]
first login your wapka site by
M.wapka.org
create a new page, name it Login
after create your login page, go to >> page >> login >> mange >> user login
than past this code in first box and second box and save it
First box code
<@div class="blok">
<@div class="phdr"><@i class="fa fa-sign-in" aria-hidden="true"> Log in<@/div>
<@div class="rmenu">%notify%<@/div>
<@div class="menu" style="padding:2%;text-align: center;">
<@img width="110px" src="https://i.imgur.com/7ZBCcIm.png"/>
<@/div>
<@div class="menu" style="padding:2%;">
<@form action="" method="post">
<@b>Username :
<@input class="w3-input" id="login-nick" placeholder="Enter user name" type="text" name="username" value="" maxlength="50" />
<@b>Password:
<@input class="w3-input" id="login-password" placeholder="Enter password" type="password" name="password" maxlength="32" />
<@input name="remember" type="checkbox" value="true" checked> Remember?
<@center>
<@button type="submit" class="button">Log in
@center>
@div>@div>@div>
<@USERNAME>#@%POST(username)%#<@PASSWORD>#@%POST(password)%#<@AUTOLOGIN>#@%POST(remember)%#
Alert message goes here