A few friends have asked me about this so I finally decided to put up a page that explains how to configure that. Actually you can create other combinations like ICQ over Jabber or AIM over GTalk, or MSN, or Yahoo, any service that has a jabber transport. It's up to you but I'll explain specifically how to configure ICQ over GTalk.
Using nfs exports on OS X is pretty easy, it's core is FreeBSD based after all. To mount an nfs share go to Applications - Utilities - NetInfo Manager.
cd /usr/ports/mail/qmail-smtp_auth+tls
make -DWITH_BIG_TODO_PATCH -DWITH_QMAIL_QUEUE_PATCH install disable-sendmail enable-qmail certificate clean
How to quickly install the PHP login script without any hassle in 15 steps.
Submitted by Luke Williams.
Separates results on multiple pages.
Note: requires PHP 4.1.0 or higher because it uses the new superglobal variable names like $_GET, $_POST, etc.
Review of Linux download managers.
This is not intended as the most complete list of download managers for Linux/Unix, it just comprises the applications I have used.
A complete PHP login script; includes user registration, login, logout, change password, change member details, and user list.
Form validation on the client-side is essential - it saves time and bandwidth; you also have better control to show the user the wrong field.
Frequently asked and answered questions about the PHP login script and login scripts in general.
Execute SQL queries on a remote host. Uses HTTP connections instead of direct database connection, which are not allowed on many hosts.
Make sure your program can run on different PHP setups by distributing a custom environment setup. Expalins how to create the config and how to get your current configuration.
PHP class for easy use of HTTP keep alive connections. Handles transparently close connections, keep alives with content-length, and chunked encoding.