Jump to content
MakeWebGames

KyleMassacre

Members
  • Posts

    2,921
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by KyleMassacre

  1. You can maybe try this. I believe you have to be logged in to download the file. He also has one for the minute cron for v2 but you can convert it over to v1 http://www.mccodemods.com/devforum/featured-free-v1-mods/remove-5-minute-cron/
  2. What I mean is a field like where we put in our contact info for msn, skype, and all that jazz where we enter our game url, lasses through the validator and if returns true and adds an icon with a link to our game by our contact stuff here in the forums. I havent seen It in a minute but sometimes people post in help topics about the OP not running licensed software. And plus it can be used as some advertising for game owners you know.
  3. Ehhh I dont like turkey I prefer ham but thanks anyways
  4. Agreed. Granted ROZ has urked me by some of his posts by being such a negative nancy 99% of the time it is sad to see someone leave over such nonsense. Off topic here but following up on Octarine's post: function remove_enemy() { global $ir, $c, $userid; $_POST['ID'] = abs((int) $_POST['ID']); mysql_query( "DELETE FROM blacklist WHERE bl_ID={$_GET['f']} AND bl_ADDER=$userid", $c); print "Black list entry removed! <a href='blacklist.php'>> Back</a>"; } Shouldnt it be something like: function remove_enemy() { global $ir, $c, $userid, $h; $_POST['ID'] = abs((int) $_POST['ID']); //The POST was secured what about the GET? $_GET['f'] = abs((int) $_GET['f']; if ($_POST['ID'] != $_GET['f']) { print "An error has occurred, please go back and try again. <a href='blacklist.php'> Back</a>"; $h->endpage; exit; } mysql_query( "DELETE FROM blacklist WHERE bl_ID={$_GET['f']} AND bl_ADDER=$userid", $c); print "Black list entry removed! <a href='blacklist.php'>> Back</a>"; }
  5. In regards to the rep points maybe +1 could/should show and -1 be anon to maybe not start a hate war cause some people take things personal. Also another idea is I believe I spoke to you about this way back when so I dont know if you remember but maybe a game url validator for various paid engines like MC and if A_B wants to hop on the bandwagon NWE for the forums? **Edit** Another thing, maybe fix the fact that when someone posts it tries to double post for some reason or maybe its just me
  6. Im posting this idea in regards to snikos new GOTM venture he is currently hosting. Since badges and awards or whatever you wish to call them will be handed out is there away we can get them added to our profile?
  7. To me looks very clean. A lot of people dont realize that sometimes less is more but It could use a bit of color here and there
  8. What I really dont understand is why someone would want to try to increase sales by boasting about a server that allows in most countries illegal content especially here where most people try to make a little cash on the side by selling work they create. That in my opinion is wrong. Now think about this, you say that your country where your server is hosted doesnt recognize DMCA laws do they recognize DDOS laws as well? Good luck with that but you shouldnt have to worry about that since Romania is EU
  9. This actually looks really good. Its a lot different than what I have seen or played. May i ask if this is all custom or is it a premade game script?
  10. You should be able to edit/add crimes in your staff panel: staff.php
  11. if(date('N')=5)// 1 for monday 7 for sunday { //-- Finding items query $fia=(int) rand(1,2); $fib=(int) rand(2,3); if($fia == $fib) { $iq=$db->query("SELECT * FROM items WHERE itmbuyable=1 ORDER BY rand() LIMIT 1",$c); $r=$db->fetch_row($iq); $item=$r['itmid']; $userid=$ir['userid']; $db->query("INSERT INTO inventory VALUES ('', $item, $userid, 1)",$c); event_add($userid,"While passing through (INSERT NAME OF YOUR GAME HERE) You Found A {$r['itmname']} HAPPY FRIDAY!.",$c); } } Do something like that if you want it to be on a certain day
  12. Hmmm. Login looks mighty familiar to me. It looks shockingly similar to mine. On a side note dont go advertising a game with my stolen template and an unregistered version of mc codes ;) so later ill try to start up a dmca atleast for my template. Cheers!
  13. Oh boy, times have changed since I stopped gaming on pcs case I never thought of intel being good for anything other than word docs and spread sheets. I used to run AMD all the way before dual/quad core was ever heard of lol and ran ATI gpus cause every nvidea i had burnt out while playing CS and not even CS Source. But thanks for the tip if i decide to ever want to break down and buy a windows pc (yuck)
  14. Im going to take a shot in the dark here but are you setting a $session['key'] and linking it up with your captcha some where? Cause normally what i thought is for a captcha its just a random set of chars that you set up and a user just copies whats in the image and types it in the text box. In a side note i would hate to fill in a 32 char captcha. So to make sense of this, if your captcha is less that 32 characters in length something is wrong from what im reading and may be infact wrong
  15. You know, I really like it. Here some of my ideas so take it as you wish: Instead of that "Click here to login" maybe make 2 buttons a register and login and when they click one or the other the little board drops down either with a login panel or a reg panel but still very cool.
  16. Ahhh, very nice and clean. I dont think I have ever been disappointed in peters work
  17. I will have to disagree here. I think its quite nice, sometimes less is more. And for some reason im getting a picture in my head when logging in the plywood hanging by the ropes bounces up and a secret door opens up through the wall or maybe im delirious <- hope thats spelled right. That would be pretty sweet if you make it happen haha
  18. I use tect wrangler myself and its freeware. Unfortunatly OSX text editors aren't the prettiest when it comes to syntax highlighting but then again im picky cause I do like notepad++ and the cpanel file managers highlighting but text wrangler gets the job done for me
  19. I cant seem to get passed the TOS, I click accept and its a blank screen. For anyone else here you go: Username: MWGmember Password: mwgmember
  20. I stumbled upon thisSMF Online Manual so maybe this may help
  21. i made a little cheesy script to take your current members get imported to the smf db. its ugly but works so dont hate appreciate lol, but im sure some one will think of a nicer way and possibly share the wealth <?php include "globals.php"; $query=$db->query("SELECT `userid`, `username`, `userpass`, `email`, `signedup` FROM users WHERE userid > 1"); while ($r=$db->fetch_row($query)) { $link = mysql_connect("localhost", "root", ""); mysql_select_db("smf", $link) or die(mysql_error()); mysql_query("INSERT INTO smf.`smf_members` (member_name,date_registered,real_name,email_address,passwd) VALUES ('{$r['username']}','{$r['signedip']}','{$r['username']}','{$r['email']}', '{$r['userpass']}')") or die(mysql_error()); mysql_close($link); } print "Members inserted correctly"; ?>   Im currently trying to work out a way to take something like cronus' announcement mod and make a new thread there but im hitting a little snag on it creating a new thread instead of it adding to a current one
  22. I like this idea, I was thinking of trying to do the same but wayyyy above my level of programing knowledge
  23. I could be wrong on this but the default fail/jail ratio is determined by your success ration and a rand(). So if you success percentage is lower that 100% the it triggers the rand(1,2). So if you fail and rand()=1 for example then you go to jail, else you just fail and nothing happens. For the experianced gained its the amount of cash awarded for the crime divided by 8 and thats by default. What I have done is changed that so I can control the amount of xp given per crime with a numerical value of my choice and a seperate cash value of my choice, this way for higher level players I dont have to give an absurd amount of cash for them to gain xp that is appropriate for their level in hopes to balance out ingame currency and speed level really easily.
  24. You can maybe try something like this if ($ir['jail']) { echo "<b>NB:</b> You are currently in jail for {$ir['jail']} minutes.<br />"; } and I replaced it with this: $key=$db->query("SELECT * FROM inventory WHERE inv_itemid = *2* && inv_userid = {$ir['userid']}"); while($jk=$db->fetch_row($key)) if ($ir['jail']) { echo '<b>NB:</b> You are currently in jail for {$ir['jail']} minutes.<br />'; if ($db->num_rows($jkey) { echo' You currently have {$jk['inv_qty']} Jail Key(s)<br /> Use your <a href="itemuse.php?ID={$jk['inv_itemid']}">Jail Key</a> to get out<br />'; } } Also, if you want you can make this change to itemuse.php Find: echo $r['itmname'] . ' used successfully!' and replace it with: echo $r['itmname'] . ' used successfully!<br />'; echo 'Return <a href="index.php">Home<a/>;   Change it to your *item id* number for your jail keys Also if you wanted to you could make the same edits in the header to work for an item that gets you out of the hospital too
  25. Change include "globals.php"; to include 'globals.php';
×
×
  • Create New...