
UCC
Members-
Posts
444 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by UCC
-
Re: Best Sites To Advertise On If you say so. The other stats tell you if anyone is playing your game or if they're just showing up and running away scared. But we all know your judgment can't be relied on anyway.
-
Re: Best Sites To Advertise On April 2705 Unique Visitors 1411394 Pages 2208272 Hits
-
Re: time code You would need to track their usage somehow. Either in a new table or in the User table. The field would track when they used the thing last. When you update the field via SQL use unix_timestamp() When you run your If statement do a compare using the PHP function time() Edit; I guess I got distracted and got beaten to the punch on this post. lol
-
Re: Phaos Game Engine My biggest complaint is the annoying refresh of the left panel every click. It may be necessary but it's done poorly
-
Re: Phaos Game Engine thanks for that vinyl +1
-
Re: Personal Detals [free][V2] You might consider storing that data in another table so it's not quiered on every single page load.
-
Re: Kiddy Cartel I was wondering about the Pear thing and had done some google on the topic. I figured if it were something our server might not have, it would have been mentioned. Thanks SB
-
Re: Potential Either way you'll end up with this message next Fatal error: Undefined class name 'db' in /home/samuraio/public_html/KDD/CLockTableCmd.php on line 16
-
Re: Phaos Game Engine I have it installed and will also be looking into it as an opportunity
-
Re: Phaos Game Engine Pretty frakkin cool but I bet it would take me forever to develop a solid version
-
Re: ill try it Now I've lost about all my interest
-
Re: ill try it Too bad little kiddies who want to run virtual lemonade stands dont have large wallets. LOL
-
Re: ill try it Please dont tell me that you beat Seany and I to the punch on this one. Edit: Thank goodness for google.
-
Re: ill try it It's an offshoot of Mc Codes. The biggest difference is that it has a graphics system based on vector drawings. I really think it could revolutionize the gaming platforms we're use to. Have you every played Battlekong Cloudhopper? It's kinda like that when done correctly.
-
Re: ill try it Yea, your suggestion took away some of my errors but that doesn't mean the problem was resolved. *shrug* Seany, no fair deleting your post while I'm replying to it
-
Re: ill try it Slowly making some progress. Fatal error: Undefined class name 'db' in /home/hamerio/public_html/KDD/CLockTableCmd.php on line I dont know much about classes but I guess the $db variable it is trying to use needs defined.
-
Re: ill try it Thanks. I can go from there
-
Re: [tribalwars.net] Fetch World Data OIC. Do they pay or is this just out of the goodness of our heart?
-
Re: MMCODE help Yay! Another game owner!
-
Re: [tribalwars.net] Fetch World Data So is there somewhere we can download the tribalwars.net game engine? I see a lot of mods, but I dont know where to get the engine.
-
Re: ill try it I can't figure out how to install the darn thing. No instructions, no DB connect info.... I did find a table creation string but that does me no good with no database connection Warning: main(DB.php) [function.main]: failed to open stream: No such file or directory in /home/samuraio/public_html/KDD/CLockTableCmd.php on line 3 Fatal error: main() [function.require]: Failed opening required 'DB.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/samuraio/public_html/KDD/CLockTableCmd.php on line 3
-
!!! Many ideas for Mc 2.0 but I cant program !!!
UCC replied to MDK666's topic in General Discussion
Re: !!! Many ideas for Mc 2.0 but I cant program !!! I've already programmed all that but it's not for sale. :) -
Re: FlashChat for your Game Looks like the spellbyte got it to work by not requiring registration. I liked the registration option as it prevented people from pretending to be other people. But, it doesnt want to load correctly on spellbytes game either
-
Re: Mercs For Sale Mercs online looks like a great game with a lot of work into it. Buying a game is never cheap, especially an established game. It's a great game for the right person.
-
Re: FlashChat for your Game Has anyone else tried this? I've definitely been unable to get it to work within my game. It's going to have to open a new window. The bigger problem I have, however, is that there is something in the profile.php page and associated pages that is destroying my $ir variable. I can run chat, it will open in a new window, but if I look at any profile.php page, when I go back to my first game window, I get the standard not-logged-in error msg and I have to login fresh.