Created: 06/17/2016
By: Nelliwinne Mohottala
Email: [email protected]
Thank you for purchasing Easy Web Search Script. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
Easy Web Search is engine to use inside a web site. Simple Crawling System is available to submit URLs and Links from submitted URL will be automatically added to search database when admin run crawling. Once crawling is done the links with their contents (Plain text from web link) will be available to search. If the total web site is linked to it's home page, you need jut give home page url to the sytem and run crawling once. You do not need to much work to implement a search system inside your web site.
This Editor script contains nearly 10 php files and nearly 3 folders which includes all the libraries. "inc-main.php" is main include file which contains E_All and other functions related to all pages.
index.php, search.php and quicksearch.php are the sample usage of the search script.
First Create a database in your server and import sql.sql file (at the root folder) to your database. Please truncate settings and crawl talbes. Anyway do not delete administrator user from admin table. .
Now change the database connection file at "Connections/saha.php" as follows
$hostname_saha = "yourhost";
$database_saha = "yourdbname";
$username_saha = "yourdbusername";
$password_saha = "yourdbpassword";
Please note that user password can change from the script and you need to change passwords using admin area. .
Finalizing the work.
Once again, thank you so much for purchasing this Item. As I said at the beginning, I'd be glad to help you if you have any questions relating to this Script. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on CodeCanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.
Nelliwinne Mohottala