Impact Plus Chat – Lite Version (Help and Support Tools)

With a few tweaks, can be integrated into existing user database (read below). But i CANNOT providse support for that.

Troubleshooting

Download this UPDATED file and extract to ipChat folder to fix registration issues

Tip to Integrate into Exisitng Database

Open ipChat/include/config/config.php and replace these lines with your user database details

define( "USER_DB_INIT", true ); // this must be true
define( "USER_DB_HOST", "your user database host" );
define( "USER_DB_USER", "your user database user" );
define( "USER_DB_PASS", "your user database pass" );
define( "USER_DB_NAME", "your user database name" );
define( "USER_TB_NAME", "your user database table name" );

define( "USER_COL_ID", "your user table user id column name" );
define( "USER_COL_NAME", "your user table user name column name" );
define( "USER_COL_USERNAME", "your user table user username column name" );
define( "USER_COL_PASSWORD", "your user table user password column name" );
define( "USER_COL_AVATAR", "your user table user avatar column name" );
define( "USER_COL_EMAIL", "your user table user email column name" );

Save it and now open ipChat/include/auth.php and here you can change the functions is_user_logged_in, get_user_id, do_user_login, do_user_signup, do_user_logout, do_user_reset_pass, get_user_avatar to your needs (the only difference from Impact Plus is, these are plain functions not hooks). For a reference see http://ip.bestunmask.cu.cc/docs/Database

Note

The name says it lite, but its does not :P
This CANNOT be integrated with existing user database when installing (just disabled), but a few tweaks, editing a few lines (easier than original Impact Plus) can do this job.

Changelog

  • Totally different JS Engine
  • Chat Room

    This responsible Chat Rooms brings more fun to Chat, it is totally different from the group chat, here anyone can join, ability to set password for group. You can even disable group chat.

  • Applications

    Ability to add your own applications like games, facebook like, etc, there is a reserved panel for that

  • Yahoo Buzz like Mess

    When you press mess button, it makes a loud noise and shakes the Chat tab of the person you are trying to mess with. It does have a reuse delay so you can’t constantly sit there and mess with someone.

  • Draw and Send

    Draw and send images to your friends on the fly.

  • Better User Blocking

    Now users can block/unblock any users either by IP or user ID.

  • Limit Uploads

    You can now limit file uploads by size, number of files or file type

  • Demo tour

    If you are new to Chat, a nice designed demo tour will guide you

  • Web Messenger

    It has facebook style unique, flexible inline Web Messenger

  • Code Generator

    Don’t know how to integrate? Well there is a page on admin panel for to help you.

  • More Hooks

    Now everything can be handle better than Impact Plus

Features

  • Chatrooms
  • Notifications
  • Plugins
  • Admin Panel
  • Themes
  • Real-time Status
  • Mobile Support
  • Multi Language Support
  • User blocking features
  • Yahoo Buzz like Mess

  • Draw and Send
  • Ability to limit uploads
  • Demo tour
  • Facebook like Web Messenger
  • URL Fetching
  • Code Generator
  • Logging system
  • More Hooks, can be handle better than Impact Plus
  • …and many more

Server Requirements

  1. PHP version 5.3 or greater (required)
  2. MySQL version 5.0.15 or greater (required)
  3. You must disable session.auto_start in php.ini (required)
  4. Some PHP Extensions and functions (optional)
    • GD extension is required for Image processing (optional) (recommended)
    • cURL extension is required for Auto updates and stream rendering (optional) (recommended)
    • zlib extension is required for a Better data output and Performance (optional) (recommended)
    • zip extension is required for Auto updates & Plugin installations (optional)
    • File uploads are required to be enable to use Attachment feature (optional)
Javascript must be turned ON in internet options in order to use all features of Impact Plus and it's Admin Panel, since they are built on top of the famous javascript library jQuery

Installing

Point your browser to http://path_to_ipChat/install.php , where path_to_ipChat is the url to ipChat folder.

If your site url is http://mysite.com/ and you were extracted the files to your server root. Then the url will be http://mysite.com/ipChat/.

If the file config.php exists in your server already, you will an error message saying “Configuration file found, Please delete conf.php and restart the installation”. At this point you cannot continue the installation.
To overcome this situation goto ipChat/includes/conn/ folder in your server, then find and delete “conf.php” file.

The installation will start automatically and will take you through the steps necessary to install Impact Plus.

Prerequisites

In order to initialize Impact Plus, the famous javascript library jQuery must be included in your page before the Impact Plus scripts, where yo want to display the Chat.

Integration

Do not worry about that there is reserved page for that, that will do the job for you

Download Impact Plus Chat – Lite Version (Help and Support Tools)

Leave a Reply

Your email address will not be published. Required fields are marked *