Tuesday, July 26. 2005Integrating other sites with PHPBBTrackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
great code, only got stuck when I tried to output the data for testing using:
foreach ($userdata as $key => $data) {echo $key . " " . $date . ""; } whacks head Another case of the brain running faster than the hands, i spotted the obvious shortly, your page has been added to our credits and will be up once our new site goes live in a few months. works great, thanks for the time saver
I'm developing a site that has phpBB integration and have the login working except for one thing. If you look at the bottom of the standard phpbb homepage, you see username and password input boxes which are prepopulated with the user's data IF that user had clicked Remember Me when they last logged in. I would like to have this happen on my site's login page, but I don't know how to get the data from the cookie. I can see the cookie, but the values are obscured, and I don't know how to extract them.
Any clue? Thanks, and thanks for posting the helpful information. Jack
I think those boxes are actually populated by the web browser, not PHPBB. Most sites won't pre-fill password boxes since you can look at the page source and see the real password.
|
CategoriesQuicksearchArchives |