-
Posts
309 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by runthis
-
Did i miss something here? Is it improper to use mysql for your websites and games? I only skimmed through but it seems like your saying they are going to do away with the ability to use mysql?
-
I agree. If i visit your game and there is one mispelling on the front page. I probably won't even sign up.
-
What are the drawbacks of a flat file database system.
runthis replied to runthis's topic in Web Developement
I do, and thanks for your insight -
I use mysql, i always have. Sure every now and again ill help someone implement a script or chat and it uses a flat file to store the information and i understand how it works. you make it up yourself really. if i were to take certain things out of the mysql, like inventory, or terminal commands, would this be more beneficial, or use more resources.
-
Sure. I would love to help. I havent used yahoo in a while but, im online and i added you, mine is d_j_l_i_l_j
-
Im sure he spent hours upon hours, at least give him ten bucks guys
-
"abs(intval($_GET['id'])))" Thats not really necessary, (even though i dont do this you can because its logical) If your receiving a GET or POST from the user and you intend for this to only be numbers, simple use math to make sure its a number. $var=($_GET['id'] * 1); Thanks to php this will return a blank string if its not numbers. The only down fall is this will turn negative numbers positive (how the hell is that a downfall) lol
-
Make all your text white. Or leave it black and add white shadows behind the text elements. Go down a few notches on the font size. take everything off of the edges so nothing touches the edge, and have it even on all sides. Go rounded with css to make your corners rounded. Also look here and get a nice gradient for those boxes. You have the right idea, just needs personal touches. http://www.colorzilla.com/gradient-editor/
-
Thats ok, i emailed you. Anyone else
-
we could write an engine better, not using mccodes. Make a new one all together. i will write the functions class page
-
Hop on msn messenger (empathy if in linux) and holler at me
-
Ok i have an answer, seriously listen. look at the code of that page one line at a time, and logically in your mind figure out what each line is doing. If you are not familiar with atleast html and php. You might find yourself in a pitfall in the medium-run where you can never release updates or modifications :/ Keep at it!. :)
-
Ok cool, if you have msn or an email address, mine is [email protected]
-
I am looking for a beta tester to test this game i have been working on for the past few weeks. Its an Online Hacking Game. screens of main gui, and of terminal loaded. :) http://s2.postimage.org/4iksd1rd7/Screenshot.png http://s3.postimage.org/6q9xugmln/Screenshot_1.png The features so far are; Ajax. Terminal with 80% completion on commands. type 'help' for list of commands Bounce, bounces your ip address off of several npcs depending on software level. and leaves you cloned for a short period Clone, lets you clone another ip address for ingame points, time cloned depends on software level Whois, tells you the username and more information related to an ip address Ddos, sends a Denial of Service Attack, damage depends on points used Brute, literally attempts at cracking the ip address in real time, speed depends on level Ping, tells you if the ip address is on or offline. ajax pages so far List: the list of ip address you have collected through whois and brutes, drag and drop sortable, inline editable, ability to save. Logs: your log entries, like if someone logged into you and etc, saved logs: can save a log onclick. Slaves: Although not complete, in this section you train npc hackers to do missions and build up their abilities. eventually getting them 100%. Chat ingame as well. The base is created and it is already technically a game, you can interact with other players, attack them etc. Just finishing up single player mode, etc. So! lol I need a beta tester that uses (preferred)chrome, or firefox to check out the game, try everything so far and try it many ways, basically play the game. My msn is [email protected] Add me if you want to play. An extra bonus will be given to beta testers when the game is complete.
-
Remaking lite would not be all too hard
-
Sweet thanks, yeah, the game moves so fast i had to actually set all that up on the UI, otherwise its not that messy
-
-
It says your private messaging is off, but i can help you.
-
Edited, sorry its so bad
-
php GAME programming, i mean if your gonna make just a simple webpage or website, maybe its not for you. But for a game, or a dynamic project, any other way would be silly and messy. Hey man i can eat a bowl of soup with a fork too, it works the same way in the long run, but i prefer a spoon.
-
Making a game without using OOP is just a bunch of if else nonsense .... The backbone of php game programming is OOP. edit: sorry i mean the backbone of good php game programming