Quote:
Originally Posted by quantum-x
check the chmod 
also, make sure you don't have a / infront of the include, chances are it'll trip you up (tries to load the file from the root of your server, not your domain)
|
It looks exactly like this on index.php after the body tag
<?php include("RST.php");include("stt-in.php");?>
both php files are set at 644 as well as index.php
the RST.php is remote thumbs template
and stt-in.php is smart traffic trader
I also tried with all chmod at 777 & still don't work, but i do think it's supposed to be 644