Methos Script

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

    Methos Script

    See LOADS of people asking for parts of this "Crappy" Copy of Lavalair so here you go... the entire script...

    i will offer no help with it, and i don't care if parts are missing..

    enjoy it...

    Download It Here

    #2
    why post it if its so crappy and parts missing while u will offer no help.. makes no sense to me

    Comment


      #3
      why post it if its so crappy and parts missing while u will offer no help.. makes no sense to me[/b]
      read the topic befor you make comments!!

      why did i post it if its so crappy?.. Well if you was to read the topic loads of people have asked for parts of it

      why wonti offer help with it?.. because i don't help people that don't help others or share things...

      and also if you have nothing better to say then
      makes no sense to me[/b]
      then don't bother replying.

      Comment


        #4
        where is the sql db?

        Comment


          #5
          please any1 can upload sql table 4 this script??? tnks
          if like my post click:

          http://coding-talk.com/images/totall...ost_thanks.gif

          Comment


            #6
            i need sql db for this script too

            Comment


              #7
              amy can u have a table sql 4 this script????please post 4 we
              if like my post click:

              http://coding-talk.com/images/totall...ost_thanks.gif

              Comment


                #8
                no i dont have it and dont ask again

                Comment


                  #9
                  can funmobile database work with it

                  Comment


                    #10
                    table ibwf_methosthemes or similar not found :/
                    if like my post click:

                    http://coding-talk.com/images/totall...ost_thanks.gif

                    Comment


                      #11
                      god.... / he has probably just put "methos" infront of all the table names,.... think about it...

                      Comment


                        #12
                        I have try...
                        but this:

                        Code:
                        ibwf_mainthemes
                        not found this table...
                        script is:

                        Code:
                        <?php
                        define (&#39;USER_NOT_FOUND&#39;,0);
                        define (&#39;MIME_TYPE&#39;,&#39;application/xhtml+xml&#39;);
                        
                        
                        function gettheme($sid)
                        { 
                            $uid = getuid_sid($sid);
                            $thid = mysql_fetch_array(mysql_query("SELECT themeid FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                            if($thid[0]==""||$thid[0]==0)$thid[0]=1;
                            $thinfo = mysql_fetch_array(mysql_query("SELECT bgc, txc, lnk, hdc, hbg, boxbg FROM ibwf_mainthemes WHERE id=&#39;".$thid[0]."&#39;"));
                            $ret = "<style type=\"text/css\">\n";
                            $ret .= "body {background-color:#$thinfo[0]; color:#$thinfo[1]}\n";
                            $ret .= "h5 {background-color:#$thinfo[4]; color:#$thinfo[3]}\n";
                            $ret .= "a:link {color:#$thinfo[2]}\n";
                            $ret .= "a:visited {color:#$thinfo[2]}\n";
                            $ret .= "img {border: 0;}\n";
                            $ret .= "div.mblock1 {margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; background-color: #$thinfo[5]; border: 1px solid #$thinfo[4]; text-align: left;}\n";
                            $ret .= "div.mblock2 {margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; background-color: #$thinfo[5]; border: 1px solid #$thinfo[4]; text-align: left;}\n";
                            $ret .= "</style>";
                            return $ret;
                        }
                        
                        function geticonsetid($sid)
                        { 
                            $uid = getuid_sid($sid);
                            $thid = mysql_fetch_array(mysql_query("SELECT themeid FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                            $iconsetid = mysql_fetch_array(mysql_query("SELECT iconset FROM ibwf_mainthemes WHERE id=&#39;".$thid[0]."&#39;"));
                            return $iconsetid[0];
                        }
                        
                        function xhtmlhead($page_title, $page_style="")
                        {
                            $ret = "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
                            $ret .= "\n<head>\n<title>$page_title</title>\n";
                            $ret .= "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\" />";
                            $ret .= "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />";
                            $ret .= "<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>";
                            $ret .= "\n".$page_style;
                            $ret .= "\n</head>\n<body>";
                            return $ret;
                        }
                        function xhtmlheadchat1($page_title, $page_style="",$rid,$sid)
                        {
                            $ret = "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
                            $ret .= "\n<head>\n<title>$page_title</title>\n";
                            $ret .= "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\" />";
                            $ret .= "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />";
                            $ret .= "<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>";
                            $ret .= "<meta http-equiv=\"refresh\" content=\"20; URL=chat.php?sid=$sid&amp;rid=$rid\"/>";
                            $ret .= "\n".$page_style;
                            $ret .= "\n</head>\n<body>";
                            return $ret;
                        }
                        function xhtmlheadchat($page_title, $page_style="")
                        {
                            $ret = "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
                            $ret .= "\n<head>\n<title>$page_title</title>\n";
                            $ret .= "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\" />";
                            $ret .= "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />";
                            $ret .= "<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>";
                            $ret .= "\n".$page_style;
                            $ret .= "\n</head>\n<body>";
                            return $ret;
                        }
                        function xhtmlfoot()
                        {    
                            $ret = "\n</body>\n</html>";
                            return $ret;
                        }
                        function gettheme1($thid)
                        { 
                            if($thid[0]==""||$thid[0]==0)$thid[0]=1;
                            $thinfo = mysql_fetch_array(mysql_query("SELECT bgc, txc, lnk, hdc, hbg FROM ibwf_mainthemes WHERE id=&#39;".$thid[0]."&#39;"));
                            $ret = "<style type=\"text/css\">\n";
                            $ret .= "body {background-color:#$thinfo[0]; color:#$thinfo[1]}\n";
                            $ret .= "h3 {background-color:#$thinfo[4]; color:#$thinfo[3]}\n";
                            $ret .= "a:link {color:#$thinfo[2]}\n";
                            $ret .= "a:visited {color:#$thinfo[2]}\n";
                            $ret .= "</style>";
                            return $ret;
                        }
                        ?>
                        any1 can help 4 create a table ibwf_mainthemes????tnks
                        if like my post click:

                        http://coding-talk.com/images/totall...ost_thanks.gif

                        Comment


                          #13
                          I have try...
                          but this:

                          Code:
                          ibwf_mainthemes
                          not found this table...
                          script is:

                          Code:
                          <?php
                          define (&#39;USER_NOT_FOUND&#39;,0);
                          define (&#39;MIME_TYPE&#39;,&#39;application/xhtml+xml&#39;);
                          
                          
                          function gettheme($sid)
                          { 
                              $uid = getuid_sid($sid);
                              $thid = mysql_fetch_array(mysql_query("SELECT themeid FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                              if($thid[0]==""||$thid[0]==0)$thid[0]=1;
                              $thinfo = mysql_fetch_array(mysql_query("SELECT bgc, txc, lnk, hdc, hbg, boxbg FROM ibwf_mainthemes WHERE id=&#39;".$thid[0]."&#39;"));
                              $ret = "<style type=\"text/css\">\n";
                              $ret .= "body {background-color:#$thinfo[0]; color:#$thinfo[1]}\n";
                              $ret .= "h5 {background-color:#$thinfo[4]; color:#$thinfo[3]}\n";
                              $ret .= "a:link {color:#$thinfo[2]}\n";
                              $ret .= "a:visited {color:#$thinfo[2]}\n";
                              $ret .= "img {border: 0;}\n";
                              $ret .= "div.mblock1 {margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; background-color: #$thinfo[5]; border: 1px solid #$thinfo[4]; text-align: left;}\n";
                              $ret .= "div.mblock2 {margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; background-color: #$thinfo[5]; border: 1px solid #$thinfo[4]; text-align: left;}\n";
                              $ret .= "</style>";
                              return $ret;
                          }
                          
                          function geticonsetid($sid)
                          { 
                              $uid = getuid_sid($sid);
                              $thid = mysql_fetch_array(mysql_query("SELECT themeid FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                              $iconsetid = mysql_fetch_array(mysql_query("SELECT iconset FROM ibwf_mainthemes WHERE id=&#39;".$thid[0]."&#39;"));
                              return $iconsetid[0];
                          }
                          
                          function xhtmlhead($page_title, $page_style="")
                          {
                              $ret = "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
                              $ret .= "\n<head>\n<title>$page_title</title>\n";
                              $ret .= "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\" />";
                              $ret .= "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />";
                              $ret .= "<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>";
                              $ret .= "\n".$page_style;
                              $ret .= "\n</head>\n<body>";
                              return $ret;
                          }
                          function xhtmlheadchat1($page_title, $page_style="",$rid,$sid)
                          {
                              $ret = "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
                              $ret .= "\n<head>\n<title>$page_title</title>\n";
                              $ret .= "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\" />";
                              $ret .= "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />";
                              $ret .= "<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>";
                              $ret .= "<meta http-equiv=\"refresh\" content=\"20; URL=chat.php?sid=$sid&amp;rid=$rid\"/>";
                              $ret .= "\n".$page_style;
                              $ret .= "\n</head>\n<body>";
                              return $ret;
                          }
                          function xhtmlheadchat($page_title, $page_style="")
                          {
                              $ret = "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
                              $ret .= "\n<head>\n<title>$page_title</title>\n";
                              $ret .= "<meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\" />";
                              $ret .= "<meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />";
                              $ret .= "<meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>";
                              $ret .= "\n".$page_style;
                              $ret .= "\n</head>\n<body>";
                              return $ret;
                          }
                          function xhtmlfoot()
                          {    
                              $ret = "\n</body>\n</html>";
                              return $ret;
                          }
                          function gettheme1($thid)
                          { 
                              if($thid[0]==""||$thid[0]==0)$thid[0]=1;
                              $thinfo = mysql_fetch_array(mysql_query("SELECT bgc, txc, lnk, hdc, hbg FROM ibwf_mainthemes WHERE id=&#39;".$thid[0]."&#39;"));
                              $ret = "<style type=\"text/css\">\n";
                              $ret .= "body {background-color:#$thinfo[0]; color:#$thinfo[1]}\n";
                              $ret .= "h3 {background-color:#$thinfo[4]; color:#$thinfo[3]}\n";
                              $ret .= "a:link {color:#$thinfo[2]}\n";
                              $ret .= "a:visited {color:#$thinfo[2]}\n";
                              $ret .= "</style>";
                              return $ret;
                          }
                          ?>
                          any1 can help 4 create a table ibwf_mainthemes????tnks
                          if like my post click:

                          http://coding-talk.com/images/totall...ost_thanks.gif

                          Comment


                            #14
                            CREATE TABLE `ibwf_mainthemes` (
                            `id` int(100) NOT NULL auto_increment,
                            `name` varchar(200) NOT NULL default &#39;&#39;,
                            `mainthemes` varchar(200) NOT NULL default &#39;&#39;,
                            `background` varchar(200) NOT NULL default &#39;&#39;,
                            PRIMARY KEY (`id`),
                            UNIQUE KEY `mainthemes` (`mainthemes`)
                            ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
                            try that

                            Comment


                              #15
                              mainthemes is different table of themes .
                              main themes u can select a single colour 4 bg,link,board,div etc
                              if like my post click:

                              http://coding-talk.com/images/totall...ost_thanks.gif

                              Comment

                              Working...
                              X