Login   Register  
PHP Classes
elePHPant
Icontem

File: readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Protung Dragos  >  PHP Yahoo Messenger Archive Decoder  >  readme.txt  >  Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Readme file
Class: PHP Yahoo Messenger Archive Decoder
Parse Yahoo messenger chat history files
Author: By
Last change:
Date: 2009-09-10 08:59
Size: 1,391 bytes
 

Contents

Class file image Download
       ___________________________________________________________

            PHP Yahoo Messenger Archive Decoder - Version 1.5
                               September 2009
       ___________________________________________________________

                Copyright (c) 2009 Dragos Protung

_______________________

CONTENTS
_______________________

1. Description
2. System Requirements
3. How to use
4. Contact

_______________________

1. Description
_______________________

A PHP class that can decode Yahoo messenger chat history files.
This class can be used to parse and extract information from Yahoo Messenger chat history files.
It can parse a given chat history file and extract several details of each message that was exchanged in the chat sessions.
The class retrieves the message text and length, timestamp and the identifier of the user that sent the message.
The message text is retrieved in HTML format, but the class may strip HTML formatting.

_______________________

2. System Requirements
_______________________

PHP 5.x

______________

3. How to use
______________

Please see "example_simplechat.php" and "example_conference.php"

______________

4. Contact
______________

Please send your suggestions, bug reports and general feedback to dragos@protung.ro
Also visit http://www.protung.ro


Out for now ;)