Author |
Is there a Free Host that supports downloading .imy etc files |
-=ViBeZ=- Joined: Dec 26, 2002 Posts: 57 PM |
Does anyone know of such a place? |
|
knallpulver Joined: Dec 02, 2002 Posts: 72 From: PM, WWW
|
I use www.internerworx.de You get only 1 MB of space, and you probably need to know some basic German, but on the other hand, there is no advertising whatsoever, and it supports php. And with imy-files being quite small, 1 MB is not too bad.
|
-=ViBeZ=- Joined: Dec 26, 2002 Posts: 57 PM |
thanx
1mb is quite small!!!
But I guess It's better than nothing
I managed to sign up ok. Thanx for the tip |
Supreme Joined: Oct 10, 2002 Posts: 144 PM |
If you have a host that supports .htaccess (you'll need to know some basic Apache) you can add your own mime-types and it should work (dont know the one for imy though) but search for it on google or something...
This post was posted from a T300 |
knallpulver Joined: Dec 02, 2002 Posts: 72 From: PM, WWW
|
Maybe I should also have explained how to make your .imy file downloadable directly to a T68i:
1. Add the line
<? header("Content-Type: audio/imelody"); ?>
to the beginning of the file.
2. Store the some_name.imy as some_name.php
3. Then you just create an shtml page with links to your ringtones (the .php files)
Check out my simple page (see sig.) if you want to see how it can be done.
Good luck!
_________________
T68 Imelodies - http://www.matildaweb.net/t68
[ This Message was edited by: knallpulver on 2003-01-08 20:27 ] |
NevilleX Joined: Jan 06, 2003 Posts: 95 PM |
You can enable most unix servers to host your wap site and downloads for T300/T68 phone if you put .htaccess file with this content in the root folder of your wap site:
DirectoryIndex index.wml
addtype text/vnd.wap.wml wml
addtype application/vnd.wap.wmlc wmlc
addtype text/vnd.wap.wmlscript wmls
addtype application/vnd.wap.wmlscriptc wmlsc
addtype image/vnd.wap.wbmp wbmp
addtype application/vnd.eri.thm thm
addtype text/x-vmel mel
addtype audio/imelody imy
addtype audio/imelody emy
addtype application/vnd.sonyericsson.mms-template tpl
addtype application/vnd.mophun.application mpn
Hope it helps!  |
bjarne1 Joined: Oct 07, 2002 Posts: 117 From: sweden PM |
Thanx!!
This is great news for me. So easy, and did not know it. A single file and it is solved!
This forum ROCKS!
|
wapchimp Joined: Jun 09, 2002 Posts: > 500 From: Land of the chimps PM, WWW
|
hey guys see my wap forum - your help is probably needed - how do I add these mime types to my htaccess file???
http://www.esato.com/board/viewtopic.php?topic=16024&forum=12
thanx |
|