Re: [Users] Any advice please ?

2010-11-09 Thread Paul Bagyenda
logs would  be nice.
On Nov 09, 2010, at 13:18, Druss Drenai wrote:

> It has been a couple of days since i posted my question about how to send a 
> mms and store it into my database.
> 
> Anyone can help me please? =(
> 
> ___
> Users mailing list
> Users@mbuni.org
> http://lists.mbuni.org/mailman/listinfo/users

___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


Re: [Users] Any advice please ?

2010-11-09 Thread Michel TOKO
Druss, I hope this can help you. Thanks to Kartikay Malhotra

On 9 November 2010 12:40, Cristian Padilla  wrote:

>  No problem, i think that in the documentation it was a very good example
> ….
>
>
>
>
>
>
>
>
>  --
>
> *De:* users-boun...@mbuni.org [mailto:users-boun...@mbuni.org] *En nombre
> de *Druss Drenai
> *Enviado el:* martes, 09 de noviembre de 2010 9:27
> *Para:* users@mbuni.org
> *Asunto:* [Users] Any advice please ?
>
>
>
> My fault,i believed test-mbuni.php was the web page where i could display
> the image and text i send.
>
> Thanks a lot for your help,if i'm not wrong there should be in the Mbuni
> documentation a sample php file to handle mms content...or maybe you already
> know where i could get one already tested and functional?
>
> I appreciate your help so much, my brain was collapsing after 3 days i
> spent on this =)
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by *MailScanner* , and is
> believed to be clean.
>
> --
> This message has been scanned for viruses and
> dangerous content by *MailScanner* , and is
> believed to be clean.
>
> ___
> Users mailing list
> Users@mbuni.org
> http://lists.mbuni.org/mailman/listinfo/users
<>
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


Re: [Users] Any advice please?

2010-11-09 Thread Michel TOKO
Check the upload file i sent you.

On 9 November 2010 13:01, Druss Drenai  wrote:

> I found this php script in order to handle mms received and store them into
> my database
> (this file was created by a user and reported in this page:
> http://thilani.wordpress.com/):
> --
> $uploaddir = '/var/www/html/';
> foreach ($_FILES as $i => $file) {
> $part = $_FILES[$i];
> $uploadfile = $uploaddir . basename $part['name'][0]);
> if(move_uploaded_file($part['tmp_name'][0],$part['name'][0])) {
> echo "File is valid, and was successfully uploaded.\n";
> }
> else {
> echo "File upload error!\n";
> }
> }
> -
> Do you think it could be good for what i need to do with the mms?
>
>
>
> ___
> Users mailing list
> Users@mbuni.org
> http://lists.mbuni.org/mailman/listinfo/users
>
>


-- 
Regards

Toko K. Michel

Toko Michel
Mob : +225 06 00 26 95
Mob : +2332 41 44 33 15
Mail : tokomic...@gmail.com
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


RE: [Users] Any advice please ?

2010-11-09 Thread Cristian Padilla
HI, maybe i can help you .. If you want to save your images into a DB fist
you must have a php that recover the content from the inicial request

 

So, in this part of your configuration 

 

group = mms-service
name = me
post-url =  
http://localhost/test-mbuni.php
catch-all = false
http-post-parameters = fx=true&images[]=%i&text[]=%i&skip=1
accept-x-mbuni-headers = true
pass-thro-headers = X-NOXIA-MMSC-Charging,X-NOKIA-MMSC-Charged-Party
keyword = test
omit-empty = no
suppress-reply = true
service-code = regular

 

 

you have the "test-mbuni.php"

 

in there you only must have the code for recover image, the only thing you
have to do is save this data ... That is what you want to do ?? 

 

  _  

De: users-boun...@mbuni.org [mailto:users-boun...@mbuni.org] En nombre de
Druss Drenai
Enviado el: martes, 09 de noviembre de 2010 7:18
Para: users@mbuni.org
Asunto: [Users] Any advice please ?

 

It has been a couple of days since i posted my question about how to send a
mms and store it into my database.

Anyone can help me please? =(



-- 
This message has been scanned for viruses and 
dangerous content by   MailScanner, and is 
believed to be clean. 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


RE: [Users] Any advice please ?

2010-11-09 Thread Cristian Padilla
No problem, i think that in the documentation it was a very good example .. 

 

 

 

 

  _  

De: users-boun...@mbuni.org [mailto:users-boun...@mbuni.org] En nombre de
Druss Drenai
Enviado el: martes, 09 de noviembre de 2010 9:27
Para: users@mbuni.org
Asunto: [Users] Any advice please ?

 

My fault,i believed test-mbuni.php was the web page where i could display
the image and text i send.

Thanks a lot for your help,if i'm not wrong there should be in the Mbuni
documentation a sample php file to handle mms content...or maybe you already
know where i could get one already tested and functional?

I appreciate your help so much, my brain was collapsing after 3 days i spent
on this =)



-- 
This message has been scanned for viruses and 
dangerous content by   MailScanner, and is 
believed to be clean. 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users