Esato

Forum > General discussions > General > wap forum

Visitors browsing this topic: 1
Add to Bookmarks
Previous  123 ... 18 192021  Next
Author wap forum
toska
P990 no flip
Joined: Jul 27, 2003
Posts: 5
PM, WWW
Posted: 2003-07-31 22:32
Reply with quoteEdit/Delete This PostPrint this post
Evenin' Right i have just read all 14 pages of this thread and done serches and i still cannot find my answer. So I really hope you peeps can help:

What is the code to force Mime settings in PHP? (mainly for themes)

Hope some one can help

Cheers
Angus
T610
Joined: Aug 16, 2003
Posts: 8
From: Sydney, Australia
PM, WWW
Posted: 2003-08-17 04:57
Reply with quoteEdit/Delete This PostPrint this post
Nice tip - thanks!

Quote:

On 2003-01-22 11:19:00, orangeman wrote:
greetings - Just found something pretty handy if you write in xhtml - I have found a good way to advertise your wap site for free - put a normal 'href-mailto' link on your wap site & put your wap address in there as the 'e-mail address' - When a T68i/T300 clicks on it-it brings up the SMS menu. So users who visit your site can forward your wap address to their freinds... and they pay for it!!! check the mail or big banana gifs/links on my site.


wapchimp
C905 Silver
Joined: Jun 09, 2002
Posts: > 500
From: Land of the chimps
PM, WWW
Posted: 2003-08-17 05:04
Reply with quoteEdit/Delete This PostPrint this post
Yeh only the SMSto' tag doesn't work with a T610 - it brings up the email option - same for MMSto' aswell??? [addsig]
yoco9
T68 gold
Joined: Aug 24, 2003
Posts: 1
PM
Posted: 2003-08-24 10:09
Reply with quoteEdit/Delete This PostPrint this post
Hi,
I would like to charge a pic on a fisio 822.
I have my own wap site.
It work with my T610 but not with the 822.

The code:

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="test" title="test">
<a href="http://www.geocities.com/*******/image.jpg" title="Image">image</a>
</card>
</wml>

What is the problem?
Thanks

[ This Message was edited by: yoco9 on 2003-08-24 09:10 ]

[ This Message was edited by: yoco9 on 2003-08-24 09:11 ]

[ This Message was edited by: yoco9 on 2003-08-24 09:12 ]
kolov
T68 gold
Joined: Jun 04, 2003
Posts: 9
PM
Posted: 2003-08-24 11:33
Reply with quoteEdit/Delete This PostPrint this post
Some links for T300 http://set300.mywap.o2.co.uk

This message was posted from a T300

wapchimp
C905 Silver
Joined: Jun 09, 2002
Posts: > 500
From: Land of the chimps
PM, WWW
Posted: 2003-08-25 00:02
Reply with quoteEdit/Delete This PostPrint this post
[quote]
On 2003-08-24 10:09:08, yoco9 wrote:
Hi,
I would like to charge a pic on a fisio 822.
I have my own wap site.
It work with my T610 but not with the 822.

The code:

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="test" title="test">
<a href="http://www.geocities.com/*******/image.jpg" title="Image">image</a>
</card>
</wml>

What is the problem?
Thanks

Try this
<p><a href="http://www.geocities.com/*******/image.jpg" title="Image">image</a></p>

You had no paragraph tags at the beginning & end of your href. [addsig]
klinkaren
T610
Joined: Aug 27, 2003
Posts: 13
From: Sweden
PM
Posted: 2003-09-09 23:50
Reply with quoteEdit/Delete This PostPrint this post
toska --> If you want others to be able to download thm-files from your site to there cellphones you'll have to make an .htaccess-file.

This file should not be a html-file not a txt-file but an .htaccess-file
use ".htaccess" to make it.

It should include this:
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
AddType text/vnd.wap.wml wml
AddType audio/amr amr
AddType audio/midi mid
AddType audio/midi midi
AddType application/vnd.Nokie.ringing-tone rng
AddType application/vnd.symbian.install sis
AddType application/vnd.wap.wmlc wmlc
AddType text/vnd.wap.wmlscript wmls
AddType text/vnd.wap.wmlscript wmlsc
AddType application/vnd.wap.sic sic
AddType text/vnd.wap.si si
AddType text/vnd.wap.sl sl
AddType application/vnd.wap.slc slc
AddType application/vnd.eri.thm thm
AddType text/x-vCalendar vcs
AddType text/v-vCard vcf
AddType application/vnd.nokia.gamedata nqd
AddType application/x-nokiagamedata ngd
AddType image/vnd.wap.wmbp wbmp
AddType image/x-bmp bmp
AddType image/x-epoc-mbm mbm
AddType image/vnd.nok-3dscreensaver n3a
AddType text/x-co-desc cod
AddType image/vnd.nok-oplogo-colornokia-op-logo nok
AddType application/x-pmd .pmd
AddType audio/vnd.qcelp .qcp
AddType application/x-smaf .mmf

If you do this and chmod all files to 777 it should work.


My webspace-provider want allow me to do this. Need a free site that will allow me to write my own .htaccess-file and also chmod my files...
Anyone who know one?



[ This Message was edited by: klinkaren on 2003-09-09 22:53 ]
wapchimp
C905 Silver
Joined: Jun 09, 2002
Posts: > 500
From: Land of the chimps
PM, WWW
Posted: 2003-09-10 20:06
Reply with quoteEdit/Delete This PostPrint this post
@klinkaren - you can use a .htaccess file with free webspace from lycos or any apache/zeus server. [addsig]
martino
T600
Joined: Aug 24, 2003
Posts: 23
From: Norway
PM, WWW
Posted: 2003-09-11 19:34
Reply with quoteEdit/Delete This PostPrint this post
Sorry for not reading through this whole thread, but what wap supported forum is the best?
wapchimp
C905 Silver
Joined: Jun 09, 2002
Posts: > 500
From: Land of the chimps
PM, WWW
Posted: 2003-09-11 19:49
Reply with quoteEdit/Delete This PostPrint this post
What do u mean?

This message was posted from a T610

martino
T600
Joined: Aug 24, 2003
Posts: 23
From: Norway
PM, WWW
Posted: 2003-09-11 20:04
Reply with quoteEdit/Delete This PostPrint this post
What I mean is that I'm looking for a good wml/xhtml forum. Just like this one.. I assume that there are plenty of forum to choose of, so which one(s) do you guys recommend?
wapchimp
C905 Silver
Joined: Jun 09, 2002
Posts: > 500
From: Land of the chimps
PM, WWW
Posted: 2003-09-11 20:09
Reply with quoteEdit/Delete This PostPrint this post
Esato is the only one (and the best) i know of

This message was posted from a T610

martino
T600
Joined: Aug 24, 2003
Posts: 23
From: Norway
PM, WWW
Posted: 2003-09-13 01:46
Reply with quoteEdit/Delete This PostPrint this post
I'm looking for a wml/xhtml forum I can use. Wich I can download and use for my own purpose.
marianne
T68 gold
Joined: Sep 18, 2003
Posts: 1
PM
Posted: 2003-09-18 22:33
Reply with quoteEdit/Delete This PostPrint this post
Check out Playdo Wapeditor (http://eng.wap.nu). I think that's the best service for creating wap pages online without programming.
BalooDK
Z1010
Joined: Aug 24, 2003
Posts: 66
From: Denmark
PM, WWW
Posted: 2003-09-30 21:28
Reply with quoteEdit/Delete This PostPrint this post
How do i specify a page to be xhtml ??

How do i get a PHP script to work ??

I run an Apache server on my PC, and it works fine. I just
can't get those PHP scripts working !!
BalooDK
Hva' si'r manden mor ?
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 18 192021  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic