Jump to content
MakeWebGames

M0B2

Members
  • Posts

    60
  • Joined

  • Last visited

Everything posted by M0B2

  1. Re: [V2] Disturbed City i have not told anyone to spam other game and i have not given permission to do so
  2. Can someone help me secure a game, like the cystal market and everything. And also how can i secure the login and other files?
  3. Re: [V2] Disturbed City www.disturbedcity.com
  4. Edit: Removed Cap's ~Shedh
  5. EDIT: Removed Cap's ~shedh
  6. Re: [mccodes v2]Army Fight [50$] one copy This looks great
  7. Re: Suicide Bombing where have you seen it and if no one else has posted it and i am the first one to postit surely must mean its mine
  8. i tried selling this mod but i just got accused for stealing it so i am going to prove it is not stolen by giving it out free but i wont give my hitman mod out for free though well here it is create a file called suicide.php   <?php /*----------------------------------------------------- -- Update "SUICIDE" {Script 1/1} -- Mobz Productions / Mobz Productions Codes Updates -- Update Codes Coded by M0B2. -- Copyright 2008-2012 -- Mobz Productions -- Mobz Productions run by M0B2. (V1) -----------------------------------------------------*/ session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); if($ir['hospital'] > 0) { die("You cannot access this page from hospital"); } $_POST['ID'] = abs((int) $_POST['ID']); $_GET['ID'] = abs((int) $_GET['ID']); if($_POST['ID']) { $q=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid={$_POST['ID']}",$c); $r=mysql_fetch_array($q); if($r['isnpc']=="yes") { mysql_query("UPDATE users SET hp=1,hospital=hospital+80+(rand()*230),hospreason='Mixed the wrong wires and blew himself up' WHERE userid=$userid and user_level != 0",$c) ; print "<font color=red>Idoit, You mixed the wrong wires and blew yourself up."; } else { $id=$_POST['ID']; $od=mysql_query("SELECT * FROM users WHERE userid=$userid",$c); $r=mysql_fetch_array($od); $exp=(int) ($r['exp']/(($r['level']+1)*($r['level']+1)*($r['level']+1)*2)*1000); event_add($r['userid'],"You attempted a suicide bombing.",$c); mysql_query("UPDATE users SET hp=1,hospital=hospital+80+(rand()*230),hospreason='Commited a suicide bombing' WHERE userid={$r['userid']} and user_level != 0",$c) ; $od=mysql_query("SELECT * FROM users WHERE userid=$id",$c); $r2=mysql_fetch_array($od); $exp=(int) ($r['exp']/(($r['level']+1)*($r['level']+1)*($r['level']+1)*2)*1000); event_add($r2['userid'],"You were caught in a suicide bombing.",$c); mysql_query("UPDATE users SET hp=1,hospital=hospital+80+(rand()*230),hospreason='Killed in a suicide bombing' WHERE userid={$r2['userid']} and user_level != 0",$c) ; $u=mysql_query("SELECT COUNT(*) as cnt FROM users",$c) or die(mysql_error()); $tu=mysql_fetch_array($u); $rd=rand(1,$tu['cnt']); $od=mysql_query("SELECT * FROM users WHERE userid=$rd",$c); $r3=mysql_fetch_array($od); $exp=(int) ($r['exp']/(($r['level']+1)*($r['level']+1)*($r['level']+1)*2)*1000); event_add($r3['userid'],"You were caught in a suicide bombing.",$c); mysql_query("UPDATE users SET hp=1,hospital=hospital+80+(rand()*230),hospreason='Killed in a suicide bombing' WHERE userid={$r3['userid']} and user_level != 0",$c) ; print "You blew an entire park to kill [b]{$r2['username']}[/b] at the cost of your own life. Well Done. Oh BTY you managed to kill [b]{$r3['username']}[/b] in the cross fire. "; } } else { $q=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid={$_GET['ID']}",$c); if(mysql_num_rows($q) == 0) { print "[b]if the bombing is successful your enemy straight to hospital!![/b]<form action='suicide.php' method='get'> <input type='text' name='ID' /> <input type='submit' value='Search' /></form>"; } else { $r=mysql_fetch_array($q); print "You Attempting to kill [b]{$r['username']}[/b] at the cost of your own life. "; { print "<form action='suicide.php' method='post'><input type='hidden' name='ID' value='{$_GET['ID']}' /><input type='submit' value='Suicide Bomb' /></form>"; } else { if($r['hospital'] > 0); print "<font color=red>You cant kill him now he's already dead!, well that saves you from dying!"; } } } $h->endpage(); ?>   post if their are any prob, there shouldnt be any though and hopefully this clears all alligations :-D
  9. Re: Hitman Players [$30]   I'd like to thank Einey for being the first person not to accuse me and use their brain and see logic and also clear the air of all accusations that i could in fact be legit and the mod could in acutal fact not be stolen
  10. Re: Hitman Players [$30]   THIS MOD IS NOT STOLEN! I AM SKINT THAT IS WHY I HAVE NO MONEY TO MAKE A GAME THAT IS WHY I AM SELLING THIS MOD! TO MAKE ENOUGH MONEY TO MAKE A GAME!
  11. Re: Hitman Players [$30] i know but i need to make a game first and need a partner to make one :-D
  12. Re: [V2] Main Menu (army/gangsta Theme) looks good
  13. Re: Hitman Players [$30]   i am going to show a screen shot hopefully soon and i have nothing to hide as it is mine. everyone needs to relax. lol :-D
  14. Re: Hitman Players [$30] i will add screen shots when i finish MY new game
  15. Re: [mccodes v2]street gangs [100$] just one copy it looks sik :-D
  16. Re: New Houses Mod [Mccodes V2] this is great
  17. Re: Hitman Players [$30]   prove it is not stolen or anything like that my own code :-D
  18. i thought it would be neat to see the list of donators in your game, i know many people already have this butto those who dont here it is create a file called donatorview.php   <?php /* -- Mobz Productions -- -- A Product of Mobz Productions -- -- For contacting game -- -- Created by M0B2 -- -- Contact.php -- */ session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); if($ir['donatordays'] == 0) { die("This feature is for donators only."); } print "<h3>Donators List</h3>"; print "<table width=85% class='table' cellspacing='1'><tr><td>User</td> <td>Level</td> <td>Donator Days Left</td> <td>Mail Them</td> <td>Attack Them</td></tr>"; $q=mysql_query("SELECT * FROM users WHERE donatordays > 0 ORDER BY donatordays",$c); while($r=mysql_fetch_array($q)) { print "<tr><td>[url='viewuser.php?u={$r[']{$r['username']}[/url] [{$r['userid']}]</td><td>{$r['level']}</td><td> {$r['donatordays']} Donator Days Left</td><td>[url='mailbox.php?action=compose&ID={$r[']Send Mail[/url]</td> <td>[url='attack.php?ID={$r[']Attack[/url]</td></tr>"; } print "</table>"; $h->endpage(); ?> link this to any where in the game give me a +1 if you like lol :-D
  19. This code allows people to be hitmen and allows other players to request someone to killed. To be a hit man they need to have a set number of stats. It is very easy to install. mail me at [email protected] for information
  20. Re: PLEASE DONT LISTEN TO SKULL ABOUT BUYING LW CODES ITS A SCAM   he is right, so there is no point in wasting time with lost warzone
  21. this will allow a person to contact a game through email. create a file called contact.php and in it add <?php /* -- Mobz Productions -- -- A Product of Mobz Productions -- -- For contacting game -- -- Created by M0B2 -- -- Contact.php -- */ print "Staff Contact form: if($_POST['mes']) { $to=Your Email Here; $subj = "Your Game Name Contact Form"; $mess =$_POST['mes']; $headers ="From: $_POST['email'] "; mail($to,$subj,$mess,$headers); } print "Your message has been sent to "Your Game Name Contact Email" You will get a reply as soon as posible. <a href='http://www.yourgameurl.com/index.php>Back to game...</a>"; } else { print "You are contacting Your Game Name game. <form action='contact.php' method='post'> Your Email: <input name="email" type="text" value="Your Email Here"> <textarea cols=30 rows=15 name='mes'> </textarea> <input type='submit' value='Send!'></form>"; } $h->endpage(); ?> any prob please post
×
×
  • Create New...