Jump to content
MakeWebGames

Haunted Dawg

Members
  • Posts

    2,933
  • Joined

  • Last visited

    Never
  • Days Won

    1

Everything posted by Haunted Dawg

  1. Re: whore house Legend killer there is alot of updates to this whore house.
  2. Re: [v1]Virus Mod[v1] This mod is the one zaver got made! i just looked at his code and urs its identical!
  3. Re: Ideas... Lol prob is i never remembered all the items table sqls i think its either items_id or some thng cant quite remmember ill update post next time i see my codes.
  4. Re: Ideas... You must be carefull where u put the code. :-)
  5. Re: Ideas... Not a mod but anyways. Here is the steps to get this working: 1.- Create The Item. 2.- Go into your database and check the id of the item. 3.- Add the following code to your attack script: $code = "item id here"; $a = mysql_query("SELECT * FROM inventory WHERE inv_userid = '{$userid}' AND inv_itemid = '{$code}' ") or die(mysql_error()); $g = mysql_fetch_assoc($a); if($g['inv_qty'] > 0) { echo '<form action="poisen.php?user='.$r['userid'].'" method="get"><input type="submit" value="Poisen Them"></form>'; }   And here is the code for poisen.php:   <?php include("globals.php"); $_GET['user'] = abs(@intval($_GET['user'])); $t = mysql_query("SELECT * FROM users WHERE userid = '{$_GET['user']}' ") or die(mysql_error()); $f = mysql_fetch_assoc($t); if(mysql_num_rows($t) == 0) { die('User does not exist.'); } $rand = rand(1,500); //Hospital Time $reason = "Got injected with poisen"; //Hospital Reason mysql_query("UPDATE users SET hospital = '{$rand}',hospreason = '{$reason}' WHERE userid = '{$_GET['user']}' ") or die(mysql_error()); event_add($_GET['user'],"You just got poisened by <a href=viewuser.php?userid=$userid>{$ir['username']}</a>"); //Replace this line with the item_remove code as i do not know it. echo 'You poisened '.$f['username'].' for '.$rand.' time.'; $h->endpage(); ?>   Add more code if you want to it. USE THIS UPDATED ONE!!!
  6. Re: Visus LOL most probaly the one that zaver requested to make.
  7. Re: Ideas... I do not have a problem with your grammer as i know you just want to prove to people here that you can talk. But i bet you dont talk like you talk here on msn do you? And what i mean is: IF YOU DONT HAVE NOTHING NICE TO SAY THEN SHOVE IT UP YOUR ASS.
  8. Re: Ideas... Lost one i sold the mod bieng a 16 file but then i actualy changed it all into 2 files and now if you dont have nothing nice to say bye bye!
  9. Hey There, I want some ideas of mods so i can create and sell/give away. Here is what i offer: Free mods will be: 2 files sqls Paid mods will be: 2+ files sqls images etc... If the mod is 2 files or less i will give it away for free if its 2+ files i will charge about $5 - $30 my highest priced mod every made was $25 wich was actualy like 16 files. This mod will be created during the week days on my spare time but i will make them. IDEAS MUST BE UNIQUE and by unique i mean no one has created this YET. Thanks you can either contact me here or via msn [email protected]
  10. Re: Staff Password without sql's. (ANY VERSION) If you install it properly it will work properly... Updated version below: Stafflogin.php: <?php include("globals.php"); if($ir['user_level'] == 1) { echo 'You must be a total newb if your trying to login to the admin panel XD'; $h->endpage(); exit; } echo 'You were redirected here because you are not logged into the staff panel. '; if($ir['user_level'] == 2) { $pass = "Admins password"; } else if($ir['user_level'] == 3) { $pass = "Secretarys Password"; } else if($ir['user_level'] == 5) { $pass = "Assisstants password"; } $_POST['pass'] = htmlspecialchars(mysql_real_escape_string($_POST['pass'])); if($_POST['pass'] == $pass) { $_SESSION['stafflogin'] = 1; header('location: staff.php'); } else if($_POST['pass'] != $pass) { echo 'Wrong password. Go back and try again.'; $h->endpage(); exit; } echo '<form action="stafflogin.php" method="post"> Password: <input type="password" name="pass"> <input type="submit" value="Submit"></form>'; $h->endpage(); ?>   smenu.php code: if($_SESSION['stafflogin'] == 0) { header('location: stafflogin.php'); }   This updated code i guess you can give each userlevel a different password. If your clever enough you can even give each user a different password by changing the if statements.
  11. Re: Password Protect Staff/Admin Panel yh that i made :P
  12. Hey I thought I'd make this because alot of people are just posting some that dont work and some that they never made. Create a file stafflogin.php and put this in it: <?php include("globals.php"); echo 'You were redirected here because you are not logged into the staff panel. '; $pass = "Password here"; $_POST['pass'] = htmlspecialchars(mysql_real_escape_string($_POST['pass'])); if($_POST['pass'] == $pass) { $_SESSION['stafflogin'] = 1; header('location: staff.php'); } echo '<form action="stafflogin.php" method="post"> Password: <input type="password" name="pass"> <input type="submit" value="Submit"></form>'; $h->endpage(); ?>   Now so that they cant get passed your staff.php add this to your smenu.php: if($_SESSION['stafflogin'] == 0) { header('location: stafflogin.php'); }   Add that close to the top of your smenu.php. Thanks and i hope you appreciate it.
  13. Re: updated staff Password Protect Pages You never made this.
  14. Re: Newsletter Mod Didnt zaver make a mod like this for $10
  15. Re: Need Help With [V3] V3 is not currently out when i got licenced i spoke to the 2 owners of mccodes: coldblooded and dabs, v3 is not out at the moment they are busy making it as secure as posible and this time they wont just be selling to anyone they will be selling it to people who they know and who they trust either wise another thing they are going to do is legalize it since coldblooded is old enough he has gotten the rights to the la and if anyone is attempted to use an illegal v3 source you will be taken to court. Note: coldblooded and dabs mentioned to me that the current source of www.monocountry.com is running on a v3 base.
  16. Re: Contact Form (Fresh & NEW!) cherrydarling it aint a mailbox its a contact form like if you would want to contact ur host or something? its like that.
  17. Re: Contact Form (Fresh & NEW!) In your smenu.php
  18. Re: Profile Music Lol ur function do_music_change is just like mine :S btw where is the code to display the music?
  19. Re: Count Users Clicks no zeggy its so erratating. Everything i have posted on here some one has to come and post some thing totaly pathetic back :\.
  20. Re: Count Users Clicks   I BET U NOW YOU WOULD OF USED A SQL TO JUST SHOW THE USERS CLICKS SINCE LAST LOGIN EH? WELL INFACT SO U DONT NEED TO USE IT IF U DONT WANT TO SO NOW PISS OFF LITTLE BOY SCAMMER!
  21. Re: Upload Image & Display $10 Jay-Dogg no one has bought it yet from here so there will be no one asking u for the fix and when verifying pls ask me if they have bought it or not.
  22. Re: Count Users Clicks DUDE JUST FUCK OFF MY POSTS OK ITS FUCKING FREE LIKE I SAID I USE IT FOR MY PTC NOT FOR MY GAME! when i use it for my ptc i check for people who cheat like if they get 5 clicks in less that 2 seconds they refreshing a page a bunch of times so it takes u to a page where u need to put in a code just like iso's one him and ferdi made OK! NOW JUST FUCK OFF!
  23. Re: Count Users Clicks You are adding it wrong add my msn [email protected] :-)
  24. Re: Count Users Clicks Well its free so use it or dont post pathetic things!
  25. Hey there i am using this for my ptc and for the mood mod i have made :D i thought i would give it as a free mod :D add this in header where ever you want to display:   session_start(); $_SESSION['clicksmade']+=1; echo 'Clicks Made Since Logged In: ' .$_SESSION['clicksmade']. ' ';   Another code so that you can credit a user each time they get 200 hits. if($_SESSION['clicksmade'] > 100) { mysql_query("UPDATE users SET money=money+10000 WHERE userid=$userid"); echo 'You just made your self $10,000 for clicking 100 times.'; }   And use this code in your authenticate under your $_SESSION['loggedin']=1;   $_SESSION['clicksmade']=0;   Thanks.
×
×
  • Create New...