
AbsentCrisis
Members-
Posts
154 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by AbsentCrisis
-
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.
-
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.
-
Re: problem when selling items Check the query which inserts the sale in to the "itemselllogs" im guessing.
-
Re: problem creating new shops Then you shouldn't be running a game.
-
Re: problem creating new shops Check the query in the file it should be an easy fix.
-
Re: [Edited V.lite] Free Game Souce What new to this Lite version then...
-
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.
-
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> '; }
-
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.
-
Can some help me with one little thing?
AbsentCrisis replied to Strats's topic in General Discussion
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>"; } -
How can you get a different Icon for your website?
AbsentCrisis replied to Strats's topic in General Discussion
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. -
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.
-
Re: Cron Job Replacement Haunted Dawg and MTG made a cron replacment already available for free.
-
Re: [V2] Distrubed City demo account becuase captcha aint working...and the login layout isnt yours ive seen it else where.
-
Re: [review] Godfathers United Demo account?...
-
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.
-
Easy Help Tutorial With Admin Feature
AbsentCrisis replied to SouIAssassin's topic in Free Modifications
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 -
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);
-
Re: Donator Gym V2 Wouldnt it be 10x simpler just to merge this with the normal gym.php ?
-
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...
-
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.
-
[REVIEW] Organized Gangstas - Please review!!
AbsentCrisis replied to joker313's topic in Browsergames
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. -
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: