[php-list] Re: Yahoo Login with php curl

2008-10-16 Thread cosminx2003
--- In php-list@yahoogroups.com, [EMAIL PROTECTED] wrote: - Original Message - From: cosminx2003 Hi, i want to login on yahoo with php cURL, i made a script but i can't make it work fine (it gives me blank page). Please tell me how can i fix it. Thanks ?php $username =

Re: [php-list] Re: Yahoo Login with php curl

2008-10-16 Thread listgroups08
- Original Message - From: cosminx2003 --- In php-list@yahoogroups.com, [EMAIL PROTECTED] wrote: - Original Message - From: cosminx2003 Hi, i want to login on yahoo with php cURL, i made a script but i can't make it work fine (it gives me blank page). Please tell me how

Re: [php-list] Re: Yahoo Login with php curl

2008-10-16 Thread listgroups08
- Original Message - From: cosminx2003 --- In php-list@yahoogroups.com, [EMAIL PROTECTED] wrote: - Original Message - From: cosminx2003 Hi, i want to login on yahoo with php cURL, i made a script but i can't make it work fine (it gives me blank page). Please tell me how

[php-list] Re: Yahoo Login with php curl

2008-10-16 Thread cosminx2003
--- In php-list@yahoogroups.com, [EMAIL PROTECTED] wrote: - Original Message - From: cosminx2003 --- In php-list@yahoogroups.com, listgroups08@ wrote: - Original Message - From: cosminx2003 Hi, i want to login on yahoo with php cURL, i made a script but i can't

[php-list] file creator

2008-10-16 Thread cosminx2003
I want to build a file creator. Look how it will work : it will create a file file.txt, will rename it in .zip|.rar|.iso|etc and then will put a filesize (unlimited filesize), but i don't know how to put a specific filesize to a file, is it possible? For example file.txt has 0 bytes, i want to

Re: [php-list] Yahoo Login with php curl

2008-10-16 Thread William Piper
cosminx2003 wrote: Hi, i want to login on yahoo with php cURL, i made a script but i can't make it work fine (it gives me blank page). Please tell me how can i fix it. Thanks ?php $username = user; $password = pass; $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL,

Re: [php-list] Yahoo Login with php curl

2008-10-16 Thread William Piper
[EMAIL PROTECTED] wrote: - Original Message - From: cosminx2003 Hi, i want to login on yahoo with php cURL, i made a script but i can't make it work fine (it gives me blank page). Please tell me how can i fix it. Thanks ?php $username = user; $password = pass; $ch =

[php-list] Re: Yahoo Login with php curl

2008-10-16 Thread cosminx2003
--- In php-list@yahoogroups.com, William Piper [EMAIL PROTECTED] wrote: William Piper wrote: [EMAIL PROTECTED] mailto:listgroups08%40ozwebwiz.com wrote: - Original Message - From: cosminx2003 Hi, i want to login on yahoo with php cURL, i made a script but

Re: [php-list] file creator

2008-10-16 Thread Phill Sparks
On Thu, Oct 16, 2008 at 4:57 PM, cosminx2003 [EMAIL PROTECTED] wrote: I want to build a file creator. Look how it will work : it will create a file file.txt, will rename it in .zip|.rar|.iso|etc and then will put a filesize (unlimited filesize), but i don't know how to put a specific filesize

[php-list] Re: file creator

2008-10-16 Thread cosminx2003
--- In php-list@yahoogroups.com, Phill Sparks [EMAIL PROTECTED] wrote: On Thu, Oct 16, 2008 at 4:57 PM, cosminx2003 [EMAIL PROTECTED] wrote: I want to build a file creator. Look how it will work : it will create a file file.txt, will rename it in .zip|.rar|.iso|etc and then will put a

Re: [php-list] Re: file creator

2008-10-16 Thread listgroups08
--- In php-list@yahoogroups.com, Phill Sparks [EMAIL PROTECTED] wrote: On Thu, Oct 16, 2008 at 4:57 PM, cosminx2003 [EMAIL PROTECTED] wrote: I want to build a file creator. Look how it will work : it will create a file file.txt, will rename it in .zip|.rar|.iso|etc and then will put a