Optimization tip
|
|
For checking the link href's, use switch() instead of if()s, it's a ton faster.
By the way. the includes should be the following since some people don't have www. in the url:
http://*torrentz.com/* http://*torrentz.eu/*Or if you want to make 2 with the www. and 2 without, that would be safer.
I could really optimize your script a lot more if you wanted me to... pm me if you want me to do that. |