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




170 Support questions or comments
Please login or create an account to post a question or comment.
-
Nov 20, 2021Hi, your backend is really nice congrats. what I have to say
-Not really true to say no API needed (free). Because after 100 search queries per day you have to connect google search API and you are billed 5$ per 1000 queries.
-Also I found the image search could be improved, not pretty. how to change the design of it please -
Nov 20, 2021MirazMacStudios Author- It is true to say that it doesn't require any API key. The API you're talking about is the Google CSE JSON API. Which requires billing after 100 searches. But the script uses Google Programmable Search's JavaScript API. Which doesn't have this limit. As everything is rendered on the client side.
- This relates to your second question. Due to this API being free, it lacks the ability to such level of customization. Only CSS can be used to customize the elements. -
Nov 20, 2021ok i understand now, great ! I think you mean Programmable Search Element API for Google Programmable Search's JavaScript API.
thank you for fast answer, now i'm convinced I have to buy it hehe
-
Nov 4, 2021elliotk PurchasedHello MirazMacStudios,
My website shows 404 errors everytime a try to navigate to the dashboard or try to search the web. Do you have a solution?
Best regards,
Elliot -
Nov 4, 2021MirazMacStudios AuthorThat's likely because your file manager ignored the .htaccess file, it can happen because cPanel filemanager by default has the option "Show hidden (dotfiles)" disabled. So, always make sure the .htaccess file is present at the root of the files (where index.php file is present). To solve this you can also visit https://yoursite.com/debug.php and it will attempt to regenerate the .htaccess file.
If you have an .htaccess file already replace it's contents with the one that is present in the script.
If doing all these doesn't solve your issue, I'd recommend you to re-install the item.
-
Nov 4, 2021elliotk PurchasedCheers mate! Works brilliantly now! I know I've said it before but it's a truly remarkable script.
Best regards,
Elliot -
Nov 4, 2021MirazMacStudios AuthorGlad your issue got solved, if you haven't already a review would cheer me up. Thanks again
-
Nov 4, 2021oficialltd PurchasedMY SITE WAS WORKING FINE BUT NOW SHOW: ERROR 403 WHEN YOU SEARCH!
- View 4 more replies
-
Nov 5, 2021MirazMacStudios AuthorIf you have a directory named "search" inside the script delete that directory, it's colliding with the URL rewriting.
-
Nov 5, 2021oficialltd Purchasedwas the second! a directorey named search! thanks so much!
-
Nov 5, 2021MirazMacStudios AuthorGlad your issue got solved
-
Oct 30, 2021I've bought the script today but i got wrong database file. I'm not sure it is the database file and the main files that are wrong. I got InBefore script. I don't need InBefore i need based.
-
Oct 30, 2021MirazMacStudios AuthorSorry for the inconvenience, I have sent you the correct file via email for the moment and also pushed an update via Codester.
-
Oct 29, 2021I've bought the script today but i got wrong database file. I'm not sure it is the database file and the main files that are wrong. I got InBefore script. I don't need InBefore i need based.
-
Oct 16, 2021Hoorspel PurchasedHello,
I'm sorry, your software doesn't work on my provider's server.
One of the php functions is not supported.
Unfortunately I cannot use the software.
I should have read better, but never had any issues with One.com before.
Yours sincerely,
John -
Oct 16, 2021MirazMacStudios AuthorThe requirements are present in the item details page. It's very unfortunate that your web hosting doesn't meet the requirements. However, the requirements are very minimal, even cheap GoDaddy/HostGator shared hosting meets these requirements. I'd suggest you to go with another hosting provider. Thanks.
-
Oct 20, 2021Hoorspel PurchasedSorry for my late response, but I needed the help of my provider.
The problem was caused by a conflict with a second htaccess file.
The software is now working satisfactorily. -
Oct 20, 2021MirazMacStudios AuthorGlad to know you got it up and running
-
Oct 5, 2021Hi Miraz; I have pre-sale questions:
1) Where are these ads coming from? https://prnt.sc/1uvvuv8
2) Can we do search canonicals like this? https://based.mirazmac.com/search/actual-iq-test
3) Can recent searches be listed on the homepage?
4) Can similar searches be listed on the search result page?
-
Oct 5, 2021MirazMacStudios Author1. The ads are showing because AdSense is enabled for that CSE Id. You can, a) hide those ads (there's an option for that in the dashboard) or b) Change the CSE Id altogether to your own.
2. No, due to the restriction of the CSE, we must pass the search query using a query string.
3. There's no option for that yet. But it can be done by by querying the search query table.
4. No, currently I haven't found any free API to list similar searches, as soon as I find one, I will add it. -
Oct 5, 2021Thanks for quick reply.
-
Sep 20, 2021codingv1 PurchasedHi there,
we can't purchase your script some country ?
pls more info
-
Sep 6, 2021adrenet3d PurchasedHallo, ik kan uw product niet kopen,
heb je een e-mailadres voor contact? - View 3 more replies
-
Nov 10, 2021adrenet3d PurchasedHello friend, I made a browser in C# a chrome clone in microsoft visual studio, with a search box, on the first page it shows the browser based screen, but when I do the search, it returns this
https://drive.google.com/file/d/1Gsy_ffrWOttMD-dtqIffvK_L60J9eIX_/view?usp=sharing
https://drive.google.com/file/d/1o3pfZAsXC4CsII5offkh-bp51Gpdxfji/view?usp=sharing
if (e.KeyCode == Keys.Enter && imputsearch.Text.Trim().Length > 0)
// detect url
if (imputsearch.Text.Contains(".")
{
// url items
webBrowser1.Navigate(imputsearch.Text.Trim());
}
else
{
// search items url
webBrowser1.Navigate("https://mydomain.com/search?q=" + imputsearch.Text.Trim().Replace("+", ""+ "&engine=1"
;
} -
Nov 11, 2021adrenet3d PurchasedAnother question, what price to make a new theme I have a model I need
-
Nov 11, 2021MirazMacStudios AuthorSorry but it has nothing to do with the script. Your C# webview client is unable to handle the latest CSS3 and HTML5 syntaxes. Thus such layout errors is visible. Not to mention, this script is meant for web usage. Integration with any other application isn't available.
And sorry I don't do custom work because of my illness.
-
Aug 19, 2021elliotk PurchasedHello MirazMacStudios,
I was wondering where I find the code for the location of the navbar and the search results because I'd like to align them with the search box. I'd also like to know which the best way of aligning the results and navbar would be.
Thank you for a great script! -
Aug 19, 2021MirazMacStudios AuthorThe search results are contained within this file:
site\themes\default\views\search\search.php
And the navbar that contains the search box is at:
site\themes\default\views\shared\header.php
While I can't provide you step by step guide on how to align them due to me not being a frontend guy, however they use Bootstrap 4's column classes. (https://getbootstrap.com/docs/4.0/layout/grid/)
With some further research you can modify them hopefully.
Thanks, stay safe. -
Aug 19, 2021elliotk PurchasedThank you for the quick reply and the great search engine script! I'll try my best.
-
Aug 20, 2021MirazMacStudios AuthorBest of luck to you
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 |