Jump to content
MakeWebGames

tittlemouse

Members
  • Posts

    303
  • Joined

  • Last visited

    Never

tittlemouse's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [mccode v2] Games Centre any way that we could add flash games swf files? and also anyway we could get users to post there scores
  2. Re: can someone convert this to v2 wow w3schools.com is a great site i will start with html and css and when i am good at that i will move on. if i am a total noob how long you think i will need to learn?
  3. Re: can someone convert this to v2 ok her i go i dont know html that good i dont know php- i have a book php-5-for-dummies i dont know mysql but i do want to learn
  4. Re: can someone convert this to v2 true you are right tezza. i am a rubbish coder and i will not learn nothing if i do not try, is there a mccodes coding guide somewhere on this forum so i can learn and code for myself it is about time that i stop relying on other members to do what i should learn
  5. hi my site link is www.hitman-country.co.uk please can i have my site reviewed it is a game where you become a hitman and try to become the best
  6. Re: [REVIEW] Dowtown Toronto RPG ~ review i like this site nice login page nice ingame content and i liek the new banner. 8/10
  7. Re: Psychotic Insanity yeah i dont like the site the banner does not work nor does the ingame layout you cannont see the writing as the box is black and the writing is hard to read
  8. Re: [mccode v2] Add images when you attack cool can you put the code on here illusions
  9. Re: can someone convert this to v2 can someone import this into a index code for v2
  10. on index.php find $exp=(int)($ir['exp']/$ir['exp_needed']*100); after add if ( !$ir['married'] ) { $marital="<font color='red'>No</font>"; } else { $k=mysql_query("SELECT username FROM users WHERE userid={$ir['married']}", $c); $marital="".mysql_result($k,0,0)." ";   $marital.="[Manage]"; $mair=mysql_query("SELECT u.*, h.* FROM users u LEFT JOIN houses h ON h.hWILL=u.maxwill WHERE userid={$ir['married']}",$c); $ms=mysql_fetch_array($mair); } if ($ir['married']>0) { $marr=mysql_query("SELECT * FROM users WHERE userid={$ir['married']}",$c); $ma=mysql_fetch_array($marr); if ($ma['willmax']>$ir['maxwill']) { mysql_query("UPDATE users SET maxwill={$ma['willmax']} WHERE userid=$userid",$c); } if ($ir['willmax']<$ir['maxwill'] && $ir['maxwill']>$ma['willmax']) { mysql_query("UPDATE users SET maxwill=willmax WHERE userid=$userid",$c); } } if ($ir['maxwill']<$ir['willmax']) { mysql_query("UPDATE users SET maxwill=willmax WHERE userid=$userid",$c); } if ($ir['married']==0 && $ir['maxwill']>$ir['willmax']) { mysql_query("UPDATE users SET maxwill=willmax WHERE userid=$userid",$c); }
  11. Re: [mccode v2] Paper, Scissors, Stone by any chance do anyone have the picture?
  12. Re: [review]www.lost-warzone.net i think that you have a good site there nice layout and i love the way that you have added the shout box and have got the menu both sides the only bad think i would say is that it is all black background and i find it a bit to dark but overall a good game 8/10
  13. Re: Car Mod how did you fix it i have the same error
  14. Re: Burn House for V2 great mod war hero. i love this mod
  15. Re: Register [Free] is there any chance that you could do a tos,screenshots and forgot password page?
×
×
  • Create New...