Jump to content
MakeWebGames

SilverStar

Members
  • Posts

    71
  • Joined

  • Last visited

Everything posted by SilverStar

  1. I used to know the owner of this game a few years back, essentially, he got lucky. It's an extensively edited version of a script which is available online but I can't remember the name.
  2. Ahahaha, you want someone to help you for free?
  3. if ($email == $dbemail && $lname == $dblname) { $password = rand(10000,20000); $passnew = md5($password); mysql_query("UPDATE users SET userpass='$passnew' WHERE email='$email'") or die(mysql_error()); echo "Password was changed succesfully"; } else { echo "email not sent. details arent te same"; }
  4. It's a poor copy of http://www.gangparadise.com, and I have seen the script you are using before. You've made hardly any changes. Also, your game is vulnerable to MySQL injection. :)
  5. Ahaha, looks like they're desperate not to loose anymore customers.
  6. 3 pages of posts and only a few posts are on topic. :rolleyes:
  7. I love both. Maybe Family Guy is just a little better...
  8. That's what I was referring to as setup. If you read their documentation it should be easy if you are somewhat competent with PHP, otherwise wait for a reply from someone who is willing to do it. :)
  9. Check out JunglePay: http://www.junglepay.com/ If you follow their documentation you should be able to set it up yourself. :) If not, find someone to do it.
  10. Where did this come from and what has it got to do with anything? :confused:
  11. Did I judge you? No. You were happy enough to point out that fact in your reply to him so I can only assume it gives you some sort of pride if you are happy enough to share it.
  12. You seem to be proud of this? :rolleyes:
  13. But you were planning to sell it to someone stating that it was a custom engine made by you? :rolleyes:
  14. What's your age? And I assume you have others as part of your team, any information on them? Will there be a contract? etc..
  15. To delete files, use the unlink function. Your upload isn't secure though. Read these: http://www.tidy-designs.co.uk/website-development/php-secure-file-upload-script/ http://www.nullcandy.com/php-image-upload-security-how-not-to-do-it/ http://www.phpclasses.org/blog/post/67-PHP-security-exploit-with-GIF-images.html
  16. Did you try reading this? http://php.net/manual/en/function.sql-regcase.php
  17. Don't know
  18. Far too amateurish to be taken seriously...
  19. SilverStar

    D3Tek.net

    This makes no sense. You have an office? So, why aren't you a registered limited company? How do you pay tax and VAT?
  20. SilverStar

    D3Tek.net

    @D3Tek, IT'S CALLED CLOUDFLARE NOT CLOUDFARE. :rolleyes:
  21. SilverStar

    D3Tek.net

    http://whois.domaintools.com/83.170.96.80
  22. SilverStar

    D3Tek.net

    Where's your company registration number?
  23. You could use a tooltip plugin such as Tipsy: http://archive.plugins.jquery.com/project/tipsy
  24. *cough* I don't see anything wrong with what I said. :rolleyes:
×
×
  • Create New...