Decided to remove the referrers from the sidebar. I was noticing it seemed to take a very long time to load the page. I figured it was because of the referrer lists, so I added some code for timing to the scripts and sure enough that was it. It was taking 2 to 4 seconds…
Category: Scripting
PHP and AppleScripting.
Search Engine Update
Wanted to get some of the search engines that were in the referrer list and not search keyword list over so I added a bunch to my SearchEngineQueryList.txt file. Its the sign of a good script when you can change the functionality quickly in a data file. Written while listening to “Rebel Yell”album (Unknown) by
Referrer script problem
Given that I only have one referrer log file, if you get a lot more of one kind of hit than another then the lesser type will be pushed out completely. I came in this morning and there were no referrer’s listed, but there was a new comment, which indicated to me someone had linked…
All in one script
I managed to get both the regular referrer and the keyword referrer scripts into one file. But then I had to break them out because of the way PHP includes works under Nucleus. Still most of the functions are in one file and there are two small files for including in my pages. Here’s a…
Search Referrer Script
I did a major rewrite of the search word referrer script I got from scriptygodness. What this does is read a file that contains URLs, assumably referring URLs, and generates the HTML. I am currently using the lgf script above to generate the file. I’ll be working on one of my own soon. The original…
Blogroll script
Been doing a little work on the site and this has involved writing some PHP code. I thought I’d share the scripts so others could benefit. I’ve created a new category for scripts and moved a couple of previous posts to it. Today I wrote a script to read in an OPML file and output…
Bogus referrers
I’ve added some code to the lgf-referrer script I’m using to block certain domains from the list. Mostly I’ve blocked search engines, since I have them in my other list. But I just figures out two new ones to block today, http://radio.xmlstoragesystem.com/ and http://www.technorati.com/. http://radio.xmlstoragesystem.com/ is the weblogs.com ping checking that my site has changed….
Scriptygoddess referrer scripts
I finally got around to adding a referrer log to the page. I got if from http://www.scriptygoddess.com. The main referrer log is pretty cool. But I find that most of my referrers are from search engines, so I went looking for a solution. First was a script that lists keywords from search engine referrers. I…