/home/techb158/exp.abdallabala.com/application/install
NameSizeModeActions
.DS_Store61480644editdlrm
ajax_c.php19330644editdlrm
application_installer_config.php16720644editdlrm
database.sql952450644editdlrm
db_import.php6440644editdlrm
index.php51420644editdlrm
post_profile.php7050644editdlrm
profile.php42720644editdlrm
step2.php39000644editdlrm
step3.php64280644editdlrm
step4.php39910644editdlrm
step5.php2990644editdlrm
style.css11090644editdlrm
Edit: /home/techb158/exp.abdallabala.com/application/install/ajax_c.php (1933B)
PDO::ERRMODE_EXCEPTION] ); $input = 'config.php inside- application folder with following contents-
iBilling required some folders writable. It seems folders is not writable. The App may not work properly. For common troubleshooting tips, please visit- http://www.ibilling.io/common-troubleshooting-tips/ '; $wConfig = "../config.php"; if (file_exists($wConfig)) { echo 'Config file exist. Please delete- application/config.php and try again.'; exit(); } ($fh = fopen($wConfig, 'w')) or die($f_msg); fwrite($fh, $input); fclose($fh); echo '1'; } catch (PDOException $e) { echo 'Connection failed: ' . $e->getMessage(); exit(); }