public
Description: A Simple domain monitoring application
Homepage: http://www.domainhunter.org.tr
Clone URL: git://github.com/bmericc/domainhunter.git
Click here to lend your support to: domainhunter and make a donation at www.pledgie.com !
bmericc (author)
Wed Jul 09 11:28:48 -0700 2008
domainhunter / foother.inc.php
100755 25 lines (21 sloc) 1.071 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
/*
+-----------------------------------------------------------------------+
| Domain Hunter - A Simple Domain Monitoring Application |
| Version 0.1.0 |
| |
| Copyright (C) 2006-2007, DomainLabs.EU - Turkey |
| Licensed under the GNU GPLv3 |
| |
+-----------------------------------------------------------------------+
| Author: Bahri Meric CANLI <bahri@bahri.info> |
+-----------------------------------------------------------------------+
 
*/
 
?>
<div id="footer">
<a target="_blank" href="http://www.domainhunter.gen.tr/">Domain Hunter <?php echo $script_version; ?></a>
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp
<a target="_blank" href="http://www.domainhunter.gen.tr/?version=<?php echo $script_version; ?>">Check for update</a>
 
</div>
</body>
</html>