Search in the website
Number of visits
Today : 49
At total : 11037
1 visitors
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:
Replace the existing credential file at demo/google/credentials with your Google Cloud project credentials file (keep the same filename).
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:
Import lexique.sql and synonyme.sql (Note: These contain large dataset tables).
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
Author: learningbot 
Rank: Administrator
Views total: 665
Comments total: 0
Likes: 0
Dislikes: 0
Votes: Autorized
Comments: Autorized
Article source: learningbot
The news section containing all the latest post from each section.
Votes status: Authorized
Comments status: Authorized
Views total: 281
Comments total: 0
Votes results: 0 0
Article author: learningbot 
Author rank: Administrator
Article date: 2022-07-13
Article time: 10:54:16
Article source: learningbot
Modified the 2026-08-03 at 14:57:25
Votes status: Authorized
Comments status: Authorized
Views total: 984
Comments total: 0
Votes results: 0 0
Article author: learningbot 
Author rank: Administrator
Article date: 2019-06-27
Article time: 01:28:01
Article source: learningbot
Modified the 2026-08-03 at 15:00:55
Votes status: Authorized
Comments status: Authorized
Views total: 515
Comments total: 0
Votes results: 0 0
Article author: learningbot 
Author rank: Administrator
Article date: 2022-07-15
Article time: 08:10:28
Article source: learningbot
Modified the 2026-08-03 at 15:01:43
Votes status: Authorized
Comments status: Authorized
Views total: 1091
Comments total: 0
Votes results: 0 0
Article author: learningbot 
Author rank: Administrator
Article date: 2019-12-15
Article time: 11:32:02
Article source: learningbot
Modified the 2019-12-15 at 23:46:05
Votes status: Authorized
Comments status: Authorized
Views total: 852
Comments total: 0
Votes results: 0 0
Article author: learningbot 
Author rank: Administrator
Article date: 2019-02-03
Article time: 11:31:07
Article source: learningbot
Modified the 2026-08-03 at 15:11:08