Your problem is in fact extremely simple. the file http://renguray.elementfx.com/drupal/sites/all/themes/inf08/images/mainheader2.png (your banner) doesn't exist. My guess is that the other files don't exist as well.
I found the actual URL to the files, but I'm gonna let you find them, since...
if you don't want the "page=" part to show up: http://mysite.com/index.php?home
There is a slightly different procedure.
<?php
if (isset($_GET['home'])) {
//load page named "home"
} elseif (isset($_GET['something'])) {
//load page named "something"
} else {
//here load a default...
For the zoom out feature, try to extend this.The zoom percentage takes the old scrolltop value (100, the value before the last zoom) and the current scroll top value. It divides the two of them to create the percentage, which is used to return to the scroll top value before the last zoom...
I believe register globals is disabled, as it poses a huge security risk. You should contact the makers of the software you are using and tell them that they should remove the need for register_globals.
I don't change any of my website code in my live environment before testing it out in my live environment. Since my dev copy is versionned, I don't have any problem for the monthly-only file backups.
However, the idea of MySQL daily backup is quite interesting as sometimes I edit the database...
Yes, the PC browser cache and DNS settings.
Try connecting with someone who isn't using the same ISP, to check if your ISP is not blocking x10Hosting, as your website is loading fine for me.
Just for you information, there are two service alert posts that are interesting: http://forums.x10hosting.com/service-alerts/102610-mysql-update.html
http://forums.x10hosting.com/service-alerts/102544-phpmyadmin.html
I didn't know about the [noparse] tag, but it seems that the tag is working so well that even the noparse is not parse! :laugh: :biggrin:
On the other side, the full page code will be more helpful in determining errors.