A Lesson To Be Taught
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT COUNT(*) FROM comments WHERE nid = 170 AND status = 0 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.picture, u.data, c.score, c.users, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 170 AND c.status = 0 GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.thread, c.status ORDER BY c.thread DESC LIMIT 0, 50 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
Submitted by sneakin on Sat, 2005/06/04 - 07:56.
Jabber
I've had a tab opened for quite a long time that opens Infrastructure.org. Their page about setting up mail has something that needs to be adapted to XMPP/Jabber. Here's the adaptation:
Avoid like the plague any attempts to use non-XMPP messaging solutions -- the world has gone XMPP, and there are now many fine GUI XMPP messengers available along with many libraries to create automated agents. Proprietary solutions are no longer necessary for user-friendliness or for your messaging infrastructure.
That was adapted from http://www.infrastructures.org/bootstrap/mail.shtml.
|