Jump to content
xisto Community
ram130

Do You Know Of Any Good Free WAP Enabled Forum Wap forum wheres a good free one

Recommended Posts

Yes, of course it's possible! It may take some tinkering around and stuff, but it's definately possible. You're going to have to send "Content-Type" headers using PHP, or edit the .htaccess file to specify the MIME type of WAP pages. Overall, it's quite possible, and even pretty easy to do. If you're having problems with it just contact us.

Share this post


Link to post
Share on other sites

Yes, of course it's possible! It may take some tinkering around and stuff, but it's definately possible. You're going to have to send "Content-Type" headers using PHP, or edit the .htaccess file to specify the MIME type of WAP pages. Overall, it's quite possible, and even pretty easy to do. If you're having problems with it just contact us.


Ok, umm maybe i might need some help on how to go about doing that. Think you can? Im kinda confused l :unsure:

Share this post


Link to post
Share on other sites

Of course! Your files are currently static, right? Getting them to be served from Xisto is really a breeze. Just open up the folder where all your WML files are going to be, and create a file called ".htaccess" over there). If your FTP client doesn't support strange filenames (dots at the beginning and stuff... :unsure:) you can create the file using your CPanel's file management control. Now just add the following line to the file:

AddType text/vnd.wap.wml .wml
This tells Apache (the web server) to serve the .wml files in the folder with a special header that lets your clients (more specifically, their cell phones) know that they're being given WML files. I'm guessing you'll also want to add the following lines:
AddType image/vnd.wap.wbmp .wbmpAddType text/vnd.wap.wmlscript .wmls
These will add support for WBMPs (wireless bitmaps) and WMLSs (WML scripting language). I do think that you need to do no further, but if it still doesn't run after doing all this write here agin.

Share this post


Link to post
Share on other sites

Of course! Your files are currently static, right? Getting them to be served from Xisto is really a breeze. Just open up the folder where all your WML files are going to be, and create a file called ".htaccess" over there). If your FTP client doesn't support strange filenames (dots at the beginning and stuff... :)) you can create the file using your CPanel's file management control. Now just add the following line to the file:

AddType text/vnd.wap.wml .wml
This tells Apache (the web server) to serve the .wml files in the folder with a special header that lets your clients (more specifically, their cell phones) know that they're being given WML files. I'm guessing you'll also want to add the following lines:
AddType image/vnd.wap.wbmp .wbmpAddType text/vnd.wap.wmlscript .wmls
These will add support for WBMPs (wireless bitmaps) and WMLSs (WML scripting language). I do think that you need to do no further, but if it still doesn't run after doing all this write here agin.


lol sorry for taken so long to get back to you...Well been busy with exams and doin stuff lately and Im in NY right now. Im gonna give it a try when i reach back to Ja..

Thanks Alot zeen :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.