Site has been hacked - php

When I search my site in the google search, my site shows up in the first place but, it is showing my site has been hacked, It's been 2 months and still it is showing the same message when I google it . my site is built in PHP.
I know a little bit of technical stuff because I am a beginner in developing , I tried to find out and I checked in the Title, Meta, Image descriptions tags and page title and page description but did not see any difference in my text. Even my technical team could not figure it out.
I am so stressed out please help me guys. I have attached a picture on how it is showing in the google search.

Search for site may be hacked keyword in database and Also if you are using any CMS then update to latest version so updated version contain latest valunerability fixes.
Dont use any nulled version plugin becasue that might contain malicious code which is encrypted in base64 or eval. and you can submit your website to google for review so they can remove site may be hacked if site is clean.
As per you that Hacked content not there in viewsouce then you can submit to Google for review.Within 72 hours they will replay.
you can follow below link to submit your website to Google so they can review and remove site may be hacked in Google search result
https://www.google.com/webmasters/tools/home?hl=en

Related

How to add instagram feed to website in 2022?

I would like to show the last 8 images from my Instagram profile on my website.
I've just spent the last hour looking for info on this but can't find anything recent information anywhere. I can't believe something as simple as showing my latest posts can be so complicated!
I have custom built our site using HTML, PHP and jquery. I'm not interested in paid 3rd party software and Wordpress/Shopify plugins aren't relevant to me.
I'm in the same situation if it can reassure you!
Indeed according to my research I think that Instagram have put their APIs on hold because of the Metaverse and the takeover by Facebook etc...
So it is currently impossible to display our instagram news feed on our sites, whether in PHP or JS...
It's quite compelling...

joomla 1.5 meta info not coming from my website

My website got hacked. After that I have cleaned my whole code and db. When I search website with my keyword on google the result shows as hacked page. Link shows right but meta info and google cached page is not right.
Use webmaster tools and submit a request to Google to review this again. You will have to make sure that the website is indeed clean. There is a good guide on how to clean the site here - https://docs.joomla.org/Security_Checklist/You_have_been_hacked_or_defaced

Meta Description Content Not Showing In Google Search Result Page

I think i am having some critical meta tag issue in my website. When i search my website in google, In the search result, Website title and name showing correct information but in place of description some other content is showing which is not the meta description content but some parts of the content of my website's home page. My website is developed in PHP-based opensource opencart.
i searched a lot to resolve it but still i got no solution. I have no previous experience in seo that makes me estimate something without sufficient information to be sure where the error is. If anyone helps me out here that would be really great. I attached an screenshot for better understanding.
Firstly, ensure that you are following the structure which is shown in https://support.google.com/webmasters/answer/79812?hl=en
This means that your tag should look like this:
<meta name="description" content="A description of the page" />
Something that could be causing this problem is that Google does not update descriptions automatically- so you may have to wait until they crawl your website again, for it to update (you could use the Google Webmaster systems to encourage this).
Google will sometimes use the meta description of a page in search
results snippets, if we think it gives users a more accurate
description than would be possible purely from the on-page content
https://support.google.com/webmasters/answer/35624?rd=1
google only sometimes uses your meta description. Other times, it uses page content.

Facebook can't scrape meta data after I've moved Wordpress to new server

I've recently transferred my Wordpress website to a new server and all seemed to go smoothly. However we've discovered that Facebook can no longer pick up data for our posts.
We posts news stories to Facebook and usually it populates the header, excerpt and image as soon as we post the URL to our page, however it is no longer doing this.
Facebook Open Graph debugger shows that Facebook is seeing a 404 page for all posts published AFTER the server move. It's displaying no image and the title shows the archives list for that date. The same issue happens when someone 'likes' an individual post using the social button directly on the website.
Important to note that any URLs for posts published before the server move work fine. This data can be found by Facebook without a problem.
The website is www.thisisardee.ie. Below are examples of a post before and after the transfer, so you can see both.
BEFORE (working): http://www.thisisardee.ie/2016/03/09/ardee-western-bypass-backed-transport-authorities/
AFTER (not working): http://www.thisisardee.ie/2016/03/23/mcguinness-recalls-brussels-terror-fear/
Any help would be hugely appreciated. It's massively affecting our website as people are sharing our posts on Facebook and they're appearing without image or correct title. It looks awful.
Thanks in advance.
Finally found the reasoning behind this.
After the move to Cloud hosting, from Shared hosting, I had updated my DNS records. However, I never updated my IPv6 record.
This wouldn't normally be an issue (and it explains why 99% of websites/services had no issue scraping/using my site) but Facebook appears to prioritise IPv6 over everything. So it was using my IPv6 record which was pointing to my old server and an old version of my website. Hence, it was pulling in no information for the page.
I'm surprised it was still linking to the new page after we manually put in the image and title when posting to Facebook.
I spotted this after my Share hosting plan was officially cut off today, therefore deleting my old website. The links began showing a 404 error.
Hopefully this can help others, as I've seen a lot of people with a similar issue but no solution. Update your IPv6 record as Facebook uses it!

How to auto fill Text box in php (Similar to Facebook)

What I am trying to do is to make something similar to what I see all the time on almost any website. The button that says Share to facebook. The goal for me is to let my guests share the item they are viewing in my store (Ran on prestashop) on their blog I run (Running on Oxwall).
The goal is for the button to not only link to a blog post submission webpage but to already have the subject line filled out with the item they are sharing's name and the blog post to display the information about the item. I would like to try and do all this using PHP. I am not sure how to go about doing it but I am sure that I could pass the value. Please note that I can mod BOTH the blog site and the shop as I run both and want to connect them.
As an extra bonus I am also running a forum using phpbb3 if I could do the same thing but onto that as well I would greatly thank you. I am trying to interlink everything into one big network. I know its not an easy task but I am sure there is an easy way to pass data onto the other site so that this can be done.
Facebook a 2 tools to get items informations in the page, it parses the page looking for the most common tags and it uses OpenGraph.
You can also provide product informations in the head of your page (between head tags), then blog side, you retrieve only the contents and parse it as XML.
I advise you to cache this data to avoid useless connections between websites and awful overloads while parsing.
You can use your own specifications, Open Graph or another standard, but i advise to use a standard.

Categories