Lavalair TV Chat Room

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

    Lavalair TV Chat Room

    Heres a mod i made for Lavalair ages ago that allows you to chat whilst watching videos with your friends :D (PC users only)
    Attached Files

    #2
    wow thats gud,tnx 4 sharing.

    Comment


      #3
      i tried something similar to this on a new lava script i was doing before i gave up on coding full stop
      i used firstrowsports.eu instead of justin.tv and i was aiming for smartphone users android ios etc so people could watch like football/cricket/rugby and so on live on the go

      l if i can find it i'll share it here

      Comment


        #4
        Originally posted by Brar
        missing config.php & core.php files.....plzzz attach full script...........
        the only function that isnt in core.php is getip()
        comment that line out if you are unable to make a getip() function

        Comment


          #5
          errrr

          Heres the other tv/radio section (non chat room)

          There is a lot of functions in it that will need replacing

          it might help as it has got add urls to the tv room channels and also has got 2 javascript popup players for pc users
          Attached Files
          Last edited by something else; 06.03.12, 23:43.

          Comment


            #6
            Originally posted by something else View Post
            Heres the other tv/radio section (non chat room)

            There is a lot of functions in it that will need replacing

            it might help as it has got add urls to the tv room channels and also has got 2 javascript popup players for pc users
            do you have the full sql for this please

            mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM tv_radio WHERE type='1' AND online='0'"));

            the tv_radio table appears to be missing

            Comment


              #7
              PHP Code:
              CREATE TABLE `tv_radio` (
                `
              idint(100NOT NULL auto_increment,
                `
              namevarchar(50NOT NULL,
                `
              urlvarchar(255NOT NULL default '',
                `
              typevarchar(255NOT NULL default '',
                `
              imagevarchar(255NOT NULL default '',
                `
              playervarchar(1NOT NULL default '',
                `
              onlinevarchar(1NOT NULL default '0',
                `
              adultvarchar(1NOT NULL default '0',
                `
              catint(2NOT NULL default '0',
                
              PRIMARY KEY  (`id`)
              ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=
              I cant give the insert as there is a lot of private address`s :P

              Comment


                #8
                Originally posted by something else View Post
                PHP Code:
                CREATE TABLE `tv_radio` (
                  `
                idint(100NOT NULL auto_increment,
                  `
                namevarchar(50NOT NULL,
                  `
                urlvarchar(255NOT NULL default '',
                  `
                typevarchar(255NOT NULL default '',
                  `
                imagevarchar(255NOT NULL default '',
                  `
                playervarchar(1NOT NULL default '',
                  `
                onlinevarchar(1NOT NULL default '0',
                  `
                adultvarchar(1NOT NULL default '0',
                  `
                catint(2NOT NULL default '0',
                  
                PRIMARY KEY  (`id`)
                ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=
                I cant give the insert as there is a lot of private address`s :P


                lol no probs mate, thanks a lot

                Comment

                Working...
                X