Cyb3r Drag0nz Team Shell
Cyb3rDrag0nz


Server : Apache
System : Linux wealthytechsolutions.wealthytechsolutions.com 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
User : raybondt ( 1003)
PHP Version : 8.3.31
Disable Function : exec,passthru,shell_exec,system
Directory :  /var/softaculous/epesi/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/softaculous/epesi/notes.txt
1. We take the data files from the manual and make the epesidata.zip and extract it after installation(remove contents of cache folder and config.php file).
2. Remove the following code from .htaccess
 
#if your server is running php as apache module:
php_value memory_limit "64M"
php_flag magic_quotes_gpc off

Remove the following as well:
"Header always append X-Frame-Options SAMEORIGIN"
Header set X-XSS-Protection "1; mode=block" 
(because "Internal Server Error" occurred (from version 1.8.2))

3. Remove the INSERTS from following tables from DB tools_whoisonline_users, session_client, session, history

4. 'cache' value for base_notify table remains constant so we do not change it. (since 1.7.0)

5. Timezone as "America/New York" for manual installation.

6. PHP REQUIREMENT LINK : setup.php
Script's composer.json requires PHP 7.2.5 since 1.9.1

Cyb3r Drag0nz Team