why dont show image on home
most wanted script feesbook wap vrsn in english
Collapse
X
-
Originally posted by yuzrawk View Posti thnk mobilust share not complete file. dats y so many ppl having problem.
Some of host didn't support some function of this script.
Like the error image posted by andrew
Comment
-
FrOsT-BiTe
Test Platform
DCMS Version: 6.6.4 stable
PHP Version: 5.2.16 (OK)
set_time_limit: OK
session.use_trans_sid: OK
magic_quotes_gpc: Enable
arg_separator.output: & (OK)
mod_rewrite: OK
GD: bundled (2.0.34 compatible) OK
MySQL: OK
Iconv: No
FFmpeg: OK
register_globals off: OK
COOKIE Encryption: OK
Enabled shielding quotes
Add a root .htaccess line php_value magic_quotes_gpc 0
Engine need Iconv
What To Do ??? plz Help
Comment
-
for those getting the server error
delete the htaccess file
then goto
install/index.php and edit
include_once 'inc/functions.php';
include_once 'inc/settings.php';
include_once '../sys/inc/ipua.php';
to
include_once 'install/inc/functions.php';
include_once 'install/inc/settings.php';
include_once '../sys/inc/ipua.php';
install was missing for me and it was searching in the wrong place
Comment
Comment