Jump to content
MakeWebGames

Z?v??

Members
  • Posts

    248
  • Joined

  • Last visited

    Never

Everything posted by Z?v??

  1. Re: [mccode]Multi alert Just a little suggestion... Before adding this to your game, I would allow for there to be certain exceptions to which users can login on the same IP Address before sending the event. For example, you have two users that are family members and you approve of them being on the same IP. You should add these two users to the exception list so you don't get an event every time they login. This is a good way to filter the system a little bit so you're not getting so many annoying events. It will also prevent loading up your events table in the database.
  2. Hello everyone, I recently deleted a text file I had that contained many bug fixes for the MCcodes v2 engine. I would really appreciate it if you guys could post any known security flaw patches. The forum patch is one of the more important fixes I am looking for. *Please don't post the actual exploit if you decide to respond. Just post the fix. Thanks.
  3. I'm new to Java and I'm trying to get a good grasp on 2D arrays. In this code, I'm trying to print out the sum of 2 randomly generated dice. I'm having a great deal of trouble with it so any guidance would be much appreciated. Here's what I have so far...   public class chance { public static void main(String[] args) { int dice, dice1, dice2; dice1 = ((int)(Math.random() * 6)) +1; dice2 = ((int)(Math.random() * 6)) +1; dice = dice1 + dice2; int table[][] = new int[3][3]; int sum = 0; int i, j; for (i = 0; i < 3; i++) {// 3 rows: i = 0,1,2 for (j = 0; j < 3; j++) { sum += table[i][j]; } } for (i = 0; i < table.length; i++) { for (j = 0; j < table[i].length; j++) System.out.print(table[i][j] + " "); System.out.println( ); } } }
  4. Re: Court (v2) Looks very nice.
  5. Re: Best Security [Made by me] Brute Force is basically a method of guessing. You can try to brute force just about anything.
  6. Re: [v2] Family's [$30]   You ant got one good comment in your body do you? And no this is nothing like pets, i bought this and its nothing like pets. I don't know about you but I usually don't store comments in my body. :lol: And I never said it was an edited version of the pets mod, I said it sounded like it. Please read carefully before you make an ass out of yourself. :wink:
  7. Re: Searching So this is basically another version of the streets mod.
  8. Re: [v2] Family's [$30] Sounds like an edited version of the pets mod.
  9. Re: Free service   Are you kidding yourself? You would have to be a complete dumbass to let some random guy have access to your files.
  10. Re: Free service And why are you trying so hard to steal people's codes?
  11. Re: [v1]Dragon Tent[$20] Lol...it is the battle tent. All he changed was instead of attacking NPC's, you attack "dragons". And then instead of getting cash for winning, you get prayer. lmfao...When are you people going to stop trying to get quick money by selling mods that you have renamed.
  12. Re: Search For Gang Isn't this just the regular MC Codes user search form converted to search for gangs instead of users?
  13. Re: Best Security [Made by me] Lol...if it was that good, then... 1.) You wouldn't have originally posted it for free 2.) You wouldn't be selling it for only $10. Seems to me like you're just trying to make a quick buck. :|
  14. Re: Free service He basically means....upload your codes to somewhere he can access them so he can steal them.
  15. Re: [V1] Number Plate [$5] Ahh...I see.
  16. Re: [V1] Number Plate [$5] So...this is basically part of a mod that we have to finish? That's kind of gay to be honest.
  17. Re: [$15] Numbers Game [V2] I like the idea. Very nice. Kind of similar to a lottery.
  18. Re: Ignore List [$2.50] It's somewhere in the Free Mods section. I'll see if I can find it.
  19. Re: Ignore List [$2.50] Why would anyone buy this when the exact same thing is posted for free here on the forums?
  20. Re: delete gang after respect hit 0   Your second IF Statement won't work. It should look like this...   if($ir['gang'] != 0) { ///the rest of your code here }
  21. Re: Generate Password Wow...very nice. :-)
  22. Re: Stone, Paper, Scissors Nice Idea...Sounds alot like the Russian Roulette mod.
  23. Re: FaceBook vs. MySpace Facebook blows
  24. Re: 3 Word Game and sucks his
  25. Re: Guess the next poster Nope... Ghetto next...
×
×
  • Create New...