-
Posts
121 -
Joined
-
Last visited
-
Days Won
1
chavdave last won the day on November 25 2012
chavdave had the most liked content!
About chavdave
- Birthday 09/29/1986
Personal Information
-
Location
gainsborough
-
Interests
Web Developement
-
Occupation
Mccrackens-Hosting-INC
-
Website
http://thugworld2012.com
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
chavdave's Achievements
Newbie (1/14)
1
Reputation
-
5-10 Mins to install Download the ZIP and follow the steps Enjoy weekly_bonus.zip
-
He dont like me for the reason being i wouldnt send my licence first even after i shown him screenshots ect
-
I do not have time to do anything with my licences selling each license at $40-$50 add me on gtalk : [email protected]
-
Free to Use File inclucdes ddrewards.php dailypoints.php starter.php and install.txt Enjoyhttps://www.dropbox.com/s/kp4jyabfmckwxhl/gprgmods.zip
-
V2 $30-$40 Redux $50 If interested please email me on [email protected] or add me on Skype: chavdave2 :):):)
-
Sure have mate i like learning thou :D
-
*****I HAVE CLEANED UP THE MCCODE GANG STAFF PAGE SCREEN SHOT ADDED***** [ATTACH=CONFIG]972[/ATTACH] ***********GANG STAFF BETTER LOOK FREE FOR OTHER V2 OWNERS******* function gang_staff_idx() { global $db,$ir,$c,$userid,$gangdata; print "<b></b><br /> <table width=75% border=5 style=text-align:center; class=table> <tr> <th colspan='3'>Gang Under-Boss Links</th> </tr>"; print " <td><a href='gangarmory.php'>Gang Armory</a></td></tr> <td><a href='yourgang.php?action=staff&act2=vault'>Vault Management</a></td></tr> <td><a href='yourgang.php?action=staff&act2=apps'>Application Management</a></td></tr> <td><a href='yourgang.php?action=staff&act2=vicepres'>Change Vice-President</a></td></tr> <td><a href='yourgang.php?action=staff&act2=upgrade'>Upgrade Gang</a></td></tr> <td><a href='yourgang.php?action=staff&act2=crimes'>Organised Crimes</a></td></tr> <td><a href='yourgang.php?action=staff&act2=recruit'>Invite Member</a></td></tr> <td><a href='yourgang.php?action=staff&act2=masspayment'>Mass Payment</a></td></tr> <td><a href='yourgang.php?action=staff&act2=ament'>Change Gang Announcement.</a></td></tr>"; if($gangdata['gangPRESIDENT'] == $userid ) { print "<table width=75% border=5 style=text-align:center; class=table> <tr> <th colspan='3'>Gang Boss Links</th> </tr>";print "<hr /><td><a href='yourgang.php?action=staff&act2=pres'>Change President</a></td></tr> <td><a href='yourgang.php?action=staff&act2=declare'>Declare War</a></td></tr> <td><a href='yourgang.php?action=staff&act2=viewsurrenders'>View or Accept Surrenders</a></td></tr> <td><a href='yourgang.php?action=staff&act2=massmailer'>Mass Mail Gang</a></td></tr> <td><a href='yourgang.php?action=staff&act2=name'>Change Gang Name</a></td></tr> <td><a href='yourgang.php?action=staff&act2=desc'>Change Gang Desc.</a></td></tr> <td><a href='yourgang.php?action=staff&act2=wmsg'>Welcome Message</a></td></tr> <td><a href='gangmarket.php'>Sell Gang</a></td></tr> <td><a href='yourgang.php?action=staff&act2=outsidemailer'>Mail Other Gang Leaders</a></td></tr> <td><a href='yourgang.php?action=staff&act2=alliances'>Alliance Manager</a></td></tr> <td><a href='yourgang.php?action=staff&act2=tag'>Change Gang Tag</a></td></tr> <td><a href='yourgang.php?action=staff&act2=pic'>Change Gang Picture</a></td></tr> <td><a href='yourgang.php?action=staff&act2=kill'>Delete Gang</a></td></tr>"; } } ************ENJOY***********
-
I am selling 1 v2 and 1 redux license Inbox me offers or email me [email protected]
-
Redux Basic Settings Text <th>Max Level:</th> <td><input type='text' name='max_level' value='{$set['max_level']}' /></td> </tr> <tr> <th>Level Gain:</th> <td><input type='text' name='level_gain' value='{$set['level_gain']}' /></td> </tr> <tr> <th>Health Gain:</th> <td><input type='text' name='hp_gain' value='{$set['hp_gain']}' /></td> </tr> <tr> <th>Brave Gain:</th> <td><input type='text' name='brave_gain' value='{$set['brave_gain']}' /></td> </tr> <tr> <th>Energy Gain:</th> <td><input type='text' name='energy_gain' value='{$set['energy_gain']}' /></td> </tr> Enjoy
-
mccode-v2 Streets & Hourly Reward | MCcode Redux Free Mods
chavdave replied to chavdave's topic in Free Modifications
Dont use Msn mate add me on Gtalk:[email protected] -
mccode-v2 Streets & Hourly Reward | MCcode Redux Free Mods
chavdave posted a topic in Free Modifications
Am still learning to code but am getting there check my redux Game http://www.crimevsjustice.co.uk/login.php ///RUN THIS SQL/// ALTER TABLE users ADD steps INT(11) DEFAULT 0 Add Link to Globals/header.php! <a href='".gen_url('streets',true)."'>Search the streets</a><br /> Then Finally Go to Public_Html and Open up Index.php and add this Array!!! 'streets' => 'Mods/streets.php', Thats it :D add streets.php to Public_html/Mods Add add the code below :D <?php /*Mccode Redux +------------------------------+ | File:streets.php | | © 2013 David Mccracken | | http://www.crimevsjustice.co.uk | +------------------------------+ */ if (!defined($_CONFIG['define_code'])) { echo 'This file cannot be accessed directly.'; exit; } $userid=$_SESSION['userid']; //Securing the $_GET AND $_POST $_POST['steps'] = (isset($_POST['steps']) && is_string($_POST['steps'])) ? $db->escape(strip_tags(stripslashes($_POST['steps']))) : ''; $_GET['action']=strip_tags($_GET['action']); $_POST['steps'] = abs((int) $_POST['steps']); //End securing the $_GET AND $_POST if($ir['jail'] or $ir['hospital']) { die("This page cannot be accessed while in jail or hospital.<br /><a href='" . gen_url('index', true) . "'>Home</a><br />"); } print "<h1><b>Search The Streets</b></h1><br /> "; if ($_GET['action'] != 'scavenge') { $steps=$ir['steps']; print "<fieldset>You wander around the steps, looking for something to do. You see an alley and want to go in. You have {$steps} steps left for today and will be topped up by 50 at 11 am Server Time. </fieldset> "; print " <br /><form action='" . gen_url('streets', true) . "&action=scavenge' method='post'><input type='text' name='steps' value='{$ir['steps']}'> <input type=submit value='search'></form>"; } else { $steps=abs((int) $_POST['steps']); for($i=0;$i<$steps;$i++) { if ($ir['steps'] < 1) { print("Sorry You do not have enough steps to search the streets any more. Come back at tomorrow.<br /><a href='index.php'><b>Go Home</b></a><br /> "); }else { $chance = rand(1,17); $db->query("UPDATE users SET steps=steps-1 where userid=$userid",$c); if ($chance == 1) { $amnt=rand(50,200); if($ir['main'] > $amnt) { print "As you search the streets you see a hobo; he asks you for \$$amnt and you tell him to piss off. Then he proceeds to punch the hell out of you. He takes the \$$amnt anyway.<br /><br /> "; $db->query("UPDATE users SET main=main- {$amnt } where userid=$userid",$c); $ir['money']-=$amnt; } else { print "As you walk the streets you see a hobo he asks you for $1 you tell him to piss off he smacks you over the head and looks in your wallet. Finding it almost empty he just runs off with it.<br /><br /> "; $db->query("UPDATE users SET main=0 where userid=$userid",$c); $ir['main']=0; } } if ($chance == 2) { print "Nothing here.<br /><br /> "; } if ($chance == 3) { $gained=rand(20,90)*$ir['level']; print "You found a bag of cash on the side walk you open it up and find <b> \$$gained</b> was inside.<br /><br /> "; $db->query("UPDATE users SET main=main+$gained where userid=$userid",$c); } if ($chance == 7) { print "You see a guy getting mugged, but you decide to keep walking. You don't want to be in his shoes anytime soon.<br /><br /> "; } if ($chance == 4) { print "While exploring the streets you found some cash, but a hobo came quickly behind you and whacked you over the head. You lurch in suprise and the hobo takes the cash and runs off.<br /><br />"; } if ($chance == 5) { $gain = rand(2,20); print "While searching the streets you found <b>$gain</b> crystals.<br /><br />"; $db->query("UPDATE users SET second=second+$gain where userid=$userid",$c); } if ($chance == 6) { $gain = rand(50,100)*(floor($ir['level']/2)+1); print "While searching the streets you found <b> \$$gain</b>.<br /><br /> "; $db->query("update users set main=main+$gain where userid=$userid",$c); } if ($chance == 8) { print "Nothing here. Just a few drunk bums.<br /><br /> "; } if ($chance == 9) { print "Nothing here.<br /><br /> "; } if ($chance == 10) { print "Nothing here.<br /><br /> "; } if ($chance == 11) { print "Nothing here.<br /><br /> "; } if ($chance == 12) { print "Nothing here.<br /><br /> "; } if ($chance == 13) { $expcur=(($ir['exp']+$ir['exp_needed'])/100); $exp=7; print "You got in a scuffle with a bum, and WON you gained 7 EXP Points!<br /><br /> "; $db->query("UPDATE users SET exp=exp+7 WHERE userid=$userid",$c); } if ($chance == 14) { print "Nothing here.<br /> "; } if ($chance == 15) { $jailtime=(int) rand(10,25); $loseruser = $ir['userid']; $reasonjail = 'You got caught trying place a bomb on a rival gang car while searching the streets and got chucked in jail'; $db->query("UPDATE users SET jail=$jailtime WHERE userid=$loseruser",$c); $db->query("UPDATE users SET jail_reason='$reasonjail' WHERE userid=$loseruser",$c); print ("Got caught trying place a bomb on a rival gang car while searching the streets and got chucked in jail, unlucky... <br /><br /><font color=green><b>Good news</b></font>: You lost no money.<br /> <font color=red><b>Bad News</b></font>:You have to go to jail. <br /><br /> "); $h->endpage(); exit; } if ($chance == 16) { $gain = rand(1,5); print "While searching the streets you found <b>$gain</b> Points. <br /><br />"; $db->query("UPDATE users SET second=second+$gain where userid=$userid",$c); } if ($chance == 17) { $hosptime=(int) rand(5,15); $loseruser = $ir['userid']; $reasonhosp = 'Beaten up by a Wise Guy while searching the streets'; $db->query("UPDATE users SET hospital=$hosptime WHERE userid=$loseruser",$c); $db->query("UPDATE users SET hospreason='$reasonhosp' WHERE userid=$loseruser",$c); print ("You got beaten up by a Wise Guy, pathetic. <br /><br /><font color=green><b>Good news</b></font>: You lost no money.<br /> <font color=red><b>Bad News</b></font>:You have to go to hospital. <br /><br /> "); $h->endpage(); exit; } $ir['steps']--; print" <fieldset> You have <b> {$ir['steps'] }</b> Searchs left for today!</fieldset><br /> "; } } if($ir['steps']==0) { print "You Already used all you searches for today!<br /><a href='index'><b>Go Home</b></a> "; } else { print " <form method=post action=streets.php?action=scavenge><input type=hidden name=action value=scavenge><input type='text' name='steps' value=' {$ir['steps'] }'> <input type=submit value='search the steps'></form>"; } } ///End of file Hope you Enjoy :D/// $h->endpage(); -
I need chat mod made. For MCCodes Redux (v2.5) 2.5.6b
chavdave replied to EATmyFIST's topic in Paid Modifications
I have converted cronus Shoutbox from v2 to Redux :D [ATTACH]868[/ATTACH] I have Converted Cronus Shoutbox v2 to Redux Enjoy Download the files and follow the install.txt Really Simple/ shoutbox_redux_mod.zip -
*****FILES INCLUDED***** stafflist.php //// Overwrite the one you have with this/// staffl_special.php //// Overwrite the one you have with this/// Resign.php staff_level_3.php staff_level_4.php staff_level_5.php moderator_panel.php *****END***** ****NEW USER LEVELS***** user_level 2 (Admins) staff_level_1 user_level 3 (Super Moderator) staff_level_2 user_level 4 (Moderator) staff_level_2 User_level 5 (Assisant) User_level 6 (Helper) *****END OF USER_LEVELS***** staff_ranks-1.zip
-
Crime-Nations.Com | Free Mafia MMORPG Browser Game
chavdave replied to VegasKiller's topic in Game Projects
Yea had a look at the screenys :D One problem when you go to sign up and you are picking you Bday ect in the drop down box you cant see the numbers ect.... -
Crime-Nations.Com | Free Mafia MMORPG Browser Game
chavdave replied to VegasKiller's topic in Game Projects
Already had a look :D