sehh
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Inline Google Maps] no lines shown in IE8There 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.
Forum: Fixing WordPress
In reply to: Delete inactive usersno one?
Forum: Fixing WordPress
In reply to: Delete inactive usersColdForged, 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.
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(.
Forum: Fixing WordPress
In reply to: Function Declaration ErrorIn 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.
Forum: Everything else WordPress
In reply to: Securing login.php with SSLThat 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: