Free Php Scripts, Articles and Resources
    home  Home   php  PHPscripts   articles  Articles   contact  Contact
Date: 13 March 2010
in

Total scripts: 203
Total downloads: 25548
Total articles: 11

Latest Scripts
Free Contact Us Script +...
Free PHP ODP Script

Top Downloaded Scripts
Captcha Security Images
dGallery

Best Rated Scripts
File Searcher
Transparent Watermark

CATEGORIES

PHP ARTICLES

Categories Php Chat Scripts

IM Status
This class is meant to check the online status of users of several instant messaging users. It works by connecting to one of the many online status Web servers and request the status pages. Currently it supports checking the status of users of ICQ, AIM, Jabber, MSN and...
(3 votes)
ircBot
This is an Object Oriented PHP IRC bot framework. It can register user callbacks to perform tasks on certain events, i.e.: onJoin, onOp, onBan, onTopic, etc. The package contains a example bot script that demonstrates its usage and how callbacks work.
(0 votes)
phpSkypeStatus
This class can be used to retrieve the online status of a Skype user. It can connect to the Skype Web site and retrieve the status information XML record. Then the class can parse the returned information to extract the status code. The class may also return the user...
(0 votes)
BlueTOC
This class is meant to act as an AIM instant messaging client using the TOC protocol (not OSCAR). ICQ is also supported by this class. It can perform normal tasks such as receiving and sending instant messages, joining chats and other activities on the AIM network. ...
(0 votes)
AJAX driven simple chat
This class can be used to implement a simple Web based chat system that uses AJAX to update the chat dialog display area without reloading the whole page. The class generates a page with a Web form to submit what each chat line that the users type. The chat lines are...
(3 votes)