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.
-
Apr 17, 2023ceo PurchasedHello,
I wanted to know how it is possible to connect “Based” to PlanetScale “https://planetscale.com”.
PlanetScale uses SSL (MYSQL_ATTR_SSL_CA). - View 5 more replies
-
Apr 18, 2023ceo PurchasedThat worked, thank you! I also have one more question about the SMTP settings for the contact form. I always get "Mailer error: SMTP Error: Could not connect to SMTP host." when I entered my AWS SES credentials. I use the verified email from AWS. If I use SSL and Port 25 I get "Mailer error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting"
-
Apr 18, 2023MirazMacStudios AuthorCan you please DM your SES credentials so I can check the issue? Thanks.
-
Nov 30, 2023sylvaindika PurchasedI do have same issue
Getting the “Sender address rejected”
-
Jan 7, 2023meholi PurchasedHave a nice day, sir, how are you ?
"<style type="text/css">
<?php if($t['current_engine_id'] ==2) : ?>
''
Here's the 'search.i was doing customization for some results into php.
I found a logic.
search.being in php
'<script type="text/javascript"><?php echo $t['cse_script']; ?></scripting>'
by removing, as an example
"<style type="text/css">
<?php if($t['current_engine_id'] ==2) : ?>
''
for these pictures
"<style type="text/css">
<?php if($t['current_engine_id'] ==1) : ?>
''
Can I do this the same way by placing google cse script Decodes into it as in normal search and the same in others?
Would it make sense?
Because the app.due to some codes in js, I can't fix the results exactly well.
search.being in php
'<script type="text/javascript"><?php echo $t['cse_script']; ?>
</scripting>'
would it make sense not to delete it and block it directly as css and add it as I mentioned in the top section of normal google cse and do it?
I thought it was very interesting, but -
Jan 7, 2023MirazMacStudios AuthorSorry but what you're trying to do is a deep customization and currently I won't be able to provide help with that. I'm studying for my year finals. I would recommend you to hire a developer for customizations like this. Thanks, good luck.
-
Jan 7, 2023meholi PurchasedThank sir, good luck.
-
Jan 7, 2023meholi Purchased<script type="text/javascript"><?php echo $t['cse_script']; ?></scripting>
if you tell me the location where this script is running, I will do it myself, sir.
I'm very sorry to Bother You.
-
Dec 26, 2022can you add adsense ? and how easy it to do.. I didn't see anything in the admin.
-
Dec 26, 2022MirazMacStudios AuthorYou can add any code you want. However I don't know if Adsense would approve your site or not. That's up to them.
-
Dec 26, 2022thanks. before I buy where do you add it ? is there a n option in admin? or somewhere else. thanks
-
Dec 26, 2022MirazMacStudios AuthorIf you're talking about adding Adsense ad code then I wouldn't recommend you to buy the script. As AdSense is only for unique organic content. While this script fetches data from third party sources.
-
Dec 18, 2022just a few questions
1)
how can we add more languages?
2)
is it possible to set the regional search results? eg display results in your region/language. similar to regular google results
3)
auto complete on entering a search keyword currently does not work (at least on my mobile device). is this a bug?
-
Dec 18, 2022MirazMacStudios Author1. Languages are stored in a PHP file. You need to copy that file and rename in a new language code then edit the values. For example: en_US/en_US.php > fr/fr.php
2. That's not possible, while you can customize engines via the CSE Dashboard. But limiting to user's region or language isn't exposed via the API. As it's a free API so the functionalities are very minimal. What you see in the demo is what you get. But you can see the list of available customization in https://cse.google.com
3. The search autocomplete works fine on my end. Can you try from a different browser, device or network? -
Dec 18, 2022thx for the info regarding the language and regions!
regarding autocomplete, it works on iphone with firefox. but not with regular safari. could you check if you have similar problem
with safari? -
Dec 18, 2022MirazMacStudios AuthorI don't have an Apple device to check this. I'll try emulating and see what's going on. Thanks.
-
Dec 18, 2022hi, it this supporting ad revenue sharing when creating the custom google CSE in my google account? is this then automatically connected to my adsense account?
also, is it legally allowed by google to create such „alternative search engines“ using their CSE and display their adsense ads? -
Dec 18, 2022MirazMacStudios AuthorYou can use your own CSE to replace/create new engines. It's up to Google if they would show the ads or not.
Regarding to the legality, I'm not so sure. -
Dec 18, 2022thx for your quickly feedback!
-
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
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 |