Tuesday, September 20, 2005

DLoads Pepper Released

by damonp on September 20, 2005

in Development,PHP,Software

Mint is a live stats package from Shaun Inman. Pepper is an API for adding modules to the core Mint application.

This is the initial release of DLoads which tracks files downloaded and provides live stats through the Mint interface.

Full information at Pepper DLoads.

Popularity: unranked

{ 0 comments }

iTerm Here Applescript Update

by damonp on September 20, 2005

in Apple / Mac,SysAdmin

Last week I posted a combination shell script, Applescript to open a new iTerm session in the local directory or a specified directory.

Version 1.2 is available for download now.

The Applescript was fixed so the new session always opens in the current window.

Popularity: 1%

{ 0 comments }

Shortstat Hack To Remove Local Views

20 September 2005

Prevent your own pageviews from appearing in Shortstat stats Create a file called _getmyip.php in your Shortstat directory with the following code: <?php     $thisip = $_SERVER[’REMOTE_ADDR’];      $fp = fopen(’_myip.php’, ‘w’);     $buffer = ‘<’.'? $_myip = "’.$thisip.’"; ?’.'>’;     fwrite($fp, $buffer, strlen($buffer));             if(fclose($fp)) [...]

Read the full article →