Question for web developers/managers
I have a business website, with the info portion on WordPress and the shopping cart on Pinnacle (site developed 3 yrs ago).
Site was hacked a month ago, resulting in "site compromised" search results on Google. Site visits down by half, web sales down to almost zero - never were high, but now close to zero.
Site is now malware-free (tim thumb hack), but search results still showing site compromised, despite Google's assertion that once they know a site is clean, they will clean up their search results. It's been 3-4 weeks, still showing up as site compromised.
My developer is charging me about $675 for the clean up, despite the fact that neither WP nor Pinnacle had been updated. The claim is that I must have uploaded content on an unsecure Wifi connection (I didn't). This is on top of my monthly cost of $179 for hosting, e-mail, etc.
Are these charges standard in the event of a hack, i.e., cost of doing business?
I am looking for a new developer, who will undoubtedly build on another platform - he's mentioned OpenCart. I'm afraid to see what that's going to cost. By the way, site has about 30 "static" informational pages, and the store has several hundred products, and will probably remain under 500.
Any thoughts on platform?
Thanks.
Response to matt819 (Original post)
Post removed
DaveJ
(5,023 posts)I'm not sure how much traffic you have, and maybe others will disagree. I wonder what others think about a $179/mo plan vs a $12/mo plan. If you have less than 10,000 hits per month it seems high to me.
Have you communicated your concerns with your developer, prior to dropping him? $675 seems fair if your developer needs to spend 15+ hours on the cleanup. But I would expect the developer to communicate with you in a more professional manner. If that's not happening then get someone who will. If that's possible... I don't know any developers who communicate well, personally.
I don't know how to get the Google issue fixed, or anything about tim thumb. I hope the Google issue has been fixed, that's horrible.
Response to matt819 (Original post)
Post removed
Merlot
(9,696 posts)If you're paying that to your developer they've got quite a markup. Maybe that includes maintenance or troubleshooting?
OTOH, the $675 to put your site on a new platform sounds reasonable to me. But unless your developer can explain to you why you got hacked and what safeguards they are putting into place, it seems kind of useless. Also, if you tell them that you didn't upload on an unsecure wifi, and they are still trying to blame you, that does not sound good.
I'm not a big fan of open cart, they charge or their service and are not very flexible. How much work are you doing yourself on the site? do you work with the CMS? I usually set up static pages and shopping carts through the same platform, and let the shop owner add the products to the back end. If a developer sets up a site for you and you hire an assistant to manage the products you'd probably do better than having the developer do the whole thing, unless of course, you just want it done with as little activity on your part as possible.
To set up a new site, probably $1500 to 2500 depending on a lot of variables.
trishnikolic
(20 posts)i would like to suggest you generate a new webmaster code and sitemap for your site. Submit a code into the website and sitemap.xml into Google Webmaster. You need to verify your site also on Google Webmaster once the code get installed
joojooba
(2 posts)my wordpress blog was also once hacked... I checked my logs and what I see on daily basis that some script kiddies are trying to find every possible hole in my system by guessing, (like checking for online viewable passwd files.. trying to upload stuff) unformtunately some plugins are not secure and they are not updated so they might be a security risk - one plugin was insecure and someone uploaded a php virus to my blog and they changed the front page for googlebot only to display viagra stuff, for normal users the page was clean. the purpose for this was to get some backlinks.
at first I didnt know what to do, but then I did the following:
- check if all of your php files have a web only group. (not root!)
- chmod 777 or 775 only for files you really are sure they are secure and need the rights.
- you could write a script which works in the background and deletes files which are uploaded by the hackers.
- install "anti virus" plugin so it can check if some of your files on your blog are infected.