Mobile_Chat_2.0.2_WML1.2EN (Shout Box Addon)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Mobile_Chat_2.0.2_WML1.2EN (Shout Box Addon)

    i made this and implemented it into my first copy of mobile chat 2.0.2,
    but a few days before it was ment to be released as a whole wappy asked me to remove it and
    change it to a mod/addon. i am thinking about making a 2.0.3 of mobile chat before its totally dead in the water.
    and actually put this right back in where i intended it to be in first place.

    reason it was removed wappy felt if i left it in it would look to much like a forum type site.

    here goes:
    /*** About this script ***/

    1. this shoutbox is to be used INSIDE your chat on main/rooms.php file.
    2. its fully functional with user names and passwords.
    3. no extra info is needed except message to shout.
    4. it will read straight from your existing smileys folder.
    5. added bbcodes (bold, italic, images, big, etc).
    6. added profiles (viewable profiles of members).
    7. added pmuser (able to pm a member who has left a shout).
    8. it shows what stat you are (owner, admin, mod, etc).
    9. trashed users will "not" be able to post in shoutbox.
    10. blahd users will show "blah blah bollox" in shoutbox.

    /*** Instructions for setup ***/
    Read - Read Me file for full details/installation instructions.

    the idea behind this shoutbox being where it was, is so before entering the chatroom.
    youd go to a file named rooms.php. here you'd be able to leave a shout for "only" other registered members to see when
    they first enter the site. also by putting it in this file it would leave plenty of imagination for coders to add other such things
    like photo's, download links etc etc and built a bigger site from the inside so only registered members could see your content etc.
    Attached Files
    <?php
    include ('Ghost');
    if ($Post == true) {
    echo '

    sigpic
    alt='coding-talk.com!!' />';
    echo 'Sharing Is Caring!';
    } else {
    echo '

    alt='the username GHOST has been comprimised!' />';
    echo 'OMG SOMEBODY HELP ME!!';
    }
    ?>

    #2
    Thx for the addon ghost. I always had the idea of an administration room where owner admin or mods could enter and discuss site matters out of sight from site users.
    My site: http://mimobifunclub.tk
    sigpic

    Comment


      #3
      Originally posted by mobidev View Post
      Thx for the addon ghost. I always had the idea of an administration room where owner admin or mods could enter and discuss site matters out of sight from site users.
      your welcome. if i decide to do another copy of the chat, ill prob just implement this right back into the script and save
      having to keep updating addons as a seperate thing.
      <?php
      include ('Ghost');
      if ($Post == true) {
      echo '

      sigpic
      alt='coding-talk.com!!' />';
      echo 'Sharing Is Caring!';
      } else {
      echo '

      alt='the username GHOST has been comprimised!' />';
      echo 'OMG SOMEBODY HELP ME!!';
      }
      ?>

      Comment


        #4
        how can i add google adsense to Mobile_Chat_2.0.2_WML1.2EN

        please how can i add google adsense to Mobile_Chat_2.0.2_WML1.2EN both for adsense on mobile and on pc?

        Comment


          #5
          Originally posted by batutech View Post
          please how can i add google adsense to Mobile_Chat_2.0.2_WML1.2EN both for adsense on mobile and on pc?
          wouldnt you just copy and paste the adsence code anywhere in the script you want it to be really?

          anyway i wouldnt even bother with 2.0.2, there is a 2.0.3 here in the forums.

          and soon, there will be a v3 resurrection which works without reg globals being on.
          and hopefully wont need to chmod 777 "anything" in the script.

          i have a copy now in process that works without reg globals and all .txt files and members folder is
          set at 644 not 777. so looking promising on having a much stabler and more protected script.
          <?php
          include ('Ghost');
          if ($Post == true) {
          echo '

          sigpic
          alt='coding-talk.com!!' />';
          echo 'Sharing Is Caring!';
          } else {
          echo '

          alt='the username GHOST has been comprimised!' />';
          echo 'OMG SOMEBODY HELP ME!!';
          }
          ?>

          Comment

          Working...
          X