Jump to content
xisto Community

GaiaZone

Members
  • Content Count

    26
  • Joined

  • Last visited

1 Follower

About GaiaZone

  • Rank
    Newbie [Level 2]
  • Birthday 10/12/1990

Profile Information

  • Gender
    Male
  • Location
    PR
  1. AlterEngine MMO engine that lets you edit and create a new world. Just run the server and distribute the game client, it's simple to use and effective for non commercial MMOs. It's mother language is spanish, so unless you know spanish, I wouldn't recommend this. This Engine doesn't require much Programming Experience. vbGORE Great MMO Engine, very powerful. Runs with VB6, fully editable. It's free and open source. It can achieve great things if you have the time and potential to script neat VB6 functions with Packet related coding and knowledge about Bytes and stuff like that. You can use the examples at the developer's homepage to customize your engine. Completely Open Source. If you want to find this Engines, just search them up in Google. I hope someone finds some use for this, enjoy. =]
  2. The Chupa Cabras are not real, or at least they are not as they are displayed in public.I live in Puerto Rico, and I'm pretty sure that most of the reported accidents were caused by bats or people trying to get attention.I've seen plenty of news related to the Chupa Cabras, I don't entirely believe them because if something like that really existed, then the government would do its best to hide it, as they do with many things.My opinion is that most of the reports are fake, and that would explain the slight differences in the shape and looks of the Chupa Cabra itself from report to report.
  3. This is the basic idea I had, the only problem is that making 3D games is out of my reach... By far.I will research even further for 3D games thought, maybe I can implement some concepts in 3D...
  4. Basically, I want to know if the Data I'm inserting through a Form is already there or not. Sort of a Username registration page. I have this, but it doesn't appear to work... $result = mysql_query("SELECT * FROM users WHERE username='$username'");if($result == 1) { echo '<h1>ERROR!</h1>The username you have chosen already exists!'; }
  5. Great!You see, after I read this I questioned myself if this could be used to create new pages on a website, apparently, it is possible.For example, you have a member register for your site, lets say a Blog site, and when they confirm the account a new page will be written and saved to be used as his "Blog Page".I'm not sure if this is the most efficient way to do this or not, but it might just work.
  6. Ah, thanks for the replies.I was just trying to figure out what language to use, guess I'll stick to PHP.Thanks again.
  7. I would like to get some information before launching myself to the JS libraries.Is it possible to load maps or images and with the press of a button "scroll" or move the image inside some kind of window up, down, left or right?It would be like scrolling an image sideways, upwards or downwards.I would also like to know if multiple connections can be made and lets say there was a user standing in the location (127, 160) of the map, would there be the possibility of loading the image of that player? Maybe with database connections and storing their information there?Is JS compatible with MySQL?I appreciate any help regarding this matter in advanced. =]
  8. Ah, that sounds excellent!So the filename would be "name.html" then, right?Also, if the HTML document is possible to create, that means that I could create PHP scripts also?
  9. Actually, believe it or not, the only part I "copied" from a game was the War game.The rest, I actually thought it up with no reference to any game I know whatsoever. I wouldn't doubt that I heard some of those ideas commented over the net some time ago and they were in my subconscious. I'm not aware of copying any games (except war game).That MMO "Enthropia" seems neat, but since mine isn't going to be made with an MMO Engine, only with browser based languages, it's not really copying.
  10. Part of this could be true, specially the first paragraph. On the second one I have to add that my parents are currently having a "good" communication with her. They probably reach her the most, except for her boyfriend, which she (I'm assuming) would trust more than my parents. On the "suicide" note, she never tried to suicide. She probably wanted attention, or just tried to do what her "friends" do when they get depressed or in a tight situation (most of them are not really friends, at least I wouldn't consider a friend someone who tells you how to harm yourself). Thankfully, the most she will be ashamed of is the scar from her cut(s), when she grows out of this of course (I hope thats what she will regret the most, I can't imagine what else she could regret more than that right now). At Liam: Hopefully it will pass sooner or later. Thanks for the support guys, it REALLY has helped. =]
  11. Oh my. I hadn't seen a game like that before. O_O Now, that game crushed my game idea into pieces. I think I'll go through anyways. If it's not popular, at least it will be fun making it. =P Even if it won't be competition for that MMO... Mine is Web Based and doesn't require computer specifications like the ones that game needs. Thanks for letting me know anyways. X_X Oh, sorry about that! I didn't make my self clear. The war part would be something like a game in the site. It's not going to be all about wars, but you will have the option to play a war game with your friends or foes. Sort of like Advanced Wars for the Gameboy Advanced. A tactical game, as you might now.
  12. Nice guide.I do have a question thought, could I utilize those commands to write in a HTML file instead of a text file?For example:Every time a user creates a form (could be a registration) a new HTML document is created, written with the Form Contents the user just filled and then closed inside a specific folder.Is this possible with this command, or are there different commands to write in different types of documents?Thanks in advanced!
  13. The $_GET example isn't really clear... at all.I'm not sure how to use it, so if anyone wouldn't mind explaining, I would greatly appreciate it. =]Oh, I would also like to add that I read somewhere that some $_GET commands can be dangerous because people can inject Javascript snippets to steal cookies or bother people.
  14. Thanks for this tutorial! I'm just starting with MySQL, and I actually understood everything. Great job! EDIT: Never mind that last question, found the answer. Another question thought, I'm getting this error when I run the script (after correcting all the other errors): All my problems seem to be with that command. Any help?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.