×

Loading...
Ad by
  • 予人玫瑰,手有余香:加拿大新天地工作移民诚聘求职顾问&行业导师!
Ad by
  • 予人玫瑰,手有余香:加拿大新天地工作移民诚聘求职顾问&行业导师!

how to install free php scripts. Thanks

本文发表在 rolia.net 枫下论坛I have setup apache/php/mysql on my windows. I downloaded a free chat scrips and following is readme.txt

I don't know what do "run" and "upload" mean. What exactly I need to do to run or upload those .php files?


Note: Delete updatepassword.php when you are done with either installation or upgrade to hashed passwords

How to install Chipmunk Chatbox:
First modify connect.php and admin/connect.php and put your username, password, and databasename in the corressponding fields.

Then upload everything and run install.php
Delete install.php(*Important)
Run admin/register.php and register yourself an admin name
DELETE admin/register.php and admin/reguser.php but do not delete the register.php and reguser.php outside the admin folder

Note: The admin name and chat name is not the same so if you want to chat as registered, you still have to go to the register.php outside the admin folder to create a chat account for yourself.

Now the chat should be up and functional
To modify other things such as colors of registered and unregistered users and if guests can post or not edit admin/var.php which should be self explanatory

You may use this chat and modify it anyway you want as long as you do not take the copyright of chipmunk-scripts off the bottom of the page.

At the bottom post.php, there is a bad words filter, there are a few examples there, just follow the examples to add your own words to the filter.

From none-hashed to hashed passwords
---------------------------------------
1. upload getpass.php, setpass.php
2. Upload reguser.php, authenticate.php, admin/authenticate.php
3. Upload updatepassword.php and run it in a browser then delete this file
4. Thats it更多精彩文章及讨论,请光临枫下论坛 rolia.net
Report

Replies, comments and Discussions:

  • 工作学习 / 专业技术讨论 / how to install free php scripts. Thanks
    本文发表在 rolia.net 枫下论坛I have setup apache/php/mysql on my windows. I downloaded a free chat scrips and following is readme.txt

    I don't know what do "run" and "upload" mean. What exactly I need to do to run or upload those .php files?


    Note: Delete updatepassword.php when you are done with either installation or upgrade to hashed passwords

    How to install Chipmunk Chatbox:
    First modify connect.php and admin/connect.php and put your username, password, and databasename in the corressponding fields.

    Then upload everything and run install.php
    Delete install.php(*Important)
    Run admin/register.php and register yourself an admin name
    DELETE admin/register.php and admin/reguser.php but do not delete the register.php and reguser.php outside the admin folder

    Note: The admin name and chat name is not the same so if you want to chat as registered, you still have to go to the register.php outside the admin folder to create a chat account for yourself.

    Now the chat should be up and functional
    To modify other things such as colors of registered and unregistered users and if guests can post or not edit admin/var.php which should be self explanatory

    You may use this chat and modify it anyway you want as long as you do not take the copyright of chipmunk-scripts off the bottom of the page.

    At the bottom post.php, there is a bad words filter, there are a few examples there, just follow the examples to add your own words to the filter.

    From none-hashed to hashed passwords
    ---------------------------------------
    1. upload getpass.php, setpass.php
    2. Upload reguser.php, authenticate.php, admin/authenticate.php
    3. Upload updatepassword.php and run it in a browser then delete this file
    4. Thats it更多精彩文章及讨论,请光临枫下论坛 rolia.net
    • Make it clear 1. you must install php 2. install apache with php support,3 test it: http://www.someweb.com/some.php, Php will compile and run it. (I only know little bit something on the UNIX)
    • Do you know you suppose to run those scripts in Browser, don't you?
      • does "run" means to type http://www.domain.com/xx.php
        • yes. But in your local machine, it should point to the place where you install your scripts. It should be under the place in apache depends on your config. c:/apache/www/your scripts
          • Thanks. What does "upload" mean. Does it mean to copy *.php file to htdocs folder? where my http point to ?
            • to understand what upload.php means or does, you have to read the source code. If you have programming background, it will be as easy as ABC. If not, then it will be as difficult as Spanish to us -:)