[wap] Mobilezonez.com

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

    #31
    its easy just coppy head admin tools from any lava script to remodd









    Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
    Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

    Comment


      #32
      PHP Code:
      /////////////Mods zone
      if(isowner(getuid_sid($sid))|| isheadadd(getuid_sid($sid))|| isadmin(getuid_sid($sid)) ||  ismod(getuid_sid($sid)))
      {
      boxstart("Pentagon");
      $nrpm mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_private WHERE reported='1'"));
      $nrps mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_posts WHERE reported='1'"));
      $nrtp mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_topics WHERE reported='1'"));
      echo 
      "<a href=\"adctrl.php?action=cfmpr&amp;sid=$sid\">INBOXS ($nrpm[0])</a>| ";
      echo 
      "<a href=\"adctrl.php?action=fcpsr&amp;sid=$sid\">POSTS ($nrps[0])</a>| ";
      echo 
      "<a href=\"adctrl.php?action=doordarshan&amp;sid=$sid\">TOPICS ($nrtp[0])</a>";

      $tnor mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_private WHERE reported='1'"));
      $tot $tnor[0];
      $tnor mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_posts WHERE reported='1'"));
      $tot += $tnor[0];
      $tnor mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_topics WHERE reported='1'"));
      $tot += $tnor[0];
      $tnol mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_mlog"));
      $tol $tnol[0];
      if(
      $tol+$tot>0){
      echo 
      "
      <a href=\"adctrl.php?action=he3nomain&amp;sid=
      $sid\">Actions Logger($tot/$tol)</a>
      "
      ;
      }
      echo 
      "<a href=\"index.php?action=viewfrm&amp;sid=$sid&amp;fid=20\">Meeting Hall</a>";
      if(
      isowner(getuid_sid($sid))|| isheadadd(getuid_sid($sid))||  isadmin(getuid_sid($sid))){
      echo 
      "
      <a href=\"index.php?action=area51ts&amp;sid=
      $sid\">Admin Zone</a>";
      }
      if(
      isowner(getuid_sid($sid))|| isheadadd($uid)){
      echo 
      "
      <a href=\"index.php?action=headauth&amp;sid=
      $sid\">Head Admin</a>";
      }
      if (
      isowner($uid)){
      echo 
      "<a href=\"adctrl.php?action=edtmp&amp;sid=$sid\">
      Edit Main Page message</a>
      "
      ;
      echo 
      "
      <a href=\"index.php?action=ownauth&amp;sid=
      $sid\">Unknown Zonez</a>";
      }
      boxend();

      Last edited by metulj; 19.04.09, 11:52.









      Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
      Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

      Comment


        #33
        mm...but the theme of this script not is of your site now?
        if like my post click:

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

        Comment


          #34
          yes it is as owner go to the theme manager and set the default them for the whole site :P) try it lol it works but you user id must be set to 1 on the database









          Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
          Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

          Comment


            #35
            good Script !!
            but y bookmark Forum topic option is not working

            Comment


              #36
              <div class='quotetop'>QUOTE (tannujain @ Feb 26 2009, 01:44 PM) <{POST_SNAPBACK}></div>
              good Script !!
              but y bookmark Forum topic option is not working[/b]
              i never bookmarked it lol









              Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
              Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

              Comment


                #37
                sql things not working :-(

                Comment


                  #38
                  <div class='quotetop'>QUOTE (ozziemale31 @ Feb 26 2009, 12:04 PM) <{POST_SNAPBACK}></div>
                  yes it is as owner go to the theme manager and set the default them for the whole site :P) try it lol it works but you user id must be set to 1 on the database[/b]
                  where I select this???on ownercp I not found this option...
                  if like my post click:

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

                  Comment


                    #39
                    -- --------------------------------------------------------

                    --\par
                    -- Table structure for table `cats`\par
                    --\par
                    \par
                    CREATE TABLE IF NOT EXISTS `cats` (\par
                    `id` int(10) NOT NULL auto_increment,\par
                    `name` varchar(30) NOT NULL default &#39;&#39;,\par
                    `dscr` varchar(100) NOT NULL default &#39;&#39;,\par
                    PRIMARY KEY (`id`),\par
                    UNIQUE KEY `name` (`name`)\par
                    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;\par
                    \par
                    --\par
                    -- Dumping data for table `cats`\par
                    --\par
                    \par
                    \par
                    -- -----------------

                    sqls not working cause of all thr /par in ti lol

                    Comment


                      #40
                      owenrcp is called ownerc study the code and learn where links take you









                      Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                      Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                      Comment


                        #41
                        well that sql is a rtf word doc try downloading the sql zip i posted previously









                        Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                        Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                        Comment


                          #42
                          <div class='quotetop'>QUOTE (ozziemale31 @ Feb 26 2009, 02:16 PM) <{POST_SNAPBACK}></div>
                          well that sql is a rtf word doc try downloading the sql zip i posted previously[/b]
                          http://www.2wap.org/forums/index.php?showt...=6507&st=20









                          Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                          Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                          Comment


                            #43
                            <div class='quotetop'>QUOTE (ozziemale31 @ Feb 26 2009, 01:17 PM) <{POST_SNAPBACK}></div><div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>
                            Code:
                            ....“×~ÍξMˆ¥¦~|}BõgRÃZ¤A˵˜$”dVpZÞô•ƒ-ÔÞDX²ûG‡²9hû‡åµ~ôOß4¢IHžeTDM¦|1ÊmÖèÌ)W¼M•o°¸ÖSÛŸ¼8¡(Åz½*xT[ê·‹4Z*‘[Ô¢N}Nž›v
                            œzü]Á«åüøÆ9q¼úeßr•:Àÿðõ]ÓÉÁI¼yÓh^3ãoAœo/“"Ò0• õ8........
                            thats the sql lol ???????
                            Last edited by metulj; 19.04.09, 11:59. Reason: to much junk heart my eyes :)

                            Comment


                              #44
                              well here is the sql in notepad form
                              Attached Files









                              Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                              Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                              Comment


                                #45
                                im off now lol downloading music 58 gig on my pc now lol over 8500 songs and albums









                                Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                                Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                                Comment

                                Working...
                                X