December 15, 2010 at 1:46 pm · Filed under Internet
I’ve recently had some fun installing Trac project management software on CentOS5.
After finally getting it successfully installed and setup I decided to have a play around with a TCL script for eggdrop.
This eggdrop script will allow you to return ticket information from Trac to an IRC channel.
Read the rest of this entry »
Permalink
December 1, 2010 at 12:27 am · Filed under Internet
So your favorite site is now displaying the following message:
This domain name has been seized by ICE – Homeland Security Investigations
In this example we will use the recently seized domain “torrent-finder.com”.
What “ICE” have done is changed the IP address that the domain resolved to, to one of their own.
The easiest way to see what the IP address currently is, is by using the “ping” command:
[hm2k@server~]$ ping torrent-finder.com
PING torrent-finder.com (74.81.170.110) 56(84) bytes of data.
— torrent-finder.com ping statistics —
1 packets transmitted, 0 received, 100% packet loss, time 0ms
Read the rest of this entry »
Permalink
November 25, 2010 at 2:58 pm · Filed under Email, Sysadmin, cPanel
When a business I know had trouble with their broadband I was fortunately able to get them back online by using the redundant mobile broadband on the router.
The only issue then was that they couldn’t send email on port 25 through the Three mobile network.
The solution is to change the outgoing SMTP from port 25 to port 587.
Because I keep forgetting myself, here’s how you do it on cPanel:
Read the rest of this entry »
Permalink
June 4, 2010 at 10:08 am · Filed under Internet
We’re ready now…
So, we’ve been running WhoisX since 2004, it was slightly updated in 2007, since then not a lot has happened…
Until now…
Read the rest of this entry »
Permalink
February 25, 2010 at 2:41 pm · Filed under Development, IRC
This is a currency converter written in TCL for Eggdrop, which is similar to the ucc.mrc I wrote for mIRC.
I used to use the xeucc.tcl, but that script no longer works and hasn’t been updated since 2008.
> !ucc 9 usd gbp
<Bot> Could not obtain results from XE.com, sorry!
Read the rest of this entry »
Permalink
November 20, 2009 at 10:04 am · Filed under Development, IRC
Sometimes you need to know the time somewhere else in the world. I find it useful to get my eggdrop to return the time of another timezone…
> .tz london
<Bot> HM2K, The time for the london timezone is Fri Feb 13 23:31:30 2009
However, much like my old weather.tcl, I realised that my worldtime.tcl had passed it’s sell by date and had now expired.
My old worldtime.tcl which was based on a script by Murf which used worldtimeserver.com to gather it’s data had stopped working.
It would seem that worldtimeserver.com had changed their markup which meant that it was no longer possible to parse the correct data from the HTML.
Never mind, I thought, there must be a better way, that doesn’t need to use a third party website, that won’t stop working.
After all operating systems have worldtime build in without using a website, so how do they do it?
So, I did some investigation…
Read the rest of this entry »
Permalink
November 13, 2009 at 4:05 pm · Filed under Development, Internet, Rants
Yesterday I spent some time investigating Google Wave. A very interesting new product from Google. Not only that but an interesting protocol.
If you think about it, Google has mostly only used other protocols for communication in the past, now it’s creating it’s own. They clearly want to create a completely new protocol that will effectively be the future of these old primitive protocols.
For this to catch on, it will either have to run directly along side smtp and xmmp or layer on top of them.
We’re going to need a way to pass requests over http to smtp or pop3/imap, and what better way to do it than with gmail?
Sure, but there’s no API…
Read the rest of this entry »
Permalink
November 5, 2009 at 12:37 am · Filed under IRC
Today, after I decided to hang out in #eggtcl on EFnet, someone asked the following:
<daILLeST> anyine know of a weather tcl that actually works? All the ones I find are outdated, or in another language…
I decided it was time that I updated my old weather.tcl based on a script by Ycarus for eggdrop bots.
Read the rest of this entry »
Permalink
October 14, 2009 at 2:02 pm · Filed under Internet, Rants
I wrote a little script for an article on fixr.co.uk entitled “Remove OGA Notifier“.
Today I discovered that mydigitallife.info had clearly taken details from my batch file code and used it without giving me or fixr.co.uk any credit at all.
Read the rest of this entry »
Permalink
October 14, 2009 at 12:23 pm · Filed under Development, FreeBSD, IRC, Internet, Sysadmin
Today I wrote about Oidentd on Wikipedia. Ident as per RFC 1413 is used for a few different services, in particular IRC. A feature of oidentd that my users find useful is ident spoofing.
Read the rest of this entry »
Permalink