Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib64 /
perl5 /
vendor_perl /
version /
Delete
Unzip
Name
Size
Permission
Date
Action
Internals.pod
24.44
KB
-rw-r--r--
2014-01-15 01:06
regex.pm
4
KB
-rw-r--r--
2014-01-12 15:09
vpp.pm
21.83
KB
-rw-r--r--
2014-01-15 01:04
vxs.pm
502
B
-rw-r--r--
2014-01-12 15:09
Save
Rename
#!perl -w package version::vxs; use v5.10; use strict; use vars qw(@ISA $VERSION $CLASS ); $VERSION = 0.9907; $CLASS = 'version::vxs'; eval { require XSLoader; local $^W; # shut up the 'redefined' warning for UNIVERSAL::VERSION XSLoader::load('version::vxs', $VERSION); 1; } or do { require DynaLoader; push @ISA, 'DynaLoader'; local $^W; # shut up the 'redefined' warning for UNIVERSAL::VERSION bootstrap version::vxs $VERSION; }; # Preloaded methods go here. 1;