Search results

  1. marshian

    MySQL error

    I'm 100% sure there's an error in your mysql query: "SELECT * FROM users WHERE username= '$username', password = '$password'" but i'm not sure about the solution... try "SELECT * FROM `users` WHERE `username`= '$username' AND `password` = '$password'"
  2. marshian

    domain name

    You have to buy a domain name, and you must have it registered somewhere (in this case godaddy), but it must remain registered there or at another place. Then you have to update the dns records to point to x10hosting. Delays: up to 48 hours to let the nameserver update. Fees: the ones godaddy...
  3. marshian

    Php include?

    Yes, it can be quite helpfull in a lot of cases. First of all, your pages must have the .php extension, not .htm or .html then just put your code in a file called "header.php" or something and where that code has to come, just put <?php include "header.php"; ?> Warning: using a...
  4. marshian

    PHP and Ajax (Authentication how to ??)

    I think you're talking about sessions too... A server can remember data and know who the data belongs to for the duration of a session. (The data is stored on the server and a unique key is send to the user as a sort of cookie. The user authenticates with that key, and then the server knows what...
  5. marshian

    Javascript timer with php. Help Please. :D.

    it's wiowky, never try to understand him :p Anyway, balancing your game is your job, we only help on making your game actually run. (Try http://forums.x10hosting.com/gamers-lounge/ for help on balancing your game.)
  6. marshian

    [Game Programming] Highlander

    We're certainly going to need 3D animators, so there's a lot of chance you'll be accepted =)
  7. marshian

    Username Limit!

    This is not the right forum to post this, it should be in programming help...
  8. marshian

    Javascript timer with php. Help Please. :D.

    You could determine wether they can get new stuff based on their last click too... For example, you only get wood every 30 seconds if you've done something in the last 2 minutes... But then you get auto-typer/clickers, so it's still unfair... Use a cron to do the same results in more...
  9. marshian

    Javascript timer with php. Help Please. :D.

    The way he's currently using only gives the user wood if he's logged in, if you'ld use a cron for that, you must increase the time too, which results in users coming online once an hour just to get their wood.
  10. marshian

    [Game Programming] Highlander

    Hellsheep, my talents are: Java, HTML, PHP Contact: marshian.uk.to@gmail.com EDIT: btw, i never saw that movie :p
  11. marshian

    AJAX charset trouble

    Did you save your file as unicode? utf-8 can't handle those special characters...
  12. marshian

    [Game Programming] Highlander

    Actually I might want to help, but I don't know any C++ or so, just basic Java... (And no, I really don't have time to learn that kind of advanced stuff...) But I could help with a site... (php, mysql, css, html) And that's something all games need :p
  13. marshian

    [Game Programming] Highlander

    I don't think you'll be able to find a lot of people here that are able to program that kind of stuff, and even if you could find a team, you'll need a LOT of time before you actually have something playable...
  14. marshian

    Javascript timer with php. Help Please. :D.

    Let us say you've got a page called "checkwood.php" that outputs the amount of wood a certain player has and a page called "checknextwood.php" which outputs how long a certain player has to wait to receive wood again. In your html you could have something like You have <span...
  15. marshian

    E-mail In PHP

    Uhm... First of all... it's a part of php, it's not 3rd party software... Second, you could create a new gmail account just for that purpose...
  16. marshian

    [Game Programming] Highlander

    I have no idea what you're thinking about, you're talking of an online game, do you mean something like a text-based game, or a stand-alone couple of gigs sized game?
  17. marshian

    End of internet as we know it 2012?

    Let's not talk about the end of the world and continue to the discussion about the end of the internet... @Hazirak: You have a great point there, many people can't choose what their isp is, just because it's the only one around... But if you think about it, that makes them vulnerable! Imagine...
  18. marshian

    help needed in formating my PC

    @like2program If you didn't know it was bootable then how did you install your OS? There's bootable and bootable... Bootable as in you can start your pc and run on the cd and do nothing but installing Window's newest piece of junk and Bootable as in you can start your pc and run on that...
  19. marshian

    Net Neutrality

    We don't have unlimited bandwidth in Belgium, all adsl you can get here is limited...
  20. marshian

    Start your Own "you.co.nr" domain

    Too bad it's not a dns service, you can't link to yourdomain.co.nr/apage.php If you're looking for a (good) (with no forced adds etc) dns service, try http://freedns.afraid.org example of a domain hosted at freedns: http://www.marshian.uk.to
Top