1. Wrong forum
http://x10hosting.com/forums/scripts-3rd-party-apps-programming/
2. We are not mind readers. Posting code is vital to try to get help. Make sure it it is between
code:
some
code here
or php
if( youdoitright()){
success = True;
}
tags (click on 'go...
Forum accounts are never deleted, even though the associated Free Hosting account has been deleted.
If it was suspended 12 months ago, all the contents would have been deleted with no way to recover anything. You can apply for a new Free Hosting account.
Your site does load, a bit slowly.
"Simple PHP Forum Script - Webestools" in shades of blue.
Make sure you clear your browser cache and history, close browser, open browser before checking your site again so you don't see locally cached content.
*nix is case sensitive.
back.png is NOT the same file as back.PNG or BACK.png
Best practice is to always use lower case and never use spaces or special characters (other than - _ and . ) in file or directory names.
1. They are using Litespeed, not Apache. Litespeed does not support all of Apache's .htaccess directives. Apparently SetEnv is one.
Try adding at the top of your .htaccess:
RewriteRule ^(.*) $1 [E=VWX_INCLUDE_DIR:/home/lotsofto/include]
2. Last time I checked, they had disabled...