sizzlechest
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: blog exploit – megacount.net pop upit’s not just limited to blogs. I’ve had sites with no scripts installed on the site and they’ve been hit as well. I think it’s a bot that tries to crack in via ftp
Forum: Fixing WordPress
In reply to: Insane RAM usagechaaban: I completely disabled all plugins, even the wp defaults and it still did it. I even went as far as making the post loop the only calls to the database (links/categories are static)
HandySolo: I’ve got no idea. The server admin told me those stats. I’ve got a site that runs 80-90k uniques/day on that same server and it’s only using ~200MB of RAM and server load is something like .3 so I think Apache/MySQL are good2go
Forum: Installing WordPress
In reply to: Unable to see blogcheck your public_html or htdocs for an index.html or index.htm
Forum: Themes and Templates
In reply to: Link Parametersbump for more info 🙂
Forum: Themes and Templates
In reply to: Link Parametersyes. They’re under a certain category. so I can write an if in wp-includes/links.php that says if category = x then do rel=”nofollow” correct?
Forum: Themes and Templates
In reply to: Link Parametershey podz, is there a way to selectively do it the way you said? I just want certain links to be nofollow. The way you said will make all of them nofollow
Forum: Themes and Templates
In reply to: Link Parametersbump for more info 🙂
Forum: Themes and Templates
In reply to: Link Parametersyeah, I know they still follow them just easier to say it how I did 😉
Forum: Themes and Templates
In reply to: Link Parametersi just want certain links to be nofollow. Like affiliate links/random crap that I don’t want spiders to follow through on. How would I go about doing the css way?