Bloke
Forum Replies Created
-
I got it resolved. Now those links appear in Google index and are slowly disappearing. The hackers corrupted my htaccess and other files. Now I have moved to a new host with fresh files seems to be ok now.
Forum: Fixing WordPress
In reply to: Site hacked on GodaddyI moved the site a few weeks ago. I have checked the database for any malicious code. Uploaded fresh WordPress. The sitemap is working. Now my new problem are these Japanese URLs pointing to content that is not there. I have no idea how to remove them. Type “site:xdax lesaxxnti querxxadio dot com” in Google and remove the x. Don’t want this to appear in search results.
One day there are 3 and sometimes more. They keep changing.
Thanks. I compared it to my other sites which show four sites maps (post,page,category and author). The one that has spam is at //sitemap_index.xml
This is an example of one of the entries.http://mysite.com/home/content/03/6183503/html/7930e2jnlf10189m/k_r-oam/k_r-oe391602h0000568f9.xmlAll of the links follow this format.
<urlset> <url> <loc>http://mysite.com/home/content/03/6183503/html/7930e2jnlf10189m/k_r-oam/k_r-oe391602h0000568f9.xml</loc> <lastmod>2018-05-30</lastmod> <changefreq>daily</changefreq> </url>Forum: Fixing WordPress
In reply to: Site hacked on GodaddyActually I deleted all the files in the directory, uploaded all new WP files and recreated the posts/pages since there were only 3. Uploaded the only plugin I have (Yoast) and still got hacked.
Forum: Fixing WordPress
In reply to: Site hacked on GodaddyYes we plan to move it to another host. I am just trying to figure how it happens. Seems if Godaddy is getting hacked, all I will be doing is catch up while deleting and restoring files. We cannot protect the servers connections. Wouldn’t Godaddy have other infected sites and want to control this?
Forum: Fixing WordPress
In reply to: Site hacked on GodaddyThanks but I am aware of these suggestions. Just putting this out thee for anyone who uses Godaddy specifically. I don’t want to go through all the processes multiple times a week. Its a very small site and none of the database is compromised. They are just adding files. The only real control I have on shared hosting is the ftp password.
Forum: Fixing WordPress
In reply to: ERROR: Cookies are blocked or not supported by your browserGot it fixed it was the network blocking the temporary cookies.
Forum: Fixing WordPress
In reply to: ERROR: Cookies are blocked or not supported by your browserWhy would I be able to log into the exact same site outside the network and have to errors?
Forum: Fixing WordPress
In reply to: ERROR: Cookies are blocked or not supported by your browserYes I have done all this. No errors in debugging. Again everything was working fine most of the day. No changes to any files, database or plugins.
Forum: Fixing WordPress
In reply to: ERROR: Cookies are blocked or not supported by your browserAlso I didn’t make any changes to my site or files. It started yesterday. So this leads me to believe the Network is blocking or filtering cookies. But I need the info to share with Network people what is getting blocked.
Forum: Fixing WordPress
In reply to: ERROR: Cookies are blocked or not supported by your browserThanks I have done that. I have added everything I have found for the last 6 hours. Now I try to get a new password as another solution and I get the email link.
“Your password reset link appears to be invalid. Please request a new link below.” I used to be able to access my Earthlink email and I noticed an error in the URL about cookie error. So I think WordPress cookies are blocked or filtered by the Network. my exact websites work ok on my local host.Forum: Fixing WordPress
In reply to: PHP and WP memory limitsI got it figured out. I hard coded the number of files and it worked. So then I changed this:
for($i=0; $i<count($_FILES); $i++) to this: for($i=0; $i<=count($_FILES); $i++)Forum: Fixing WordPress
In reply to: PHP and WP memory limitsIts one that was developed by someone and I have edited it. I know the classes that upload the files. There are no reference to file upload size etc. No limit to amount of files. I was curious if a query to upload say 10 files but the memory was exceeded wouldn’t it fail completely? It always limits to 5 files.
Forum: Plugins
In reply to: [Max Mega Menu] Style a single menu itemSolved. Had extra character at top of my css.
Forum: Fixing WordPress
In reply to: Trouble getting site URLWhat issue are you having?