August 3, 2011 at 2:55 pm
· Filed under Development, Internet
Back in 2007, we were developing code for our domain lookup service.
One of the features we wanted was to display the Google PageRank of a domain right there in the lookup along side the whois details.
At the time we didn’t know how to pull this information and there was very limited details on it, so some research was required which resulted in a PageRank PHP script.
Over time, the resulting “pagerank.php” script became very popular and was developed further by fixing bugs and making it easier to use.
Now we wanted to show off our work in the form of a demo, so we launched a website…
Read the rest of this entry »
Permalink
July 27, 2011 at 10:22 am
· Filed under Development, Internet, Software
Bitcoin is a peer-to-peer cryto currency and we’ve been working on a free service for bitcoin users to help with accepting payments.
Coinb.in is what is known as a “Bitcoin eWallet Service” with an easily accessible API aimed at web developers, to allow the acceptance of bitcoins and to process the payments automatically and anonymously from our network via an unbranded interface, at no fee, without having to run a bitcoin client.
Coinb.in works by providing your customer with a unique wallet address, which is linked to your account. The coinb.in service then checks the Bitcoin p2p network at regular intervals. Once the payment has been confirmed, you will receive a notification by email and the transaction data will be sent to a script of your choice, which can then be used to process the order and populate your database.
Read the rest of this entry »
Permalink
July 19, 2011 at 11:12 pm
· Filed under Development
I’m pleased to announce that the eggdrop TCL scripts from the HM2K code repository will become part of the eggtcl project.
The eggtcl project is a repository of approved TCL scripts for eggdrop that allow you to easily update them as new versions are released.
The plan is to maintain a library collection of good quality eggdrop tcl scripts to ensure the longevity of this project and the eggdrop project.
Read the rest of this entry »
Permalink
July 14, 2011 at 11:06 pm
· Filed under Business, Development, Hardware, Internet, Security, Software, Sysadmin
I’ve been thinking about retiring this site for some time now, but have been toying with the pros and cons.
A decision had to be made.
Read the rest of this entry »
Permalink
May 25, 2011 at 12:11 pm
· Filed under Development, Internet
If you’re a geek like me or you’ve just seen Iron Man 2 you’ll probably like the idea of having a custom motd display something cool when you login to your shell or terminal server.
Sure, you can use figlet to create a text banner, but how cool would it be if you could display your own logo instead. Right?
Can an image be converted into ASCII art?
Challenge accepted.
Read the rest of this entry »
Permalink