Author |
wap forum |
Psykotik Joined: Jan 18, 2002 Posts: 476 From: the safety of my padded cell PM |
Cheers chris. Nice to see its not just me in the 16 year old age category. I have a fundemental disadvantage that you guys dont have. I DONT HAVE A COMPUTER!!! I intend to have my own computer next week though. (I found an athlon xp2000, 256 ram, 40 gig hdd,geforce4,DVD and CD/RW drives and all the necessary dongles for under 500 quid! )
This message was posted from a T68i |
|
chrisgray999 Joined: Jun 18, 2002 Posts: 327 From: Sussex, UK PM, WWW
|
Psykotik: thats an amazing deal! Its also nice to see someone my age! Lol @paul: done a quick search and found www.xxxwaps.net, any good?
This message was posted from a T65 |
wapchimp Joined: Jun 09, 2002 Posts: > 500 From: Land of the chimps PM, WWW
|
@pornman-check http://www.krisbrown.pwp.blueyonder.co.uk/t68/cindex.wml#first my mate tells me this is the best porn on wap;-)
This message was posted from a T68i |
Aled Joined: Nov 25, 2002 Posts: 320 From: Wales PM |
@orangeman I have have a perl (cgi) script for a text counter if u want it, i also have a grphical one (but the script will need editing to output xhtml tags correctly) they will be in use on my site as soon as my isp gets its act together and fixes my login to my cgi-bin area >:|
|
will190780 Joined: Jan 18, 2003 Posts: 15 PM, WWW
|
chrisgray999
@will try adding the code for the default page, it may work then?
I tried that. The site is still jacked. I removed the .htaccess files that I created and it worked sweetly again. I must be using the wrong MIME type for AMR files.
Does anyone know the MIME type for AMR?? Heelllppp
|
chrisgray999 Joined: Jun 18, 2002 Posts: 327 From: Sussex, UK PM, WWW
|
Yeah, that must be the problem... Ill try and find out the type for u...
This message was posted from a T65 |
will190780 Joined: Jan 18, 2003 Posts: 15 PM, WWW
|
Does anyone know why the image fails to display on my opening page:-
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN"
"http://www.wapforum.org/DTD/wml13.dtd">
<wml>
<card id="card1" title="Wapjaw" ontimer="#card2">
<timer value="60"/>
<p><img src="jaw.gif" alt="logo" align="top"/></p>
</card>
<card id="card2" title="Loading">
<onevent type="ontimer">
<go href="main.xhtml"/>
</onevent>
<timer value="10"/>
</card>
</wml>
[ This Message was edited by: will190780 on 2003-01-18 21:11 ] |
chrisgray999 Joined: Jun 18, 2002 Posts: 327 From: Sussex, UK PM, WWW
|
Is it too large? (dimensions) btw, regarding .htaccess, what os and server are u using? Do u have front page extensions installed?
This message was posted from a T65 |
will190780 Joined: Jan 18, 2003 Posts: 15 PM, WWW
|
Dimensions are as t68 101 by 80. I am using xp & ideal hosting. No I dont have front page extensions installed. Whats all that about? |
chrisgray999 Joined: Jun 18, 2002 Posts: 327 From: Sussex, UK PM, WWW
|
Is it apache or IIS? I ask cos only apache supports .htaccess i think, and apache is usually found on linux... Front page extensions use .htaccess, and sometimes editing it can disrupt the site... Dont know about the image mate, sorry!
This message was posted from a T65 |
will190780 Joined: Jan 18, 2003 Posts: 15 PM, WWW
|
Does anyone know of a T68i WAP 2.0 emulator? I am doing a presentation on monday and need screenshots to demonstrate my wap site in operation. As f**ked as it is the ericsson one doesn't work with xhtml.
Cheers
[ This Message was edited by: will190780 on 2003-01-19 00:50 ] |
wapchimp Joined: Jun 09, 2002 Posts: > 500 From: Land of the chimps PM, WWW
|
@aled that would be cool - I dont know if my free host supports cgi-bin - I'll check - you'll have to leave instructions aswell - as to what the hell I do with it
@ @ @ @ I have broadband aswell - but dont know anything about hosting a server - as you can see my html programming is limited & wml I haven't got a clue! - but it would make sense to have a server with mime types at your disposal... & the cost @ @ @ @
[addsig] |
Bjerkebanen Joined: Feb 26, 2002 Posts: > 500 From: El culo del mundo! OSLO NORUEG PM, WWW
|
hey orangeman! shall wee get togheter? if you and me work togheter on a wap site it will be just super!
|
wapchimp Joined: Jun 09, 2002 Posts: > 500 From: Land of the chimps PM, WWW
|
[quote]
On 2003-01-18 12:22, will190780 wrote:
How do I upload MIME types to a server? Also does it make any difference that I can download this filetype through the web?
yep - I have themes .thm files on a free host & I can download them via IE because it is hosting the file - I cannot download via my wap browser though because the server can't define the file type - or some crap - so yes it makes the difference - I have mailed wap41 & they said they added the mime type for themes but it says operation failed - so I have just given up & will put a link to another theme wap site - or set links & leech from their site
[addsig] |
wapchimp Joined: Jun 09, 2002 Posts: > 500 From: Land of the chimps PM, WWW
|
(if you are viewing via wap this is a long post)
@aled you were right - it is a zeus server - "upgrading the current Windows NT and IIS based PWP solution to a Zeus/Solaris based product"
@chris gray - I can have pretty much anything - perl - shell - PHP - ASP - python - but I have to pay for this so I dont know if it would be worth it?
@will190780 - IME [Multipurpose Internet Mail Extensions] Types tell the end user's machine how to treat a certain file extension when it is served to it by a web server. They go in the web server's configuration or in a .htaccess file
How do I add a MIME Type?
Put it in a .htaccess file. It needs to be in Apache configuration format, e.g. to tell the server how to treat a file with a .cgi extension you would add this using the AddType directive:
AddType application/x-httpd-cgi cgi
Note that you do not use a "." before the file extension. The web server already knows to put this in.
You can have as many entries as you like, as long as they are all on their own line and the MIME type and the extension have at least one space between them.
The amount white space is irrelevant, so tabulating these files will make them easier to review and manage. You can also assign more than one extension to a MIME type by adding to the end of the assigned extension, as long as they are space separated.
sorry if you know this - I dont know it goes over my head - cut 'n' paste my son
[addsig] |
|