HEX
Server: Apache
System: Linux cpanel91.fastsecurehost.com 3.10.0-962.3.2.lve1.5.87.el7.x86_64 #1 SMP Tue Jan 28 09:38:56 UTC 2025 x86_64
User: harmonyg (1050)
PHP: 8.2.29
Disabled: shell, shell_exec, exec, ini_alter, dl, show_source, passthru, system, eval, pfsockopen, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
Upload Files
File: //var/softaculous/eyeos/notes.txt
1. If the following error is coming after installing in manual (this bug is coming due to PHP version): 
	
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in {WINDOWS_PATH}\{TO}\eyeos-2.4\eyeos\system\kernel\services\Meta\implementations\MetaDataConverter.php on line 53

	Than 
	Please repalce it with :
		return eval('$handlerToLoad::getInstance()');//return $handlerToLoad::getInstance();
	 on line number 53 

2. Release date : https://sourceforge.net/projects/eyeos25opensour/files/
3. eyeOS only works with php version 5.3.x
because php 7.0 above class name can not be same as constructor name
and 5.4 and above childclass and parentclass must have same arguments, or a same access level