CandleFOREX
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Empty Needle WarningThank you very much for the reminder!
No, after I made that code change, the error went away totally.
So again thanks!Maybe in the next version of your plugin, you could include this fix?
Would probabblly cut down on support requests, or perhaps it was just us?Forum: Plugins
In reply to: [Autoptimize] Empty Needle WarningMy apologies on the delay.
Thank you these changes have been made a few minutes ago.
Will update you as to how it goes (logs run every 24 hours so we got to wait).Thank you!
Forum: Plugins
In reply to: [Autoptimize] Empty Needle WarningWow..I wasnt expecting such a fast reply thanks!
What I have for the “Exclude scripts from autoptimize:” area is:
s_sid,smowtion_size,sc_project,WAU_,wau_add,comment-form-quicktags,edToolbar,ch_client,buzz,
Forum: Fixing WordPress
In reply to: Error 403 just after changed password – wp-login.phpHi Jeff,
Yeah, that makes perfect sense.
Seems your host was just taking care of security.If they have fixed it now, and the change password is working for you, I suggest changing the password and just continue on running your blog.
If your username is admin or administrator, I suggest making a new account with a different username and a strong password, then disable the user who has the username of admin.
Forum: Fixing WordPress
In reply to: Unexplained file in WordPress – Cannot get rid of it – Help!kmessinger:
Thanks, thats a good idea. We will do that.
Rock Solid Design:
I will download the public_html and give that go. It will take some time though..its almost 4 GBJan Dembowski:
Thanks but we have done various scans and manual digging of files, I dont think we are hacked. I think its just a case of a http call we dont recognize and dont want.Forum: Fixing WordPress
In reply to: Unexplained file in WordPress – Cannot get rid of it – Help!To Rock Solid Design:
How do I do this?
I went into the server with SSH and did a recursive grep but I canceled after it was running for 4 HOURS!
Here is the string I used:
grep -r “cc_af.js”However you have just given me an idea, and so I am going to attempt grep again but in a different way:
grep -R -i -n ‘aa_af.js’ *
I will update you how how that goes…thank you for your help so far!
Forum: Fixing WordPress
In reply to: Unexplained file in WordPress – Cannot get rid of it – Help!Quick update, we scanned the whole server with CLAMav and Linux Malware Detect, both came back with clean reports.
No unusual process’s or users either.
Forum: Fixing WordPress
In reply to: Unexplained file in WordPress – Cannot get rid of it – Help!Hi thanks for the reply.
No, there is no malware on our website, dispite what Sucuri says.
That blacklisted warning has been there for about 4 or 5 weeks. It only started showing after we moved webhosts (4 or 5 weeks ago).We ran an antivrus and malware scanner on our entire server.
We have also used wordpress plugins from ww.wp.xz.cn to check for hacked themes and if there was any malware on our site. All the testing tools reported our site was ok.We are not using a free theme. We are using a paid theme. Our theme has many customizations, but i doubt that has anything to do with it
Forum: Fixing WordPress
In reply to: Error 403 just after changed password – wp-login.phpCheck your htaccess.
Check two things:
(1) Check your htaccess file and see if there are permissions set so that /wp-admin/ folder is locked to an ip address and if so, then add your ip address to the allowed list like this (replace the 123.13.123.123 with your IP):
allow from 123.123.123.123
Save your htaccess file and attempt to login to your admin aread of wordpress /wp-admin/wp-login.php
(2) If the above didnt work go to “Password Protect Directories” in your Cpanel and see if your wp-admin folder is password protected. if it is then either disable the password protection, or set a new passowrd and try again.
Forum: Plugins
In reply to: [Disqus Comment System] Good plugin but has serious speed issuesTom,
What alternative did you use?
Forum: Fixing WordPress
In reply to: Trouble w/ "Featured Image" on ThemeSame problem here.
Clicking add media works, but clicking add featured image and trying to add from a URL or media library does not work, nor can the interface find any pictures already uploaded.
Uploading pictures from the same place also does not work, and throw an error.
Am using a free theme from ww.wp.xz.cn depository.
Forum: Fixing WordPress
In reply to: Can't Add Media Since the 3.5.1 UpdateSame problem here.
Hopefully someone can help both of us.Forum: Fixing WordPress
In reply to: how to get blank space from the bottom of pages?Look at the style.css for the theme you are using.
Forum: Fixing WordPress
In reply to: There is something fishy with botsAnything unuual in the htaccess?