Jump to content
MakeWebGames

Joshua

Members
  • Posts

    1,271
  • Joined

  • Last visited

Everything posted by Joshua

  1. What about   Imagreetspeller ^_-
  2. Looks like it's very well done. Although i tend to shy away from scratch offs etc, it still looks very nice. Pending questions answered I may purchase.
  3. Few questions. Lite Version 49.00 Script + 4 games. Do the players decide on which 4 games to have or are they already pre-determined?   What measures have you taken to stop people from sharing differant games. I.E Person One purchases Mod with 4 scripts, Person 2 purchases mod with 4 diff scripts, they share, and now have 8 games. Going to look at Demo now.
  4. Let me know if you need assistance ^_^
  5. One i haven't had time to start on.   Each City in-game is Considered Gang Turf. 1 gang can "own" Each City. A mod insert for gangs to battle each other for that city.   Gangs can own as many turfs as they choose to try and take. Wouldnt be based entirely off of Respect level however, to keep it fair and let all gangs have a chance in at least one city, perhaps have it based off amount of "gang members and active time in a certain city with the gangrespect added into the ratio?   shrugz just an idea
  6. Right, but one can strive :)
  7. Joshua

    Hi

    Shrugz, I have strong reasons to beleive this is just an attention cry from someone else ^_-
  8. Oh, well in that case, pardon my err ^_-
  9. Joshua

    Hi

    *waves*
  10. Figured someone had to correct your typo Zero ^_^   Doubt you're big enough or bad enough to actually slap me ^_-
  11. Thirst for knowledge Zero. Can't be the best until you can do everything :)
  12. Dn worry i overlooked it myself >,< Zeggy I am aware what you are saying, and we arent talking about anyone hacking my site. What i was referring to is I can go to my header and type....$_POST['withdraw'] == abs(@intval($_POST['withdraw'])); Yet it wont secure every single withdraw on my site, not to the specs in which I wish it to.   It "should" But it bugs up at times and their are loopholes. For all other users reading this post, it's much safer to just secure your variables manually rather than define a secure variable then call to it.
  13. If this doesnt work dont ask me :P lol. I'm going to go retire now, apparently Ny-Quil and being sick are having a negative impact on my coding >,<   $blah=$db->query("SELECT `username` FROM `users` WHERE userid='1'"); $test=$db->fetch_row($blah); echo "".$test['username']."";
  14. roflz...   $testing=$db->query("SELECT `username` FROM users WHERE userid=1"); $test=$db->fetch_row($testing); echo "{$test}";
  15. $test=$db->query("SELECT `username` FROM users WHERE userid=1"); echo "{$test}";   should work, you didnt have a space between usersname and FROM so it was combining the 2
  16. I know the global bit and how it acts But, I've seen first hand that just sticking a superglobal in header doesnt always stop all sql/xss stuff. Far be it from me to tell you WHY...but i prefer to just secure each $_POST/$_GET manually >,< slower..but shrugz.
  17. Or one - up that and make one giant functino that secures all GET and POST variables and slap that in header. Since it is a super global it should secure the entire site vs sql/xss injections right? ;)
  18. And if what you are saying is true Zeggy Why dont users just go under thE $IP variable in header and define every single get/post there $_GET['money'] = abs(@intval($_GET['money'])); $_GET['crystals'] = abs(@intval($_GET['crystals'])); $_GET['id'] = abs(@intval($_GET['id'])); $_GET['ID'] = abs(@intval($_GET['ID'])); $_POST['gangname'] = mysql_real_escape_string(htmlentities($_POST['gangname']));   etc..etc..etc..
  19. SELECT * FROM SELECT `userid` FROM :P
  20. W-B. mwg needs more coders :D
  21. To any not mentioned I must apologize. I just mention the ones I know other than myself. Alabama, you've been gone for a bit no? :P
  22. Joshua

    nvm

    In Krytps defense, he's paid me...well a lot more than 7.00 in the past few days for my help.
  23. Isnt there a way to stop this using SESSIONS?
  24. I can vouch for that. He coded that quest mod Damn well, some of the better coding i've seen. And he tossed in a few extras for myself as well, free of charge :)
×
×
  • Create New...