Jump to content
MakeWebGames

KiX

Members
  • Posts

    144
  • Joined

  • Last visited

KiX's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [Mccodes V2] Player Mood Good mod mate. I found a cpl errors, but have fixed em the new code for the function in prefs.php should be   function MoodChange() { global $ir, $db; if (isset($_POST['PlayerMood'])) { if (strlen($_POST['PlayerMood'])>10) { print "Sorry, but you cannot pass the 10 characters. [url='prefs.php?act=MoodChange']Go Back[/url] "; exit; }else{ $db->query(sprintf("UPDATE `users` SET `mood`='%s' WHERE `userid`='%d'", $_POST['PlayerMood'], $ir['userid'])); echo sprintf("You're Mood Is Now %s", $_POST['PlayerMood']); exit; } } else { echo '<h3 style="text-decoration: underline;">Mood Change</h3> <form action="prefs.php?act=MoodChange" method="post">'; echo sprintf("<input type='text' name='PlayerMood' value='%s' /> ", $PlayerMood); echo sprintf("You're Mood Is Currently: %s ", stripslashes($ir['mood'])); echo '<input type="submit" value="Mood Change!" /> </form>'; } }   Basically the errors I found, was that it was not displaying your Current mood when you go to preferences. I also added a couple to make it a bit more organised. I hope you don't mind, but I restricted it to 10 characters. I didnt want people to write books. :) +1 to you though :)
  2. Re: [mccode v2] Stock Market. Working + Secured Havent tried it yet, but I also am sure it is a winner. +1 mate!
  3. Re: (MCCODES) V2 Layout For Sale $100 is starting bid   Hmmm, yeah it is quite cool. Shame I have seen this same template being sold on another site. Well the flash intro. The other stuff is just css on top of it. NOt impressed. Don't get me wrong I suck at graphics, but once again, at least make them yourself before you sell them.
  4. Re: [REVIEW] Underground Evolution (v3.0) lol found it. you can register now. my bad. I left it in "maintenance mode" after i did a few changes last night. sorry bout that folks.
  5. Re: [REVIEW] Underground Evolution (v3.0)   hmm. I dont know y you cant register. let me take a quick look at it. What browser are you using?
  6. Re: [REVIEW] Underground Evolution (v3.0) Thanks for your comments. hmm. I presume your resolution must be quite high. I am using 1024x768 and the text size seems alright. the images that you refer to are converted icons, but the rest are all original. then again, im not the best at creating images.
  7. Re: [REVIEW] Underground Evolution (v3.0) hmm 82 views and still no comments. don't know how to interpret that ;)
  8. Version 3.0 of Underground Evolution has ben launched today. Check it out at http://www.underground-evolution.com All comments appreciated.
  9. Re: LOGD Game Engine... Im running my own version of it. Legend of Lost Souls http://www.legendoflostsouls.com
  10. Re: Looking for TOPSITES that use daily votes lol. Well he did say not a lot of games listed.. now we know why ;)
  11. Re: [REVIEW] - TopRankinGames lol, yeah sorry bout the gfx.. I am terrible with them. I am trying to get someone to help me re do them asap.
  12. Based on the infamous LOGD network, I have released another version of it. The Legend of Lost Souls. Battle against other players, slay dragons to level up, build up your houses, and many many more options to it. Check it out at http://www.legendoflostsouls.com
  13. Re: LOGH - Legend of the Green Hydra Well, I have actually just logged into it and it is different. It is not as much TEXT based, there are some graphics in it. not my cup of tea, but I guess ppl can play it.
  14. Re: LOGH - Legend of the Green Hydra I haven't logged into the game, but this seems like it is actually from the LOGD. Legend of the Green Dragon. It is a massive community based on the original game called Legond of the Red Dragon. i have the same game enigine with a lot of mods in it. I have changed the name of it, as everyone that is using this engine has. The name of mine is Legend of the Lost Souls and you can check it out at http://www.legendoflostsouls.com I am sure you will prolly see the similarities.
  15. Re: Looking for TOPSITES that use daily votes a bit late post hehe but also http://www.toprankingames.com
×
×
  • Create New...