-
Posts
2,491 -
Joined
-
Last visited
-
Days Won
196
Content Type
Profiles
Forums
Events
Everything posted by Dayo
-
Re: Will Modification yea that would be better, ill make a mod tonight similar to this
-
Re: Will Modification just make an item that gives them 10%, 20% will :wink:
-
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?
-
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 ...
-
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
-
Re: [V2] Userlist Help Needed have you added print 'Rank: $rank';
-
Re: Cronus's Armory Mod Help contact cronus he offers full support on his mods, i think
-
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:
-
[mccodes v2] Crafting System Mod - players can craft items! ($65)
Dayo replied to acwebs's topic in Paid Modifications
Re: [mccodes v2] Crafting System Mod - players can craft items! ($65) go to my job (i think) -
[mccodes v2] Crafting System Mod - players can craft items! ($65)
Dayo replied to acwebs's topic in Paid Modifications
Re: [mccodes v2] Crafting System Mod - players can craft items! ($65) Nice Mod, i would buy but i dont have ne $$$ :-( -
Make people get item for every time online??
Dayo replied to RazorBladerz's topic in General Discussion
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!!! -
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:
-
Re: admins cant be feded [v2] but what if all your admins are feded ...
-
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
-
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; } }
-
Re: [McCodes V2] Intimidate Witness (Donator Only) :D thanks all if ppl have any more ideas pm me and ill try n make one
-
Re: [McCodes V2] Intimidate Witness (Donator Only) no prblem enjoy :]
-
userlist.php (correctly) shows huge number of pages
Dayo replied to Lowball's topic in General Discussion
Re: userlist.php (correctly) shows huge number of pages soz i thort it showed users 100 at a time not all x amount -
Looking for help with installing som mods...
Dayo replied to doinkinator's topic in General Discussion
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-) -
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
-
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.
-
userlist.php (correctly) shows huge number of pages
Dayo replied to Lowball's topic in General Discussion
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 -
Re: [McCodes V2] Unique Template's yea i could do that for you my addy is [email protected]
-
Re: [McCodes V2] Unique Template's what images do you want?