Jump to content
MakeWebGames

seanybob

Members
  • Posts

    666
  • Joined

  • Last visited

Everything posted by seanybob

  1. Re: [mccodes V2] Commander/Criminal Mod [$50.00] Criminals in the military? o.0
  2. Re: [mccode v2] Flash Arcade System with High Scores [$150] Is there any way to get a mod to update the first post? I sent the mod a pm, haven't heard back. When did they stop letting people edit posts here? And why?
  3. Re: [mccode v2] Flash Arcade System with High Scores [$150] You're right. Cut the price by a third. It now costs $100. Hopefully a mod will edit the first post. Those of you who already purchased it will be refunded $50.
  4. Re: [mccode v2] Flash Arcade System with High Scores [$150]   Oh L1, I missed you.
  5. Re: [mccode v2] Flash Arcade System with High Scores [$150]   Correct, I did not make the flash games. I did edit some of them through a technique that did not need the fla file, but this does not work for all flash games - it depends on how they are coded. Also, demo set up thanks to Karlos. Demo: http://seanybob.net/mccodesv2 admin///admin
  6. Re: [mccode v2] Flash Arcade System with High Scores [$150]   No, I don't have the fla files. However, it's easy to change it so that when they send a gamescore they could get a set amount of in-game money.
  7. Re: [mccode v2] Flash Arcade System with High Scores [$150]   Thanks Buddy :)   I'm mostly in the archives here at CE. If you search back far enough, you'll see some of my stuff. Regardless, a lot of the 'old-timers' here probably remember me :P
  8. I have returned after a long hiatus. I'm chilling in college, and have more spare time as I'm taking mostly Computer Science and Math classes, and those require very little work. So I decided to throw this mod together. It's something I've had dozens of requests for back when I was coding all the time in this community. It's a flash arcade system that allows users to submit there scores on the flash games, and battle against each other for top scores! Overall high score table for each game, individual 'best score' for each game, complex anti-cheat system, trophies automatically awarded to top 3 scorers of each game per month, which can then be displayed (With the supplied code) in user profiles. 63 games currently in the arcade at the moment, but more are easily added. Well enough talking, I'll let the pictures speak. http://i292.photobucket.com/albums/mm15 ... arcade.png http://i292.photobucket.com/albums/mm15 ... 3/game.png http://i292.photobucket.com/albums/mm15 ... mitted.png http://i292.photobucket.com/albums/mm15 ... scores.png http://i292.photobucket.com/albums/mm15 ... trophy.png Ideas for future additions to this mod: -Allow users to 'challenge' each other, betting in game currency on who can get the higher score on a game -New games Easy to add additions: -In addition to a trophy, give top scorers a small amount of in-game cash Cost: $100 via paypal, sent to [email protected] Comes with detailed installation instructions, but as always I am more than willing to help anyone who would like it.   (Note - I was looking for unmodified v2 source code in my harddrive, but only found some heavily modified code. If someone can send me the original, uneditted source I'll set up a demo site)
  9. Re: V2 battle tent error Solution:   <?php include "globals.php"; print "<h3>Battle Tent</h3> [b]Welcome to the battle tent! Here you can challenge NPCs for money.[/b] <table width=100% cellspacing=1 class='table'><tr style='background: gray; '><th>Bot Name</th><th>Level</th><th>Times Owned</th><th>Ready To Be Challenged?</th><th>Location</th><th>Money Won</th><th>Challenge</th></tr>"; $q=$db->query("SELECT cb.*,u.*,c.npcid,cy.cityname FROM challengebots cb LEFT JOIN users u ON cb.cb_npcid=u.userid LEFT JOIN challengesbeaten c ON c.npcid=u.userid AND c.userid=$userid LEFT JOIN cities cy ON u.location=cy.cityid"); while($r=$db->fetch_row($q)) { $earn=$r['cb_money']; $v=$r['userid']; $qt=$db->query("SELECT count(*) FROM challengesbeaten WHERE npcid=$v"); $times=$db->fetch_single($qt); print "<tr><td>{$r['username']}</td><td>{$r['level']}</td><td>$times</td><td>"; if($r['hp'] >= $r['maxhp']/2 and $r['location']==$ir['location'] and !$ir['hospital'] and !$ir['jail'] and !$r['hospital'] and !$r['jail']) { print "<font color=green>Yes</font>"; } else { print "<font color=red>No</font>"; } print "</td><td>{$r['cityname']}</td><td>$earn</td><td>"; if($r['npcid']) { print "[i]Already[/i]"; } else { print "[url='attack.php?ID={$r[']Challenge[/url]"; } print "</td></tr>"; } print "</table>"; $h->endpage(); ?>
  10. Re: Texas Hold 'Em Mod Thanks for replying up there oxi ;) Adverbux does have me swamped. I do plan on eventionally finishing this mod, as it is about 70-80% done, but I'm not sure if I'd release it to the public. There will be occassional bugs, and many people will have trouble following the directions to install it, etc, etc. If I did release it, it would be without support (at least not much). But anyway...
  11. Re: {V2 }Marriage Mod {V2} Geez... be nice guys. here's your query:   ALTER TABLE `users` ADD `married` INT( 11 ) NOT NULL ;
  12. Re: Advertising Looking for advertising? Currently, Adverbux.com offers 3 different types 1) Unique hits If you just want to increase the traffic to your site, this is the way to go. Thousands of visitors will come to your site. If you have something interesting on the page you're advertising, there is a very good chance you will get return visitors - these unique hits have to look at your website for 30 seconds to get the incentive prize 2) Reviews This gets you unique hits, but each unique hit has to enter a quick review of your site to get the incentive prize. To do this, they need to look at your site, and tell you what they think of it, how you could improve it, how the color scheme is, etc. Great way to get feedback about your site. 3. Sign Ups Want more members? With this type of advertising, traffic not only goes to your site, but SIGNS UP, LOGS IN, and finally LOOKS AROUND! Guaranteed!!! Great for forums, games, and anything else that needs a large userbase.
  13. Re: Game forums http://seanybob.net/index.php?act=mccodes
  14. Re: Need help.. Got hacked? I've seen this on a couple games... where people have had their mysql connection file hacked. Any thoughts?
  15. Re: Cash Send Logs For those wondering what was wrong... Line 45 Change mysql_query("INSERT INTO cashxferlogs VALUES ('', $userid, {$_GET['ID']}, {$_POST['money']}, unix_timestamp(), '{$ir['lastip']}', '{$er['lastip']}')",$c); TO mysql_query("INSERT INTO cashxferlogs VALUES ('', $userid, {$_GET['ID']}, {$_POST['money']}, unix_timestamp(), '{$ir['lastip']}', '{$er['lastip']}','')",$c);
  16. Re: FREE RAFFLE MOD   yes
  17. Re: Battle Tent no prob :)
  18. Re: Battle Tent yup, correct place :) and here ya go http://criminalexistence.com/ceforums/i ... pic=2880.0
  19. Re: how do i add a cron mod to crons [moving to correct forum...]
  20. Re: lite crons [moving to correct forum...]
  21. Re: If you could be me for a day o geez...
  22. Re: Multiple banking cron problems that are similar lmao - be glad you weren't coding in "lisp"
  23. Re: Two questions regarding attacking moved most of topic to the war room. The conversation can continue there.
  24. Re: error Moving topic to appropriate board
  25. Re: HOSPITAL CRON SUDDENLY STOPS WORKING TOO Moving topic to appropriate board
×
×
  • Create New...