Просмотр файла readme.txt

Размер файла: 2.43Kb
W@Pchat- created by Harris Yusuf Arifin
Ver. 1.2 (c) Juli 2002 Copyleft reserved

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


-------------
About W@Pchat
-------------   
PURPOSE: To provide simple chat room based on mobile phone, you can chat anywhere by wap phone enabled.
DISCLAIMER: This application has  developed based on WML ver 1.1 phones. Already tested by Openwave SDK wap phone emulator ver 4.0, 4.1 and 5.0.
Send bugs, comments and suggestions to me: [email protected] 


--------
Features
--------
- no need to register, just need your nickname 
- post message to public  
- you can change refresh time, message limit display (see config.inc.php)       
          
-------------
Requirements :
-------------
a. Webserver: Apache from http://www.apache.org,and must support WML. You can edit file httpd.conf, then add these line:

AddType application/x-httpd-php .wml 
AddType text/vnd.wap.wml .wml 

d. Database: Our beloved MySQL from http://www.mysql.com
e. Scripting: PHP from http://www.php.net
f. wap phone enabled or Openwave SDK wap phone emulator ver 4.0, 4.1 and 5.0 from http://www.openwave.com
g. Mysql Administration: http://www.htmlwizard.net/phpMyAdmin/ (optional)
 

------------
Installation
------------    
1. Extract wapchat.zip.
2. Use phpmyadmin to create database "wapchat". Upload wapchat.sql to create table "wapchat", otherwise you can create table manually.
3. Open config.inc.php to change database and chat configuration.
4. Put all files in same directory.

-----
Usage
-----
1. Call index.php, choose "enter chat"
2. Enter your nickname and go login
3. To write message, choose "Write" at softkey link
4. To logout, choose "Exit" at softkey link or press back button.

DEMO SITE : http://wapchat.earthweb.biz/index.php

Regards,
Harris Yusuf Arifin