Jump to content
MakeWebGames

chavdave

Members
  • Posts

    121
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by chavdave

  1. 5-10 Mins to install Download the ZIP and follow the steps Enjoy weekly_bonus.zip
  2. He dont like me for the reason being i wouldnt send my licence first even after i shown him screenshots ect    
  3. I do not have time to do anything with my licences selling each license at $40-$50 add me on gtalk : [email protected]
  4. Free to Use File inclucdes ddrewards.php dailypoints.php starter.php and install.txt Enjoyhttps://www.dropbox.com/s/kp4jyabfmckwxhl/gprgmods.zip
  5. V2 $30-$40 Redux $50 If interested please email me on [email protected] or add me on Skype: chavdave2 :):):)
  6. Sure have mate i like learning thou :D
  7. *****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***********
  8. I am selling 1 v2 and 1 redux license Inbox me offers or email me [email protected]
  9. 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
  10. 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();
  11. 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
  12. *****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
  13. 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....
  14.   Already had a look :D
  15. Great Mod Well done :D
  16. Sure buddy here you go :D http://pastebin.com/LQwvywiz
  17.   no it didnt i did it all this morning like i stated on the mccodes it a upgraded version of the crystal temple and its free members on my game find it useful hence why i put it on here
  18. Love it :D   This was created for my game by Sniko and i have had now errors i have done some tweaks to it and added more color's :D Good work Sniko :D
  19. [ATTACH]761[/ATTACH][ATTACH=CONFIG]759[/ATTACH] Here is my first Mod its a upgrade version of the Crystal Temple . I have named it Crystal Dome . In the crystal dome your players can refile all there stats. File includes. 1 php file 1 Screenshop 1 install.txt Easy to install just download the Zip and upload Crystal dome php File add the link and your good to go . davesMods_crystal_dome.php.zip
  20. Hey i am selling my NWE Game engine license as i have not done nothing with it example of the engine : http://www.thugworld2012.com Add me on skype : chavdave2 or email me : crimevsjustice:gmail.com as dont use this forum much just selling my NWE license here
  21. Well i can host many things not just using my VPS i work with my actual host and can sell for them with discount and just for your information i have about 10 Domains/cpanels hosted on my vps and still running fast one thing i love about the MWG you always think your better than other Get a grip ....And again can upgrade my vps when need to and i have a friend making me a main page like raven said in the post its new and we do more free hosting while we are setting up so how can you complain about free hosting ..You been coding for years dont make you better than is OK !
  22.   Yes i am doing forum has moved to a new Domain i have edited my post Mail me on there and we can talk Raven
  23. Thanks its a free services with many services :D
×
×
  • Create New...