I'm totally confused. The site (
) was working just fine and then I tried to make a change to fix the fact that the password encryption and retrieval function wasn't working just right (from another thread) and then the captcha image seemed to stop (it might have stopped before that and I didn't notice, but I can't be sure). Anyway, I put all the PASSWORD code back to the way it was and the Captcha image still isn't showing.
What I get in IE8 is the little red box with the "X" where the captcha image should be and I've tried it in other browsers too. A sample of the properties on the image reads "http://www.cozycuddles.com/resources/include/captcha.php?x=9" which appears to be correct. If I look at the source code for the page it shows the following.
| Code: |
</td></tr><tr><td colspan=2 width="100%" align=center class="regularText">Please enter the validation code.<br /><img align=top src="./include/captcha.php?x=9"> <input type=hidden name=chksum value="106213f00e09f3ce09fd2a22b57626cc"><input length=5 size=5 type=text name=capinput></td><tr><td width="100%" colspan="2" align="center"><br /><input type="submit" name="submit_add" value=" Submit Site " />
|
... which also looks correct to me.
When I look at the table using the same id and password I can see the table exists and is populated with 16 entries. They seem to have the images there (although I can't see the actual images using that tool).
If I enter an invalid entry like...
| Code: |
"http://www.cozycuddles.com/resources/include/captcha.php?x=9999"
|
...into my browser I get no little box (since there's no image 9999).
I've put the captcha.php, add.php and update.php back to exactly what was downloaded yesterday when I built the site.
Any suggestions to see what's going on?