Halo
Members-
Posts
395 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Halo
-
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
-
Re: MCCode v3 Whatever it would be, sooner or later it will get illegally distributed and his whole profit system will collapse!
-
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....
-
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
-
Re: Preferences edit Or you could use: if (!$_POST['newname']) { die("blah blah"); }
-
Re: Count Backwards :D 4904
-
Re: Counting in 5 backwards 8965
-
Re: Counting (nr game) 1947
-
[mccode v2] CashCard. Send Cash Via Credit Card + Admin Xfer Logs
Halo replied to Uridium's topic in Free Modifications
Re: [MOD] CashCard. Send Cash Via Credit Card + Admin Xfer Logs No Problem -
[mccode v2] CashCard. Send Cash Via Credit Card + Admin Xfer Logs
Halo replied to Uridium's topic in Free Modifications
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. -
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! :-)
-
Re: login page v1 Give the guy some credit, nice work, but is it copied :?
-
Re: [Free] MySQL Control Panel New version much easier to use, nice one!
-
Re: [v2]Flags[v2] This isn't GoldenZero's "display your users flag mod", this is a flag game mod
-
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
-
Re: Email Activation Nice mod, but the one i use is MUCH more simple to modify and install/use
-
Re: [v1]Free Users Personal Page[v1] Copy from <?php to menuarea(); and replace the one from my mod with that
-
Re: New Crime Page [V2] Nice mod, but what about validation dose it miss the entire thing or something else?
-
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
-
Re: [v1]Free Users Personal Page[v1] What source code are you using? Mccode V1 or V2
-
Re: T.v/Movie Theme Tunes THE SIMPSONS
-
Re: Who is your fave bands on this list of a poll Dont know any of them
-
Re: Sing and shutup *Don't Get It* :-P
-
Re: Counting (nr game) 1901 :-D