Jump to content
MakeWebGames

Zettieee

Members
  • Posts

    790
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Zettieee

  1. I just tested the basics: gym, inventory, vault, 50/50, messed with the donation page but didn't really look too deep.
  2. I didn't test register or any profile injections but the main exploits.
  3. username: imherefor50bucks password: password11 Seems secure. But just another GRPG game. GL
  4. Testing account: username: mwgtester password: demodemo
  5. Your missinf the park in the header aswell (maybe)
  6. Zettieee

    MDShare

    I recommend buying some from the unity asset store! https://www.assetstore.unity3d.com/en/
  7. The red lettering needs some work!
  8. Zettieee

    Security.

    getimagesize is a great little thing ay :O
  9. I actually tryed your game! Awesome game, I asked in chat if anyone knew what engine you was using but they didn't know. Is it a heavy custom version of phaos rpg? Great gameplay! PS: I know off topic - sorry!
  10. Zettieee

    Security.

    LEEJUN - Love it! :D
  11. Remind me of a game sniko was making! Great idea and nice design apart from the numbers / cash like Dayo said. Best of luck with this. :)
  12. I did a while ago, I'm hoping to snag a bargin :P
  13. Hey, I'm not willing to pay the $200 or anything near that. Anyone selling it for cheap? :D
  14. Zettieee

    Dear Hybridd

    Well that ended fast :( I wanted to see a sql server fry
  15. Hey, has anyone ever played Ulitma online? I played that game for a little while back when it was new. Now it seems dated mainly because it's client based. It'd be awesome to make a game similar but for the browser. So my question: has anyone ever made a sandbox style browser game with 2d map/movement? How did it go? Was it smooth? What languages did you use?
  16. Only PSD. I don't code them.
  17. Ofc. You have my skype right?
  18. Ah, my bad I'll stay out of this :x
  19. Did he offer you it via forum? Because I don't see any $50 offers.
  20. ^ can vouch for him. Good guy.
  21. This is acutally awesome O.o Nice work :)
  22. Damn man. That sucks. Soon as I get aroudn to sorting my game folder I'll have a nice GRPG script to give out. PS: [MENTION=66442]grant[/MENTION] - I'll secure and fix your buggy script so you can sell it, $200.
  23. O.o! It has been many years since I used mcc :( I thought Gangid and gang members used different id's to get the users who are in the gang? Someone feel like sending me a copy? :O
  24. left join on gangs with u.id then collect gangtag and just add $gtag before $_user['username'] echo. Really guys if you cant collect basic info from a database you shouldn't own a game :(
  25. if(isset($_POST['refilW'])) { $run = "UPDATE `users` SET will = '".$maxwill.'" WHERE `userid` = '".$id."'"; } a simple form below that will do.
×
×
  • Create New...