My Hosting account has been deleted a long time ago. Please delete my forums account including all related posts/threads if possible.
(X) Inserting an X inside the parentheses signifies that I have made all necessary backups of my free hosting account and will not hold x10Hosting responsible...
I need to have a small website translated from german to english and spanish (english translation mostly done, but not very good). The text in question consists of about 300 words and is using some technical terms (automobile industry, project management, tools).
Correction of the existing...
slacker2:
(X) Inserting an X inside the parentheses signifies that I have made all necessary backups of my free hosting account and will not hold x10Hosting responsible for any data I am unable to recover after my free hosting account is deleted. The X also serves as my digital signature...
Software Category: Network Backup
Software Name: Amanda
Short Description:
AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup solution that allows the IT administrator to set up a single master backup server to back up multiple hosts over network to tape...
i don't know anything about the differences of ubuntu-desktop / ubuntu-server, but i would suggest a fresh install
it just takes a few minutes and you get rid of any useless stuff - back up your personal data and verify it before :-)
you need an A or CNAME resource record in your DNS server
for each subdomain you want to create
(they could all point to the same IP/hostname - apache decides
what to serve by the requested hostname)
note the difference in files/directories:
file: 0666 - umask
dir: 0777 - umask
so with an umask of 0022 a new created file would have the permissions 0644 / -rw-r--r-- (0666 - 0022), and a new created directory would have 0755 / -rwxr-x-r-x (0777 - 0022)
remove all extension cards, (i.e. graphic, network cards, etc.), HDD's, CD/DVD's, unnecessary cables and RAM
if it's still not starting, try another PSU
try another CPU
get a new mainboard
use "shutdown -h now" , "halt" or "init 0" to shut down your system
(or hit the power button)
"init 6" just switches to runlevel 6, which would be reboot by default
PHP code seems ok, you may want to check mail()'s return value:
http://www.php.net/manual/en/function.mail.php
mail() should use sendmail per default (on a linux box)
did you check your spam folder?