Oops, I forgot something...
Gotys said he would ban IP's so I forgot to do this... heres new script.
PHP Code:
<?php
$cliphunter = new scrape();
$cliphunter->category('hardcore');
$cliphunter->pages_deep(10);
$cliphunter->popular('all_times');
$cliphunter->proxy('path/to/proxy/file.txt');
$cliphunter->initiate();
//$cliphunter->insert_db('localhost', 'username', 'password', 'database');
$cliphunter->display_format('xml');
?>
Proxies ftw!