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.
-
7 hours agoxbern PurchasedWhat are the User Accounts for if the User can't access the Dashboard? Also how do I leave the User Account after logging in, cause I can't access the Dashboard anymore
-
7 hours agoMirazMacStudios AuthorThe other user accounts do not innately hold any purpose. They are there so if one wishes to they can develop the script further for their custom needs without having to implement the entire user-roles stuff.
And once you change the default account you can't access it using any other way. This is done due to security measures. I would suggest you delete the database and re-import the SQL file. This will reset the account to:
[email protected]">[email protected]
123456
And I would suggest you to configure the SMTP so you can use the Forgot Password option to reset password if you forget it in the future.
-
5 days agomanimuthu PurchasedHi,
The password reset is not working. The mail is not receiving from the website. -
5 days agoMirazMacStudios AuthorIt could be due you mail() function being blocked in your server. Make sure it's enabled or switch to a working SMTP server at:
Dashboard > Settings > E-Mail Settings -
5 days agomanimuthu Purchasedi forgot password. To get into dashboard i need to reset it. How can i do above said setting
-
5 days agoMirazMacStudios AuthorGo to phpmyadmin from your cPanel. Go to the database you have installed the script.
Then go to based_users table. Then find your user and click edit. And set the password to:
$2y$10$8Na1OWLc45LaMwpC454xyOvU7p8ZP1.LIXbn7eNoVc0F6AOKwL7h6
This will reset the password to 123456
-
1 week agoHello Dear,
I have used another script for 4 years. If the Adsense account has SCE enabled, Adsense will show ads normally. However, I am facing the problem on other Adsense Accounts that don't have CSE enabled. If I turn on Auto ads, the scripts don't show ads anywhere, even on the web results. Also, I don't have any placeholders for Adsense Ads units inside the admin dashboard.
Does the Based script have this feature? If so, can Adsense auto ads be displayed inside the web results?
Waiting for you reply Please and thanks in advance.
-
1 week agoMirazMacStudios AuthorSorry but unfortunately we can't control the ads display. The script renders the search results as is, it only styles them. So if the ads are showing or not is entirely up to Google themselves.
-
1 week agook, do we have a place in the admin that could embed HTML or javascript Ads?
-
1 week agoMirazMacStudios AuthorYes, you can even edit templates to insert ads or any other code anywhere in the site.
-
3 weeks agoNexxterra PurchasedI would love to see you integrate this with sphider-plus.eu a search spider your front end, pull results both from sphider and google... it would increase both of your sales... (and save me from trying to figure out how to do it properly)
-
3 weeks agoMirazMacStudios AuthorThat's a nice idea. But you see the script's search results are purely based on JavaScript library of Google Programmable Search. To implement something like that would require creating additional logic both in the backend and frontend. Which will be a lot of work
-
3 weeks agoHi, iv'e got a question regarding the search script.
When doing a search you can navigate to the search results by clicking the numbers ( 1 2 3 4 etc..). I prefer the 'Next' button like you use on your other script (https://inbefore.mirazmac.com/search?q=test#gsc.tab=0&gsc.q=test&gsc.page=1).
Is that possible with this script? -
3 weeks agoMirazMacStudios AuthorIs it can be done, you'd need to edit a value from "enabled" to "forced"
-
3 weeks agoThanks for the reply, so does that value need to be changed on every single page ?
-
3 weeks agoMirazMacStudios AuthorNo, only one file and it will be done.
-
1 month agolionsgate PurchasedCSS issue. When you enter text in the search input field, you can obscure .the search 'magnifying glass' icon. Should reach near and then start scrolling horizontally. What would it take to do this? Love the app!
-
1 month agoMirazMacStudios AuthorCan be fixed with this:
.searchbox-group .search-input {
padding-right: 3rem!important;
}
-
1 month agoManujay32 PurchasedHello,
I have a problem with duckduckgo suggest. It is not displaying, i tried by deactivation Mod Security but it's not working. Thanks for your help - View 1 more reply
-
1 month agoMirazMacStudios Authorhttps://pastebin.com/S874qWJg
Download this file and replace at:
src/drivers/Http/DuckDuckGoInstantAnswer.php -
1 month agoManujay32 PurchasedWorking like a charm, thanks !
-
1 month agoMirazMacStudios AuthorHappy to help
-
2 months agotepedekiev PurchasedHello dear author, i wish you and your family are fine and happy together,
I want to ask you about one thing , can you explain me how to do that please when you have some time ?
I want to create a new page from dashboard but i want to use an Iframe html code to call a php file inside a frame at the page which i dreated but when i am adding the html code of iframe to the html viewer of page create content word editor , iframe code is getting lost when i am updating the page. All html codes are remains but iframe code is deleting by the page system . How can i disable this code deleter system ? I made some widget for my site and i am trying to show them inside an iframe . here is the code which is not allowed to save be saved :
<iframe src="test.php" width="800" height="600"></iframe>
-
2 months agoMirazMacStudios AuthorThat is because iframe is not a safe tag to be inserted via forms. It is being removed to prevent XSS attacks.
Instead you can do this, create a new page, remember it's slug:
For example the Contact Us page has a slug of "contact-us".
Go to:
site/themes/default/views/pages
And create a file with the exact name as the slug, in this case:
contact-us.php
Then in this file, you can add any code you like, even PHP.
To further clarify, let's say you created a page with slug:
my-page
Then the file path will be:
site/themes/default/views/pages/my-page.php -
2 months agotepedekiev PurchasedThank you very much, i am going to try this method. Have a nice time you are a kind person
-
2 months agoMirazMacStudios AuthorHappy to assist, let me know how this goes
-
2 months agoMous PurchasedHello.
Rich cards are not displayed at all since purchase.
Why?
This is a very useful and indispensable feature. I have enabled it in the dashboard to no avail. There is no way that my newly established site should be getting a lot of traffic, and I don't believe that my server IP is blacklisted.
Why is that when your live demo shows the card without any problem?
And other users seem to be displaying their cards normally, with a few peeking in.
Does this mean there is a problem with the server I am subscribed to?
All files should be uploading correctly to my FTP, and rich_card.php is there as well. The site URL is also SSL authenticated (HTTPS). The rich card not working issue is causing this search engine to lose a lot of functionality.
Could you please find out what the problem is?
I am an actual purchaser and am complaining about some of the features not working at all. -
2 months agoMirazMacStudios AuthorYes, please DM your cPanel credentials to me and I'll take a look, thanks.
-
2 months agoMy account has been deleted sir
my script not install please sir
-
2 months agoi am indian
-
1 month agoadrenet3d PurchasedDM me on telegram @unqhelp
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 |