Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • There is a bug in the plugin.

    If you use the title=”googlemap” in the links, it breaks when viewed with IE8.

    If you use rel=”googlemap” then it works.

    Thread Starter sehh

    (@sehh)

    no one?

    Thread Starter sehh

    (@sehh)

    ColdForged, the problem is that running a public site where users are allowed to create accounts gets to a point where some user accounts are invalid or inactive.

    I would like to be able to delete all users who haven’t logged in for the past X days/weeks/months.

    I looked at the users SQL table and WP doesn’t record the last access date 🙁

    Any suggestions would be welcome.

    Forum: Plugins
    In reply to: WP phpBB

    In case anyone else has the same problem:

    i solved it by modifying the phpbb files and renamed the two functions that conflict with WP.

    i used “grep” and “replace” command line utils to find and replace strings in multiple files.

    For example, i replaced get_userdata( with phpbb_get_userdata(.

    In case anyone else has the same problem:

    i solved it by modifying the phpbb files and renamed the two functions that conflict with WP.

    i used “grep” and “replace” command line utils to find and replace strings in multiple files.

    That is not correct.

    A cookie does not contain the password. Instead, it contains
    a session ID. Once the client has entered his password and
    he has been authenticated (via http or https) he then
    receives a cookie with the session id.

    If someone steals that session id, it won’t do any good since
    the server will also check the originating IP address as well.

    There are additional security checks as well, like doing a
    reverse DNS lookup.

    I believe ALL sites should have a secure login. It should also
    be wise to make the entire /wp-admin/ browsable only via
    https.

    If you dont want to pay lots of money for an expensive
    certificate, then you can get one for free from:

    http://www.cacert.org

Viewing 6 replies - 1 through 6 (of 6 total)