Scriptads Home
Search script
Advanced Search
Show Categories
Add New Script
Modify script
About Us
Terms Of Use
Link To Us
Recommend Us
Contact Us
Links
List by category
Most popular
 1. WeberDev's Forums
 2. Circular preloader
 3. Easy payments...
 4. FFTW with OpenCV
 5. Basic...
 6. Phase...
 7. Menu with...
 8. UserGate...
 9. PixExpose
10. Two Levels XML...
more ...
Top rated
 1. JavaScript...
 2. Essential PHP...
 3. Flash strip...
 4. JaxterChat ...
 5. Pixel Ad Script
 6. Building...
 7. Smash Bugs | ...
 8. UserGate...
 9. Export MS...
10. WeberDev's Forums
more...

HOME > PHP > Chat Systems

 Chat Systems scripts

Simple chat and admin panel with PHP/MYSQL
A in-depth tutorial on how to build a simple chatroom and basic admin options like IP banning and editing and deleting messages. Includes SQL table setup.
 
Chatterbox
This example shows how to use AJAX to implement a basic chat system on a website. It refreshes the chat transcript using AJAX to maintain a constantly updated view of the chat session.
 
Shoutbox Tutorial
This tutorial will teach you how to create a PHP and MySQL type shoutbox with basic protection.
 
PHP Test3
testing php tutorilas * Enter a brief summary of your listing in a phrase or a short sentence.
 
Sending SMS with HTTP
Tutorial on using PHP to send SMS. You might want to add a Free SMS option to your site to drive traffic to your site.. This tutorial might be useful
 
PHP/MySQL Shoutbox System: Part Two
The second part of my ever popular Shoutbox tutorial. Covers the creation of the script to post information and read information from the database.
 
PHP/MySQL Shoutbox System: Part One
This is Part 1 of my Shoutbox tutorial. It covers creating the MySQL table to hold all shoutbox info, through one of two methods: phpMyAdmin or a PHP query.
 
Adding smilies to your scripts
Goes through how you can add smilies to your news, shoutboxes etc to make them more attractive and so people can express their feelings. Tutorial makes everything clear and easy to use. You'll be used to this :) in no time.
 
Mini-Chat Tutorial
This tutorial is about my mini-chat script. It's not really a chat, since dialogs are updated only when page refreshes. It is the first tutorial of a series for some development techniques. Right now, I will focus on explaining how I managed the buil
 
PHP-Based Chat Room
This particular design of web-based chat uses variables posted from a form, processes them into HTML and writes them to a file. Put the form and the message file in a frameset and you have something that looks reasonably like a BeSeen chat room. Of c