thepete
Forum Replies Created
-
Forum: Plugins
In reply to: Having trouble w/too many hits/StatTraq helpCool, thanks for your help! I’m trying to find specific instructions on what to delete from stattraq, but can’t find any…
Forum: Plugins
In reply to: Having trouble w/too many hits/StatTraq helpAlas, that still doesn’t work. I did exactly as you said and got a parse error on line 5. Looks like it’s back to whack-a-mole! Thanks anyway, though. I do appreciate it!
Forum: Plugins
In reply to: Having trouble w/too many hits/StatTraq helpThanks for the advice Lawtai, I’ll see if I can try to clear out the StatTraq db–but doesn’t that mean I lose the stats for earlier months? I guess I should ask exactly what you mean by clear out before I go and do something stupid.
Thanks for the code, Glo–not sure what’s up, but I keep getting parse errors when I put it in my index.php. Does it go in the head or the body? Would the proper format be like this:
<?phpif (strpos($HTTP_REFERER, ‘ttp://’) > 0)
{
$pieces=explode("/", $HTTP_REFERER);
$lookup = gethostbyname($pieces[2]);
if ($lookup == “12.163.72.13)
{
syslog(LOG_ALERT,"redirected $pieces[2]");
header("Location: � . $HTTP_REFERER);
exit();
}
if ($lookup == “219.150.118.16)
{
syslog(LOG_ALERT,"redirected $pieces[2]");
header("Location: � . $HTTP_REFERER);
exit();
}}
?>
Or should I stick it inside this tag:
<?php
/* Don't remove this line. */require('./wp-blog-header.php');
?>
Sorry, these feel like n00bie questions to me, which I always apologize for. Thanks again for the help from both of you!
Forum: Plugins
In reply to: Kitten’s Plugins–Where can I find them?Hi, Kitten! I did go to http://mookitty.co.uk/devblog/ but none of the download links work. I just get booted back to the top of that page when I click on the zip links. Perhaps it’s a Mac or Firefox issue? However, thanks for that first link–are those all of your plugins? Awesome! Thank you!
Forum: Plugins
In reply to: Kitten’s Plugins–Where can I find them?Thanks, but all you get on that site is a listing for the plugin, but not the actual plugin. Kitten actually links to that page from her new plugins page.
Forum: Fixing WordPress
In reply to: index.php outside of WP directory?Actually, other things don’t work when the index.php isn’t in the WP folder–for instance, the little “edit” link doesn’t show up. I also have the awesome MicroWiki plugin by Owen Winkler installed and that doesn’t work outside of the WP plugin and neither does the ViewCount plugin from Rich Boakes. Now I’m wondering what kind of nightmare I’m in for if I try to move everything in the WP directory into my root. I’ll have to look around the forums for some more on this. If anyone has advice on doing this or on why the above problems happen, I’d really love to hear it 🙂
Forum: Fixing WordPress
In reply to: Mail-2-BlogI know this is probably old news, but that link is broken.
Forum: Fixing WordPress
In reply to: miniblog problemYeah, me too–can anyone tell us what is up? Or fix it?
Thanks!
Forum: Requests and Feedback
In reply to: blogging from flickr to WordPressThe guys over at Flickr say they’ve posted a patch for this, but they won’t post it as a hack or a plugin–any chance we could get some answers on this? Not being able to moblog automatically defeats the purpose of moblogging at all. If you have to edit each post it requires a full browser and not just a cell phone. Hell, I can’t even get the email posts to work. This is pretty frustrating seeing as I love WP and don’t want to switch from it just for this one problem.
Forum: Fixing WordPress
In reply to: Over 300 hits from Inktomi/Yahoo User Agent in 1 hrAnonymous–I’ll go ahead and block them for now and see what happens. I’ll unblock them in a day and if they come back, then I’ll contact Yahoo. I’ve gotten nearly 500 hits from them in the past 6 hours–this is absurd. Although now that I notice it, Googlebot’s hit my site about 150 times in the same amount of time. Seems excessive to spider a site multiple times a day.
Orangeguru–It’s not spidering my entire site, I don’t think. At the top of my stattraq it says that most of my hits are “multiple posts” which I assume means the main page. Then I have 20 pages that all have 3-5 hits, which isn’t excessive, so I think it might be following a few links, but generally it’s doing the “multiple posts” thing. And alas, I do think the world needs my blog 🙂
But thanks for both of your advice. We’ll see how it goes.
Forum: Plugins
In reply to: Recent Comments Big Fat ErrorOh yeah and I wanted to mention I did traslate your site with Google–very interesting stuff!! I just wish Google did a better job–that’s some pretty heady stuff you guys are writing about there. Cool stuff!!
Forum: Fixing WordPress
In reply to: trying to create new email post to pal scriptNo takers on this one? It seems like such an easy thing to me–oh well.
Forum: Plugins
In reply to: Recent Comments Big Fat ErrorYou’re welcome Joscarfas–wasn’t nothing!! 🙂 As for using the google translator, I’m hoping some enterprising person/site will provide a translator for WP or blogs in general.
Oh well, I can hope!
Forum: Plugins
In reply to: Recent Comments Big Fat ErrorI think you just want to remove the < li > tags in the plugin itself. That’s just my guess though–as it is I don’t have any extra space in between comments. It also could be in the actual tag you use to refer to the plugin. I use something like this:
<?php get_recent_comments(5, 5, ”, ‘
‘, true, 1); ?>That puts no space in between each comment. In your case it could be a situation where your CSS tells your lists to space that way. I’m too much of a novice to know just by looking. Sorry… It looks like you have a cool blog, BTW. I wish I knew Spanish so I could read it.
Forum: Plugins
In reply to: Recent Comments Big Fat ErrorHey, Error–thanks for posting your code! It works for me!! Much obliged!!