How to increase security of a Laravel site [closed] - php

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I am a beginner in Laravel. I have a live project(ex:https://seniorcitizenhospital.com/) made with Laravel.
while I use site::https://seniorcitizenhospital.com/ in google search engine it gives me a search result with some Chinese language(red color) like below image
But there is no use any other language this site. So is this one kind of malware or hacking issue? If something like that how could I protect my site from these issues?
Anybody Help Please? Thanks in advance

My suggestion is to set a dedicated 404 page that returns if no page found.
Currently, whatever URL I place on your website, it returns me 200 all the time.
One of the reasons can be because it already returns 200 no matter what circumstances.
Update:
Even if I look into the security check of your website, the report shows me some malware on your site. Check details here-
https://sitecheck.sucuri.net/results/https/seniorcitizenhospital.com
https://sg.godaddy.com/web-security/website-security-check/results?site=https%3A%2F%2Fseniorcitizenhospital.com%2F
You need to ensure that your website doesn't contain any kinds of malware before asking google to re-index.

Related

TYPO3 Backend - clicking on "Add media file" shows blank section [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
A client of mine has the error that sometimes When he tries to upload a Picture inside a text & media element via "Add media file" the fileadmin section is not loaded. I was not able to reproduce and my google search did not help me. I would like to give my client an explanation why this could happen. Does anyone have an idea? He uses PHP 7.4.3 and TYPO3 10.4.6, thats all information I got..
The fault is most likely a network problem.
If something like this happens the browser-console can be opened to get a confirmation about the loading-problem of files and data.
"Debugging" network-errors is certainly not solving the resulting faults on client-side.
Verifying hardware and perhaps limited capacity on the client-side could bring up some options like increasing memory, repairing cable-connections, etc.. If on that side no faults can be found then the network itself might be unstable or overloaded.

Extracting data from other websites (not illegal) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am creating a football transfer site and i want to know how to extract particular pieces of data from a site and insert it into mine. For example, this site : http://www.footballtransferleague.co.uk/football_rumours.aspx , shows you transfer rumours and I want to insert them into my site however they update every 24 hours so I want the new data to appear on my site aswell.
Im not asking for any code, just some tips or videos that can be used to learn about this.
Before anyone says this is illegal, football rumours are considered as 'facts' hence available to reuse.
thanks in advance !
Try with this tool. It downloads the pages with the code that is only translated like html, js and sometimes php. i don't know if it works with .asp .aspx.
htttrack

How to check if visitors are connected to facebook [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Well im working on a small php script and i want to make a test to see if the visitor is logged to facebook in his computer using php.
I want to do it in these way:
If (USER IS CONNECTED){echo "yes";}else{echo "no";}
Is it possible? if yes how can i do it ?
There is no documented way to achieve this. The JS is there for a reason (AJAX requests).
The article you're referring to is exploiting redirects after login, and doesn't even work (fails to recognize you're logged into Twitter). Something that starts with "I found a way to abuse" shouldn't be taken into consideration.
That's unethical, it exploits a loophole that will be fixed sooner or later, and I call it cracking.
Why would you need this information anyhow?

PHP solution for Epaper [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am working on a news paper website which has epaper facility. I am developing it in php.
Is there any script or something else where I can learn how to make an epaper site.
I want solution like this http://epaper.timesofindia.com/Default/Client.asp?Daily=TOIM&showST=true&login=default&pub=TOI&Enter=true&Skin=TOINEW&AW=1333084145015
Please help me out..
ePaper in your context is a web app developed by Pressmart, and it appears to be proprietary, or at the very least not developer-friendly. So I highly doubt there have been advances in PHP libraries for it.
I'm sure as a partner, they have internal documentation and tech support that you can request more information from. They may even have a web API with PHP examples (I've seen worse companies that knew they had to keep up).
This is all info I've gathered in the last 7 minutes, so there may be more out there. But you should always reach out to the developer support of the product if they don't have easy access to documentation, as this is a sure-sign that there is not a large population of developers in the general community that will know what you're talking about, let along give insight.

Provide embedded block for another site [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I need to provide some functionality to another site.
What way is better and why?
1. Iframe
2. Provide PHP code and HTML/CSS.
I trust another site's admin.
First option is good but you keep all the responsabilities on your side. if an error occur, you're the only one to blame.
HOW? : you generate a regular Html page and give them an iframe. that's how facebook does it.
Option 2 is the eazy way but you talk about storing things into your DB. in this case i hope you know the guy who manage the other website.

Categories