They might have removed the iframe but not the script or access method through which the iframe was added. I've seen a wordpress site rehacked within 30 minutes because the hack was removed but the...
Type: Posts; User: speed; Keyword(s):
They might have removed the iframe but not the script or access method through which the iframe was added. I've seen a wordpress site rehacked within 30 minutes because the hack was removed but the...
No problem, if you do move to suPHP and get in a mess with the scripts give me a shout.
Also once you move to suPHP remove the 0777 permission from the folders despite what the scripts say you...
I've always used suPHP on our shared web hosting servers and never had issues or cause to look further.
As for permission issues, well when you run suPHP you end up with PHP running as the account...
Yes a bad power supply or something could be the issue, if that many drives are physically breaking then you need to be swapping out the chassis as there's something wrong with it. Unless you're...
Personally I'd invest in a 3ware RAID card, I use them on all my servers and I've never had any issues with them.
However the failures you're describing simply should not be happening, some other...
I don't know what hardware/software/os config you are using but I'd set sync to Never. However I would set the monitoring software to alert me on error/drive failure even if you have a hot spare, you...
You can try https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/ in firefox assuming the code is looking for a user agent then you can send the Googlebot agent string to the site.
...
Have you looked in index.php etc for an eval command with a lot of hex numbers?
It can be done so that the spam links only get served to the search engines and not normal people.
Change the From part of the mail command so that the mail is sent from your own email address and add a Reply-To with the public persons address in.
If the person sending the form has SPF enabled...
Personally for this I'd just write something in PHP, it just needs an input field and submit button, then it can be linked it to say clickatell to send a SMS or fire off and email or to be safe both....
On the contact page you should have a physical address and phone number, it generates a bit of trust with your potential clients especially as you're in an industry full of scammers and hacks, no...
If you have the pages already done why not just use PayPal buy now buttons or the PayPal cart, off the top of my head there's also nochex and 2checkout which have similar solutions.
If you're...
weegillis you don't need frontpage to use .htaccess or mod_rewrite, our shared hosting servers all support mod_rewrite and .htaccess but none of them have Frontpage extensions on them.
.htaccess...
I wouldn't do it with a frame like that as it's not a redirect it's simply making your main site content visible on another domain but this other domain has no content of its own, so really has...
33% off ALL shared web hosting packages for LIFE!
Coupon XMAS10
Our Tiny Plan includes:
1GB RAID protected disk
5GB Transfer per month
Hourly offsite backups with the ability to...
20% off ALL shared web hosting packages for LIFE! (SEP10)
Our Tiny Plan includes:
1GB RAID protected disk
5GB Transfer per month
Hourly offsite backups with the ability to restore files...
Personally I use smartftp.com as I was never impressed with FileZilla, anyway back to the question, the error you gave .htaccess: Permission denied tells me that you do not have permission to access...
I submit to directories, always have and I suspect that I always will. As a directory owner I can also say that it seems to be quite common for SEOs to submit their clients to directories.
I'll add that if you're going to take legal action stop posting on forums until you've taken legal advice or you might say something that will harm your case or be used against you. You'll have to...
Seems to be 2 issues here, a technical and contractual.
As bodhost seems to be providing fully managed servers and that's where your server is, it would appear to be their responsibility to...
If the DNS is hosting on a single homed data centre with no redundancy then that becomes the week point as when that fails all your services no matter where there are hosted are down.
As you're after high availability with this ask the question, if they can't loose a whole data centre and still serve DNS requests then don't use them.
You can set the TTL per entry so CNAMES can be 14400 and A 300 or whatever you find is appropriate for you.
If the hosting and domain are independent then the chance of you loosing the ability to...
If you do that make sure you set the TTL values for the IPs to low numbers as I've seen some default them to 48 hours, if the TTL is 48hours then you're going to be waiting for 48 hours for the...
A simple DNS based round robin won't give you high availability as it will still return the IP of the down server therefore some visitors will not get the site, you would need something which detects...