View Single Post
Nextra
Veteran Member
Join Date: Apr 2008
Location: Germany
Old 01-22-2010 , 08:05   Re: Multi FastDownload
Reply With Quote #8

Hope that this one works ^^

Some suggestions:
- You can use the third parameter of equali to check http://, no need to use strcat and strtolower.
PHP Code:
if( !equalilink"http://") ) continue; 
- You don't have to return anything on client_connect
__________________
In Flames we trust!
Nextra is offline