Recent content by pokefan2

  1. P

    Can money buy true happiness?

    Money can buy true happiness for some. Let's say you are about 9 years old, and stumble upon a ridiculous sum of money. Your parents say you can do whatever you want with it(within legal bound of course) and you spend it on games and instruments and other fun stuff. That to you would be true...
  2. P

    [REQ][200 points]Solve my login cookie problem

    This is closed
  3. P

    [REQ][200 points]Solve my login cookie problem

    Sorry, I have not looked at this post in a while, I shall try to test it in a minute. I am sending the credits now.
  4. P

    [REQ][200 points]Solve my login cookie problem

    I will give 200 points to whomever can fix my code to work with cookies. What I need to stay is the link to the register page, and once I am logged in, the link to logout, and a script I can use to read cookies on other pages. <?php include "connect.php"; if($loggedin == '0') {...
  5. P

    Php Login problem

    That script does not seem to work for me, I need a script that let's my computer remember until the end of the browser session. I cannot seem to get cookies or that other script to even remotely work. EDIT: I am going to take this over to the marketplace and pay someone to fix this. This can...
  6. P

    ** FOR A MILLION DOLLARS WOULD YOU ** Game!

    No (Why did you say no to mine, 500k is better than nothing at all.) For one million dollars would you explode your computer, and all of its data.
  7. P

    Need help with PHP.

    maye if you divide the total time that the server has been up by the total time the server has existed, multiply by 100, and added a % sign at the end, it would work. Just an idea.
  8. P

    Vending Machine (Game)

    You get nothing, as the reader cannot process it. I insert my brother and a grenade.
  9. P

    Forum game <King of the hill>

    I go to a different hill, destroying the other one, I claim the new, shiny-er hill.
  10. P

    ** FOR A MILLION DOLLARS WOULD YOU ** Game!

    Totally. For a million Dollars, would you give half of it to me?
  11. P

    Forum Game <Wish>

    Wish granted, but they are broken I wish I could meet THE REAL Kirk Hammet from Metallica.
  12. P

    Php Login problem

    Thank you so much!:laugh: Now where do I put it?
  13. P

    Php Login problem

    On my locahost, this works fine, but here, it doesn't. When I use my login script, I log in. But then my computer soes not remember that I logged in. Is there a script that will put cookies on my browser?
  14. P

    Help with Variable error in PHP

    Thank you so much... the solution worked.
  15. P

    Help with Variable error in PHP

    The Error is Parse error: syntax error, unexpected T_VARIABLE in /home/pokefan0/public_html/pokefan0_wolfmagic/info.php on line 18 I have no clue how to fix this. Here is my code. 16. mysql_query("UPDATE players SET lastlogin='$lastlogin' WHERE id='$sessid' LIMIT 1" ) or die(mysql_error())...
Top