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.
-
May 25, 2023aarongiebel PurchasedHello again, long time no see!
Anyways, Is it possible to remove the change background option from the settings page?
- View 1 more reply
-
May 26, 2023aarongiebel Purchasedty
-
Jun 2, 2023aarongiebel PurchasedHi, I've come across a new issue.
I logged into the admin account and changed the password, but when I tried to log back in it said my password was incorrect. I am unable to reset the password through email due to a mailer error. I attempted to reset it in the database, which was also unsuccessful. -
Jun 2, 2023MirazMacStudios AuthorPerhaps there was an misspelling when entering the password.
Do this, go to phpmyadmin from your cPanel, select the database Based is installed on, go to the table "based_users"
You should see your account, click edit:
On the password field enter this:
$2y$10$8Na1OWLc45LaMwpC454xyOvU7p8ZP1.LIXbn7eNoVc0F6AOKwL7h6
This will reset the password to 123456
-
May 21, 2023meholi PurchasedHi sir,
We have only one problem. But I always forgot that.
The only problem is that 5 seconds after the search is done, the scroll bar comes out from the right and the search button moves to the left. Therefore, there is always a space to the right of the search box. I observed this error on Windows. How can we solve it? It's about CSS though. - View 5 more replies
-
May 21, 2023meholi PurchasedSure:
Video : https://streamable.com/v3eiom -
May 21, 2023MirazMacStudios AuthorYeah that's the normal behavior. When there is no content, there is no scrollbar is shown, as soon as the results load, now there is content to be scrolled thus the scrollbar appears. If you wish to you can make the scroll area appear always using the following CSS:
body {
overflow-y: scroll;
} -
May 21, 2023meholi PurchasedThank you so much !
-
May 4, 2023meholi PurchasedHello sir
I just have only one question. How can we make Google ads transparent? So it looks white in dark mode. -
May 4, 2023MirazMacStudios AuthorUse inspect element to find out of the ads selector and then CSS to reduce the opacity.
-
May 4, 2023meholi Purchasedohh true, thanks.
-
Apr 30, 2023meholi PurchasedHello sir, how is your day?
I have a question.
The 'locale' file contains languages. In it, we organize the texts according to the language.
However, I want the data from duckduckgo not to appear in german language for example.
I wonder if there is a solution to this, sir. - View 7 more replies
-
Apr 30, 2023meholi Purchased<?php if ($t['current_engine_id'] == 1) : ?>
then by making small changes with this code, we can make each language show different results, right? -
Apr 30, 2023MirazMacStudios AuthorSorry but that is way too specific customization. Please do such customization and see for yourself. It's not possible for me to provide line by line procedure for everything.
Thanks. -
Apr 30, 2023meholi Purchasedahh sorry. I made a few attempts, but when it didn't work, I wanted to ask you.
-
Apr 25, 2023Manisha3 PurchasedHello Sir,
I Purchase This Script Today
How We Can Off Default : > Show background wallpaper in homepage -
Apr 30, 2023meholi PurchasedFrom the dashboard admin settings
-
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.
-
11 months agosylvaindika 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!
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 |