Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php53 /
var /
www /
html /
xcache /
Delete
Unzip
Name
Size
Permission
Date
Action
common-en.lang.php
60
B
-rw-r--r--
2015-01-28 06:15
common-zh-simplified-utf-8.lang.php
1.91
KB
-rw-r--r--
2015-01-28 06:15
common-zh-traditional-utf-8.lang.php
1.92
KB
-rw-r--r--
2015-01-28 06:15
common.php
3.38
KB
-rw-r--r--
2015-01-28 06:15
config.default.php
691
B
-rw-r--r--
2015-01-28 06:15
config.example.php
2.09
KB
-rw-r--r--
2015-01-28 06:15
edit.php
794
B
-rw-r--r--
2015-01-28 06:15
edit.tpl.php
662
B
-rw-r--r--
2015-01-28 06:15
footer.tpl.php
148
B
-rw-r--r--
2015-01-28 06:15
header.tpl.php
670
B
-rw-r--r--
2015-01-28 06:15
help-en.lang.php
3.36
KB
-rw-r--r--
2015-01-28 06:15
help-zh-simplified-utf-8.lang.php
3.5
KB
-rw-r--r--
2015-01-28 06:15
help-zh-traditional-utf-8.lang.php
3.28
KB
-rw-r--r--
2015-01-28 06:15
help.php
1
KB
-rw-r--r--
2015-01-28 06:15
index.php
30
B
-rw-r--r--
2015-01-28 06:15
mkpassword.php
575
B
-rw-r--r--
2015-01-28 06:15
tablesort.js
1.51
KB
-rw-r--r--
2015-01-28 06:15
xcache.css
2.93
KB
-rw-r--r--
2015-01-28 06:15
xcache.php
7.7
KB
-rw-r--r--
2015-01-28 06:15
xcache.tpl.php
8.96
KB
-rw-r--r--
2015-01-28 06:15
Save
Rename
<h2><?php echo _T('Cache Legends'); ?></h2> <dl> <dt><?php echo _T('Slots'); ?>: </dt><dd>Number of hash slots. the setting from your php.ini</dd> <dt><?php echo _T('Size'); ?>: </dt><dd>Cache Size, Size of the cache (or cache chunk), in bytes</dd> <dt><?php echo _T('Avail'); ?>: </dt><dd>Available Memory, free memory in bytes of this cache</dd> <dt><?php echo _T('% Used'); ?>: </dt><dd>Percent, A bar shows how much memory available in percent, and memory blocks status</dd> <dt><?php echo _T('Clear'); ?>: </dt><dd>Clear Button, Press the button to clean this cache</dd> <dt><?php echo _T('Compiling'); ?>: </dt><dd>Compiling flag, "yes" if the cache is busy compiling php script</dd> <dt><?php echo _T('Hits'); ?>: </dt><dd>Cache Hits, hit=a var/php is loaded from this cache</dd> <dt><?php echo _T('Hits/H'); ?>: </dt><dd>Average Hits per Hour. Only last 24 hours is logged</dd> <dt><?php echo _T('Hits 24H'); ?>: </dt><dd>Hits 24 Hours. Hits graph of last 24 hours</dd> <dt><?php echo _T('Hits/S'); ?>: </dt><dd>Average Hits per Second. Only last 5 seconds is logged</dd> <dt><?php echo _T('Updates'); ?>: </dt><dd>Cache Updates</dd> <dt><?php echo _T('Clogs'); ?>: </dt><dd>Compiling Clogs, clog=compiling is needed but avoided to wait(be blocked) when the cache is busy compiling already</dd> <dt><?php echo _T('OOMs'); ?>: </dt><dd>Out Of Memory, how many times a new item should be stored but there isn't enough memory in the cache, think of increasing the xcache.size or xcache.var_size</dd> <dt><?php echo _T('Errors'); ?>: </dt><dd>Compiler errors, how many times your script is compiled but failed. You should really check what is happening if you see this value increase. See <a href="http://www.php.net/manual/en/ref.errorfunc.php#ini.error-log">ini.error-log</a> and <a href="http://cn2.php.net/manual/en/ref.errorfunc.php#ini.display-errors">ini.display-errors</a></dd> <dt><?php echo _T('Protected'); ?>: </dt><dd>Whether <a href="http://xcache.lighttpd.net/wiki/ReadonlyProtection">readonly_protection</a> is available and enable on this cache</dd> <dt><?php echo _T('Cached'); ?>: </dt><dd>Number of entries stored in this cache</dd> <dt><?php echo _T('Deleted'); ?>: </dt><dd>Number of entries is pending in delete list (expired but referenced)</dd> <dt><?php echo _T('GC'); ?>: </dt><dd>Seconds count down of Garbage Collection</dd> <dt><?php echo _T('Free Blocks'); ?>: </dt><dd>Free blocks list in the specified cache</dd> </dl> <h2><?php echo _T('List Legends'); ?></h2> <dl> <dt><?php echo _T('entry'); ?>: </dt><dd>The entry name or filename</dd> <dt><?php echo _T('Hits'); ?>: </dt><dd>Times this entry is hit (loaded from this cache)</dd> <dt><?php echo _T('Refcount'); ?>: </dt><dd>Reference count of this entry is holded by a php request</dd> <dt><?php echo _T('Size'); ?>: </dt><dd>Size in bytes of this entry in the cache</dd> <dt><?php echo _T('PhpShared'); ?>: </dt><dd>Count of entry sharing this php data</dd> <dt><?php echo _T('SrcSize'); ?>: </dt><dd>Size of the source file</dd> <dt><?php echo _T('Modify'); ?>: </dt><dd>Last modified time of the source file</dd> <dt><?php echo _T('device'); ?>: </dt><dd>device number of the source file</dd> <dt><?php echo _T('inode'); ?>: </dt><dd>inode number of the source file</dd> <dt><?php echo _T('Access'); ?>: </dt><dd>Last access time of the cached entry</dd> <dt><?php echo _T('Create'); ?>: </dt><dd>The time when this entry is stored</dd> </dl>