Jul 25, 2008

Wap Forum - several questions on WAP forums

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

free web hosting

Wap Forum - several questions on WAP forums

weeman212
blink.gif Right i want to set up a wap forum for rap battling. I think i need to use php, although i might need wml not sure. so questions:

1) WML or PHP?
2) Can i get a forum/message board script?
3) Where can i get it?

Thanks in advance

Notice from snlildude87:
Not making helpful thread topics and titles results in warnings, or in extreme cases, a ban. Don't fall into the crack.

Reply

hype
wml has no feature of php, try google search, and what forum are you using? I mean phpbb, ipb, vbulletin?

Reply

mobious
i suggest that you drop the wml part since you think that you will be using php as a scripting language.

Reply

weeman212
Yeah well that is a think. I havent got a forum im looking for a script for one to use on a wapsite. Has anyone else made a forum on wap?? if so how did you do it?? all i know of is krap, and he uses the smilies on this site, but i dont think he wants to help as he ignores my pms sad.gif

Reply

weeman212
Right sorry i jumped the gun a bit, didnt realise the hosting had all phpBB and stuff, but im still kinda confused, will phpBB work on wap and what are my limits? i cant seem to access it on my phone blink.gif

Reply

wappy
LAUGHS out LOUD! He he.. Good job i have come.. All i build is wap sites... Ok DONT FORGET THE WML PART. The best coding for wap is a combination of php AND wml! As for forums... I have a few on the site in my sig... But its a WAP site so visit it with opera or another browser capable of viewing wap pages ok. Then into my search type: unreal (will bring up some wap forums created by a guy called unrealX edit by a fool called tommie, excuse the rude title of the zip but the guy is a pain so i put his site up for download) or hypetype (this will also bring up unrealX forums edit by a better coder) this script is like the one used on 2wap.net (gumslone) if unreal x contacts you and says you need license tell him to do one, its a load of rubbish, the script has no official copyright ;-)

Reply

dj.dance
i will sell my wap script

preview at http://ravingwap.net biggrin.gif

Reply

wappy
Dj.dance how much do you want for the complete script?? Now don't be mean just cos we argued the other day on wap forum ;-)

Reply

k00zk0
Hey it K00zk0 the admin off krap fourms. Remember me???

Reply

iGuest
tell me a site which allows to register forum for our own site?
Wap Forum

Could you plx tell me a site which is able to built a forum for our own site. Www.Mobile.Web.Tr is also one of the site, but for the mon=ment they are not accepting any new registration. Could you plx help me...

-reply by hussain

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. wap forum create - 55.54 hr back. (1)
  2. wapforum - 73.91 hr back. (1)
  3. wap forums - 122.47 hr back. (1)
  4. wap forum script - 130.06 hr back. (1)
  5. free wap forum hosting - 158.56 hr back. (1)
  6. create wap forum free - 173.26 hr back. (2)
Similar Topics

Keywords : wap, forum, questions, wap, forums

  1. Questions?!
    PHP (4)
  2. Php Questions?!
    From: alex1985 (19)
    Listen, as I'm novice in PHP, I will ask certain questions in this topic hoping on your
    contribution. $dbhost='.....'; //The Database Information//
    $dbhost='localhost'; $dbname='alex1985_test';
    $dbusername='alex1985_admin'; $dbuserpass='0505009127'; //Creating
    Connection To The Database// mysql_connect ($dbhost, $dbusername, $dbuserpass);
    //Select The Certain Database// mysql_select_db ($dbname) or die ('Can Not Select
    Database'); //Start The Session// //Always Must....
  3. Forum Script
    (3)
    Hello, i'm wanting to start making my own forum software but i dont know where to start or what
    i need to know in order to do this. I know i will need php and mysql but what else, and could some
    one point me to a good site were i could learn php and mysql. Thanks ....
  4. Forum Last Post And Avatar
    need little help here (5)
    hi guys. I have a little problem here. Im making my own version of forum, just got into this
    problem on the last post from the topic and displaying the users avatar. i already have a upload
    script but not for images. I tried making some experiments but it didnt work. maybe someone here
    could help me. /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
    just want to: 1.) query the last post. 2.)display the avatar of the user....
  5. Creating A Login Box That Links To My Phpbb Forum
    Have my phpBB Forum Intergrated with my Website (4)
    Can someone please give me a code that I can use to put a login box on my website, that will login a
    user into my phpBB Forum? Sort of like Having my phpBB Forum Intergrated with my Website? Thank you
    so much if you can! /angel.gif" style="vertical-align:middle" emoid=":angel:" border="0"
    alt="angel.gif" /> Ex. ....
  6. Forum Troubles
    In phpbb (2)
    I am having forum trouble in phpbb. Whenever I go to post something or add someone to a group or
    anything else, I get an error that looks like this: Could not find email template file ::
    topic_notify DEBUG MODE Line : 111 File : emailer.php The email template thing changes but the
    Line 111 and File emailer.php are always the same. It's getting really annoying. Can anyone
    help me with this?....
  7. How To Display The Latest Forum Post On Main Page
    (4)
    Hey does anyone know how to display the latest forum post on the main page of a website? I'm new
    to PHP and have no idea what to do. Thanks in advance!....
  8. Use Bb Code On Your Site!
    Just like on forums! (7)
    To use this you must have PHP support on your server. Just use this code: CODE <?php
    $content = "Hello, World!"; $html = array('[b]',
    '[/b]', '[i]', '[/i]', '[u]',
    '[/u]'); $replacements = array ('<b>',
    '</b>', '<i>', '</i>', '<u>',
    '</u>'); $content = str_replace($html, $replacements,
    $content); ?&....
  9. Php Forum Signature
    (10)
    Hey /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> Having
    browsed this and other sites I've come up with the following signature-code for generating text
    on an image: CODE <?php header("Content-type: image/png");
    $select = rand(1,3); if($select==1)$img = "gow.png";
    if($select==2)$img = "gow2.png"; if($select==3)$img =
    "gow3.png"; $image = imagecreatefrompng("$img"); //imagecolor....
  10. [forum] Double Posting Happening By An Error
    (3)
    Hello, I am currently working on EvilBoard 0.1.1, for those who know about this project versjon 0.1b
    can be downloaded from http://www.evilservices.com Well over to the reason why i am posting this,
    I am currently experincing a problem with my new posting code wich has been rewrited in version
    0.1.1, You see, it is double posting by an error, i thouht i could fix that myself, but no, so i
    just thought, Trap17 is perfect, they problety know how to fix this, Here is the code: CODE
    <? /* * @Name: Post Topic * @Author: Arne-Christian Blystad * @Copyright&....
  11. Ipb Multi Forum (hosting Mod)
    installation help? (6)
    Hi, i need a little help if possible, i have a multi forum hosting mod for ipb 1.31 ok.. I want to
    install this but the install text included is a little unclear.. I already have a copy of ipb 1.31
    installed and running (with users and posts), i want to install this mod but i also want to keep all
    my db user/post info and still be able to use my existing forums with just a link to the forum
    hosting form. Could someone please look at the documents included with this mod and give me more
    clear instructions on how to do this? Do i need to install a second copy of the IPB UP....
  12. Evilboard (forum Software) - Multiple Categorys - Don't Work :(
    I am creating a forum and i can't fix more then 1 category. (6)
    I am at the moment trying to program my own forum, but i need more then a single category, here is
    my source: CODE function cat () { include("functions/functions.php");
    echo '<table width="100%"  border="0" cellspacing="0">
    <tr> <td class="eb_top" colspan="3" style="border-bottom-width:
    0; height: 30px; font-size: 12px;"> <b>Forum</b></td>
    </tr>';      global $catid;   $db = new db;   $db->connec....
  13. Gd Functions
    Questions (2)
    Hi all I want begin a new project , my new project is Photo blog ( weblog and image album ) in one
    script for example you can post many image in one post at once case . so its very good and very easy
    but we have some problems . if you can plz help me to fix this problems for example : we need
    change image size for page speed ( we dont want show 16 image in one page ) * we need GD functions
    to change image size to smaller and then show smaller image at page if you know source or tutorial
    about change image size plz post here . thankx we know we can change image size (w....
  14. Free Web Forum Scripts?
    Question on web forum scripts (7)
    Can someone please tell me which of the free forum scripts is the best and why? I like these forums
    but i notice the script is not free lol ;-)....
  15. Do Somebody Have A Tutorial About... How To Create A Forum?
    how to create a forum? (11)
    Hei, guys. Do somebodys here have a toturial about how to create a forum? I really do wanna
    create my own forum, but I don't know exatly HOW! please, help me! Lucas ....
  16. How I Can Display Forum Topic On Main Website ?
    (4)
    Suppose i have a website.. domain.com , and have phpbb forums on domain.com/forums.. And i want to
    display the new topics written in the forum on the main page of website...how i can do that.. ? for
    example ,I want to display this topic `? "domain.com/forums/viewtopic.php?t=16" how can i do
    that ?....
  17. Phpskye The New Forum Software.
    new forum software (4)
    PHPskye the upcomming forum software. Stefan Alkaline and I are making a new forum software with
    some unique features. We currently are still working on the heavy coding. (that includes the layout
    it sucks) But u are welcome to come and have a look. Remind feedback is allways welcome. We are
    planning on distrubuting a free and a premium board. Some handy options will be available that no
    board has so far. U are free to register and have a look around. U allso might notice the different
    layouts the layout on the mainpage will be the layout the other will be deleted afte....
  18. Forum Signatures Help
    (1)
    Click Here to view a post that i made to see whether my forum signature works in the signature
    box, and it doesnt. I dont know why, it works in the message area yet not in the signature. What do
    i need to do here in order to fix it? HTML is Enabled n i added the img into the HTML tags...still
    doesnt work, please help.....
  19. "grand" Login System?
    To Forums, Chat, and Site (7)
    Major problem I got here. A site at which I am employed as PHP Coder (privet-drive.com), needs a
    "grand" login. The login needs to be able to login them into the forums, the chat, and the site, all
    at the SAME time! The big problem is, the chat is located on another website (potterchat.net),
    and the forums are IPB and not PHPBB. Any comments, or some tips on how I am to go about this? I am
    freaking out, and any advice at all would be nice! Thanks in advanced!....
  20. Javascript To Php - A Few Questions
    (1)
    I am rewriting a Javascript into PHP, but I have two questions: How can I write these functions in
    PHP? Math.floor Math.ceil I'm sure the answer is obvious, but I really can't find it...
    /laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /> ....
  21. Can My Forum And Website Use The Same Profiles?
    (3)
    I've been programming a 'rate-em' site from scratch. You know like Hot Or Not. YEs,..
    yet another rate-em website. Anyway, i'ts done and before I launch it I need to add a forum as
    the finishing touch, but all the forum softeware out there seems so hard to integrate. I'm
    trying to make it so that when a user logs into my rate-em website they are also logged into 'my
    forum'. i.e. i want my forum and web site to use the same profile data. If anyone knows of a
    forum program made for this objective please let me know. I'm in over my head, a....
  22. Looking For An Experienced Php Programmer
    With good knowledge of forums (6)
    Hey, I am helping a friend with forum software he's making, unfortunately we have run into a few
    brick walls and need help from an Experienced PHP programmer who is good with forums. If you could
    lend us a hand, it would be greatly appreciated! BTW further to my other posts on this forum, I
    now only have 4 30Gigs Invites, that I am willing to give to anyone who helps (there will be more on
    the way!!!) Thanks, Insanity /ph34r.gif' border='0' style='vertical-align:middle'
    alt='ph34r.gif' /> /ph34r.gif' border='0' style='vertical-align:middle'....
  23. Phpbb Forums
    (11)
    Hey you guys no how people host free Phpbb forums And they all have ads on them Well i making a
    setup like that with no ads at all I do not no when i will have this setup..... Also i may set up
    a ibp forum If you would like to see this let me know if you do not i wont make it smile.gif So
    let me know....
  24. 2 Questions
    (7)
    i have 2 questions about PHP...please don't answer like "use google"...or something...because i
    tried and didn't find anything..so 1. example..i have a varible called $var and it
    contains 50 characters..so how can i write only part of them (1,2,3,20)? 2. example like the one
    before... i have a varible called $var with 50 characters..how can i write the first /second
    /third.. charachter from the $var tnx;)....
  25. My Forum/shoutbox
    its a shoutbox now, but will be a forum (8)
    Visit My Forum ok this is my forum it has: -Date Posted -Stores in mysql database -Shows in
    Decending order -Able to use HTML (this is a bad thing) -Shows How many users are online -Shows how
    long it takes to show the page -Looks simple and clean /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> Will Add: -Member system -No HTML in Posts
    -Replace the HTML with BB Codes if anyone could help me with the things i need to add please reply
    and rate my script /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> ill
    releas....
  26. Writing To Database Problem With Mysql - Not Writing Forum Post
    (3)
    I'm making a forum and I've had several problems tonight which I've come here to ask
    then found the answer to myself, but this one is stumping me. Whenever it goes to write the post to
    the database, it saves the poster, and the time, but the part where the message would go is empty.
    Here's the code, with comments about what it's supposed to do (what I wanted it to do and
    thought it did): CODE $imsg = stripslashes($_POST['msg']);
    //Get message if(strlen($imsg) > 5 && strlen($imsg)....
  27. A Lot Of Php Questions Part 2
    (8)
    Ok, here's another. After looking at many PHP codes, I will call it "PHP Shortcuts". Do you
    still know any other "PHP Shortcuts"? Example, to "print" the visitor's IP address, I use CODE
    <html><head></head><body><?php print
    $_SERVER['REMOTE_ADDR']; ?></body></html> After seeing
    someone's codes, I saw an easy way CODE
    <?=$_SERVER['REMOTE_ADDR'];?> So, you know any more of that? And for
    MySQL, I know there are many ways to retrieve the results. ....
  28. A Lot Of Php Questions
    please do help me (3)
    First , i'm planning to use preg_match, ereg_match, etc.. I think "preg" and "ereg" uses
    something like in the Apache's RewriteModule the " " something like that... Do you know a
    tutorial that will easily teach me on how to do that? Second , I'm planning to use Apache
    Rewrite. But I really don't know how to use. Do you know a tutorial that will easily teach me on
    how to do that? Third , while openning some php scripts, I didn't get the meaning of example:
    CODE <?php $sample1->//some string here ?> What does it mean? I di....
  29. Which Forums
    (8)
    Which forums are the best so far? I know IPB is great but costs too much. And phpBB is great and
    free. Which do you think are the best?....
  30. Myphp Forum
    a simple yet powerful forum (12)
    I just tried installing a new forum a few days ago, called MyPHP Forum, I found it to be really
    powerful yet, takes on the non-graphical approach, perhaps a link to my forum would be good, so you
    can see what i mean, http://xeek.ca.tt/forum I'm partly doing this becasue I want people to
    use te themes i made, /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' />
    check out the MyPHP website @ http://www.myphp.ws check out the user made themes @
    http://myphp.ws/scripts.php ....

    1. Looking for wap, forum, questions, wap, forums

Searching Video's for wap, forum, questions, wap, forums
advertisement



Wap Forum - several questions on WAP forums



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE