Jump to content
MakeWebGames

gurpreet

Members
  • Posts

    834
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by gurpreet

  1. Hi there, looking for an experienced coder for my idea. There would be a leaderboard for gang wars attacks as in top attackers. e.g if I attack someone who I'm in war with 10 times, I'll have 10 on the ranking table, and you attack 4, I'll be on top of you in the ranks. Then to make it complicated and hard, the top 3 war fighters get to view an exclusive shop (full of war fighter weps/armor etc.)
  2. Re: exp not working Not sure how it works, (im going by MCCODES) check the query and make sure it's inserting the EXP gain into the users table. If not, fix up the query and it should be fine. Also (mccodes again) check the docrime.php file and check if everything is done properly.
  3. Re: Simple register edit   Hehe thanks, people on my game said let newbies try out donator features for a day or 2, which will make people see the features and in time donate ;)
  4. I know 90% of people, if not 100% will know how to do this, but this is just here to help people. This is basically to make it so you can give donatordays and such to new users. The highlighted bits is what you change for donatordays. $db->query("INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '{$username}', '{$username}', md5('{$_POST['password']}'), 1, $sm, 5, 2, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', -1, '$IP', '$IP')"); The bold text is crystal amount when they join, glowing is the donatordays. (cant use code tags or the glow won't show!)
  5. Re: exp not working What level are you or level whoever gets no exp?
  6. Re: [mccode v1]Attack Stats Bump
  7. Re: Brave goes to minus If you have a mod which has a $bravecost or something variable make sure there is something like this in there.   if $brave < $bravecost { die "You do not have enough brave, you require $bravecost brave."; }   Something like that.   As everyone else said, we need more info.
  8. Re: [mccode v1]Attack Stats   But does it even work? I tried it and it didn't...
  9. Re: [mccode] Crimes give random money $db->query = v2
  10. Re: Job Rank editing. Thanks for this, +1.
  11. Re: [mccode v1]Attack Stats Can't get this to work:   Attack Statistics Total Attacks: 0 Attacks Won: 0 Attacks Lost: 0 Times Attacked: 0 People Left: 0 People Hospilatized: 0 People Mugged: 0 Money Mugged: $0   Done at least 20 hosps and lots of money mugged.
  12. Re: [mccode v2] Attack :) I just stuck it in as it was.
  13. So I fixed my job pay / job stat gains every day.   QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'jrID=19' at line 1 Query was UPDATE jobranks SET jrNAME='Leader', jrJOB = 6, jrPAY= 50000, jrIQG=300, jrLABOURG=700, jrSTRG=900, jrIQN=1000, jrLABOURN=2000, jrSTRN=10000WHERE jrID=19   That's what I get when editing a job rank. Here's the first part of my function job rank edit   Any ideas?
  14. Re: [REVIEW] Lost-Warzone Please Review   I'm really sorry please sign up on the 1st of feb first and get stuff for free. i'm really sorry   Bad move mate...Don't wanna make inflation happen like 10 days into the game, trust me it happened on my game and it's LONG to fix. Very very very long
  15. Re: [mccode v2] Attack :)   My guess is that instead of putting <?php you put something else...<?php isn't a variable..I don't think.
  16. Re: "if location =" ... query Are you in Location 2?
  17. Re: [mccodes V2] Donation Mod. This is SO similar to Thahacker's Donation Page Elite mod...It's just got a bit more visual and has the delete pack done...Might aswell get it free.
  18. Re: [mccode v2] Advanced Crystal Temple.   QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1' at line 1 Query was 1
  19. Re: [REVIEW] - Celtic Raids Nice game...Damnit on your voting site (TRG) your just above my game!
  20. Re: [mccode V2] Search Islands Then share it, if not shutup and stop boasting.
  21. Re: www.sniper-wars.net Looks pretty good, very professional ;) May I ask what font that is on the register and things?
  22. Re: Cron Errors Go to cron Jobs and click advanced. Then where it says enter the adress of the cron, type Curl (then the link goes here, without the )'s of course.)
  23. Re: [mccode v2] Advanced Crystal Temple. What about for refill brave, same thing, doesn't take the crystals away. $RefilBrave = sprintf("UPDATE users SET brave = maxbrave, crystals = crystals - %u WHERE (userid = %u)", $set['ct_refillbprice'], $userid); $db->query($RefilBrave);
  24. Re: Ammo mod. I don't think anyone will give this mod for free, it's a very complicated one.
  25. Re: [mccode v2] Advanced Crystal Temple. Bump!
×
×
  • Create New...