Add to Google

Mobile Chat V1.1.2 Complete By Wappy - working on PHP4.4.4..

free web hosting
Open Discussion > CONTRIBUTE > Computers > Programming Languages > PHP Programming

Mobile Chat V1.1.2 Complete By Wappy - working on PHP4.4.4..

wappy
Summary: My old wap chat, released and working on new servers (PHP4.4.4)

Long Description: This is the best, and most original Mobile Chat.
Originally coded by mobiliichat, in the year 2005.
Updated by me, in the last two years.
Credit is due to mobiliichat, ghost, and sadhu.
This version works on ALL PHP4.4.4 servers.
It MAY work on PHP4.4.2 and other versions.

Features include:
1. PHP 4.4.4 compatibility.
2. Private messaging.
3. Smilie faces.
4. Endless possibilitys.

Known bugs:
1. Users in private don't show in online list.
2. Possible cloning problems.

Fixes:
1. I can fix
2. I will fix for version 1.1.3

License Information: License Type: Other Free / Open Source License

Additional Info: You MUST read README.txt which is included in the package.
Price: $ 0

Platform: linux
Size: < 100 kb
Version: 1.1.2
Site URL: http://www.wapmasters.uk.to
Download URL: http://www.wapmasters.uk.to/MobileChat_v1....plete_wappy.rar
Author: wappy

Aditional support:
@support at my site: http://www.wapforum.uk.to/index.php?showtopic=104
@support topic on gumslone's site: http://www.2wap.org/forums/index.php?showtopic=2194
@download from gumslone: http://www.2wap.org/forums/index.php?autom...ail&f_id=41

How to install:
1. upload all files to your root directory..
2. CHMOD all *.text files to 777
3. Create an account named admin
4. create a normal nick for fun
5. CHAT...

 

 

 


Reply

Shining
Right i'm still a bit confused. This is a wap chat? For mobile phones to chat to each other on? Hmm... I will check out the website a bit later, maybe you could post a tutorial on it?

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*

Recent Queries:-
  1. wappy chat script - 177.59 hr back. (1)
  2. wappy mobile chat - 200.30 hr back. (2)
  3. chat mobile source code - 300.26 hr back. (1)
  4. how to upload gumslone chat. room with mobile - 323.22 hr back. (1)
  5. mobile chat source code old version - 455.12 hr back. (1)
  6. gumslone command - 944.82 hr back. (1)
  7. mobile chat rar - 1232.71 hr back. (1)
  8. how do i run potterchat on mobile - 1847.20 hr back. (1)
  9. chat wappy - 1861.16 hr back. (2)
  10. mobilechat php - 2076.96 hr back. (1)
Similar Topics

Keywords :

  1. Php Code Needed
    Working Together? (5)
  2. Script Not Working
    I don't know why. (6)
    For some reason my random string script is not working. I got a fatal error when I tried it under
    XAMPP. I do not know why. It looks syntatically correct. Could someone help me? Here is the script:
    (Warning its over 100 lines long) //This PHP script will generate a random array and turn it into
    a string consisting of 0-9 and A-Z. // This is the first developmental version. //Create 10 item
    array for string $string = array(0,0,0,0,0,0,0,0,0,0); //Create function to replace 10-36 with A-Z
    function conToStr() { for ($a = 0;$a switch($string ) { case 10: $str....
  3. Real Time Updating With Ajax
    I need a bit help with ajax in this real time chat script. (5)
    CODE function submitForm() {     var xhr;     try { xhr = new XMLHttpRequest();
    }                     catch(e)     {           xhr = new ActiveXObject(Microsoft.XMLHTTP);     }
    xhr.onreadystatechange =function() { if(xhr.readyState == 4) { if(xhr.status == 200)
    document.getElementById('c').innerHTML="SENT"; else document.ajax.dyn.value="ERROR CODE" +
    xhr.status; } }; var data=document.ajax.dyn.value; //var chat=document.ajax.ba.value; var
    final="&content="+data; xhr.open("GET","chat2.php?ba= " +final,true); xhr.send(data); }
    require('c....
  4. Building A Chat Using Javascript, Php, And Ajax
    (2)
    I have heard that you can build a chat for a website that would display the username, etc, using
    PHP, Javascript, and AJAX. So Im wondering how this can be done and if there are any tutorials on
    how to do it, or tutorials on AJAX. Thank you.....
  5. Php Escaped Control Characters And Windows
    they aren't working for me. (3)
    In php coding, when you escape certain characters, they have an impact on the output of an
    echo'd or printed string. ie "\r\n\t" should give you a new line and a tab before outputting the
    content for a line of printing. They vary by OS, I know, but I have tried all the variations I can
    think of and can't seem to control output using them. Believe me, I have tried multiple
    variations and nothing works for me. I have checked the php.ini file for settings but I can't
    find where you can modify them. So the question is : Where do i look to confirm the setting....
  6. Wappy Buddy V1.10 - Tibia Gold Edition By Wappy & Jon Roig
    the official wap download script (3)
    By downloading this script you are agreeing to the license and terms outlined below /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> QUOTE /** * *
    @package: wappyBUDDY - Tibia Gold Edition * @version: 1.10 2006/10/01 00:00:01 wappy * @copyright:
    ©2003, 2006 jon roig, wappy * @release notes: this is the first official release of my download
    script despite pirate and incomplete copies floating around that were stolen from one of my previous
    servers. The next release will follow very shortly * @terms: wappyBUDDY is free softw....
  7. Script Not Working :s
    mysql errors (5)
    process_login.php: Process the login. $host = "localhost";// the host that u are connecting
    $username = "root";// user name $password = ""; // passworld $basedatos = "forum"; //Dont
    change this1. $db = mysql_connect($host, $username, $password); mysql_select_db($basedatos, $db);
    $user= $_REQUEST ; $pass= md5($_REQUEST ); $query1= "SELECT * FROM smf_members WHERE
    memberName='$user'"; $mkquery= mysql_query($query1,$db); $row1= mysql_fetch_assoc($mkquery);
    if ($row1 == $user) { if ($row1 == $pass) { /* I seted them to 1 hour duration of login. If you w....
  8. Wappyftp V1.00
    upload to server via ftp from your mobile phone :-) (8)
    wappyFTP v1.00 by wappy --- site: http://cult.trap17.com mail: admin@cult.trap17.com --- -Welcome
    to wappyFTP, with this wap script your users can upload files directly to their server via FTP from
    a mobile phone! --- -Its extremley easy to install, open index.php and put the name of your site
    instead of YOURSITE.COM -Upload the folder wappyFTP_v1.00 to the root directory of your web server
    -Link to it like wappyFTP_v1.00/index.php -Its all done ENJOY --- YOU MAY DISTRIBUTE AND/OR EDIT
    THIS SCRIPT BUT DO NOT REMOVE THE AUTHORS NAME! --- ©2006-2007 wappyCULT /tongue.g....
  9. Phpbb Customization?
    wappy is not so great with web scripts :-) (7)
    ok i feel a little silly posting this as im sure the answers are simple but im really not used to
    working with pre-made web scripts that have so many files: Q1. I have added a real cool army theme
    to my phpBB with a matching smiley set and its looking good, i also have the matching rank icons but
    where on earth do i upload them in the script? Q2. Which file in my template/style/script do i need
    to edit to place some extra links at the bottom of my index page, for example a link back to my main
    site or some link exchange links/web partners?....
  10. Wappychat_oldskool
    old version of my wap chat script :-) (15)
    here is a very old version of my wap chat script, its not very advanced but has privates, smileys
    etc. I will post some further versions (with owner, admin, mod status and profiles) when i have time
    to write the readme/install instructions for them. You will find instructions inside the zip. If you
    have any problems post here but i know it don't work on all servers for some reason but it does
    work on the trap server so will be cool ok /tongue.gif" style="vertical-align:middle" emoid=":P"
    border="0" alt="tongue.gif" /> ....
  11. Wap Source Code Viewer
    Mobile/wap source code viewer page (4)
    This is a source code viewer that will workl on wap/mobile sites but you can easily convert it to
    work on web im sure ;-) CODE header("Content-Type: text/vnd.wap.wml"); echo '
    ';   print " "; if ($url == "") {      echo " Enter url: »View source code ";   }
    if ($url == "$url") {    $udata=@file_get_contents("$url"); $udata = str_replace("$","$$",$udata);
    $udata = str_replace("&","&",$udata); $udata = str_replace("'","'",$udata); $udata =
    str_replace(" $udata = str_replace(">",">",$udata); $udata = str_replace("\"....
  12. "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!....
  13. Php Chat With These Things
    Need help with a PHP chat. (3)
    Okay, I have a QUESTION. I want to know how to make a PHP chat, but I am picky about the design and
    some other things. Geez, this is so hard to explain. The only sites I knew that had a chat like the
    one I'm talking about are shut down. Well on the page of the chat, there would be three frames,
    one on the top, middle, and bottom. Top frame is ued for links and title and stuff, middle frame
    would be used for the chat text (newest entry at the bottom), and the bottom frame initially would
    have these things in it... -Username (they can pick a new one evrytime, no passw....
  14. Need Two Script: Chat And Php Game.
    opensource chat script and game script. (3)
    there once someone gave the script of playing online text game based on php, it can runs on
    trap17's free webhost? and i also need a opensource chat script for my forum.i have been
    searching all of the sourceforge but find nothing about this both. just thank you . /laugh.gif'
    border='0' style='vertical-align:middle' alt='laugh.gif' /> ....
  15. Simple Chat
    simple flash mx/php/mysql chat (8)
    Has anyone here done a flash/php/mysql chat project? I have a few flash projects I could use some
    help with getting one of them to work.I would like to start with a simple chat that I picked up at
    http://www.sephiroth.it/tutorials/flashPHP..._chat/index.php I'm able to edit the fla file ok,
    and know a little about php, and mysql, but this is the first time I have done a dynamic site, and
    could use some help with it to get it installed on the server,and get it to work.I have tryed on my
    own for awhile now with it, and it seems I'm on the ratty edge of getting it....
  16. Is Php Working Fine For You These Days?
    (5)
    Hey guys. Is PHP working fine for you these days? I don't know what's wrong with mine but
    my php script doesn't seem to execute itself. I don't get a message in my confirmation page
    and my entry (in my blog) doesn't get added in the database (mysql). It worked fine days ago.
    Do you know what's wrong? I'm sorry I'm still a novice with PHP and MySQL.
    /sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /> ....
  17. Login Not Working (uses Mysql)
    (11)
    I don't know what's going wrong here, but it's probably a typo: CODE $iusername =
    $_POST ; $ipassword = stripslashes($_POST ); include "opendatabase.php"; opendatabase();
    $userrow = mysql_query("SELECT * FROM `users` WHERE `username`='$iusername' LIMIT 1;");
    $userarr = mysql_fetch_array($userrow); $ipassword = md5($ipassword); if($ipassword != $userarr )
    {  echo " Error: Incorrect username/password combination. ";  exit(" "); } mysql_close();
    That's not all of it, but the rest is just to check if they hit login or were logged in....
  18. Php Chat
    chat rooms! (14)
    Where I can download free PHP chat with admin control? /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> ....
  19. Mambo Cms
    Chat for the mambo!!! (2)
    Somebody knows about a chat for mambo 4.5??? I really need it for my site. Thank you,....
  20. Help With Php Log-in Form
    my PHP forum log-in form aint working (5)
    Ok .... I have this log-in form on my HomePage . It was designed with PHP scripting, but it aint
    working. It simply doesnt respond to your log-in command. Can someone please help me with the exact
    code to make it work? Here is the code for the log-in form... QUOTE                        
                        Forum Log-in                                                            
          class=gen>                       Username:                                            
                                                                    Pas....
  21. (learn) Chat Script
    (4)
    this is php-based chat script Once upon a time there was a reasonably popular web-based chat room
    called Star Trekker chat. I happened into this chat thanks to a friend and even though Star Trek
    fans were hardly my favourite group of people I found that for the most part people in there were
    friendly and fun. But when Star Trekker shut down, thanks to its Perl backend eating server
    resources for lunch, these happy and kindly people were left with nowhere to go. It was fortunate
    that at that time I opened my own similar chat room and managed to attract much of the homele....




    1. Looking for Mobile, Chat, V1.1.2, Complete, By, Wappy






*SIMILAR VIDEOS*
Searching Video's for Mobile, Chat, V1.1.2, Complete, By, Wappy

*MORE FROM TRAP17.COM*
advertisement



Mobile Chat V1.1.2 Complete By Wappy - working on PHP4.4.4..