Posted by Dj Boyi
@O,Made it last night with the mca-20 and a video of it,ay ay,wot's this?tut tut!
Posted by wapchimp
hahahaha - my mate made it - Its funny - hey baby - I'm michael night - well you know the rest - we get so bored at work there is just 100's of those flyin around
Posted by Dj Boyi
Posted by wapchimp
Posted by chrisgray999
Ok, i have finally found the code i have been looking for about the menu and forms! Woohoo!
Posted by wapchimp
Do u mean the code to bring up options menu?
Posted by chrisgray999
Erm, sort of, its when u press the options button, and extra options come up, like on esato has forum home etc... Its the code to add those extra options...
Posted by Szejqer
HI! :) good idea with this thread :) could You check my site wap.szejqer.divx.com.pl in wml and www.szejqer.divx.com.pl/xhtml in xhtml :) some people from esato can't get there :( Do You know what is wrong ?
Posted by chrisgray999
Wml site works fine with me mate, cant understand a word of it though! Lol! Is it swedish?
Posted by wapchimp
@Szejqer - I get your client is not allowed to access this object - some of your code is not tailored for T68i - leave a space in each <br /> - also, text size tags can be removed as T68i does not recognise these - <b> bold tags are ok though. The <meta http-equiv=Content-Type content="text/html; charset=windows-1250"> - u can take that out - I have not yet got any meta tags to work on my site - It doesn't load
Also after each img src leave a space.
You have:<img src="logo.gif" alt="LoGo"/><br/> - try "LoGo" />
How did you get your guestbook?? I want one.
Posted by Szejqer
@Chris it's Polish languge :) @Orangeman thx for help, Guest Book is in php, have sms notify when somebody write sometching. Cool is editing GB from wap. My friend host these GB for 1.5 for month... Yes its cost... I don't have permission to look in php code :( But I can send You a counter in php :) I post this counter here when I back to my home :) Regards P.S. Sorry for my english
Posted by wapchimp
No worries-Nice1 about the sms alerts
Posted by Szejqer
1.5 :)
Posted by Szejqer
Ok, I change some my xhtml site and I have more questiones :) Why from internet i see images but from my phon not ?
Posted by wapchimp
U have to have the pics under 2700 bytes in size-use a gif compresser to do this
Posted by Szejqer
Mmmhhhmmm... and why my site is cuting ?
Posted by chrisgray999
Hmmm, wonder if someone can help me with my site, i have a php script that outputs in .wml... I have removed the workings of the script, and all it should do is say hello, but it doesnt! I have run the output through a wml validator, and it has no errors! Do i have the links wrong? Thanks. http://deize.plus-media.co.uk/wap.php
Posted by Szejqer
<?php echo (\"hello\");?>
Posted by chrisgray999
Ok thanks, got that, but the script works perfectly on the web, just wont display on wap, i actually think i havent sent the headers correctly... Ill have a play tonight...
Posted by Szejqer
No problem :-) i've new alias for my xhtml page http://szejqer.divx.com.pl in english ;-)
Posted by wapchimp
@Chrisgray - how do i code a page so it loads say a picture then loads another-like a slide show ?
Posted by chrisgray999
Ok, but cant view xhtml on my phone! Ill have a look on my pc later... Btw, if anyone is interested, the script is to convert xmb forum to wap...
Posted by chrisgray999
@orangeman: ill do one tonight mate... Is .php ok? Or do u want it in .wml? Either is easy, although with php, u can use just one page...
Posted by Szejqer
@Orangeman try this <card ontimer=\"something.php\" id=\"one\" title=\"wait...\"> <timer value=\"10\"/> :)
Posted by chrisgray999
Well, there goes the .wml idea! Lol! I hope i can get this forum script sorted...
Posted by wapchimp
Can i use img src tags to link 2 colour pics in wml? If not php wil have to do-il have to look up on php
Posted by chrisgray999
@orangeman: not sure mate, try it! To do it with .php, u need to refresh the page and increase a counter and send it with the get command, then use the case and echo functions to post the images...
Posted by wapchimp
Cheers-that went straight over my head;-) - id better investigate this php
Posted by chrisgray999
If u want i can do one?
Posted by Szejqer
This is counter in php
$licznik_file = "licznik.txt";
$fp = fopen($licznik_file, "r+");
$count = fgets($fp, 10);
$count += 1;
fseek($fp, 0);
fwrite($fp, $count, 10);
fclose($fp);
echo ("$count");
?>
Cheers
Posted by chrisgray999
Orangeman: got ur pm... Why do u call me holmes? Lol um try a great book called php in easy steps... Do u want the Isbn? @sk... For the counter i mean You can just use $i++ @all: in case anyone is interested, i finally got it to display on wap, the address is deize.plus-media.co.uk/wap.php no links work yet though...
Posted by chrisgray999
Erm, where has everyone gone? Lol
Posted by wapchimp
Were still here
Posted by Dj Boyi
Oh,and i thought wap had died already LOL!
Posted by wapchimp
How would I code my site so if someone enter via say internet explorer it wont let them see it - I want xhtml browsers only to view it???
Posted by chrisgray999
Erm it would have to be converted to php... Them u would use the preg_match() function.... It would be quite difficult... There probably be an easier way, but i dont know it! Lol i would recomment www.codingforums.com...
Posted by Aled
Not sure, but i used to have in inti microsoft page which had a java script which crashed any computer which accessed it using ie. I could send it to you he it'll help. I don't know he it'll pass as valid xhtml tho
Posted by wapchimp
I was thinking a browser detection script-then it would link to an info page sayin get a t68 etc to view this site
Posted by chrisgray999
Erm would have to be done using a script which may invalidate the xhtml...
Posted by goodan
@orangeman
Serve your wap pages using text/xml MIME type instead of
text/html. Also try to use .xhtml file extension instead of .htm
For example see http://www.qnf.info/wap2 .
Posted by chrisgray999
Anyone know what i need to do to create a four colour b and w gif for phones like mine in photoshop? Do i need a plug in or can i just edit the palete? Cheers...
Posted by Szejqer
I make wap portal with users in mysql database... somebody know how to make authorisation by sms ?
Posted by chrisgray999
Erm, u need a sim connected to the server... Not sure how though! If u find out, can u tell me please? Cos i was thinking of doing the same... Thanks...
Posted by Supreme
Anyone know how to make a redirect after a few seconds in xHTML that works on the T68/T300 ? I can make a 'meta redirect' but it only works on the web and not in the phone... And I can't use wml for the redirect cuz the webhost doesn't soppurt it
so ? show my your code skills
Posted by Szejqer
@chris what is your adres to wap site ? :-) my friends have portals with authorisation, very good portals. In Poland we have a lot of wap users and good wap sites. You can see wap.divx.com.pl or greatwap.host.sk unfortunately in Polish language :(
Posted by chrisgray999
My wap site is down at the minute, but the address is wap.plus-media.co.uk i hope to have it finished soon!
Posted by wapchimp
@chris - do you now how to make a password protected page via wap?? thanks
Posted by chrisgray999
Yeah, you need to use php. A mysql query may look like:
$sql = "select * from users where username = "$username" AND password = password("$password")";
erm, can you use php? If so I can do you a script...
Posted by wapchimp
Yeh i can use php?im still reading up on it though-cheers
Posted by chrisgray999
| Quote: |
|
Erm, did you read this?