gumchat.net v4 alpha

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

    #76
    I really don't understand how to add chatroom.

    Comment


      #77
      Make a form with chat room name and process it for existing table name, chars or the like, and if its success make the query like:

      PHP Code:
      mysql_query('CREATE TABLE IF NOT EXISTS `"'.$room_name.'"` (
      `id` bigint(100) NOT NULL auto_increment,
      //other params... ,
      PRIMARY KEY  (`id`)
      ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 '
      ); 
      Last edited by arnage; 11.02.12, 17:21.
      <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

      Comment


        #78
        "$room_name" should I have to change this?

        Comment


          #79
          There is actually nothing that needs to be changed ever if you unzip and install it only if you want to add or delete rooms mine worked 100% withoud me adding or changin anything to it all I dit was ad my own logo to it.
          My site: http://mimobifunclub.tk
          sigpic

          Comment


            #80
            @mobidev why don't u tell me thd procedure

            Comment


              #81
              I couldn't be able to register my new account. :-(

              Added after 6 minutes:

              Help meeeeeeee !
              Last edited by Prerana; 20.02.12, 08:07.

              Comment


                #82
                Originally posted by Prerana View Post
                I couldn't be able to register my new account. :-(

                Added after 6 minutes:

                Help meeeeeeee !
                what error u getting post here
                They Make Rules & I Break Them

                Comment


                  #83
                  how to refresh, why we need to click refresh , is there anyway to refresh every 30sec ? or 1 min ?

                  Added after 49 minutes:

                  GumChat.net - Free online mobile open-chat community

                  there is small icons before chatroom names , but in this package there is no icon, how to add these icons, and where?
                  Last edited by Dillu; 23.02.12, 11:07.

                  Comment


                    #84
                    PHP Code:
                    header('Refresh: 30; URL=./topage.php'); 
                    <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

                    Comment


                      #85
                      Originally posted by arnage View Post
                      PHP Code:
                      header('Refresh: 30; URL=./topage.php'); 


                      how to ban any chatter?
                      Last edited by Dillu; 23.02.12, 19:56.

                      Comment


                        #86
                        By blocking user agent and ip.
                        <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

                        Comment


                          #87
                          �» 50 users online
                          �» 109242 members

                          its showing in gum chat

                          but how to show it in this script ?

                          Comment


                            #88
                            Originally posted by arnage View Post
                            PHP Code:
                            header('Refresh: 30; URL=./topage.php'); 
                            This is going toward error page. and when i m going to give header('Refresh: 30; URL=./room.php?k=07bf8639-9f46-40e7-8cc6-2490c02329fa&nocache=781570');

                            its works, but sometimes it start using that nick to other user too. its mean nick of chatter will change sometimes when it will automatically refresh.

                            So what to write to auto refresh.

                            Comment


                              #89
                              Originally posted by Dillu View Post
                              This is going toward error page. and when i m going to give header('Refresh: 30; URL=./room.php?k=07bf8639-9f46-40e7-8cc6-2490c02329fa&nocache=781570');

                              its works, but sometimes it start using that nick to other user too. its mean nick of chatter will change sometimes when it will automatically refresh.

                              So what to write to auto refresh.
                              PHP Code:
                              header('Refresh: 30; URL=./topage.php'); 
                              <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

                              Comment


                                #90
                                there is no file name of topage.php

                                Added after 36 minutes:

                                when i click on http://sitename.com/room.php

                                its logout
                                but in real gumchat site, it do not logout on that url enter.
                                Last edited by Dillu; 26.02.12, 09:43.

                                Comment

                                Working...
                                X