403 Forbidden


Disable Functions:
Path : /var/softaculous/etano/
File Upload :
Command :
Current File : //var/softaculous/etano/defines.inc.php

<?php
define('_DBHOST_','[[softdbhost]]');// mysql server host name
define('_DBUSER_','[[softdbuser]]');// mysql database username
define('_DBPASS_','[[softdbpass]]');// mysql database password
define('_DBNAME_','[[softdb]]');// mysql database name
define('_SITENAME_','[[site_name]]');// Your site name
define('_BASEURL_','[[softurl]]');// protocol required (http:// )
define('_BASEPATH_','[[softpath]]');// path on server to your site
define('_PHOTOURL_',_BASEURL_.'/media/pics');// protocol required (http:// ). URL to your member photos
define('_PHOTOPATH_',_BASEPATH_.'/media/pics');// path on server to your member photos
define('_CACHEPATH_',_BASEPATH_.'/cache');// path on server to the cache folder
define('_FILEOP_MODE_','disk');
define('_FTPHOST_','');
define('_FTPPATH_','');
define('_FTPUSER_','');
define('_FTPPASS_','');
$dbtable_prefix=$GLOBALS['dbtable_prefix']='dsb_';
define('USER_ACCOUNTS_TABLE',"{$dbtable_prefix}user_accounts");
define('USER_ACCOUNT_ID','user_id');
define('USER_ACCOUNT_USER','user');
define('USER_ACCOUNT_PASS','pass');
define('PASSWORD_ENC_FUNC','md5');

define('_LICENSE_KEY_','[[key_gen]]'); // md5()=[[md5_key_gen]]
define('_INTERNAL_VERSION_','2.80');

$accepted_results_per_page=array(10=>10,5=>5,15=>15,20=>20);
$accepted_images=array('jpg','jpeg','png');

404 Not Found
[ LogOut ]