Archive for the 'sean-ward.com' Category

Blog/traffic spam

This past week I’ve been checking my Firestats, and noticed that I was getting a lot of traffic for two of my articles about VB6. Unfortunately, all the traffic has been from one IP address, 64.22.107.90, and it’s all through the same Google search term of ‘vb6 protection’. A quick Google shows that I’m not alone in noticing the garbage traffic. Some sites apparently lack any sort of spam filter, or don’t bother to clean up the spam, as you can find some sites with multiple posts from different people using the same IP. Sure, people on the Internet don’t always have the same IP, but the fact that the comments that are posted tend to have nothing to do with the actual content.

Fortunately, I have Akismet protecting my site, so I didn’t get any of the comments added to my posts, but as I stated above, not everybody appears to be as lucky. With that said, I did all I could do, which was send an e-mail to the abuse e-mail for the IP’s provider, GNAX.net. With any luck, they’ll actually try and resolve the issue instead of just hoping or waiting for it to go away.

I’m curious what ISPs due when they get enough complaints regarding spam or malware traffic? Being the ResNet Coordinator at BGSU, when we get complaints we tend to block it (if it’s a large enough issue) but then we also try and get out there to take a look at the computer to get it cleaned up. I’m already operating under the assumption that the computer at that IP is actually infected with something that is making it send out the spam.

  • Does the ISP simply cut the connection and send them a letter or phone call stating why? I doubt it, as they are a paying customer, but I also don’t see this happening as then what’s to stop the customer from canceling the service and going elsewhere? All that does is change the IP that the spam is coming from.
  • Assuming they block access and tell the consumer that it’s been done, does the ISP then tell the consumer what they saw, traffic-wise, coming from the computer? This could help the consumer in trying to contact someone to get it resolved, but I’m guessing that this is something that isn’t done either.

So it goes. All-in-all, it just comes down to it being a regular day on the Interwebternets.

Possible increase in posts?

I found, or I should say re-found, that del.icio.us has a feature to automatically post any new links added to your delicious account as a post titled “links for year-month-day”. This is either going to be something I like, or get sick of, so we’ll have to see. Until then, enjoy seeing anything I’ve decided is worth keeping track of.

Dust and such II

The issue I always run into with different styles is that most styles are not, apparently, made for those that want to display code that doesn’t then bleed onto other content. The solution always requires adding something to the .css, which tends to be like such for me:

pre {
 font-family:monospace;
 display:block;
 background:#eef;
 white-space:pre;
}

code {
 font-family:monospace;
 display:block;
 background:#eef;
 overflow:auto;
 white-space:pre;
}

I should be fair, cause I didn’t check the posts in the VB6 category until I switched from the default K2 style to the headless style, which is interesting, but I don’t know if I want to keep it or not. I think the lack of a header forces the site name (and optional description) to be only as long as it needs to be. That, and instead of having a banner image, you can use a 210px x 300px image, which give you more options.

Anyway, in order to get the code to display properly, I need to use the Code Markup plugin, which appears to be compatible with WP 2.3 (from what I can tell). I guess my only issue with it is that I have to write the code with <pre><code> at the beginning and </code></pre> at the end, but I guess the way it has to be for now. At least there’s a plugin available to resolve the issue.

Dust and such

I saw Jim’s site and got inspired to change mine, as well as update to the new version of Wordpress (2.3). Despite the fact that it’s been released for only 2 days such far, I dove in. However, there appear to be some issues with the new theme I want to use, so this entire process will probably take a week or so.

Update to wp2.2

Let me know if anything doesn’t work right.

I’m also trying a different comment/tb spam blocker; hopefully it works ok.




Bad Behavior has blocked 137 access attempts in the last 7 days.