Jump to content
MakeWebGames

AbsentCrisis

Members
  • Posts

    154
  • Joined

  • Last visited

    Never

Everything posted by AbsentCrisis

  1. Re: [mccode] 8 Lines to secure your site from known sql injections. Yeah best thing to do is secure the whole source, its not too difficult if you take some time to learn.
  2. Re: problem when selling items Maybe you should look to hire a coder or look for someone to help you, since you are having many problems with your game and seem kind of clueless of how to fix them.
  3. Re: Using time? Add to the header file so it actually is apart of the game not just a file that would never be used.
  4. Re: problem when selling items Check the query which inserts the sale in to the "itemselllogs" im guessing.
  5. Re: problem creating new shops Then you shouldn't be running a game.
  6. Re: problem creating new shops Check the query in the file it should be an easy fix.
  7. Re: [Edited V.lite] Free Game Souce What new to this Lite version then...
  8. Re: Exp bar seems a little bit broken.. put the bars under the text its becuase its too cramped maybe, if that dont fix let me know.
  9. Re: Staff application The only problem was a missing ". But try this;   { echo ' <tr><td> <a href=staff.php?action=basicset>Basic Settings</a></td></tr> <tr><td> <a href=staff.php?action=announce>Add Announcement</a></td></tr> <tr><td> <a href=staff.php?action=lstaffaps&lock=1>Lock Staff Apps</a> <tr><td> <a href=staff.php?action=lstaffaps&lock=2>Unlock Staff Apps</a> <tr><td> <a href=staff.php?action=staffaps>Staff Applications</a> '; }
  10. Re: [?5]Login & Register[v1+v2] This was a request not what i usualy do as i stated....only the characters in the iamges are from a render pack i downloaded.
  11. Re: Can some help me with one little thing? Something like that:   if($ir['user_level'] > 1 { <TD>Staff Actions : </TD> <TD>[b] [url='sactions.php?userid={$r[']View Actions[/url] [/b]</TD> </TR> </TABLE>"; }
  12. Re: How can you get a different Icon for your website? yh im sure it would be easy to do so using a little php.
  13. Re: [?5]Login & Register[v1+v2] Nope lol...maybe it does to you but this is a new style I did becuase someone said they want to see if i can do it.
  14. Re: Cron Job Replacement Haunted Dawg and MTG made a cron replacment already available for free.
  15. Re: [V2] Distrubed City demo account becuase captcha aint working...and the login layout isnt yours ive seen it else where.
  16. Re: [review] Godfathers United Demo account?...
  17. Re: [REVIEW] Mafia Brotherhood I was just going to say doesnt load but, I see you placed a comman instead of a fullstop. www.mafiabrotherhood.co.uk (working link) Review: Saw the login and closed the tab.
  18. Re: Easy Help Tutorial With Admin Feature   <?php if($ir['user_level'] != 2) { echo 'You cannot use this!';//only requires single quotes exit($h->endpage()); }//better way to exit the page
  19. Re: Simple Template V2 Replace: $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; With something like: $IP = $_SERVER['REMOTE_ADDR']; mysql_real_escape_string($IP);
  20. Re: Donator Gym V2 Wouldnt it be 10x simpler just to merge this with the normal gym.php ?
  21. Re: v2 upgrading hosp time Well if you read you would understand what this does. Heres an example for the people who are having difficulties; 1) X attacker attacks ---> X victim 2) X attacker beats X victim 3) X victim gets put in hospital for 100 mins (example) //------This would be the end of an attack in a general mccodes based game------// //---------------------The following is what has been added---------------------// 4) X attacker now gets the option to increase X victims hospital time, by exchanging 10 crystals for +1 minute more. In this case X attacker chooses to echange 50 crystals which totals to +5 minutes on X vicitim's hospital time. 5) Now X vicitim is in hospital for 105 minutes (100mins from attack + 5mins from crystal exchange). If you can't understand that well...
  22. Re: Items Well im no genius at mccodes but im guessing a simple if statement should do the job, checking the ID of the item.
  23. Re: [REVIEW] Organized Gangstas - Please review!! Dont like the template makes mee feel sick for some reason - I'd suggest you change that, go with a new black/red theme. And most of the things have remained default - Change and recode virtually everything. Thats about all i can say about your game.
  24. Re: [mccode2] Updated Attack Script That Works With My Updated Inventory ($10.00) I agree over priced $5 would be pricey but reasonable sice its just a tweak not a recode and its simple tweak.
  25. Re: [mccode 2] another explore Is there any need to use the .png format .gif is much more suited to this and it doesnt have to be so big heres a opitimized version on your gradient:
×
×
  • Create New...