This link features Silky but includes others as well. It is a secure chat client for SILC (Secure Internet Live Conferencing) protocol. Supported operating systems include Linux and Windows. Other GPL web conferencing programs listed as well.
|
|
This is a perl messenger which has a skin support, friend's list, online users list, stores offline messages and much more. Very easy to configure and works with just two files im.pl and join.pl. |
|
LiveWeb Master allows you to chat with your visitors in real-time. LiveWeb Master consists of two parts, and Admin Client that sits in your Windows system tray and CGI scripts for your web site. It allows your visitors to open a chat window and chat in real-time. No page refreshing, plugins or anything, streaming text for the instant messaging. |
|
This is a nice ICQ Database for you to use on your Webpage. Let visitors and friends add themselves to PrO ICQ Database. Every visitor will get a 'Quick Message Sender' on their entry. Protected against HTML, SSI, NONE unique uin number and Form hijacking. |
|
PrO WeB icq is a Perl script that allows you to send ICQ message to your friends from School or work. First you can search and find out if your ICQ number is on or offline. Then you can send your message to your friend. |
|
Pedbot is an AOL Instant Messenger robot that features Eliza mode, area code lookup, calculator, dictionary, Google search/spell, IP mapper, password generator, pickup line generator, random quote, random fact, stock quotes, weather, zip to zip distance, and more. Administrative features include wrappers for: ping, nmap, traceroute, dig, whois, w, host, the ability to set configuration hash values through messaging, and initiating conversations with others, manual block / warn commands, and more. |
|
VOCP transforms your computer into a full-featured call answering and voice messaging system. With the VOCP System, you can create an unlimited number of voicemail, pager and command shell boxes which callers will navigate using their touch tone telephone. You can send and receive faxes, listen to your email using text-to-speech, filter and redirect calls based on caller ID information and more. |
|
BAC Friends provides your members with the means to create a network of friends, meeting new people and keeping track of old acquaintances. The software includes an enriched profile system, with guest books, private forums, photo albums, intra-site private messaging and other key features that will keep visitors on your site. |
|
Never Again Will You Suffer From The Pain & Hassle Of Paying Monthly Bills For Your Autoresponder, Mailing List Management, Ad Tracking, Shopping Cart, Refer-A-Friend System & More |
|
This module tests the online state of any ICQ user and returns 1 for online or 0 for offline. It downloads the smallest ICQ online gif and analyses it to determine the online state of the user. No ICQ account is necessary. No ICQ server login is necessary. This makes it quick to return a result.
It was designed to replace the trademark large ICQ flower GIF that ICQ promotes as a form of online test suitable for webpages because it didn't fit into the footer of my website. This was coded initially for my website and then developed into a useful Perl module registered at CPAN.
Example uses:
* In xhtml on a homepage to display your ICQ number in green if you're online or in the default colour if you're offline.
* As an interface for ICQ cam live support.
* To redirect email to an ICQ message if the recipient is online.
SYNOPSIS
use ICQOn;
my $Online=Net::ICQ::On-> Test(<ICQ No./>);
|
|
|
|