Have you tried changing the position to one that is known ?
imagettftext($image, $textSize, 0, $positionLeft, $positionTop, $white, $textFont, $textString);
to
imagettftext($image, $textSize, 0, 10, 10, $white, $textFont, $textString);
If a account is found to be using to much memory and cpu then a script suspends the account. The auto unsuspension time will increase till 60mins and then there after there is no auto unsuspension.
The script is a little sensitive at the moment and we are working on getting it tweaked.
I am...
The /www is just a shortcut to the /public_html/ directory. So if you are uploading to both then you are just overwriting each time.
I recommend you use a FTP client like FileZilla. Also there is no need to delete the file before because it will just get overwritten.
Both the links look...
I am not sure about the amount of mysql databases on the static plane.
I will ask a admin about it and post back here.
The conversion rate can be found here -> http://finance.yahoo.com/currency/convert?amt=59.50&from=USD&to=EUR&submit=Convert
We have cpanel on our paid packages, with more...
There was a problem in the httpd config. The server is up and running now.
REgarding the replying to threads. You wont be able to reply to threads in the support sections unless you are staff. This is to avoid miss information and make support more efficient.
Closing this thread. Please...
I am not quite sure what you mean by where you should look on the cpanel. Have you used the file manager in cpanel yet. If you go to the public_html/ directory(where all webpages should be stored) you can delete the x10hosting index.html and then place your index.php in there.