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




Home / Scripts & Code / PHP Scripts / Search

Based - Google CSE PHP Search Engine Script
The Ultimate PHP Search Engine Script Built On Google CSE




175 Support questions or comments
Please login or create an account to post a question or comment.
-
Dec 6, 2022rgbrgb PurchasedHi, how to make news search results shown "short by Date" instead of "Relevance" as default?
-
Dec 7, 2022MirazMacStudios AuthorYou need to create your own CSE for that. Then from the CSE settings you can choose default sorting. After that you can replace that CSE ID in the script.
https://prnt.sc/Cs1EKLzoeFZw
-
Dec 3, 2022dl PurchasedHi I bought the script yesterday, nearly everything works fine. One very annoying bug is that we do not get the cursor in the search bar, can you fix that or point out why?
Thanks -
Dec 3, 2022MirazMacStudios AuthorSorry but I couldn't reproduce the issue. And no one else reported such issues before. I can perfectly see the cursor in the search box. Perhaps it could be an OS/browser level issue on your end?
Would you please try with a different device/browser and let me know? -
Dec 3, 2022dl Purchasedok it seems like being a problem only happening on firefow mozilla under linux.
-
Sep 9, 2023Hello.
In all searches displays a maximum of 8 pages.
Is it possible for it to display all pages or to browse them all?
-
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'
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 |