Jump to content
MakeWebGames

Dayo

Administrators
  • Posts

    2,491
  • Joined

  • Last visited

  • Days Won

    196

Everything posted by Dayo

  1. Re: Will Modification yea that would be better, ill make a mod tonight similar to this
  2. Re: Will Modification just make an item that gives them 10%, 20% will :wink:
  3. Re: My jailescape add somat like if ($ir['brave'] >= 7) { query here } else { echo 'You dont have enough brave to do this'; $h->endpage(); EXIT; } plus crazy y did you put code tags around your bb code?
  4. Re: chmod public_html to 777 why not jusy chmod the files you need to unless the mod is going to affect every single file ...
  5. Re: Auto ban mod [V2] yea blocking seams berrer then banning plus it will be simpler all you have to do is add this to the header file so users can NOT to interact with each other. this will select the last login ONLY so it only works if they are both on the same ip. $otheruser1 = array ($r['userid'], $u, $user, $userid /* other varables that = other persons userid go here */); $otherusers = $db->query('SELECT lastlogin FROM users WHERE userid=$otheruser1'); if ($ir['lastlogin'] == $otheruser) { echo 'You re trading with someone on the same IP! please contact an admin if you think this is a mistake'; $h->endpage(); EXIT; } plus this may not work as i have not tested it
  6. Re: [V2] Userlist Help Needed have you added print 'Rank: $rank';
  7. Re: Cronus's Armory Mod Help contact cronus he offers full support on his mods, i think
  8. Re: Looking for a V1/v2 Theme for mccode/ coder to help me with mods ($100 dollars) I can make you a mccodes V2 Theme
  9. Re: I am a bit confused diffrence is mccodes v1 used mysql_query and v2 uses $db->query also its a woman squashing a man :roll:
  10. Re: [mccodes v2] Crafting System Mod - players can craft items! ($65) go to my job (i think)
  11. Re: [mccodes v2] Crafting System Mod - players can craft items! ($65) Nice Mod, i would buy but i dont have ne $$$ :-(
  12. Re: Make people get item for every time online?? make a table name loginitem in authenticate add this some where if ($ir['loginitem'] == 1) { item_add($ir['userid'], 5, 1); $db->query(UPDATE users SET loginitem=0 WHERE userid=$ir['userid']) } then in cron_day add this query UPDATE users SET loginitem=1 WHERE loginitem=0 THIS IS NOT TESTED!!!
  13. Re: admins cant be feded [v2] well insted of calling it [V2] Admins can be fedded but for only a max time of 60 seconds or admins cant be feded [v2] hurmmmmm :roll:
  14. Re: admins cant be feded [v2] but what if all your admins are feded ...
  15. Re: [McCodes V2] Donator/regular User Bank Cap what? al this does is make people want to donate more so they can get more money
  16. This Is a small mod i just made basicly it only lets normal users a max of 1bill, and donators 2bill in there bank, these values are easily changed by changing 2000000000 and 1000000000 find function deposit() { global $db,$ir,$c,$userid,$h; $_POST['deposit']=abs((int) $_POST['deposit']); add after if ($ir['donatordays']){ $deposit = $_POST['deposit']; $bank = $ir['bankmoney'] + $deposit; if ($bank > 2000000000) { echo 'You Have a bank cap of $2,000,000,000 you can not have more then this in your bank, BUT you will still gain intrest on the money within your bank.'; $h->endpage(); exit; } } else { if ($bank > 1000000000) { echo 'You Have a bank cap of $1,000,000,000 you can not have more then this in your bank, BUT you will still gain intrest on the money within your bank. If you donate you can have a bank cap of $2,000,000,000!!!'; $h->endpage(); exit; } }
  17. Re: [McCodes V2] Intimidate Witness (Donator Only) :D thanks all if ppl have any more ideas pm me and ill try n make one
  18. Re: [McCodes V2] Intimidate Witness (Donator Only) no prblem enjoy :]
  19. Re: userlist.php (correctly) shows huge number of pages soz i thort it showed users 100 at a time not all x amount
  20. Re: Looking for help with installing som mods... ill halp you install any mods add me [email protected] plus i am one of the cheapest coders here :wink: 8-)
  21. Re: admins cant be feded [v2] no not reli cos its a max of 60 seconds plus its only used 1440 times a day where as if you have a big comunity it could be used 1000s of times a hour/day
  22. ive seen so many post like how do i unban myself as an admin has feded me :cry: so just add this to cron_minute $db->query("UPDATE users SET fedjail=0 WHERE user_level=2"); Before ?> all this will do is remove your ban and as many times as they try you will be unbanned But if you have an admin already feded they will be unbaned in that case ip ban them or demote them.
  23. Re: userlist.php (correctly) shows huge number of pages yes there is a free mod for this i think it id this one http://criminalexistence.com/ceforums/i ... ic=17270.0
  24. Re: [McCodes V2] Unique Template's yea i could do that for you my addy is [email protected]
  25. Re: [McCodes V2] Unique Template's what images do you want?
×
×
  • Create New...