!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.12 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g. PHP/5.2.4-2ubuntu5.12 

uname -a: Linux forum.circlefusion.com 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/home/doku/axrepos/axess/old/wiki/lib/plugins/cacherevisionserase/lang/en/   drwxrwxr-x
Free 11.45 GB of 97.11 GB (11.79%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     lang.php (5.61 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * english language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     JustBurn <justburner@hotmail.com>
 */

$lang['encoding']                      = 'utf-8';
$lang['direction']                     = 'ltr';
$lang['utf8supportrequired']           = false;
$lang['language']                      = 'English'// Debug only, leave it untranslated
$lang['menu']                          = 'Erase cache/revisions';
$lang['title']                         = 'Cache/Revisions Eraser';
$lang['desc']                          = 'Erase wiki\'s cache and/or old revisions';
$lang['successcache']                  = 'Operation successful';
$lang['successrevisions']              = 'Operation successful';
$lang['failedcache']                   = 'Error during operation, check file permissions.';
$lang['failedrevisions']               = 'Error during operation, check file permissions.';
$lang['deletefile']                    = 'Deleted file';
$lang['deletefileerr']                 = 'Couldn\'t delete file';
$lang['deletedir']                     = 'Removed directory';
$lang['deletedirerr']                  = 'Couldn\'t remove directory';
$lang['erasecachebtn']                 = 'Start (cache)';
$lang['eraserevisionsbtn']             = 'Start (old revisions)';
$lang['askcache']                      = 'Are you sure you want to proceed?';
$lang['askrevisions']                  = 'Are you sure you want to proceed?';
$lang['cachedesc']                     = '[[ Cache Options ]]';
$lang['revisionsdesc']                 = '[[ Old revisions Options ]]';
$lang['revisionswarn']                 = 'NOTE: Once old revisions are erased; there\'s no way to restore them.';
$lang['backbtn']                       = 'Go back';
$lang['cachedisabled']                 = 'Erasing all cache has been disabled';
$lang['revisdisabled']                 = 'Erasing all old revisions has been disabled';
$lang['extdesc_i']                     = '.i files (Backlinks and more???)';
$lang['extdesc_xhtml']                 = '.xhtml files (Cached HTML form of a wiki page)';
$lang['extdesc_js']                    = '.js files (Cached Javascript)';
$lang['extdesc_css']                   = '.css files (Cached CSS-Sheet)';
$lang['extdesc_mediaP']                = '.media.* files (Cached media files)';
$lang['extdesc_UNK']                   = 'All other unknown formats';
$lang['delindexingdesc']               = 'Indexed-search files (not recommended)';
$lang['delmetadesc']                   = 'History of old revisions (meta/*)';
$lang['deloldlockdesc']                = 'Old lost page locks (*.lock)';
$lang['lockexpirein']                  = 'Lock will expire in ';
$lang['seconds']                       = ' seconds';
$lang['version']                       = 'version';
$lang['delrevisdesc']                  = 'Old revisions files (attic/*)';
$lang['pathclasserror']                = 'Cannot detect path class of';
$lang['analyze_confmissingfailed']     = 'ERROR: Missing or imcompatible configurations file';
$lang['analyze_confrevisionfailed']    = 'ERROR: Incompatible configurations file';
$lang['analyze_cachedirfailed']        = 'ERROR: Plug-in failed to get the cache directory<br />Use the debugger to check the cachedir variable';
$lang['analyze_revisdirfailed']        = 'ERROR: Plug-in failed to get the revisions directory<br />Use the debugger to check the revisdir variable';
$lang['analyze_pagesdirfailed']        = 'ERROR: Plug-in failed to get the pages directory<br />Use the debugger to check the pagesdir variable';
$lang['analyze_metadirfailed']         = 'ERROR: Plug-in failed to get the meta directory<br />Use the debugger to check the metadir variable';
$lang['analyze_locksdirfailed']        = 'ERROR: Plug-in failed to get the locks directory<br />Use the debugger to check the locksdir variable';
$lang['analyze_checkreadme']           = 'Please check readme.txt file or the official plug-in webpage for more information about this error';
$lang['analyze_creatingdefconfs']      = 'Creating configurations file... ';
$lang['analyze_creatingdefconfs_x']    = 'failed (C/R Erase plug-in directory doesn\'t allow writing)';
$lang['analyze_creatingdefconfs_o']    = 'success (Please reanalyze)';
$lang['yesbtn']                        = 'Yes';
$lang['nobtn']                         = 'No';
$lang['reanalyzebtn']                  = 'Reanalyze';
$lang['cache_word']                    = 'cache';
$lang['lock_word']                     = 'lock';
$lang['meta_word']                     = 'meta';
$lang['oldrevis_word']                 = 'old revis.';
$lang['delxcacheclass']                = 'Display cache class';
$lang['delxrevisclass']                = 'Display revisions class';
$lang['delxdebugmode']                 = 'Debug mode';
$lang['delxverbose']                   = 'Report level while processing the cleanup';
$lang['wordb_enable']                  = 'Enable';
$lang['wordb_option']                  = 'Option';
$lang['wordb_optiondesc']              = 'Option description';
$lang['wordb_allowuserchag']           = 'Allow change';
$lang['wordb_checkedasdef']            = 'Default checked';
$lang['createconfbtn']                 = 'Create config.php';
$lang['searchyounewversionurl']        = 'Visit Cache and Revisions Eraser Website (Open new window)';
$lang['outputinfo_text']               = 'Report:';
$lang['outputinfo_lvl0']               = 'Silent';
$lang['outputinfo_lvl1']               = 'Filenames only';
$lang['outputinfo_lvl2']               = 'All';
$lang['numfilesdel']                   = 'Files deleted: ';
$lang['numdirsdel']                    = 'Dirs deleted: ';
$lang['cfgdesc_menusort']              = 'Menu position inside the Admin list (Def: 67)';

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0067 ]--