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.9154 Support questions or comments
Please login or create an account to post a question or comment.
-
Feb 7, 2021Zys75 PurchasedHello,
I'm getting the message "Sessions must be started to use CSRFGuard!" when accessing the dashboard page after installation. Can't seem to figure this out. Could you point me in the direction? -
Feb 8, 2021MirazMacStudios AuthorSessions aren't starting on your server.
- Make sure sessions are enabled on your server
- Make sure this directory: "src/var/sessions" exist and is writable
- Make sure your script has read/write permissions -
Feb 8, 2021MirazMacStudios AuthorTo check what's causing the error, open the file:
src/constants.php
and set the constant DEV_MODE to true, like this:
define('DEV_MODE', true);
Alternatively you can check the log files from here: src/var/logs/. And solve the issue according to the error message. If you still can't figure out the issue or resolve it, please do let me know.
-
Feb 5, 2021aarongiebel PurchasedWhen do you think you might add the ability to block certain search terms?
-
Feb 5, 2021MirazMacStudios AuthorHello, I'm currently studying for my exams. As soon as they're over I'll start working on the next update. I can't provide an ETA as of yet.
-
Feb 7, 2021aarongiebel PurchasedThanks for your response.
-
Feb 4, 2021darshanright Purchasedwhen i upload whole script that not work
shows 404 error in when i go to dashboard - View 6 more replies
-
Feb 4, 2021darshanright Purchasedi have done already what you're saying but issue is not solve
-
Feb 4, 2021MirazMacStudios AuthorIs your server Apache? This script requires an Apache server with .htaccess support to run.
If it is, private message me the cPanel credentials and I'll take a look.
Thanks -
Feb 4, 2021darshanright Purchasedsend massage
-
Feb 3, 2021Hello, I have some questions before buying it.
1. Can I customize search results only from some specific websites? For example, when the user searches for keyword1, I want to show the result only from A, B, C, D (chosen websites by me) websites, not from the whole internet.
2. for 20K unique users/daily, what server, VPS, or shared hosting do I need to run the script?
Thank you, -
Feb 3, 2021MirazMacStudios Author1. Yes, you can do that, in that case you would need to create your own CSE and then replace the default engines with that. The script has this documented.
2. Since the script doesn't perform any heavy operations, except the real-time search suggestions, any standard VPS would be fine. Then again, you should run this query to a web hosting expert, as that's not my specific section of expertise.
-
Jan 28, 2021manimuthu PurchasedNice Work.. Hope I will get the related queries with the search results in the next update.
-
Jan 28, 2021MirazMacStudios AuthorWhile, there's no free API for related searches yet. I'm trying to find one that's cheap and accurate. As soon as I find one, I'll implement the feature.
Thanks
-
Jan 8, 2021arpit85 PurchasedI am facing error while importing DB into MySQL, my server is running Plesk, the error says -
#1071 - Specified key was too long; max key length is 767 bytes -
Jan 8, 2021MirazMacStudios Author767 bytes is the stated prefix limitation for InnoDB tables in MySQL version 5.6 (and prior versions). Your MySQL version is or lower than 5.6, the script requires MySQL version newer than 5.6.
-
Jan 8, 2021MirazMacStudios AuthorPlease make sure your server meets the server requirements of the script.
-
Jan 8, 2021arpit85 Purchasedthanks, now it works
-
Jan 6, 2021Matt24 PurchasedHey, is the script customisable if we wanted down the line and is there are way of adding maps etc to the script?
Do you also have a plan for Chrome and Firefox extensions etc? - View 20 more replies
-
Jan 7, 2021MirazMacStudios AuthorNo, sorry. I'm the only person doing this, I am also a student. The reason that I don't work on freelancing marketplaces because I don't have the time to do so. That's why I work on readymade scripts on free time and sell them on marketplaces. But I can always provide support for the item, I will try my best to do so.
-
Jan 7, 2021Matt24 PurchasedThat is great, have you got an email address I can contacted you on so I can discuss something I want to add to the script. I can do it with another developer but want to know more about how to make it work
-
Jan 7, 2021MirazMacStudios AuthorAs I said I can't actually do custom work for now. But I will private message you my e-mail.
-
Dec 26, 2020wideweb PurchasedDoes this tool has it's own inbuilt browser?
-
Dec 26, 2020MirazMacStudios AuthorNo, the script is simply a search engine. What you see is what you get. There's no hidden features or any other stuff.
-
Dec 25, 2020wideweb PurchasedHi
How can one remove the info that appears on the right from the current search engine result https://prnt.sc/w9ntny
Also... how can we make the look and feel of the result more like googles result. If you search Using these search engines, https://www.izito.co.uk and https://www.simpli.com their result is like google. Yours is not.
Thanks -
Dec 25, 2020MirazMacStudios AuthorTo remove the ads.
Go to Dashboard > Engine
and click the Edit button of the engine that you want to hide ads.
Then disable "Display Search Ads" and save.
To remove the sidebar information card, go to:
Dashboard > Settings > Search
And disable the option:
Show Rich information card.
And save.
And regarding the "Google like look" that's not a part of the script. The search engines you mentioned aren't using the script.
If you want such look you'd need to customize the stylesheet by yourself. -
Dec 25, 2020wideweb PurchasedWhere will I go to customize stylesheet
-
Dec 25, 2020MirazMacStudios AuthorThe CSS file can be found at:
site/themes/default/assets/css/styles.css
PS: Make sure you clear browser cache to see the changes.
-
Dec 16, 2020Mackie PurchasedI am unable to install. Could you help?
- View 7 more replies
-
Dec 16, 2020Mackie PurchasedWorked! Thanks!!
-
Dec 16, 2020Mackie PurchasedDUDE!!!! I LOVE YOU!!! Many Blessings on you and your family!!!!
-
Dec 17, 2020MirazMacStudios AuthorGlad I could help. Please consider leaving a rating, it would help in a lot of ways.
Thanks, stay safe
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 |