Shout Chat

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

    Shout Chat

    This is a Java Based Shout Chat I made and Edited a few weeks ago. Works on a MySQL so you can edit it to work on your WEB version of Lava really nice piece I made.
    Attached Files
    BakGat
    Code:
    class Counter {
    public:
      void Count();
      int  ReadDisplay();
    private:
      int  CurrentCount;
    };








    Back up my hard drive? How do I put it in reverse?
    My Community
    BakGat
    sigpic

    #2
    hy! can you explain me where to place the individual codes? thanx 4 help ;)

    Comment


      #3
      thanks, i am gona test it
      mysterio.al - programming is a functional art

      Comment


        #4
        Originally posted by LadyEnigma View Post
        hy! can you explain me where to place the individual codes? thanx 4 help ;)
        Study the script and you get used to it in no time.......
        BakGat
        Code:
        class Counter {
        public:
          void Count();
          int  ReadDisplay();
        private:
          int  CurrentCount;
        };








        Back up my hard drive? How do I put it in reverse?
        My Community
        BakGat
        sigpic

        Comment

        Working...
        X