
Haunted Dawg
Members-
Posts
2,933 -
Joined
-
Last visited
Never -
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by Haunted Dawg
-
Re: [request] Land/Drug Mod Already Created ;)
-
Re: No Topic I already told you what i tend to do :P Is this that neat unique thing? or the domain thing xD The domain one :)
-
Re: No Topic I already told you what i tend to do :P
-
Well, i am unfortunate to say, but this time it is definate. I am leaving CE. I will be found on phpfreaks.com forum and on msn is anyone need's me. Tommorow i will be requesting for my account's to be deleted that is, this one and the "Kyle" one i created ages ago. Hope all are happy i am leaving because i know some of you do hate me. Yes, i know who majority of you are. So have fun and good bye.
-
Re: template engine $page = (file_exists($page) && ctype_alnum($page)) ? $page : FALSE; if(!$page) { echo 'Invalid Page.'; }
-
Looking for a one click attack system that works with V2
Haunted Dawg replied to Snatchy's topic in General Discussion
Re: Looking for a one click attack system that works with V2 It's like. $attacking = FALSE; while($attacking == FALSE) { echo 'Attack Script'; //When done set attacking to TRUE; $attacking = FALSE; } -
Re: [mccode] Crimes give random money Karlos, people aint very familiar with these thing's :/
-
[V2] Current Status - What's going on?
Haunted Dawg replied to 2Pacalypse's topic in Free Modifications
Re: [V2] Current Status - What's going on? As far as i can see in his code, it is working perfectly. -
[REVIEW REQUEST] - Killah-City.net - Please Review
Haunted Dawg replied to Zero-Affect's topic in Browsergames
Re: [Review] - Killah-City.net - Please Review But zero, thing is. At the time i owned it. I was a newbie coder and just learnt to space my coding out. I owned KC for like 4 months or so. -
[REVIEW REQUEST] - Killah-City.net - Please Review
Haunted Dawg replied to Zero-Affect's topic in Browsergames
Re: [Review] - Killah-City.net - Please Review Funny how it "sucked" when i owned it compare to now. Because according to my calculations. Mine still had more hits and more users online daily than today. -
Re: [V2] Will Refill! In the done screenshot, it gave you 57.5 will. Shoudlnt it give you 5% will?
-
What would be better to use?
Haunted Dawg replied to Lithium's topic in MySQL, Oracle, Postgress or other DB
Re: What would be better to use? Asigning which is which is very good. For example: UPDATE `users` `u`, `userstats` `us` Is something similar to SELECT u.blah,us.blah FROM `users` `u`, `userstats` `us -
What would be better to use?
Haunted Dawg replied to Lithium's topic in MySQL, Oracle, Postgress or other DB
Re: What would be better to use? I ran a test on those. My one: UPDATE `users` `u`,`userstats` `us` SET `money` = (`money` + 1),`crystals` = (`crystals` + 1), `IQ` = (`IQ` + 1) WHERE `u`.`userid` = 3 AND `us`.`userid` = 3 Result: Rows Affected: 2 (Took 0.0009 seconds) Your first one: UPDATE users u LEFT JOIN userstats us ON u.userid = us.userid SET u.money = u.money + 1, u.crystals = u.crystals + 1, us.IQ = us.IQ + 1 WHERE u.userid = 3 Result: Rows Affected: 2 (Took 0.0011 seconds) Your Second One: UPDATE users, userstats SET users.money = users.money + 1, users.crystals = users.crystals +1, userstats.IQ = userstats.IQ + 1 WHERE users.userid = 3 AND userstats.userid = 3 Result: Rows Affected: 2 (Took 0.0010 seconds) Seems like each one has got different speeds to them. Then again ran a test on all 3 again and results ended up as follows: 1st => Mine. 5 Seconds 2nd => Yours First. 7 Seconds 3rd => Yours Second. 9 Seconds -
Re: [V2]Updated Header[V2] That script i believe is part of my header code which i gave out here quite awhile ago. What it does is. strip the / & .(and after) from the $_SERVER['PHP_SELF']. Then check if it is in the $table array if it is. Declare page like "Exploring", if not display " ". HAPPY!
-
Re: [Review] Hitmans-Legacy [Review] Maybe because you scammed? How could u sell your game www.hitmanslegacy.com and then call all the members to www.hitmanslegacy.co.uk?
-
[any version] Removal of 1 minute crons
Haunted Dawg replied to Haunted Dawg's topic in Free Modifications
Re: [any version] Removal of 1 minute crons Pog1 leave him. Let him be. -
Re: fields misssing It is probly about that. Add me on my msn. My msn you can find by viewing my profile.
-
Re: fields misssing place some tags around that without the space :/
-
[any version] Removal of 1 minute crons
Haunted Dawg replied to Haunted Dawg's topic in Free Modifications
Re: [any version] Removal of 1 minute crons I would also like to know the exact same question as dementor. If you don't reply leave my thread alone ;) -
Re: fields misssing uknown column "userid" in the "field list" Post the SQL here, i am sure it's missing a u. or us. or something infront of it
-
[any version] Removal of 1 minute crons
Haunted Dawg replied to Haunted Dawg's topic in Free Modifications
Re: [any version] Removal of 1 minute crons A cron running every minute uses way much resource of your CPU usage. -
Re: Phishing site problem! Ehm, so called runing a dedicated server. If so, how come use free host's? If you can pay $30+ for a dedicated server, don't you think you would purchase a domain first?
-
[any version] Removal of 1 minute crons
Haunted Dawg replied to Haunted Dawg's topic in Free Modifications
Re: [any version] Removal of 1 minute crons Got a better way? Post it then! -
Re: [McCodes][v2] Mailbox Layout Mod * NOT STARTING A FIGHT * But if you have finished exam's and got a A in english, either your teacher is stupid or something.
-
Re: [V2] Very Simple Help Needed Ehm i made a mistake with the will & energy when it's brave. WOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOP FOR YOU!