Jump to content
MakeWebGames

Halo

Members
  • Posts

    395
  • Joined

  • Last visited

    Never

Everything posted by Halo

  1. Re: I am stumpped, and do not what to do??? #1 Are your crons working, if they are not run them again #2 Maybe this is an issue with the martial agency, check it, or you could always use mine, that is if you use MCV2
  2. Re: MCCode v3 Whatever it would be, sooner or later it will get illegally distributed and his whole profit system will collapse!
  3. Re: Bird Flu [$10.00] Why add it on a page, why not just the header. Example:   $chance = (int) (rand(1,999)); if ($chance=50) { $db->query("UPDATE users SET hospital=12000, hospreason='Caught Bird Flu' WHERE userid=$userid"); }   Something like that....
  4. Re: Whole Game Template It would probably repeat but some games (e.g. http://futurecriminal.com) don't repeat and the page looks ugly when you scroll down. Nice work chase779, looks good! :-D
  5. Re: Preferences edit   Or you could use:   if (!$_POST['newname']) { die("blah blah"); }
  6. Re: Count Backwards :D 4904
  7. Re: Counting in 5 backwards 8965
  8. Re: Counting (nr game) 1947
  9. Re: [MOD] CashCard. Send Cash Via Credit Card + Admin Xfer Logs No Problem
  10. Re: [MOD] CashCard. Send Cash Via Credit Card + Admin Xfer Logs Doesn't:   CREATE TABLE IF NOT EXISTS `creditferlogs` ( `crID` int(11) NOT NULL auto_increment, `crFROM` int(11) NOT NULL default '0', `crTO` int(11) NOT NULL default '0', `crAMOUNT` int(11) NOT NULL default '0', `crTIME` int(11) NOT NULL default '0', `crFROMIP` varchar(15) NOT NULL default '127.0.0.1', `crTOIP` varchar(15) NOT NULL default '127.0.0.1', PRIMARY KEY (`crID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;   Have to be:   CREATE TABLE IF NOT EXISTS `creditxferlogs` ( `crID` int(11) NOT NULL auto_increment, `crFROM` int(11) NOT NULL default '0', `crTO` int(11) NOT NULL default '0', `crAMOUNT` int(11) NOT NULL default '0', `crTIME` int(11) NOT NULL default '0', `crFROMIP` varchar(15) NOT NULL default '127.0.0.1', `crTOIP` varchar(15) NOT NULL default '127.0.0.1', PRIMARY KEY (`crID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;   You spelled creditxferlogs wrong and what I can see within the mod it inserts the data into creditxferlogs.
  11. Re: [V2]Create Organised Crime[V2] Didn't I already make one, but with more functions (Delete OC, Edit OC, Create OC) Nice work tho! :-)
  12. Re: login page v1 Give the guy some credit, nice work, but is it copied :?
  13. Re: [Free] MySQL Control Panel New version much easier to use, nice one!
  14. Re: [v2]Flags[v2] This isn't GoldenZero's "display your users flag mod", this is a flag game mod
  15. Re: Simple Marriage [V2] I think you can have a divorce as it shows the case of 'divorce' in the PHP script... I have my own marriage mod, after it is finished testing, i will share
  16. Re: Email Activation Nice mod, but the one i use is MUCH more simple to modify and install/use
  17. Re: [v1]Free Users Personal Page[v1] Copy from <?php to menuarea(); and replace the one from my mod with that
  18. Re: New Crime Page [V2] Nice mod, but what about validation dose it miss the entire thing or something else?
  19. Re: [v1]Free Users Personal Page[v1] This wan't made for lite, i think you have to change the userdata in the beggining of the page
  20. Re: [v1]Free Users Personal Page[v1] What source code are you using? Mccode V1 or V2
  21. Re: T.v/Movie Theme Tunes THE SIMPSONS
  22. Re: Who is your fave bands on this list of a poll Dont know any of them
  23. Halo

    Sing and shutup

    Re: Sing and shutup *Don't Get It* :-P
  24. Halo

    New Series

    Are new series of T.V shows ever as good as the old?
  25. Re: Counting (nr game) 1901 :-D
×
×
  • Create New...