Hi Everyone, I have the following questions: 1) After login,I get the following message: Account not not yet activated. | Keep this tool alive! Fundraiser for new hardware has started over here (you do get stuff in return). Why the account is not yet activated ? What should I do? 2) Website: http://www.self-storage-hk.com/ is a HTML website. ( I dont know php) After setup according to the setup instruction,I got the message: Ads not found on http://www.self-storage-hk.com/ Can someone help me ? Thanks in advance. Tony.
if you have .html (or .htm) just change for .php ending, that all, you must change ending because php functions like ini_set/get, include, echo, of course not workink on htm document, I've got the same problem, i trying 3rd month install a co-op script, of course i have php5 on a server and pages with .php ending, i suppose, the "digitalpoint" should employ better programmer, that's all Marius
Hi Marius, Thanks for the reply. I changed index.html to index.php,there is no change in result. I tested the server with http://www.self-storage-hk.com/phpinfo.php where the file phpinfo.php contains a line of command: <?php phpinfo(); ?> and I get a empty screen. It seems the server doesnt support php,right ? ( I dont know php,pls advise). I will check with the service provider. Meanwhile,can I do anything to fix the problem ? Thanks Tony.
create pinfo.php file on your server and paste following code" next of course trying www.self-storage-hk.com/pinfo.php I suppose co-op working on php4 too, my friend has php4 and coop works well