Home / Scripts & Code / PHP Scripts / Search
Based - Google CSE PHP Search Engine ScriptBased - Google CSE PHP Search Engine Script
The Ultimate PHP Search Engine Script Built On Google CSE Average rating of 4.9 based on 34 votesHome / Scripts & Code / PHP Scripts / Search
Based - Google CSE PHP Search Engine Script
The Ultimate PHP Search Engine Script Built On Google CSE Average rating of 4.9163 Support questions or comments
Please login or create an account to post a question or comment.
-
Dec 1, 2022adigunawanxd PurchasedHello dev, how to change search result url with htaccess, example:
https://domain.com/search?q=new+keyword&engine=1
changed into
https://domain.com/search/new-keyword&engine=1
?q= changed to /
+ changed to -
Thank you -
Dec 1, 2022MirazMacStudios AuthorSorry but that wouldn't be possible. As the form uses GET method to submit the query using q parameter. Even if you rewrite it using htaccess you'd need to to built a separate logic to capture the form submit and redirect to the new URL. Which is not something I can provide a simple guide on as it's very complicated and require heavy modifications.
-
Dec 1, 2022sachinfnetchat PurchasedSessions must be started to use CSRFGuard! i am using 8.1 and maria db 10.6
- View 1 more reply
-
Dec 1, 2022MirazMacStudios AuthorFirst error is occurring 'cause either sessions are disabled in your server or this directory: src/var/sessions isn't present/writable.
Secondly, yes I will bring 8.1 support in the update. Also, it currently supports MariaDB -
Dec 4, 2022sachinfnetchat Purchasedwhen will update come ?
-
Dec 4, 2022sachinfnetchat Purchasedi seriously need support , please mail me : [email protected]
-
Nov 20, 2022Is it possible to get the results only from the database we created?
-
Nov 20, 2022MirazMacStudios AuthorNo, sorry. This is Google CSE based.
-
Nov 20, 2022Thanks
-
Nov 13, 2022meholi PurchasedFinally. Search suggestions seem to speed up. I have never updated. I looked at the demo. Fast. I'm slow too. Which files should I update?
- View 15 more replies
-
Nov 14, 2022meholi PurchasedYes. True. I turned down
-
Apr 7, 2023josepham PurchasedCan you add chat GPT on this
-
Apr 7, 2023MirazMacStudios AuthorGiven the cost of OpenAI API, would that be cost effective?
-
Oct 22, 2022Neïl PurchasedHello I use the nginx file, only the home page is working. when I try to do search or access dashboard I get 404 error.
I think it's an issue with the nginx rules to serve other file.
Please advice what to do
-
Oct 22, 2022MirazMacStudios AuthorSorry but the script requires Apache to work. It can be configured to nginx but unfortunately I'm not an sysadmin. The basic idea is to route all the requests to the index.php file. The script uses Slim Framework v2. You can find a sample guide of how to configure it on nginx here:
https://www.slimframework.com/docs/v2/routing/rewrite.html#nginx
-
Oct 2, 2022Charles05 PurchasedHello, in future updates is it planned for users to be able to create a user account themselves?
Thank you for your answer ! -
Oct 3, 2022MirazMacStudios AuthorNot particularly. But I'll try to add it.
-
Oct 3, 2022Charles05 PurchasedOK ! Thank you in advance I think it's a good thing for us administrators who want to involve users in for example a game or other thing on our site
-
Sep 23, 2022Hello, how many search engines are allowed on this at maximum? and am I allowed to install multiple instances of the script on a single domain name because I have too many search engines for different niches?
- View 10 more replies
-
Sep 28, 2022Just came across your codecanyon profile, and found that "inBefore" doesn't have the same mobile autocomplete issue this one has! why not use the same autosuggest plugin here?
-
Sep 28, 2022MirazMacStudios AuthorInBefore doesn't have the fixed search navigation bar, thus it uses a simple JS library. That doesn't work with Based as it has a fixed navigation bar.
Not to mention inBefore uses server backed suggestions which is slower than Based that directly queries Google's autosuggest API instead of proxying it via the server. Thus adding that JS library to Based would break existing/new sites. -
Sep 28, 2022I see. Thank you for the explanation
-
Sep 20, 2022josepham PurchasedHow can i rename sitemap link from sitemap.xml to somethingelse.xml
-
Sep 20, 2022MirazMacStudios Authorsrc/routes/base.routes.php
$app->get('/sitemap.xml', CONTROLLER_NAMESPACE . 'Site\SitemapController:sitemapIndex'
->name('sitemap.index';
Change '/sitemap.xml' to whatever you wish, for example: '/mysitemap.xml'
-
Sep 19, 2022josepham PurchasedWhat hosting do you use for this script
-
Sep 19, 2022MirazMacStudios AuthorFor the demo I use a simple shared hosting. Not a known brand.
-
Sep 18, 2022josepham PurchasedHow can i host it to sub directory of subdomain like this "subdomain.example.com/search" because this show 404 when i search something.
- View 5 more replies
-
Sep 18, 2022josepham PurchasedWhat is the rule to host it in this way please i want to use it in subdomain folder
-
Sep 18, 2022MirazMacStudios AuthorSorry but there is no extra rule for that. You just need to make sure the script's htaccess file of the script is present within the subdirectory.
I'm not a sysadmin so this is all I can say. Anything else you better off contacting a sysadmin.
Thanks -
Sep 18, 2022josepham PurchasedI figure it out for anyone need this
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.example.com$ [NC]
RewriteCond %{REQUEST_URI} !^/folderhosted/
RewriteRule (.*) /folderhosted/$1
Information
Category | Scripts & Code / PHP Scripts / Search |
First release | 25 October 2020 |
Last update | 7 February 2024 |
Software version | PHP 7.0, PHP 7.1, PHP 7.2, PHP 7.3, PHP 7.4 |
Files included | .php, .css, Layered .png, Javascript .js |
Tags | responsive |