Page 1 of 1

Question about Photobuckets PHP

Posted: Sun Jul 16, 2006 10:38 pm
by tecktalkcm0391
How does there login.php page work in the way that it show the page to you and then refreshes it to the next page in about 5 seconds? I checked the HTML for a meta refresh but its not there?

Posted: Sun Jul 16, 2006 11:21 pm
by Burrito
it's hard to say without seeing it. It could be javascript though...look for a setTimout method.

Posted: Mon Jul 17, 2006 10:04 am
by tecktalkcm0391
If you have a photobucket username just login on photobucket.com/login.php.

Posted: Mon Jul 17, 2006 10:09 am
by Burrito
here it is:

Code: Select all

<meta http-equiv="Refresh" content="1; URL=http://s107.photobucket.com/albums/m303/burrito9_2006/">

Posted: Mon Jul 17, 2006 11:34 pm
by tecktalkcm0391
Ok, I must have been getting the source from the next page and not that page.