Jump to content

I HAVE THE PROBLEM OF THE COOKIES!!!!


Guest FirefoxRocks

Recommended Posts

Guest FirefoxRocks
Have a drink, take a few valium, and describe the details.
Dude, I'm 14.And anyways, it says that "If you don't see anything in the image, you have cookies disabled.". I checked and I have cookies enabled, I tried clearing out the cache and stuff, and I still don't see any letters/numbers in the image. So therefore: HELP!!!!!!!!!!! I HAVE THE PROBLEM OF THE COOKIES!!!! WHAT I MUST DO?? :) :)
Link to comment
Share on other sites

Guest FirefoxRocks

I'm supposed to type in some numbers/letters to verify that I am a human being, not a automatic script/robot. The image isn't coming up, so I can't login, I think that this is JavaScript, but then again I could be wrong, and it could be PHP.HELP!!!!!!!!!!! I HAVE THE PROBLEM OF THE COOKIES!!!! WHAT I MUST DO?? :):)

Link to comment
Share on other sites

I'm not going to play this game if you're only going to give minimal information. If you want to give all the specific details (URLs, etc) about what you're trying to do, then someone might be able to help, but not if you're going to make it more difficult then it needs to be.

Link to comment
Share on other sites

Guest FirefoxRocks

Have you ever played games that require you to enter numbers and/or letters to verify that you aren't cheating? This is exactly like that.The page isn't located at a URL right now, it is still testing on my own machine. I don't have access to the server code or anything, but here is part of the XHTML source code:

<p><img src="php_draw/image_captcha.png" alt="" /></p><form action="verify_human.php" method="post" name="form"><p>Copy here the text from the image:   <input type="text" name="captcha" size="5" />   <input type="submit" value="Submit" /></p></form><p>If you don't see anything in the image, you have cookies disabled. You need to enable cookies to play the game.</p>

HELP!!!!!!!!!!! I HAVE THE PROBLEM OF THE COOKIES!!!! WHAT I MUST DO?? :):)

Link to comment
Share on other sites

I'm a little confused, you're hosting this yourself but you don't have access to the server code? Some browsers have issues with cookies on localhost, or on any domain without a TLD. My computer at home is called Blanka, so when I'm at http://blanka/... cookies don't work as they do on the internet at large. You can get more information about cookies on your local server through Google, but before you spend a lot of time researching you might want to just upload it somewhere and test it online.http://www.google.com/search?client=opera&...-8&oe=utf-8

Link to comment
Share on other sites

Guest FirefoxRocks

No I am not hosting this myself and it is on a sub-domain not localhost but the cookies still aren't working properly as the image isn't appearing with letters/numbers!!!!!!!!!HELP!!!!!!!!!!! I HAVE THE PROBLEM OF THE COOKIES!!!! WHAT I MUST DO?? :):)

Link to comment
Share on other sites

HELP!!!!!!!!!!! I HAVE THE PROBLEM OF THE COOKIES!!!! WHAT I MUST DO?? :):)
Oh shut it up, will you?!? We got it. You're starting to look like an idiot, and other then in this topic, you haven't seemed like such.Try adjusting your browser settings, or to host this on a free PHP host (not on your computer). It's either a server or a browser configuration issue.And in the worst case, if you're hosting the files yourself, you MUST have access to them. Open those damn PHP files and edit the damn source code in a way that won't use those damn coo(k/n)ies.Khm... excuse me for the damn damning.
Link to comment
Share on other sites

Guest FirefoxRocks

I tried it in a few browsers and I already tried putting them on the server. I don't have a server running on my computer as I don't have the time to manage such a big task.All of the browsers doesn't display letters/numbers in the image. And I already told the developer to edit the PHP files, he tried different configurations but they still won't work. And yes, this requires cookies to identify users logging in. And as stated about, I don't host the files.And I will not shut it up because I am not an idiot. :) Do you notice that it is the EXACT same line every time I paste it in? Count the exclamation marks if you wish.HELP!!!!!!!!!!! I HAVE THE PROBLEM OF THE COOKIES!!!! WHAT I MUST DO?? :):)

Link to comment
Share on other sites

No I am not hosting this myself
I don't have a server running on my computer as I don't have the time to manage such a big task.
Opps. Sorry. I guess I didn't read that right before.Well then, even if it's on a host, you still must have access to your own files, right? Download them and edit them!
And I will not shut it up because I am not an idiot. :)
Doing the one excludes the other. Choose a side - are you an idiot or will you stop with all that pasting or this idiotic piece of... you know?
Link to comment
Share on other sites

Guest FirefoxRocks

Sorry but I can't download the server files. I told the developer to try changing some things but he didn't specify what he had changed and I still don't see the letters/numbers in the image. It is not my own file.Also, if this is PHP related, can we move it into the PHP sub-forum?About the idiot thing, I'll just repeat it in this topic only.HELP!!!!!!!!!!! I HAVE THE PROBLEM OF THE COOKIES!!!! WHAT I MUST DO?? :):)

Link to comment
Share on other sites

  • 6 months later...
Guest FirefoxRocks

OMG it has been months and we've tried several different things including PHP sessions and stuff but the image is still not appearing, no matter where I access it (school/home/library), so it has to be a server-side problem.HELP!!!!!!!!!!! I HAVE THE PROBLEM OF THE COOKIES!!!! WHAT I MUST DO?? :) :)

Link to comment
Share on other sites

This . . .<img src="php_draw/image_captcha.png" alt="" />. . . doesn't look right. Is there actually a directory named php_draw in the same directory as your document? And is there a file in php_draw that's actually called image_captcha.png?See, that's not working for me, because captcha images are drawn on the fly. Unless I've missed a trick (always possible) a file with extension .png is static, one time, always gonna look the same--in other words, not suited to the task you want.I could totally see image_captcha.php, and then a script by that name would draw a png and send it down with the correct headers and all.So what exactly is in that directory?And, yeah, I'm with everyone else about the cookies thing. This doesn't even look like a cookies problem, and the grammar is totally annoying. You're Canadian, right? So duh.

Link to comment
Share on other sites

Guest FirefoxRocks
This . . .<img src="php_draw/image_captcha.png" alt="" />. . . doesn't look right. Is there actually a directory named php_draw in the same directory as your document? And is there a file in php_draw that's actually called image_captcha.png?
Yes, the captcha script is stored in the php_draw directory, which is in the same folder as the login page. The developer put a script that generates a PNG file from a PHP script which draws the captcha and stuff (I'm not sure how they work in PHP, need to investigate a little more into that issue).
See, that's not working for me, because captcha images are drawn on the fly. Unless I've missed a trick (always possible) a file with extension .png is static, one time, always gonna look the same--in other words, not suited to the task you want.
Well the developer apparently writes the image output to a PNG file, so it is PNG.
So what exactly is in that directory?
I'm not exactly sure, probably some scripts and the image file when it is generated.HELP!!!!!!!!!!! I HAVE THE PROBLEM OF THE COOKIES!!!! WHAT I MUST DO?? :):)
Link to comment
Share on other sites

  • 1 year later...
Guest FirefoxRocks

Ok the source code has changed now but the problem still remains:

<p>Please type in the text you can read in the image in order to complete your login.</p><p><center><img src="/public/image.php/232525.png" width="100" height="100" /></center><br /><form action="/game/login.php" method="post" name="form"><input type="hidden" name="authname" value="[blocked]" /><input type="hidden" name="authpassword" value="[blocked]" /><input type="hidden" name="0" value="[blocked]" /><center>Copy here the text from the image:    <input type="text" name="string" size="5" />   <input type="submit" value="Submit" /></center></form></p><p>If you don't see anything in the image, you have cookies disabled. You need to enable cookies to play the game.</p>

And again I do not know what is in the public/image.php/ directory.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...