Welcome to the forum, Captain Crunch
I see similar requests, they result in the 404 error page being displayed.
My error page looks like any other page on my site and has the same links to other pages.
I get the same thing now and then
a Spammer spoofing my domain name.
The headers will show if they came from your site or another site (spammer0.
Include the headers when your open a a help desk ticket to the techs.
Hi Joan
You will need to create the sub domain in your cpanel first
cpanel > subdomains
which will create a folder and redirect for you.
Then publish to domain/folder.
Google lists a few NVU tutorials such as
http://nvudev.com/guide/1.0PR/ugs01.htm
In cpanel > MySql
create the database and user
add the user tot he database
then scroll to the bottom of the screen and click on PhpMyAdmin
In PhpMyAdmin select the database on the left
then on the right select import
browse to the file on your computer.
For your script
Just put in your .htaccess file in your public_html directory the following line:
php_value upload_max_filesize 75M
or whatever limit you need, but set a limit.
Some of what you are looking for is server variables.
For example to display the visitors IP address use $_SERVER['REMOTE_ADDR']
<?php echo $_SERVER['REMOTE_ADDR']; ?>
you can see the other variables here
PHP Reference: Predefined Variables form php freaks.com
That should get you started.
Welcome to the forum, tgohome
You will find the virtual hosting plans here.
Please let us know if you have more questions,
as you see we love to help
and you would become family here.