# help # about # account #

Technology | Politics | Photo | Philly | Nonprofit | Music | Humor | Friends | Driving | Community |

Usage
count=n, help=1, rows=N, output=html|js|xml, sites=X:Y:Z, group_id=X
Javascript
<SCRIPT TYPE="text/javascript" SRC="http://80x15s.net/content/network?output=js"></SCRIPT>
PHP
<?php
if ($fp = fopen("http://80x15s.net/content/network?rows=10&count=100", "r"))
{
  while (!feof($fp))
    {
      print fgets($fp, 4096);
    }
  fclose($fp);
}
?>
Static HTML via Cron
## Update adverts every 1/2 hr
30/* * * * * /usr/bin/curl -s http://80x15s.net/content/network >/var/www/html/ads.html

© 2007 80x15s , all rights reserved