O.P. Display Picture Problem.
Hi!! im just starting making Messenger Plus scripts!
i writing a script for a online game. The user write they username/password on msn and he gets they account info. Thats works perfect! im using:
new ActiveXObject("Microsoft.XMLHTTP");
and send the vars using POST. Next the server reply with an XML and woala! =)
but now i want to replace the display picture of the user for a dinamic generatic PIC using PhpGD Library in the server. I have the pic already.
So Lets suposse the pic is in:
www.domain.com/pic.jpg
So i need to download it and save to the client HardDisk.
i read about the ActiveXObject("Scripting.FileSystemObject"); but just allow me write ASCII files.
So i just dont know how to download and how to write to the HD.
please help =) and please sorry my english, =P
|