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 33 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.9155 Support questions or comments
Please login or create an account to post a question or comment.
-
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
-
Jul 30, 2021Hi;
How can I show last search 10 queries to homepage? -
Jul 31, 2021MirazMacStudios AuthorThere's no such feature at the moment. Also you need to comment for the account you have purchased the item from to get support.
-
Jul 31, 2021I haven't bought it yet, I plan to. Will you provide this support when I buy it?
-
Jul 31, 2021MirazMacStudios AuthorSorry but "support" doesn't include customizations. And I'm currently not in a state to do customizations or paid work.
-
Jun 15, 2021hprj PurchasedHello before purchase i want to know will u provide the support for next few months?Thank you
-
Jun 15, 2021MirazMacStudios AuthorDepends on what do you mean by support. I will help regarding any problem you might face regarding the operating or installing of the item or any of it's feature. The support however, doesn't include any customization or custom feature implementation or solving issues that are specifically related to your server. Other than that, yes
-
Jun 16, 2021hprj PurchasedThank you very much....
-
Jun 13, 2021aarongiebel Purchaseddo you plan to add blocking of keywords in the future still?
-
Jun 13, 2021MirazMacStudios AuthorI'm currently not working on a feature update. As the customer base isn't that big, also I'm going through a lot, considering it's just a simple feature that you need, you may implement it like this:
File:
src\controllers\Site\SiteController.php
Method: public function search()
Inside this, find this line of code:
$defaultEngine = (int) get_option('default_engine', 1);
And then BEFORE that line add this code:
https://pastebin.com/buEiCZct
In this code, add your blocked queries to the $blockedQueries array.
This isn't a full blown solution, but it still will get the job done -
Jun 14, 2021aarongiebel PurchasedIt's working, but is there a way to block queries that contain the blacklisted words?
-
Jun 14, 2021MirazMacStudios AuthorIf you want to block any queries that contain certain words, replace the code I provided above with this:
https://pastebin.com/NQbi0KPx
Now, if search query contain that word, it will be considered blocked, rather than exact terms.
-
Jun 8, 2021jays PurchasedError: 500 Internal Server Error.
How do I fix this? - View 5 more replies
-
Jun 8, 2021MirazMacStudios AuthorThe error is occuring exactly because of that. Your server isn't starting sessions on the temporary URL. Once your DNS resloves, you will be able to use the site just fine. The DNS is resolving for me, and the site is accessible.
Here's a screen recording of the site working, for your assurance:
https://drive.google.com/file/d/1ySriy95Mpr9s-2No3L2l0kBn6K8MwiZS/view?usp=sharing -
Jun 8, 2021jays Purchasedok thanks
-
Jun 8, 2021MirazMacStudios Authorwelcome
-
May 27, 2021Charles05 PurchasedHello, I uploaded the script to my database. The problem is, I can't access my AdminPanel or search. I still have an error from the internal server of server 500. (I saw that you told Karizma67 to follow on Facebook but there is no link to find you on Facebook even with the name of the script I found nothing on Facebook). Can you help me please! Thank you in advance
- View 9 more replies
-
May 27, 2021Charles05 Purchasedcan you give me your Email address for sending
-
May 27, 2021MirazMacStudios Author
-
May 27, 2021Charles05 PurchasedOK
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 |