Skip to content

Ttech/dagd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is da.gd?

Build Status

da.gd is both a URL shortener and a collection of quick-info tools written in PHP. It allows you to use curl (or any http client) to quickly retrieve various kinds of information from an easy-to-remember url.

The goal of this project is to just make an easy to use, little-of-everything tool that works on any device or in any script in any situation. So far, some interesting ideas have been requested (and implemented). If you have an idea for a feature you would like to see, please either (order of preference):

  • Fork, Add feature, Send pull request for review/merge.
  • Ask relrod on irc (freenode). We also now have #dagd on irc.freenode.net.
  • File it in the issue tracker

Because a goal of this project is to have it work for many purposes/situations, I encourage feedback, ideas, participation, and interaction with this project. Have some fun with it :)

What currently works?

curl da.gd/help will give you a list of what is currenly available on the live site.

What is planned?

Eventually the following will work.

  • /i/google.com - return info about google.com (including up/down), such as the title of the page.
  • /port/google.com/80 - check if port 80 is open on google.com - this will be limited if implemented.
  • /bl/127.0.0.1 - check to see if an IP is on a dnsbl. (Thanks for the idea @Ttech!)
  • Any other ideas you would like to see.

License

ASL 2.0. See LICENSE for more details.

About

A URL shortener with various other utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.8%
  • PLSQL 0.2%