Re: [PHP] grabbing source of a URL

2004-12-10 Thread Darren W
What about using just the file command and then looping through the array? I do this to scrape sites for content (pics, midi's, fonts) by getting the links from within the html code and using the wwwcopy function in the php docs. I am sure there is a better way to do the pattern recognition but t

[PHP] Problems implementing encryption: mcrypt_cfb

2004-12-10 Thread Darren W
Hey, thanks for looking. I would like to implement some sort of encryption to mask user id's. I looked at the example on the PHP website: http://au.php.net/manual/en/function.mcrypt-cfb.php This is exactly what I need. It does not quite work as the top post in that page suggests. Can anyone sug