Pheonix Posted August 3, 2012 Posted August 3, 2012 I have modified a more complex game engine into a very simple game engine. I do not remember the original game engine source or I would give them credit. I am making it free and open sourced. It is basically a registration system with monster hunting and resting in a house to restore energy. You can download it here: http://ditto.freewebhosts.com.au/test/simple.zip The hunt.php, home.php, and timer.php are mostly my own code. I have a few other mods I created as well. There is a game advertising script and a top player script. I am releasing it because I want to see what people will do with such a simple game engine. If you are a better coder than I am, perhaps you can make it even simpler or cleaner. Quote
Pheonix Posted August 4, 2012 Author Posted August 4, 2012 You can check out the live demo here: http://ditto.freewebhosts.com.au/test/index.php or you can check out what I have been doing with it here: http://ditto.freewebhosts.com.au/index.php Quote
Unreal Posted August 4, 2012 Posted August 4, 2012 Do you have an live demo Username- demo Password- demo Quote
Djkanna Posted August 4, 2012 Posted August 4, 2012 Looks an awfully lot like MCCodes to me. Mirror (just in-case): http://goo.gl/uZdPK Quote
rulerofzu Posted August 4, 2012 Posted August 4, 2012 function userdata($ir,$lv,$fm,$dosessh=1) { global $c,$userid; $ip = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; mysql_query("UPDATE users SET laston=unix_timestamp(),lastip='$ip' WHERE userid=$userid",$c); Mccodes..... insecure version at that. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.