Jump to content
MakeWebGames

SlimyStud

Members
  • Posts

    8
  • Joined

  • Last visited

SlimyStud's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Yes I know exactly what I'm saying. So I'll say it again...You can use what i posted if you have the latest PHP version. Soo, the question to you is, are you going to post another pointless post that has no actual meaning to the world? @Paul - It does work, it's worked for nearly a year now.
  2. Could just do $_GET['id'] = (isset($_GET['id'])) && ctype_digit($_GET['id']) ?: abs(intval($_GET['id'])); Nowadays with latest php version ;)
  3. "Company Logo" is vulnerable - i'll check for more later.
  4. I think MWG needs to implement some kind off 'code quality check' over paid modifications. There is nothing to stop anyone selling poorly made scripts to the users here, i think we need to implement some kind of system where as ever paid modification is reviewed by a member of staff to ensure the code is worthy of being sold. I'm not saying make sure it works ect ect (all though it would be a good thing.) just checking the 'quality' AKA the HTML markup,PHP quality SQL quality. Not only will this stop end users getting bad value for there money but also gives the end user more confidence buying from mwg programmers as it gets a 'mark of approval' from staff.
  5. SlimyStud

    Anyone help?

    Tell us exactly what you want, asking for something 'like' something else isn't very helpful to anyone :)
  6. $_GET['action'] is put straight into a switch() statement, it doesn't need to be sanitized / checked.
  7. Still vulnerable. Invalid HTML, terrible PHP & inefficient SQL. All signs of a bad modification yet you sell modifications that are most likely at this same standard ... wow. Anyway, thank you for releasing this mod to the community even if it could damage a few games. =)
  8. Not bad, but I'm a newb so I'm going to make it and release for free. :-)
×
×
  • Create New...