i am getting to the point i am about done with x10. there sessions don't work properly and the site takes like 5 mins or more to load. almost every week a 503 error appears.
its not the script. even my own script i have created with 4 pages was loading slow. if it doesn't use database it runs faster then with database. its still slow but loads quicker.
the problem is within the host itself.
and the fact i am getting a 503 error. is also showing me its the host.
i had it on free hosting before specially on here. i had no issue. its not the script. its the hosting. it runs perfectly fine on another hosting that only allows 1000 mb of space. i barely even hit any loading resources with it. its working fast like it should.
Service Unavailable
The server...
http://www.bluethrust.com/
this is the script i am now using. before it was mybb then i just removed it and put a maintenace page for index.html and it would be slow. no matter what i put up it runs slow.
i am now getting a 503 error.
am aware of the javascript in the new files. but before i wasn't having issues with temp down.
site always loaded slow for awhile. even with a regular html page with just basic coding.
leroymcqy.pcriot.com btw.
i don't even know what caused it. i know lately the website been loading real slow even with a script that just had html on it.
Website Temporarily Disabled
Check back soon to visit this website.
The website has been temporarily disabled due to excessive resource usage. Please try your request again shortly. This temporary block has been imposed due to your account exceeding the free hosting account hourly CPU...
i use mybb mostly but i have used phpbb. mybb to me is easier to theme then phpbb. but phpbb is easier to code with then mybb. what i mean is adding custom pages to phpbb is easier then mybb.
http://phpmailer.worxware.com/index.php this is what i am using.
require_once('../class.phpmailer.php');
$mail = new PHPMailer(); // defaults to using php "mail()"
$body = file_get_contents('contents.html');
$body = eregi_replace("[\]",'',$body)...
i switched back to phpmailer using sendmail or mail option. it still won't let me send links. i have to do it like this: //www.link.com/ to get it to send. i can't have images in the mail tho.