Wapside V4.0 (updates)

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

    Wapside V4.0 (updates)

    Newest release of the wapside script currently in use on http://www.wapside.net

    Hope you all enjoy it.
    Known Problem is themes set in wrong order. They are named wrong i think.
    Set database info cssdsn.php and config.php all done done
    Last edited by wap2k; 27.11.09, 21:00.

    #2
    Also in cssdyn background pictures for profiles are hotlinked from bd8 you may want to make them local

    Comment


      #3
      Thanx for share

      PHP Code:
      foreach ($_SERVER as $server => $value)
      {
      echo 
      "$server is $value<br />";

      Comment


        #4
        Your welcome

        Comment


          #5
          good work thanks




          Comment


            #6
            thanks for sharing, it&#39;s nice script
            It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
            ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
            ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
            キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

            Comment


              #7
              Tanx for the share just what i wanted

              I have it already installed B) :D

              Demo

              Comment


                #8
                Hi thanks, whats the different levels of admin tools? And what should level be set to?

                Comment


                  #9
                  level in user database there are only two at the moment "admin" and "mod"

                  Comment


                    #10
                    how must i edit the names in 1st welcome pm to user

                    Comment


                      #11
                      <div class='quotetop'>QUOTE (johnny @ Feb 27 2009, 02:08 PM) <{POST_SNAPBACK}></div>
                      how must i edit the names in 1st welcome pm to user[/b]
                      index.php m8 where youn see
                      <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>
                      $time = time();
                      $message = "thanx for choosing WAPSIDE.NET we are happy to have you as our member[br/][br/]Cpanel:Update your ASL and Profile settings,Style ur Profile in Html mode[br/][br/]forums : activaty in forums daily are fun and can earn u a award in your profile after your first 500 posts in our forums, topics of the day will be choosen so keep posting[br/][br/]Chatrooms: please feel free to use our chatrooms and stand a change to become a wapside chatroom moderator[br/][br/]PLEASE ENJOY YOUR STAY AND CONTACT ANY STAFF MEMBER FOR MORE HELP REMEBER TO INVITE ALL YOUR FRIENDS TO http://wapside.net";
                      @wsd_query("".WS_PMS." (fromid,toid,subject,message,time,new) VALUES (1,&#39;$myreguid&#39;,&#39;Welcome To WapSide&#39;,&#39;$message&#39;,&#39;$time&#39;,1) ","i");


                      ws_done("Thankyou and welcome to Wapside ".$myuser."!
                      <a href=\"".$self."".$mode."login2&amp;username=$myus er&amp;password=$mypass&amp;tvar=1\">Login Here</a>
                      ");
                      }
                      } else {
                      ws_err("Sorry the username ".$myuser." is allready in use please choose another one!");
                      </div>

                      Comment


                        #12
                        Your id is 1

                        if not change it to 1 then fromid 1

                        Code:
                        @wsd_query("".WS_PMS." (fromid,toid,subject,message,time,new) VALUES (1,&#39;$myreguid&#39;,&#39;Welcome To WapSide&#39;,&#39;$message&#39;,&#39;$time&#39;,1)","i");
                        
                        
                        ws_done("Thankyou and welcome to Wapside ".$myuser."!
                        <a href=\"".$self."".$mode."login2&amp;username=$myuser&amp;password=$mypass&amp;tvar=1\">Login Here</a>
                        ");
                        }
                        } else {
                        Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                        Visit: WapMasterz Coming Back Soon!
                        _______
                        SCRIPTS FOR SALE BY SUBZERO
                        Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                        FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                        _______
                        Info & Tips
                        php.net
                        w3schools.com

                        Comment


                          #13
                          thanks for help mate nd i wil try it now nd yes i made my id nr 1 by empty users table in db

                          Comment


                            #14
                            Article Script
                            (w/out category)


                            *in lists.php?*

                            [replace
                            action==blogs
                            with this one]


                            <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>//////////////////////////////////Articles

                            else if($action=="blogs")
                            {
                            addonline(getuid_sid($sid),"Viewing A User&#39;s Article","");
                            echo "<head>";
                            echo "<title>Articles</title>";
                            echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                            echo "</head>";
                            echo "<card>";
                            $uid = getuid_sid($sid);
                            $who = $_GET["who"];
                            $tnick = getnick_uid($who);
                            echo "<p align=\"left\">";
                            echo "[ $tnick&#39;s Articles ]
                            ----------
                            ";

                            echo "</p>";
                            //////ALL LISTS SCRIPT <<

                            if($page=="" || $page<=0)$page=1;
                            $noi = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_blogs WHERE bowner=&#39;".$who."&#39;"));
                            $num_items = $noi[0]; //changable
                            $items_per_page= 10;
                            $num_pages = ceil($num_items/$items_per_page);
                            if(($page>$num_pages)&&$page!=1)$page= $num_pages;
                            $limit_start = ($page-1)*$items_per_page;

                            $sql = "SELECT id, bname FROM ibwf_blogs WHERE bowner=&#39;".$who."&#39; ORDER BY bgdate DESC LIMIT $limit_start, $items_per_page";


                            echo "

                            ";
                            $items = mysql_query($sql);
                            echo mysql_error();
                            if(mysql_num_rows($items)>0)
                            {
                            while ($item = mysql_fetch_array($items))
                            {
                            $bname = htmlspecialchars($item[1]);
                            if(candelbl($uid,$item[0]))
                            {
                            $dl = "<a href=\"genproc.php?action=delbl&amp;sid=$sid&amp;b id=$item[0]\">[X]</a>";
                            }else{
                            $dl = "";
                            }
                            $lnk = "<a href=\"index.php?action=viewblog&amp;bid=$item[0]&amp;sid=$sid\">»$bname</a>";
                            echo "$lnk $dl
                            ";
                            }
                            }
                            echo "</p>";
                            echo "<p align=\"left\">";
                            if($page>1)
                            {
                            $ppage = $page-1;
                            echo "<a href=\"lists.php?action=$action&amp;page=$ppage&am p;sid=$sid&amp;who=$who\">«PREV</a> ";
                            }
                            if($page<$num_pages)
                            {
                            $npage = $page+1;
                            echo "<a href=\"lists.php?action=$action&amp;page=$npage&am p;sid=$sid&amp;who=$who\">Next»</a>";
                            }
                            echo "
                            $page/$num_pages
                            ";
                            if($num_pages>2)
                            {
                            $rets = "<form action=\"lists.php\" method=\"get\">";
                            $rets .= "<input name=\"page\" style=\"-wap-input-format: &#39;*N&#39;\" size=\"2\"/>";
                            $rets .= "<input type=\"hidden\" name=\"action\" value=\"$action\"/>";
                            $rets .= "<input type=\"hidden\" name=\"sid\" value=\"$sid\"/>";
                            $rets .= "<input type=\"hidden\" name=\"who\" value=\"$who\"/>";
                            $rets .= "<input type=\"submit\" value=\"Go\"/>";
                            $rets .= "</form>";

                            echo $rets;
                            }
                            echo "</p>";
                            ////// UNTILL HERE >>
                            echo "<p align=\"left\">";
                            if($who==$uid)
                            {
                            echo "---------
                            <a href=\"index.php?action=addblg&amp;sid=$sid\">";
                            echo "Add an Article</a>
                            ";
                            echo "<a href=\"index.php?action=cpanel&amp;sid=$sid\">";
                            echo "CPanel</a>
                            ";
                            }
                            echo "<a href=\"lists.php?action=allbl&amp;sid=$sid\">All Articles</a>
                            ";
                            echo "<a href=\"index.php?action=main&amp;sid=$sid\">Home</a>";
                            echo "</p>";
                            echo "</card>";
                            }

                            //////////////////////////////////Blogs

                            else if($action=="allbl")
                            {
                            addonline(getuid_sid($sid),"Viewing pMe-Articles list","");
                            echo "<head>";
                            echo "<title>pMe-Articles List</title>";
                            echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                            echo "</head>";
                            echo "<card>";
                            $uid = getuid_sid($sid);
                            $view = $_GET["view"];
                            if($view =="")$view="time";
                            echo "<p align=\"left\">
                            [ pME-Articles ]
                            -------
                            ";
                            if($view!="time")
                            {
                            echo "<a href=\"lists.php?action=allbl&amp;sid=$sid&amp;vie w=time\">Newest</a>
                            ";
                            }
                            if($view!="rate")
                            {
                            echo "<a href=\"lists.php?action=allbl&amp;sid=$sid&amp;vie w=rate\">Most rated</a>
                            ";
                            }
                            if($view!="time")
                            {
                            echo "<a href=\"lists.php?action=allbl&amp;sid=$sid&amp;vie w=votes\">Most Viewed</a>
                            ";
                            }
                            echo "------
                            </p>";
                            //////ALL LISTS SCRIPT <<

                            if($page=="" || $page<=0)$page=1;
                            $noi = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_blogs"));
                            $num_items = $noi[0]; //changable
                            $items_per_page= 5;
                            $num_pages = ceil($num_items/$items_per_page);
                            if(($page>$num_pages)&&$page!=1)$page= $num_pages;
                            $limit_start = ($page-1)*$items_per_page;
                            if($view=="time")
                            {
                            $ord = "a.bgdate";
                            }else if($view=="votes")
                            {
                            $ord = "nofv";
                            }else if($view=="rate")
                            {
                            $ord = "avv";
                            }else if($view=="points")
                            {
                            $ord = "nofp";
                            }
                            if ($view=="time"){
                            $sql = "SELECT id, bname, bowner FROM ibwf_blogs ORDER by bgdate DESC LIMIT $limit_start, $items_per_page";
                            }else{
                            $sql = "SELECT a.id, a.bname, a.bowner, COUNT(b.id) as nofv, SUM(b.brate) as nofp, AVG(b.brate) as avv FROM ibwf_blogs a INNER JOIN ibwf_brate b ON a.id = b.blogid GROUP BY a.id ORDER BY $ord DESC LIMIT $limit_start, $items_per_page";
                            }
                            echo "

                            ";
                            $items = mysql_query($sql);
                            echo mysql_error();
                            if(mysql_num_rows($items)>0)
                            {
                            while ($item = mysql_fetch_array($items))
                            {
                            $bname = htmlspecialchars($item[1]);
                            if($view=="time")
                            {
                            $bonick = getnick_uid($item[2]);

                            $byview = "
                            by <a href=\"index.php?action=viewuser&amp;sid=$sid&amp; who=$item[2]\">$bonick</a>
                            ------";
                            }else if($view=="votes")
                            {
                            $byview = "
                            Votes: $item[3]
                            -----";
                            }else if($view=="rate")
                            {
                            $byview = "
                            Rate: $item[5]
                            -----";
                            }else if($view=="points")
                            {
                            $byview = "
                            Points: $item[4]
                            -----";
                            }
                            $lnk = "<a href=\"index.php?action=viewblog&amp;bid=$item[0]&amp;sid=$sid\">»$bname</a> $byview";
                            echo "$lnk
                            ";
                            }
                            }
                            echo "</p>";
                            echo "<p align=\"left\">";
                            if($page>1)
                            {
                            $ppage = $page-1;
                            echo "<a href=\"lists.php?action=$action&amp;page=$ppage&am p;sid=$sid&amp;view=$view\">«PREV</a> ";
                            }
                            if($page<$num_pages)
                            {
                            $npage = $page+1;
                            echo "<a href=\"lists.php?action=$action&amp;page=$npage&am p;sid=$sid&amp;view=$view\">Next»</a>";
                            }
                            echo "
                            $page/$num_pages
                            ";
                            if($num_pages>2)
                            {
                            $rets = "<form action=\"lists.php\" method=\"get\">";
                            $rets .= "<input name=\"page\" style=\"-wap-input-format: &#39;*N&#39;\" size=\"2\"/>";
                            $rets .= "<input type=\"hidden\" name=\"action\" value=\"$action\"/>";
                            $rets .= "<input type=\"hidden\" name=\"sid\" value=\"$sid\"/>";
                            $rets .= "<input type=\"hidden\" name=\"who\" value=\"$who\"/>";
                            $rets .= "<input type=\"hidden\" name=\"view\" value=\"$view\"/>";
                            $rets .= "<input type=\"submit\" value=\"Go\"/>";
                            $rets .= "</form>";

                            echo $rets;
                            }
                            echo "</p>";
                            ////// UNTILL HERE >>
                            echo "<p align=\"left\">";

                            echo "<a href=\"index.php?action=stats&amp;sid=$sid\">Site Stats</a>
                            ";
                            echo "<a href=\"index.php?action=main&amp;sid=$sid\">Home</a>";
                            echo "</p>";
                            echo "</card>";
                            }
                            ///////////////////////////////////Blogs Comment
                            else if($action=="blogscomment")
                            {
                            $who = $_GET["who"];
                            addonline(getuid_sid($sid),"Sending Comment On An Article","");
                            echo "<head>";
                            echo "<title>Article&#39;s Comment</title>";
                            echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                            echo "</head>";
                            echo "<card>";
                            $uid = getuid_sid($sid);

                            //////ALL LISTS SCRIPT <<

                            if($page=="" || $page<=0)$page=1;
                            $noi = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_blogcomment WHERE blogowner=&#39;".$who."&#39;"));
                            $num_items = $noi[0]; //changable
                            $items_per_page= 5;
                            $num_pages = ceil($num_items/$items_per_page);
                            if(($page>$num_pages)&&$page!=1)$page= $num_pages;
                            $limit_start = ($page-1)*$items_per_page;


                            $sql = "SELECT blogowner, blogsigner, blogmsg, dtime, id FROM ibwf_blogcomment WHERE blogowner=&#39;".$who."&#39; ORDER BY dtime DESC LIMIT $limit_start, $items_per_page";
                            echo "

                            ";
                            $items = mysql_query($sql);
                            echo mysql_error();
                            if(mysql_num_rows($items)>0)
                            {
                            while ($item = mysql_fetch_array($items))
                            {

                            if(isonline($item[1]))
                            {
                            $iml = "+ ";

                            }else{
                            $iml = "- ";
                            }
                            $snick = getnick_uid($item[1]);
                            $lnk = "<a href=\"index.php?action=viewuser&amp;who=$item[1]&sid=$sid\">$iml$snick</a>";
                            $bs = date("----------",$item[3]);
                            echo "$lnk
                            ";
                            if(candelblogcomment($uid, $item[4]))
                            {
                            $delnk = "<a href=\"genproc.php?action=delblogcomment&amp;sid=$ sid&mid=$item[4]\">[x]</a>";
                            }else{
                            $delnk = "";
                            }
                            $text = parsepm($item[2], $sid);
                            echo "$text
                            $bs $delnk
                            ";
                            echo "
                            ";

                            }
                            }
                            echo "</p>";
                            echo "<p align=\"left\">";
                            if($page>1)
                            {
                            $ppage = $page-1;
                            echo "<a href=\"lists.php?action=$action&amp;page=$ppage&am p;sid=$sid&who=$who\">«PREV</a> ";
                            }
                            if($page<$num_pages)
                            {
                            $npage = $page+1;
                            echo "<a href=\"lists.php?action=$action&amp;page=$npage&am p;sid=$sid&amp;who=$who\">Next»</a>";
                            }
                            echo "
                            $page/$num_pages
                            ";
                            if($num_pages>2)
                            {
                            $rets = "Jump to page<input name=\"pg\" format=\"*N\" size=\"3\"/>";
                            $rets .= "<anchor>[GO]";
                            $rets .= "<go href=\"lists.php\" method=\"get\">";
                            $rets .= "<postfield name=\"action\" value=\"$action\"/>";
                            $rets .= "<postfield name=\"who\" value=\"$who\"/>";
                            $rets .= "<postfield name=\"sid\" value=\"$sid\"/>";
                            $rets .= "<postfield name=\"page\" value=\"$(pg)\"/>";
                            $rets .= "</go></anchor>";

                            echo $rets;
                            }
                            echo "</p>";
                            ////// UNTILL HERE >>
                            {
                            echo "<a href=\"index.php?action=signblogcomment&amp;sid=$s id&amp;who=$who\">";
                            echo "Add Ur Message</a>
                            ";
                            }
                            echo "<a href=\"lists.php?action=allbl&amp;sid=$sid\">Back to pMe-Articles</a>
                            ";
                            echo "<a href=\"index.php?action=main&amp;sid=$sid\">Home</a>";
                            echo "</card>";
                            }</div>

                            * in index.php *

                            [replace action=viewblog]

                            <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>///////////////////////////////view blog

                            else if($action=="viewblog")
                            {
                            $bid = $_GET["bid"];
                            $wnick = getnick_uid($who);
                            addonline(getuid_sid($sid),"Viewing $wnick&#39;s pME-Article ","");
                            echo "<head>";
                            echo "<title>View pMe-Articles</title>";
                            echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                            echo "</head>";
                            echo "<card>";
                            echo "

                            ";

                            $pminfo = mysql_fetch_array(mysql_query("SELECT btext, bname, bgdate,bowner, id FROM ibwf_blogs WHERE id=&#39;".$bid."&#39;"));
                            $bttl = htmlspecialchars($pminfo[1]);
                            $btxt = parsemsg($pminfo[0], $sid);
                            $bnick = getnick_uid($pminfo[3]);
                            $vbbl = "<a href=\"index.php?action=viewuser&amp;sid=$sid&amp; who=$pminfo[3]\">$bnick</a>
                            ";
                            echo "Article ID: $bid
                            ";
                            echo "$bttl
                            by: $vbbl
                            ";
                            echo "$btxt
                            ";
                            $tmstamp = $pminfo[2];
                            $tmdt = date("--------------------", $tmstamp);
                            echo "$tmdt

                            ";
                            $vb = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_brate WHERE uid=&#39;".$uid."&#39; AND blogid=&#39;".$bid."&#39;"));
                            if($vb[0]==0)
                            {
                            echo "<form action=\"genproc.php?action=rateb&amp;sid=$sid&amp ;bid=$pminfo[4]\" method=\"post\">";
                            echo "<select name=\"brate\">";
                            echo "<option value=\"1\">Not Bad!</option>";
                            echo "<option value=\"3\">Good!</option>";
                            echo "<option value=\"5\">Nice!</option>";
                            echo "<option value=\"7\">Excellent!</option>";
                            echo "<option value=\"9\">The Best!!</option>";
                            echo "</select>
                            ";
                            echo "<input type=\"Submit\" Name=\"Rate\" Value=\"Rate\"></anchor>
                            ";
                            }else{
                            $rinfo = mysql_fetch_array(mysql_query("SELECT COUNT(*) as nofr, SUM(brate) as nofp FROM ibwf_brate WHERE blogid=&#39;".$bid."&#39;"));
                            $ther = $rinfo[1]/$rinfo[0];
                            echo "Rate: $ther - Points: $rinfo[1]";
                            }
                            $noi = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_blogcomment WHERE blogowner=&#39;".$bid."&#39;"));
                            echo "
                            <a href=\"lists.php?action=blogscomment&amp;sid=$sid& amp;who=$bid\">Comments($noi[0])</a>
                            ";
                            echo "</p>";
                            echo "<p align=\"left\">";
                            echo "--------
                            <a href=\"lists.php?action=allbl&amp;sid=$sid\">Back to pMe-Articles</a>
                            ";
                            $bnick = getnick_uid($pminfo[3]);
                            echo "<a href=\"lists.php?action=blogs&amp;sid=$sid&amp;who =$pminfo[3]\">Back to $bnick&#39;s pMe-Articles</a>
                            ";
                            echo "<a href=\"index.php?action=main&amp;sid=$sid\">Home</a>";
                            echo "</p>";
                            echo "</card>";

                            }
                            ///////////////////////////////////////////Blog Comment
                            else if($action=="signblogcomment")
                            {
                            $who=$_GET["who"];
                            addonline(getuid_sid($sid),"Signing Users guestbook","");
                            if(!cansignblogcomment(getuid_sid($sid), $who))
                            {
                            echo "<head>";
                            echo "<title>Sign pME-Article</title>";
                            echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                            echo "</head>";
                            echo "<card>";
                            echo "<p align=\"left\">";
                            echo "U can&#39;t Sign this user pME-Article

                            ";
                            $bnick = getnick_uid($pminfo[3]);
                            echo "<a href=\"lists.php?action=blogs&amp;sid=$sid&amp;who =$pminfo[3]\">GO to $bnick&#39;s pMe-Articles</a>
                            ";
                            echo "<a href=\"index.php?action=main&amp;sid=$sid\">Home</a>";
                            echo "</p>";
                            echo "</card>";
                            echo "</html>";
                            }


                            echo "<card id=\"main\" title=\"Sign blog\">";
                            echo "<onevent type=\"onenterforward\">";
                            echo "<refresh>
                            <setvar name=\"msgtxt\" value=\"\"/>

                            ";
                            echo "</refresh></onevent>";

                            echo "<head>";
                            echo "<title>Sign pME-Article</title>";
                            echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                            echo "</head>";
                            echo "<card>";
                            echo "<p align=\"left\">";
                            echo "<p align=\"left\">";
                            echo "<form action=\"genproc.php?action=signblogcomment&amp;si d=$sid\" method=\"post\">";
                            echo "<input type=\"hidden\" name=\"who\" Value=\"$who\">";
                            echo "Text:
                            <input name=\"msgtxt\" maxlength=\"5000\"/>
                            ";
                            echo "<input type=\"Submit\" name=\"Add\" Value=\"Add\"></anchor>
                            ";

                            echo "

                            <a href=\"index.php?action=main&amp;sid=$sid\">Home</a>";
                            echo "</p>";
                            echo "</card>";
                            }</div>



                            *usage in index.php*

                            echo "<a href=\"lists.php?action=allbl&amp;sid=$sid\">$site name-Articles</a>
                            ";



                            * SQL for articlecomment*


                            -- phpMyAdmin SQL Dump
                            -- version 2.11.4
                            -- http://www.phpmyadmin.net
                            --
                            -- Host: localhost
                            -- Generation Time: Mar 02, 2009 at 11:00 PM
                            -- Server version: 5.0.67
                            -- PHP Version: 5.2.8

                            SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

                            --
                            -- Database: `a7491331_pinoyme`
                            --

                            -- --------------------------------------------------------

                            --
                            -- Table structure for table `ibwf_blogcomment`
                            --

                            CREATE TABLE `ibwf_blogcomment` (
                            `id` int(100) NOT NULL auto_increment,
                            `blogowner` int(100) NOT NULL default &#39;0&#39;,
                            `blogsigner` int(100) NOT NULL default &#39;0&#39;,
                            `blogmsg` blob NOT NULL,
                            `dtime` int(100) NOT NULL default &#39;0&#39;,
                            PRIMARY KEY (`id`)
                            ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=39 ;

                            --
                            -- Dumping data for table `ibwf_blogcomment`
                            --

                            Comment


                              #15
                              WTF this is wapside not lavalair !

                              Posting crap script will not work with wapside
                              Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                              Visit: WapMasterz Coming Back Soon!
                              _______
                              SCRIPTS FOR SALE BY SUBZERO
                              Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                              FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                              _______
                              Info & Tips
                              php.net
                              w3schools.com

                              Comment

                              Working...
                              X