Re: [Users] Sending MM through VASGW

2006-05-31 Thread Paul Bagyenda
Hi Pedro, Glad to hear it worked fine. Answers to your questions below On Jun 01, 2006, at 00:49, Pedro Miguel Duque wrote: > Hi all, > > I've installed mmsbox succesfully using eaif and now i can send MMS's > using text and smil parameters in a wget request like: > > wget > "http://localhost:1

[Users] Sending MM through VASGW

2006-05-31 Thread Pedro Miguel Duque
Hi all, I've installed mmsbox succesfully using eaif and now i can send MMS's using text and smil parameters in a wget request like: wget "http://localhost:13501?username=mbuni&password=mbuni&from=940&to=x&subj ect=teste&smil=http://www.portugalmaispositivo.com/files/images/Porto.thumbnail.j pg\"

Re: [Users] Users Digest, Vol 16, Issue 33

2006-05-31 Thread Pedro Miguel Duque
Hi Paul, I've upgraded to CVS version, and now it's working ok. Thank you for the Tip. Best regards, PMD -Original Message- Date: Wed, 31 May 2006 09:03:44 +0300 From: Paul Bagyenda <[EMAIL PROTECTED]> Subject: Re: [Users] Empty MMSC password using EAIF To: Mbuni MMS Gateway Users List

Re: [Users] PHP $_FILES not workibng. $_POST works

2006-05-31 Thread Paul Bagyenda
Hi, your PHP looks wrong. You are looking for 'userfile' in _POST instead of in _FILES (where it certainly will not be since it is a 'file upload'). Using the PHP sample script I sent I was able to see the upload just fine in _FILES. First simplify your PHP, see that you can see something in the _F

Re: [Users] how to create mms file

2006-05-31 Thread kartikay malhotra
Hi Yann,I do not know much about Mbuni, only Paul B. can help you best. You can however, use NDS for MMS 1.1 (from Nokia website). It is basically an emulator. It has sample mms files. Also it accepts SMIL file to generate a .mms file (EAIF format would be my guess). SincerelyKMOn 5/31/06, jammers

[Users] how to create mms file

2006-05-31 Thread jammers yann
hi; i'm new to mbuni and in some examples i see sometimes this linemmssend -f -t -m i want to know how you do to create your mms file ?do you use some specific software or u do it manually please i need helpi want to test mbuni with mmssend command but i can't create my mms filethanks you !!

[Users] how to create mms file

2006-05-31 Thread jammers yann
hi; i'm new to mbuni and in some examples i see sometimes this linemmssend -f -t -m i want to know how you do to create your mms file ?do you use some specific software or u do it manually please i need helpi want to test mbuni with mmssend command but i can't create my mms filethanks you !!

[Users] PHP $_FILES not workibng. $_POST works

2006-05-31 Thread kartikay malhotra
Dear Paul I've updated my Mbuni with the latest sources from CVS. Everything seems to work fine, including HTTP POST to a different machine on LAN. Quoting you: "The issue is with PHP: It doesn't provide a unified way to access all form data. (I could be wrong, and that's largely because I am very