Recent content by bigdawg723

  1. B

    PHP WEBSITE HIJACKED - Php code infected - HELP?

    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...
  2. B

    PHP WEBSITE HIJACKED - Php code infected - HELP?

    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...
  3. B

    PHP Preventing SQL Injection in PHP Forms

    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
  4. B

    PHP Preventing SQL Injection in PHP Forms

    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
  5. B

    PHP Preventing SQL Injection in PHP Forms

    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...
  6. B

    PHP Solving PHP Issue with FireBellyLawnCare.com CMS

    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?
  7. B

    PHP Solving PHP Issue with FireBellyLawnCare.com CMS

    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...
  8. B

    PHP Solving PHP Issue with FireBellyLawnCare.com CMS

    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...
  9. B

    PHP Solving PHP Issue with FireBellyLawnCare.com CMS

    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...
  10. B

    PHP Solving PHP Issue with FireBellyLawnCare.com CMS

    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...
  11. B

    PHP Solving PHP Issue with FireBellyLawnCare.com CMS

    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 =...
  12. B

    PHP Solving PHP Issue with FireBellyLawnCare.com CMS

    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...
  13. B

    PHP Solving PHP Issue with FireBellyLawnCare.com CMS

    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...
Back
Top