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




169 Support questions or comments
Please login or create an account to post a question or comment.
-
5 months 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
-
5 months agoMirazMacStudios Authorhttps://pastebin.com/S874qWJg
Download this file and replace at:
src/drivers/Http/DuckDuckGoInstantAnswer.php -
5 months agoManujay32 PurchasedWorking like a charm, thanks !
-
5 months agoMirazMacStudios AuthorHappy to help
-
6 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>
-
6 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 -
6 months agotepedekiev PurchasedThank you very much, i am going to try this method. Have a nice time you are a kind person
-
6 months agoMirazMacStudios AuthorHappy to assist, let me know how this goes
-
6 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. -
6 months agoMirazMacStudios AuthorYes, please DM your cPanel credentials to me and I'll take a look, thanks.
-
6 months agoMy account has been deleted sir
my script not install please sir
-
6 months agoi am indian
-
5 months agoadrenet3d PurchasedDM me on telegram @unqhelp
-
6 months ago- I am wondering why users have to use search here instead of having Google?
- The admin will make a profit from?
Thanks - View 1 more reply
-
6 months agoThank you
1. I see you have a lot of search -related orders and I'm not sure which file to choose your order is best.
2.Currently, I am very interested and searched for the Integration of Openai API (Search GPT)
This is a developer that I have learned https://www.inoutscripts.com/demo/inout-search-engine-ai-edition/demo/
But I want to buy from you, because I see you have very nice instructions or in other words you are experienced in this field.
If possible, I need to buy from you a search set with integrated Openai API
I think if you develop more commands that I have to export above, you will change the game and you are the winner -
6 months agoMirazMacStudios AuthorTo be honest, when this script was created generative AI wasn't as powerful as it is now. The script is it's own thing to be customized into integrating AI at the moment. But I am working on another script, that mixes search engine with AI and chat etc. But it will take a long time to finish due to the circumstances I'm living under at the moment.
-
6 months agoThank you for your quick
I will wait for your work
-
6 months agosir install nahi ho raha hai
-
6 months agoMirazMacStudios AuthorPlease write in English and comment from an account you have purchased the script from. Only paid buyers will get support, thanks.
-
6 months agotepedekiev PurchasedHello again dear Author,
I know this is not your work but i want to ask you about, can you add a paid function for this search engine if i ipay for your service price you want ?
I asked you about i want to add questions and answers to your script and thank you that you described me how to do this but i tried and cant make it work . My PHP skills are not so expert degree and i am still trying to work it . If i pay for you can you add a panel to admin area for adding questions and answers for search box and i can add my questions and answers from there easily. I need this feature very much and i can pay for it if you can make this for me
thank you and have a nice day -
6 months agoMirazMacStudios AuthorHello,
thanks a lot for your offer but at the moment, I'm unable to do any custom work due to the tough times I'm going through, specially the flood following the civil unrest in our country is causing a lot of issues. I will let you know when I'm available if I can reach such a point. Thanks a lot. Please pray for me and my country.
-
6 months agotepedekiev PurchasedHello , i installed script and i imade all updates by reading the documentry of script. Everything works flawlessly perfect but there is one issue i discovered it is not very important but may be you know the solution and may be you can share it with me if you have the hint i will be happy for your help or advice :
When i write " DATE " to the search box at frontpage, search results shows date correctly but month names are replaced with text " undefined " . All languages have same reason. How can i fix it ?
And one more little question :
Can i add queries and answers to them ? for example if user writes hello to searchbox, site will give a Hello response at the top of search results page. If user writes good evening to search bar, site results page will answer to user at the top "good evening to you too" . Is this possible to do this ?
thank you -
6 months agoMirazMacStudios AuthorHello thanks a lot for reporting such an odd issue. I'll look into it and provide you with a solution as soon as I find it.
And yes, it is possible to add your own instant answers. However that would require you to have some expertise on PHP and HTML, CSS, JS.
Open this file:
srcdriversViewsInstantAnswer.php
In this class, this method, uses regex to match the triggers and then returns an array to display the custom response.
public function boot($query)
If you're familiar with PHP then you can add your own triggers here very easily. -
6 months agoMirazMacStudios AuthorAnd I found the fix for the undefined issue, it was a leading zero that was causing the problem;
Please download the following file:
https://pastebin.com/Wzihw82B
and replace at:
site/themes/default/views/answers/current_date.php -
6 months agotepedekiev PurchasedThank you very much , the fix you provided worked so great now everything works very nice and also thank you again your supports . I am going to recommend your script to everyone. Have a nice day
-
8 months agoCan i talk to you before i buy this script.. cause i need some custumization a bit
-
8 months agoMirazMacStudios AuthorHello, I'm currently unable to do any custom work.
-
8 months agoKnowledge graph missing where search for entity.
-
8 months agoMirazMacStudios AuthorIt is powered by the DuckDuckGo Instant Answer API. If the API provides a knowledge card, it will show otherwise it won't. Sometimes they may blacklist server IPs due to heavy requests. Also, please comment using the account you have purchased the item from to get support, thanks.
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 |