I searched for that PHP thread... found it!
http://blog.sucuri.net/2010/05/lots-of-sites-reinfected-now-using.html
Apparently this happened to "hundreds" of GoDaddy shared servers... I assume thousands!
I've never seen this before... I have a few words for GoDaddy... but they don't...
WEBSITE HIJACKED - Php code infected! - HELP!?
Hey All,
I've got a major *$%#@ problem. I'm freaking out here.
Check this out.
On my website, I have a way to allow visitors... to become distributors and sell my product as well. When they become a distributor, it creates a subdomain for...
By the way DaveE... you're the man.. that worked for the CAPTCHA... I copied and pasted that code word for word. Thanks a ton!
Please let me know if you have a suggestion to fix that vulnerability regarding the databases!
Josh
DaveE... what do I replace that code with... the one where someone could mess with my SQL? I'm sorry... I'm a super noob at this!
Thanks a ton in advance... I cannot afford to have the entire DB crash!
Josh
Hello All,
First and foremost, thanks for the help in the past. I've got a new issue and I think it's going to be fairly easy! (fingeres crossed)
OK, I'm implementing SecurImage (Phpcaptcha.org) onto my website.
I've got everything installed and working correctly except for error...
UPDATE:
Error #1 (checkNumber is not defined) only occurs when I enter a number into the "Qty In Stock" field on my admin page.
Error #2 (isEmpty is not defined) occurs each time I hit the "Add Product" submit button.
Somehow, I feel like we're getting close?
Interesting. So you know what open source shopping was used... for a fact?
I never knew about that ability of FireFox to catch errors... but I just opened it up and see a couple things... that may be of interest.
Oh, I also noticed... I forgot to input the category on the add product page...
That makes sense... you'd think there would be SOME action if the JS was working.
So... when I'm on the add product page... this is the URL:
http://www.firebellylawncare.com/admin/product/index.php?view=add&catId=0
Now... here's the code from /admin/product/index.php:
<?php
require_once...
lol @ xkcd.com
Anyways... yeah - I know it's not the most secure... I regularly backup everything (especially the DBs)... until more funding rolls around... it is what it is I suppose?
In regards to my problem... when I click "Add Product"... the button does move, it reacts normally to my...
I tried posting this before the above code... so I'll try again.
In the header of the Add Product page... I found an include to a product.js file:
<script language="JavaScript" type="text/javascript" src="http://www.firebellylawncare.com/admin/library/product.js"></script>
I went to...
This is the ProcessProduct.php page code... hope it helps in troubleshooting? I'm not really sure how to check logs... but I'll start digging now.
Thanks a ton guys!
<?php
require_once '../../library/config.php';
require_once '../library/functions.php';
checkUser();
$action =...
That makes sense... has to be one of those two.
On the top of my add product page source... there's some code that includes a product.js file:
<script language="JavaScript" type="text/javascript" src="http://www.firebellylawncare.com/admin/library/product.js"></script>
In that file, I...
Good Evening All!
Well... that registration was fun. I'm red/green colorblind (I guessed green and got it right!).
Anyways... I've got a problem (other than my color blindness).
My website, www.FireBellyLawnCare.com, is up and running. The designer... sadly... is out of contact. I would...