Solution yang di bagi saya rasa tak complete.. Directory mana nak delete??

Kalau delete a directory and create different directory names pun, saya rasa the safe mode problem would still exists..
Satu work-around untuk safe-mode issue yang saya pernah buat dulu ialah dengan modify semua php script yang ada "include" statement untuk point ke full server path to the include file. For example, kalau dalam php file ada "include("./config.php")" atau "include("config.php")" or "include("/cfg/config.php")" dll., tukar statement itu ke "include("/full/directory/path/yourdomain/directory/config.php")", depending on what your account root directory is. There could be that not only "include" kena tukar. So best look for anything that is connecting to another file in the script and change the directory path.
That means kena open semua .php file yang ada connection dengan gallery dan cari semua statement which ada connection with other files. Banyak kerja kena buat kalau ada berpuluh, puluh file

. But sebelum start doing this, backup the original files dulu, just in-case.
I can't think of any way else to fix this problem if this does not work!!
PM saya kalau need assistance.