📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: index.html
<!doctype html> <html lang="en"> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Spamhaus CSS Checker</title> <meta name="description" content="IP range blacklist check. Easy way to check if some IPs in IP range are blacklisted by major SPAM lists."> <meta name="keywords" content="Spamhaus CSS Checker"> <link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet"> <link href="schema.min.css" type="text/css" rel="stylesheet" /> <link href="style.css" type="text/css" rel="stylesheet" /> <script src="../ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="../www.google.com/recaptcha/api.js" async defer></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-111243559-1"></script> </head> <body> <div class="container"> <div class="row"> <div class="col12 plate"> <h1 style="font-family: 'comic Sans', sans-MS; font-size: 40px; font-weight: 700; color: #0d3c61; text-align: center; text-shadow: 1px 1px 2px rgba(0,0,0,0.1); letter-spacing: 1px;"><i> Spamhaus CSS Checker & Bulk IP Checker </i></h1> <div style="display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap;"> <!-- Spamhaus CSS Range Checker --> <form action="/cgi-bin/check_css_range.sh" method="POST" style="flex: 1; min-width: 320px;"> <fieldset style="border: 1px solid #ccc; padding: 20px; border-radius: 8px;"> <legend><strong>Check IP Range (Spamhaus CSS)</strong></legend> <table class="intable" style="width:100%"> <tr> <td style="text-align: left;"><strong>First IP address:</strong></td> <td><input type="text" name="start_ip" id="ip1" class="form-element" style="width:100%"></td> </tr> <tr> <td style="text-align: left;"><strong>Last IP address:</strong></td> <td><input type="text" name="end_ip" id="ip2" class="form-element" style="width:100%"></td> </tr> </table> <p class="text-center mt6"> <input class="btn btn-primary-gradient" style="width:100%" type="submit" value="Check IP Range"> </p> </fieldset> </form> <!-- Bulk IP Checker --> <form action="/cgi-bin/check_css_range.sh" method="POST" style="flex: 1; min-width: 320px;"> <fieldset style="border: 1px solid #ccc; padding: 20px; border-radius: 8px;"> <legend><strong>Check Bulk IPs</strong></legend> <table class="intable" style="width:100%"> <tr> <td style="text-align: left;"><strong>Enter IPs:</strong><br><small>One per line</small></td> </tr> <tr> <td> <textarea name="bulk_ips" rows="8" class="form-element" style="width:100%" placeholder="0.0.0.1 1.1.1.1"></textarea> </td> </tr> </table> <p class="text-center mt6"> <input class="btn btn-primary-gradient" style="width:100%" type="submit" value="Check Bulk IPs"> </p> </fieldset> </form> </div> <hr style="margin: 40px 0;"> <h1 style="font-family: 'comic Sans', sans-MS; font-size: 40px; font-weight: 700; color: #0d3c61; text-align: center; text-shadow: 1px 1px 2px rgba(0,0,0,0.1); letter-spacing: 1px;"><i> Domain Blocklist Checker </i></h1> <form action="/cgi-bin/check_domains.sh" method="POST"> <table class="intable" style="width:50%"> <tr> <td style="text-align: left; vertical-align: top;"><strong>Enter domains:</strong><br> <small>One per line</small> </td> </tr> <tr> <td> <textarea name="domains" rows="10" cols="50" class="form-element" placeholder="example.com example.com"></textarea> </td> </tr> </table> <div> <p class="text-center mt6"> <input class="btn btn-primary-gradient" style="width:300px" type="submit" value="Check Domains"> </p> </div> </form> </form> </div> </div> </div> <div style="position: fixed; bottom: 10px; right: 15px; font-size: 13px; color: #666;"><i> Created by <strong>ANBU</strong> </i> </div> </body> </html>
Save