GhostChat v1

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

    GhostChat v1

    /**
    * @Author Ghost
    * @Copyright 2012 - 2012
    * @Version 1.0
    * @Description Multi-Room Chat Script
    * @FileSource Flat File (.txt)
    * @Setup Functions, Sessions, Encrypted Passwords
    * @HTMLVersion Xhtml 1.0 Transitional EN
    * @CssVersion Css3
    **/

    This is a PHP/XHTML Flat File Chat Script with many advanced features.
    i hope you guys enjoy this release and support me in anyway you can.
    IE: suggestions/bug reports/feedback etc. at http://coding-talk.com

    This is my version of a chat script. yes it may have some simularities
    to mobile-chat script (which was also partly/alot of my work)
    but i decided to put all my work into a much more stable project and
    this is the outcome of it.

    -------------
    INSTALLATION
    -------------
    1. Upload all files to your server (except this readme.txt file)
    REMEMBER to upload the .htaccess file that comes with the script.
    it creates protection for your .txt files and other things

    2. Goto yoursite.tld/INSTALL.php (yoursite.tld = your site address)
    and follow the instructions there. (Delete INSTALL.php Once Finished)

    3. Change info inside config.php to your sites needs (located in core folder)

    4. thats it. installation complete.
    Goto yoursite.tld to enjoy your new chat (yoursite.tld = your site address)

    -------------
    FEATURES
    -------------
    Functions (located in core/includes folder)
    Sessions
    Registration (Upper/Lower Case Chars, _ And - Symbols Allowed, And 3-15 Chars Long)
    Login
    Encrypted Passwords
    Rank Class
    Staff Tools (Better Written/Working)
    11 Rooms (10 Rooms 1 Staffroom)
    Private Messages
    Shoutbox
    Member Profiles (Hidden to Guests)
    BBCodes (located in functions)
    Smileys
    Avatars
    Censorship/Word Filtering (located in functions)
    Online/Offline Checks
    Newest Members
    IpBan (located in functions)
    IpLogging
    AND MUCH MUCH MORE.......

    DEMO: GhostChat v1
    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
    really nice work !
    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

    Comment


      #3
      Originally posted by metulj View Post
      really nice work !
      thank you
      <?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
        Nice layout Ghost, I love it looks way better and like the dividers seperating users and post like a chatbubble
        My site: http://mimobifunclub.tk
        sigpic

        Comment


          #5
          Originally posted by mobidev View Post
          Nice layout Ghost, I love it looks way better and like the dividers seperating users and post like a chatbubble
          thanks mate. been working hard on this script. its my new baby lol.

          on a side note. someone asked how many shout messages can be posted.
          the answer is 30 lines (Default). but you can change that in config.php.

          there is a few things i forgot to add to the script. but can be done at a later date.
          one of those things was a version checker, an idea i had from Loony.
          <?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


            #6
            Originally posted by Ghost View Post
            thanks mate. been working hard on this script. its my new baby lol.

            on a side note. someone asked how many shout messages can be posted.
            the answer is 30 lines (Default). but you can change that in config.php.

            there is a few things i forgot to add to the script. but can be done at a later date.
            one of those things was a version checker, an idea i had from Loony.
            hey bro why not add more community features to it , bravooo, u rock bro

            Comment


              #7
              Originally posted by mirror View Post
              hey bro why not add more community features to it , bravooo, u rock bro
              i was thinking/planning on adding in a flat file forum too.
              but need to work out some buggy issues and stuff first before im
              completely comfortable with being able to fully do this.

              only time will tell, and there is plenty of room in the script to add more features
              in the future ;)
              <?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


                #8
                really nice work bro. Thanx for shareing ur hard work...

                Comment


                  #9
                  Great work. I never really liked the community type sites it takes most of the chatting out of chatting as people tend to form buddy lists and only tend to chat to those in their budlist and then no1 is there to be online or form cliks and and don't accept to chat to others ouside those cliks. But a good idea none the less. Guess I'm to much of an old school chatter lol.
                  My site: http://mimobifunclub.tk
                  sigpic

                  Comment


                    #10
                    i tend to agree. ive never been much of a fan of communities scripts.
                    or forums for that matter. but most ppl are. so at some point ill try my best to
                    adapt the script to do that. it wont be to hard im guessing since this script
                    was layed out pretty well if i do say so. youll notice that when actually attempting
                    to mod the script to suite your style even more.

                    and the install script has made it easier for ppl to not get any installation
                    issues as before with the old mobile-chat.
                    <?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


                      #11
                      registered with just name and pass but wont let me in lol . looks good anyway from the outside.
                      Wapchat4u


                      Topsites4u

                      Comment


                        #12
                        Originally posted by sampuyung
                        Awsome. Dude.. Do you have this script in wml..

                        Added after 7 minutes:

                        Ghost can u add the. . Friend list.. User can be adding.. They can upload picture..
                        no there is no wml version of this script. i have only just finished this xhtml version
                        and released it the moment it was finished. didnt even have time to use it for just myself
                        for a few weeks/months before letting others have it.

                        Originally posted by nclemale36 View Post
                        registered with just name and pass but wont let me in lol . looks good anyway from the outside.
                        the script is working perfectly. when you register up, you then have to also
                        login with the new details using the login form. it doesnt automatically log
                        you in as soon as you register.
                        <?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


                          #13
                          very nice d0ne sir!

                          Comment


                            #14
                            Installed it last night without any problems. Its the most easiest script to install since the start of the "silicone age" lol . A feature I love most is something most people won't see is the fact that the script is so streamlined and the small amount of files it contains. Since I'm not using a laptop or pc but my mobile to do changes on my server I had to upload every file seperately from my phone memeory whitch made this script the best coz it doesn't take ages.
                            My site: http://mimobifunclub.tk
                            sigpic

                            Comment


                              #15
                              we will wait for your v2 sir ghost and i hope that versi0n has a quiz r0om,l9,spin for plus and winner take all..and you can do that sir i kn0w :D

                              Comment

                              Working...
                              X