sphider

Integrating Sphider search engine in to website

徘徊边缘 提交于 2019-12-12 23:43:33
问题 I have Sphider search engine up and running on my site but I am having two problems. I am not clear on how to set up the indexing for the results to properly show up. I am trying to take the search.php file and include ('sphider/search.php'); in the dashboard.php file which is located in the root dir of my site. Sphider is at root/sphider/search.php but when I include it nothing shows up. If anyone has any insight on the issues I am having I would appreciate it. Yes I have found some online

How to add Sphider search to my website? “Cannot connect to database”

空扰寡人 提交于 2019-12-12 17:24:42
问题 I downloaded the Sphider search engine and I am currently trying to run it via my localhost. I extracted it in my root folder and made a search bar in HTML: <div id="searchwrapper"> <form action="../sphider-1.3.5/search.php" method="get" title="eurobytes search"> <input type="text" class="searchbox" name="s" value="" action="../sphider-1.3.5/include/js_suggest/suggest.php" columns="2" autocomplete="off" delay="1500" bgcolor="transparent"/> <input type="hidden" name="search" value="1"> <input

Integrate Sphider search engine with CodeIgniter

百般思念 提交于 2019-12-12 01:59:31
问题 I want to integrate Sphider search engine with CodeIgniter framework, but I have no idea how to do it. Someone have a solution for this? 回答1: This can be done by marge core php and codeigniter .. put your sphider folder with your application folder -application -sphider -system -etc Make sure set database setting in sphider folder /sphider/setting/database.php if u r using .htaccess then add sphider folder to it. Then Make One controller in application like this public function index() { $url