intcon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error 403 – I'm spamming my own site?I can get in to the dashboard and all other pages, I’m no longer banned anywhere. This was originally a category page, one category fed into the page…and I added in another category so it’s now a two category feed page….I’m almost guessing there’s some bit of code to where they’re leaving a comment but there isn’t a piece of code telling the page to post the comments on it? originally it wasn’t set up to accept comments…
Forum: Fixing WordPress
In reply to: Error 403 – I'm spamming my own site?http://smartasswaitress.com/category/news
sorry, just got home from work…
Forum: Fixing WordPress
In reply to: Error 403 – I'm spamming my own site?oh good grief…..well, it took off the error message. =) but now when I leave a test comment, the page goes blank.
obviously there’s bigger issues now. sigh.
Forum: Fixing WordPress
In reply to: Error 403 – I'm spamming my own site?So i USED to have block top spammers on the site my blog is hosted under. ( I have 5 sites under one main site) is it possible that has blocked it? and then I looked at the htaccess file under the main site and it says this after the end wordpress
# BEGIN top-spammers <Files wp-comments-post.php> Order allow,deny allow from all ErrorDocument 403 '<title>Access denied!</title><style><!-- p,address{margin-left:3em;} span{font-size:smaller;} --></style><h1>Access denied!</h1><p>Your IP address has been blacklisted because a larger number of spam comments originated from the same source.</p><p>Please refer to <a href=http://ten-fingers-and-a-brain.com/top-spammers.html>ten-fingers-and-a-brain.com/top-spammers.html</a> for a more detailed explanation.</p><h2>Error 403</h2><address><span>top-spammers/0.5</span></address>' </Files> # END top-spammerscan I delete that line from htaccess? I had deleted top spammers plugin at least a month ago from the main site, and never installed it on the current sub site.
thoughts?
carrie
Forum: Fixing WordPress
In reply to: Error 403 – I'm spamming my own site?Not that I’m aware of. I attempted to go to the ten fingers site and it says
this page is under construction (updated 2010-03-11 20:16 GMT)
I have no plugin that uses the words top or spammers ….i do have akismet?Forum: Fixing WordPress
In reply to: Error 403 – I'm spamming my own site?anyone have any ideas on this one? is it possibly a coding error i’ve done?
Forum: Fixing WordPress
In reply to: Adding comments to the blog pagethanks again vtzyzzy!
sorry i didn’t get back to you yesterday, the dreaded double shift at work!
I tried to make an image 100×15 and changed your code a bit to reflect it, but it still only showed a small portion of it. I’ll try to go back and make a 40×40 image and see if that works….frustrating that they’d make such an important part of a blog so small!
Forum: Fixing WordPress
In reply to: Adding comments to the blog pagethanks vtxyzzy…I tried that and it’s allllmost what i wanted, but the stretching of the icon was just too fuzzy.
appreciate the input however!Forum: Fixing WordPress
In reply to: Two categories on one page – need help.This piece of code
<?php global $withcomments; $withcomments=1; comments_template();?>almost works, as it brings up a Comments are Closed post at the end of each category…..any thoughts of how to change that to open?
appreciate your help!
=)
Forum: Fixing WordPress
In reply to: Two categories on one page – need help.Ok..added it in before the end loop…but nothing changed. do I need to add a comment field? or?
Forum: Fixing WordPress
In reply to: Two categories on one page – need help.oh ohoh! one more thing….is there a way to allow comments to be added? or is that not possible since it’s a category only page?
Forum: Fixing WordPress
In reply to: Two categories on one page – need help.omg!!!!!!!!!!!!!!!
it worked!!! I love you!!!!!!!!!!!!!!!!!!!!
thank you thank you thank you!!!!!!!!Forum: Fixing WordPress
In reply to: Two categories on one page – need help.oh don’t leave me now…..
Forum: Fixing WordPress
In reply to: Two categories on one page – need help.OH I see….(sort of) in my first example there’s a ‘{‘ that then ends later in the code…but there’s no answering ‘}’ in your snippet of code…
I have NO idea how to fix that….=) but I see it!Forum: Fixing WordPress
In reply to: Two categories on one page – need help.Sorry, still getting syntax errors…
I’ve posted the entire page in pastebin
http://pastebin.com/s6NAtSLn
….when I put in the code above, it said error in line 13 an unexpected ‘}’….then when I took that bracket out, it said unexpected $end in line 26.sorry to be a pest. =)