Oh, one more thing. Is there a way to collect all of the links that are like this: http://www.anime-sensei.net/2006/05/hackgift.html from http://www.anime-sensei.net/2005/12/downloads.html ? I tried converting the script to that, by changing this line, if (preg_match_all('/anime-sensei\.net\/\([0-9])\/\([0-9])\/\([A-Z])\.html', $source, $links)) PHP: but i guess i made a mistake someplace or other, so it gives me an error message saying
if (preg_match_all('|/anime-sensei\.net/([0-9])/([0-9])/([A-Z])\.html|', $source, $links)) PHP: I haven't tested this but give it a try. Hopefully it should work.
cause this is really custom. I dont know any script that does this. Also, I think the line after the preg_match_all has to be modified as well, though I have no clue how to do that, so if anyone has an idea, i would appreciate it. Thanks nick