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.
-
May 23, 2022rgbrgb PurchasedHi, I just bought your script and it doesn't gives the recent result. The other seller here use the same Google CSE but gives recent news. Please check https://www.codester.com/items/33488/search-engine-google-cse-php-search-engine
-
May 23, 2022MirazMacStudios AuthorSorry but you can't compare the two items, one uses server side API and this one uses the Google Programmable Search's JavaScript API.
That being said, you can create your own CSE from https://cse.google.com/ and add/replace the default engines for a more personalized results.
There's guide on how to do this under the FAQ section in the documentation. -
May 23, 2022MirazMacStudios AuthorThe script doesn't claim to be compatible with other scripts or produce similar results like them. Even that said, the item you have linked has this in it's overview:
"This is a php Search Engine that collects data through Google search results ,It does not use Google API It collects data from web scraping."
The sources are completely different. -
May 23, 2022rgbrgb PurchasedThanks for the reply.
-
May 22, 2022Good afternoon. I have seen your work and I would like to talk with you in private, I would appreciate it if you could contact me by Telegram: @Zhareiv
-
May 22, 2022MirazMacStudios AuthorGood afternoon to you too. Sorry but at the moment, I'm going through some issues, I'm suffering from severe ADHD so I won't be able to speak to you right now.
-
May 8, 2022rufatkiu Purchasedhow does subtitles search work? what settings should be set in google programmable search dashboard?
-
May 8, 2022MirazMacStudios AuthorThe search engines are basically CSE engines that have specific sites added to them. For example:
For Videos, the sites are:
YouTube, Vimeo etc
For subtitles the sites are:
Subscene, issubtitles etc -
May 16, 2022Hi
I’m interested in purchasing the search engine script but want to know where the ADS show, do they show in search results? Please can you show me here where ADS show -
I am doing Search for Loans at this link, please could you show a ADD at top of result and AD at Bottom of results so I can see how ADD appear, I would like to show ADS as search listing if possible.
https://www.codester.com/items/preview/26526/based-google-cse-php-search-engine-script
Please can you reply as soon as you can.
Thanks
Peter Moss -
May 16, 2022MirazMacStudios AuthorHello. There are few designated ad slots.
1. Search results before ad slot:
This ad code will be shown before the search results start
2. Search results after ad slot:
This ad code will be shown after the search results end
3. Search sidebar ad slot:
This ad code will be shown on search sidebar (Desktop only)
Apart from these, you may also edit the template and insert ad codes elsewhere.
-
Apr 24, 2022offerfm PurchasedWhen i am trying to put advertising code. from settings>ads. and try to save.. it says "Forbidden." Please tell me why showing error
-
Apr 24, 2022MirazMacStudios AuthorYour hosting has ModSecurity enabled. It prevents you to add HTML/JS via the forms.
Disable ModSecurity from your hosting's cPanel for your domain or ask your provider to do it.
-
Apr 20, 2022Hi, how to add on the footer that - this site is powered by Google custom search engune?
-
Apr 20, 2022MirazMacStudios AuthorPlease comment from the account you have purchased the script from to get support. Thanks.
-
Apr 20, 2022Do you have an email or a private support ticket site where we can send you the message?
-
Apr 21, 2022MirazMacStudios AuthorThe purchase status shows next to your name in the comment section. I don't offer private support. Only via the support comments.
-
Apr 8, 2022Dawid11 PurchasedHello, nice script ! thumbs up
Question:
1.)
Is it possible to activate darkmode without clicking on "save settings" ?
I tried, unfortunately my knowledge is not enough for this :S
2.)
Can we add icons for engines ? ex.
<i> Web<i/>
<i>Images</i> ...
This would be great. -
Apr 8, 2022MirazMacStudios Author1. No, this is cookie based and a reload is required once it is set, so that's not doable at the moment.
2. There is no options for icons yet, but if you know PHP you can modify the loop in the templates and use if-else calls to render icon HTML based on the engine IDs.
The tabs are rendered in:
site/themes/default/views/shared/header.php
Lines: 42-57
-
Apr 6, 2022Hello
1. Does this plugin indexing pages around the web. If so, what is the algorithm and will it be updated in the future?
2. Is it possible to make SERP indexable for Google as a single page? -
Apr 6, 2022MirazMacStudios Author1. No it doesn't. It uses the Free version of Google CSE API to display the results, please see the demo for further clarification. It might get feature updates but it will always receive bug fixes, assuming Google keeps the API alive and free.
2. No, as I said earlier, it uses Google's CSE Free API which renders the results using JavaScript on the browser.
-
Mar 18, 2022josepham PurchasedDo you know what this mean "dano/**/mast'
ORDER BY 260-- ldHl" i log this on my search i think someone search that.. is there a security issue i should worry about
- View 2 more replies
-
Mar 18, 2022josepham PurchasedI love your project what is next project your working on and will you sell
-
Mar 19, 2022MirazMacStudios AuthorAt the moment nothing in particular, I will let you know if I make anything else.
-
Mar 19, 2022josepham PurchasedCool
-
Mar 17, 2022Zys75 PurchasedHello and thanks for a great script.
I have found a bug. When searching for example "set chmod to 775" there are some "quick answers" at the top.
The link of the "read more" goes to the local server host.com/share/
It would be great if you could inform how to fix this. -
Mar 18, 2022MirazMacStudios AuthorHello, unfortunately that is not a bug of the script. The script only renders the "instant answer" like data from the rich snippets of the search results. Some site provide a valid URL and some doesn't, in this case they aren't providing the actual URL anymore.
Anyway, I will see if I can do anything to "fix" this. Although this data is provided by Google only and we can only display what they provide.
If I find a fix for this, I will let you know.
-
Mar 1, 2022josepham PurchasedCan you add announcements section where you can type announcement on the backend and it will show up on top of home page
- View 23 more replies
-
Mar 2, 2022josepham PurchasedPlease add custom css on theme option
-
Mar 2, 2022josepham PurchasedHow can i add javascript to search result
-
Mar 2, 2022MirazMacStudios AuthorAll the JS is in the app.js. There's no how to guide for this, you need to have knowledge in the CSE api and it's callbacks to learn to modify or customize it. It's not possible for me to provide line by line specifications.
Any further customization needs to be done by you or a developer that you hire. Please stop bothering me regarding customization as I'm studying for my exam. 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 |