Algorithms Arrays Passwords Uncategorized
Commerce Uncategorized
Databases Abstraction Layers Informix LDAP MS SQL MySQL ODBC PostgreSQL Uncategorized
Date & Time Calculators Conversion Translation Uncategorized
Discussion Chat Forums Guestbooks Polls Uncategorized
Email Validation Uncategorized
External Uncategorized
Files and Directories Uncategorized
Games Uncategorized
Graphics 3-D Graphs Resizing Thumbnails Uncategorized
HTML Forms Menus & Navigation Source Viewers Tables Templates Uncategorized
HTTP Authentication Cookies File Uploading Uncategorized
I18N Uncategorized
Math Uncategorized
Miscellaneous Uncategorized
Searching and Trees Uncategorized
Security Uncategorized
Text Uncategorized
Utilities Calendars Counters Link Checkers Weather Uncategorized
XML Uncategorized
| php sample source codes |
|---|
|
Very very Simple Chat Client...
but it's can be so nice, when we're
blocked to connect to the IRC SERVER.
we can anonymously connect to the IRC Server
it's able also to connect behind blocked firewall
just try it and feel free to copy it, piss :)
|
|
This class allows to connect to an IRC server (including SSL). With it you can make easily IRC bots.
|
|
This code shows you how to create a socket, and use it to connect to a irc server and communicate whit it.
|
|
Output a list of users registered with your Jabberd service.
|
|
A mini chat system, to be customized.
|
|
Reads Channel-Listing of an IRC Server and saves it into Database. Listing will be refreshed every x-minutes. (create_table function is just to create an example table for saving data.)
|
|
Simple Chat 1.0
|
|
*******************************
*** Simple Simple Chat ***
*** v 1.0 ***
*** www.phpclub.site.ir ***
*******************************
// Warning : This chat exposes chatters IP addresses
|
|
SmartIRC is a PHP class for communication with IRC networks that conforms to the RFC 2812 (IRC Protocol). It's an API that handles all IRC protocol messages. It is designed for creating IRC bots, chatrooms, and showing IRC related info on Web pages.
Changes in the new 0.5.5 version: Several important bugs were fixed, like unregistered timehandlers that are tried to be called. Most bugfixes were in the channel sync code. Minor features like checking for isOpped(), isVoiced() and isBanned() were added. Tracking of the channel key is now supported, and the reconnect() function takes advantage of it. Compatibilty with PHP 5.0.0b1 was tested.
If your PHP installation has PEAR included, and you have already a PEAR version of SmartIRC then run:
pear upgrade Net_SmartIRC
Otherwise for a new install:
pear install Net_SmartIRC
Or grab the SmartIRC package from the sf.net project page
|
|
Little Chatserver (Partyline)
|
|
simple chat 'graffiti' wall...
|