<?php

class RequestFile
...

PHP Universal File Download Class

by Chris Dean, August 16, 2008 11:21, 4 refactorings, tagged with download, class, php, file, 5, universal

After finding different hos...

151e36cc7f789a4790c8ca437e3a1f60 Talk
<?
function robots_allowed($url){
	$current_url=$url;
...

PHP Robots Reader

by Matt, October 28, 2007 15:44, 4 refactorings, tagged with search, crawler, spider, download, open, reader, robots.txt, txt, robots

This code will refer to the...

63dc621a0755c77290da87f0feb44491 Talk