System does not show you as suspended.
I cannot view your site to see is the "suspended page" comes up because your server, Lotus, is having some problems (ie other sites don't load either)
You are only required to sign in to the Forums once every 31 days. You do not have to post.
You do not not have to have ads on your site.
If your site is not worth 5 minutes every 31 days, why bother with a site at all?
So, no errors, just grabs the page you want but it shows no content?
Have you tried to grab different sites and they all give a blank page?
Want to post the relevant code?
When was the last time it worked?
The pie charts show bandwidth and file usage. They do not show cpu usage or script memory usage (RAM).
It seems that the main culprit for such suspensions are WordPress blogs with plugins. If the plugin has to rewrite every URL in your blog or recreate a sitemap, that is a lot of computing...
var spanArray = document.getElementsByTagName('span');
var number_spans = spanArray.length ;
for( var i = 0; i < number_spans ; i++ ){
var target = spanArray[ i ] ;
// do something with target like set visibility
}
There is just one php.ini per server and that is set by the administrator.
You will have to adjust your script.
$myDate = date( $formatString , time() + 3600 ) ;
http://0x31.x10hosting.com/
is what the system shows as your site.
Loads a bit slow and shows as Index of / with your main site as http://0x31.x10hosting.com/DEVCOMM/
Apparently SMF has a set name for their database.
If you install two forums on the same site, they will both have tables named 'users' , 'comments' etc
So, to keep them separate in the database you have to give each a prefix.
If your first install is about cars, use 'car' and you will have...
You have to download and install the module yourself and install it in a subdirectory, say public_html/perl/modules/foo
Then at the top of your script, add
use lib qw(/home/username/public_html/perl/modules/foo );
Unless you are going to use server side includes, I would name the files 404.html etc.
http://x10hosting.com/forums/graphics-webdesign/118750-how-change-your-error-pages.html#post669583
should be of help.