Account

Translate

Facebook

Research

Last subscribed

Statistics

References - Chatbot - Installation of the Chatbot

Installation & Configuration Guide

Welcome! Follow these simple steps to set up your package smoothly.

1. Install Composer Dependencies:

Terminal / Command Line.

Open an SSH connection to your server, navigate to the folder containing your composer.phar file, and run:

Bash

php composer.phar install

2. Configure Google Cloud Services:

Optional - Defaults to French.

If you wish to use Google Cloud features, update the credentials and project details:

  1. Replace the existing credential file at demo/google/credentials with your Google Cloud project credentials file (keep the same filename).

  2. Add your Google Cloud Project ID to the following files:

    • demo/google/speech/api.php

    • demo/google/translate/api.php

    • demo/google/natural_language/api.php

3. Import Database Tables:

Import the SQL files into your database server in the following order:

  1. Import lexique.sql and synonyme.sql (Note: These contain large dataset tables).

  2. Import import-sql.sql.

4. Set Database & Environment Credentials:

Update your configuration file with your database credentials and API settings:

PHP

$al_host = 'localhost';             // Database host
$al_db_name = 'your_database_name';  // Database name
$al_user = 'your_database_user';     // Database username
$al_password = 'your_password';      // Database password

$url = "http://www.example.ca/";      // Replace with your actual domain URL
$server_ip = '255.255.255.255';     // Server IP used for cron CAPTCHA checks

// Google Cloud Settings
$google_translate = 0;               // Set to 1 to enable Google Translate
$google_natural_language = 0;        // Set to 1 to enable Google Natural Language
$google_project_id = '';             // Enter your Google Cloud Project ID

5. Configure the Cron Task:

Ensure the AI has at least 30 rows of memory built up, then add the following cron job to run every minute:

Bash

* * * * * cd /path/to/project/root && php cron-task.php 1>> /dev/null 2>&1


Source : learningbot

Price: $ 00.00 CAD to access learningbot extensions, forum support, chatbox support and update support



Installation of the Chatbot

The 2018-03-13 at 17:47:45

Author: learningbot Man

Rank: Administrator

Views total: 665

Comments total: 0

Likes: 0

Dislikes: 0

Votes: Autorized

Comments: Autorized

Article source: learningbot

Modified the 2026-08-03 at 14:48:33

+ Add to my contacts

Return to the articles list

Votes

Identity verification:

Enter (000) in this field:

0

0

Comments:

The news

The news section containing all the latest post from each section.

References

Title: Credits Policies

Category: Credits

Votes status: Authorized

Comments status: Authorized

Views total: 281

Comments total: 0

Votes results: 0 0

Article author: learningbot Man

Author rank: Administrator

Article date: 2022-07-13

Article time: 10:54:16

Article source: learningbot

View article...

Modified the 2026-08-03 at 14:57:25

Downloads

Title: Julie AI - The game

Category: Game

Votes status: Authorized

Comments status: Authorized

Views total: 984

Comments total: 0

Votes results: 0 0

Article author: learningbot Man

Author rank: Administrator

Article date: 2019-06-27

Article time: 01:28:01

Article source: learningbot

View article...

Modified the 2026-08-03 at 15:00:55

Forum

Title: Content Revision - Job offer

Category: Contribution

Votes status: Authorized

Comments status: Authorized

Views total: 515

Comments total: 0

Votes results: 0 0

Article author: learningbot Man

Author rank: Administrator

Article date: 2022-07-15

Article time: 08:10:28

Article source: learningbot

View article...

Modified the 2026-08-03 at 15:01:43

Help

Title: Example of conversation - Version 1.7.9

Category: Recorder

Votes status: Authorized

Comments status: Authorized

Views total: 1091

Comments total: 0

Votes results: 0 0

Article author: learningbot Man

Author rank: Administrator

Article date: 2019-12-15

Article time: 11:32:02

Article source: learningbot

View article...

Modified the 2019-12-15 at 23:46:05

Languages

Title: French syntax pattern

Category: French

Votes status: Authorized

Comments status: Authorized

Views total: 852

Comments total: 0

Votes results: 0 0

Article author: learningbot Man

Author rank: Administrator

Article date: 2019-02-03

Article time: 11:31:07

Article source: learningbot

View article...

Modified the 2026-08-03 at 15:11:08