[wap] Official Release Of My Wapdesire(lavalair Version)

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

    #61
    Just Upload im REALLY need

    Comment


      #62
      <div class='quotetop'>QUOTE (Domux @ Oct 22 2008, 07:09 PM) <{POST_SNAPBACK}></div>
      Just Upload im REALLY need[/b]
      NO !
      script is uloaded here so you can take it
      i dont see any point in uploading it to rapid
      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


        #63
        http://rapidshare.com/files/156548666/xhtm...cript2.zip.html
        :p:p:p

        Comment


          #64
          @ori if you have IDM, and a premium RS account you can resume broken downloads, useful for people on gprs ir 3g connections...

          Comment


            #65
            There is no provision for plusses send by user to user so this is code

            usage
            Code:
              
            echo "<a href=\"index.php?action=shares&amp;who=$who&amp;sid=$sid\">Share +s</a>
            ";
            
            index.php
            
            //////////////////////////////////////////Give Plusses
            
            else if($action=="shares")
            {
              $who = $_GET["who"];
              $unick = getnick_uid($who);
              addonline(getuid_sid($sid),"Sharing plusses to $unick","index.php?action=$action");
               
            
              echo "<onevent type=\"onenterforward\">";
                echo "<refresh>
                    <setvar name=\"gplus\" value=\"\"/>";
                echo "</refresh></onevent>";
              echo "<p align=\"center\">";
            
            echo "Share Plusses to ".getnick_uid($who)."
            
            ";
              $nopl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".getuid_sid($sid)."&#39;"));
              echo "Your Current Plusses is $nopl[0]
            
            ";
             echo "<form action=\"genproc.php?action=shares&amp;sid=$sid&amp;who=$who\" method=\"post\">";
              echo "Message: <input name=\"pres\" maxlength=\"100\"/>
            ";
              echo "Amount to Share:<input name=\"ptg\" format=\"*N\" maxlength=\"3\"/>";
             echo "<input type=\"hidden\" name=\"who\" value=\"$who\"/>";
            echo "<input type=\"submit\" value=\"GO\"/>";  
            echo "</form>";
              echo "
            
            <a href=\"index.php?action=main&amp;sid=$sid&amp;type=send\">";
            echo "Main menu</a>";
              echo "</p>";
            }
            
            
            in genproc.php
            
            
            //////////////////////////////////////////Give Plusses
            else if($action=="shares")
            {
                $unick = getnick_uid($who);
                addonline(getuid_sid($sid),"Sending plusses to $unick","");
                $who = $_GET["who"];
                $ptg = trim($_POST["ptg"]);
                $pres = trim($_POST["pres"]);
              
            echo "<title>2wap.org</title>";
              echo "<p align=\"center\">";
              //$uid = getuid_sid($sid);
              if($uid==$who)
                        {
                 echo "Sending to your own account is not permitted!
            ";
             }else{
            if($ptg<=0)
            {
               echo "0 amount is not allowed!
            ";
             }else{
            if($ptg>=10001)
            {
               echo "10,000 maximum plusses!
            ";
             }else{
            if(($ptg=="")||($pres==""))
                    {
                      echo "Its empty";
                    }else{
             $unick = getnick_uid($who); 
            $actime = mysql_fetch_array(mysql_query("SELECT actime FROM ibwf_killed2 WHERE uid=&#39;".$uid."&#39; AND who=&#39;".$who."&#39; ORDER BY actime DESC LIMIT 1"));
                    $timeout = $actime[0] + (1*24*60*60);
                    if(time()<$timeout)
                    {
                        echo "Can&#39;t send plusses to the same user at this time wait after 1 day!.
            
            ";
                    }else{
            $unick = getnick_uid($who);
              $psf = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
              $npl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$who."&#39;"));
              if($psf[0]>=$ptg){
                $psf = $psf[0]-$ptg;
                $npl = $npl[0]+$ptg;
                $res = mysql_query("UPDATE ibwf_users SET plusses=&#39;".$npl."&#39;, lastplreas=&#39;".mysql_escape_string($pres)."&#39; WHERE id=&#39;".$who."&#39;");
                if($res)
                        {
                        if($tdo==1)
                        {
                          $msg = "share";
                        }else{
                            $msg = "share";
                        }
                      
                    $res = mysql_query("INSERT INTO ibwf_killed2 SET uid=&#39;".$uid."&#39;, who=&#39;".$who."&#39;, actime=&#39;".time()."&#39;");
            $res = mysql_query("UPDATE ibwf_users SET plusses=&#39;".$psf."&#39; WHERE id=&#39;".$uid."&#39;");
                      mysql_query("INSERT INTO ibwf_mlog SET action=&#39;shareplusses&#39;, details=&#39;[b]".getnick_uid(getuid_sid($sid))."[/b] send plusses to[b] ".$unick."[/b] the amount of: ".$ptg."&#39;, actdt=&#39;".time()."&#39;");
                       mysql_query("UPDATE ibwf_users SET plussess=plusses-3 WHERE id=&#39;".$uid."&#39;");
                       echo "Plusses Shared Successfully to $unick
            ";
                      $msg = "".getnick_uid(getuid_sid($sid))." had $msg $ptg plusses to you. LIVE MSG: $pres"."[br/][small]Note: This is an automatic PM[/small]";
                        autopm($msg, $who);
                    }else{
                      echo "Database Error!
            ";
                    }
                  }else{
                     $nopl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".getuid_sid($sid)."&#39;"));
                    echo "Yebba! not enough plusses!
            ";
                    }
                  }
            }
            }
            }
            }
            echo "
            ";
              echo "<a href=\"index.php?action=main&amp;sid=$sid&amp;type=send&amp;browse?start\">";
            echo "Main menu</a>";
            echo "</p>";
            
            }

            Comment


              #66
              darkdesire Thanx Yahoo Finally

              Comment


                #67
                @ chris just use firefox 4 downloading as it can resume any download lol

                Comment


                  #68
                  lol i got a good one for you



                  Internal Server Error
                  The server encountered an internal error or misconfiguration and was unable to complete your request.
                  Please contact the server administrator, webmaster@anarchymusic.isosystems.eu and inform them of the time the error occurred, and anything you might have done that may have caused the error.

                  More information about this error may be available in the server error log.


                  Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


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

                  Apache/1.3.41 Server at anarchymusic.info Port 80

                  Comment


                    #69
                    LOL DONT MATTER. I SORTED IT

                    Comment


                      #70
                      on thi script i have found this problem..in topics page when you have 2 post ,it show regulary on the page ..but
                      from the third post the page refuse to show the others!..they start to appear only if you wipe the last message

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

                      else if($action=="viewtpc")
                      {
                      $tid = $_GET["tid"];
                      $go = $_GET["go"];
                      addonline(getuid_sid($sid),"Viewing Forum Topic","index.php?action=viewtpc&amp;tid=$tid");
                      $tfid = mysql_fetch_array(mysql_query("SELECT fid FROM ibwf_topics WHERE id=&#39;".$tid."&#39;"));
                      if(!canaccess(getuid_sid($sid), $tfid[0]))
                      {
                      echo "<head>";
                      echo "<title>View Topic</title>";
                      echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                      echo "</head>";
                      echo "<body>";
                      echo "<p align=\"center\">";
                      echo "You Don&#39;t Have A Permission To View The Contents Of This Forum

                      ";
                      echo "<a href=\"index.php?action=main&amp;sid=$sid\">Home</a>";
                      echo "</p>";
                      echo "</body>";
                      echo "</html>";
                      exit();
                      }

                      $tinfo = mysql_fetch_array(mysql_query("SELECT name, text, authorid, crdate, views, fid, pollid from ibwf_topics WHERE id=&#39;".$tid."&#39;"));
                      $tnm = htmlspecialchars($tinfo[0]);
                      echo "<head>";
                      echo "<title>View Topic</title>";
                      echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
                      echo "</head>";
                      echo "<body>";
                      echo popup($sid);
                      echo "<p align=\"center\">";
                      $umsg = getunreadpm(getuid_sid($sid));
                      if($umsg>0)
                      {
                      echo "
                      6 <a href=\"inbox.php?action=main&amp;sid=$sid\">$umsg New Inbox!</a>
                      ";
                      }
                      $num_pages = getnumpages($tid);
                      if($page==""||$page<1)$page=1;
                      if($go!="")$page=getpage_go($go,$tid);
                      $posts_per_page = 5;
                      if($page>$num_pages)$page=$num_pages;
                      $limit_start = $posts_per_page *($page-1);
                      echo "1 <a accesskey=\"1\" href=\"index.php?action=post&amp;sid=$sid&amp;tid= $tid\">Post reply</a>";
                      $lastlink = "3 <a accesskey=\"3\" href=\"index.php?action=$action&amp;tid=$tid&amp;s id=$sid&amp;go=last\">Last Page</a>";
                      $firstlink = "2 <a accesskey=\"2\" href=\"index.php?action=$action&amp;tid=$tid&amp;s id=$sid&amp;page=1\">First Page</a> ";
                      $golink = "";
                      if($page>1)
                      {
                      $golink = $firstlink;
                      }
                      if($page<$num_pages)
                      {
                      $golink .= $lastlink;
                      }
                      if($golink !="")
                      {
                      echo "
                      $golink";
                      }
                      echo "</p>";
                      echo "<p align=\"center\">";
                      $vws = $tinfo[4]+1;
                      $rpls = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_posts WHERE tid=&#39;".$tid."&#39;"));
                      echo "Replies: $rpls[0] - Views: $vws
                      ";
                      ///fm here

                      if($page==1)
                      {
                      $posts_per_page=4;
                      mysql_query("UPDATE ibwf_topics SET views=&#39;".$vws."&#39; WHERE id=&#39;".$tid."&#39;");
                      $ttext = mysql_fetch_array(mysql_query("SELECT authorid, text, crdate, pollid FROM ibwf_topics WHERE id=&#39;".$tid."&#39;"));
                      $unick = getnick_uid($ttext[0]);
                      if(isonline($ttext[0]))
                      {
                      $iml = "<img src=\"../images/onl.gif\" alt=\"+\"/>";
                      }else{
                      $iml = "<img src=\"../images/ofl.gif\" alt=\"-\"/>";
                      }
                      $usl = "
                      <a href=\"index.php?action=viewuser&amp;sid=$sid&amp; who=$ttext[0]\">$iml$unick</a>";
                      $topt = "<a href=\"index.php?action=tpcopt&amp;sid=$sid&amp;ti d=$tid\">*</a>";
                      if($go==$tid)
                      {
                      $fli = "<img src=\"../images/flag.gif\" alt=\"!\"/>";
                      }else{
                      $fli ="";
                      }
                      $pst = parsemsg($ttext[1],$sid);
                      echo "$usl: $fli$pst $topt
                      ";
                      $dtot = date("d-m-y - H:i:s",$ttext[2]);
                      echo $dtot;
                      echo "
                      ";
                      if($ttext[3]>0)
                      {
                      echo "4 <a accesskey=\"4\" href=\"index.php?action=viewtpl&amp;sid=$sid&amp;w ho=$tid\">POLL</a>
                      ";
                      }
                      }
                      if($page>1)
                      {
                      $limit_start--;
                      }
                      $sql = "SELECT id, text, uid, dtpost, quote FROM ibwf_posts WHERE tid=&#39;".$tid."&#39; ORDER BY dtpost LIMIT $limit_start, $posts_per_page";
                      $posts = mysql_query($sql);
                      while($post = mysql_fetch_array($posts))
                      {
                      $unick = getnick_uid($post[2]);
                      if(isonline($post[2]))
                      {
                      $iml = "<img src=\"../images/onl.gif\" alt=\"+\"/>";
                      }else{
                      $iml = "<img src=\"../images/ofl.gif\" alt=\"-\"/>";
                      }
                      $usl = "
                      <a href=\"index.php?action=viewuser&amp;sid=$sid&amp; who=$post[2]\">$iml$unick</a>";
                      $pst = parsemsg($post[1], $sid);
                      $topt = "<a href=\"index.php?action=pstopt&amp;sid=$sid&amp;pi d=$post[0]&amp;page=$page&amp;fid=$tinfo[5]\">*</a>";
                      if($post[4]>0)
                      {
                      $qtl = "<a href=\"index.php?action=viewtpc&amp;sid=$sid&amp;t id=$tid&amp;pst=\">(quote:p=blaze,d=16-04-2006)</a>";
                      }
                      if($go==$post[0])
                      {
                      $fli = "<img src=\"../images/flag.gif\" alt=\"!\"/>";
                      }else{
                      $fli ="";
                      }
                      echo "$usl: $fli$pst $topt
                      ";
                      $dtot = date("d-m-y - H:i:s",$post[3]);
                      echo $dtot;
                      echo "
                      ";
                      }
                      ///to here
                      echo "</p>";
                      echo "<p align=\"center\">";
                      if($page>1)
                      {
                      $ppage = $page-1;
                      echo "<a href=\"index.php?action=viewtpc&amp;page=$ppage&am p;sid=$sid&amp;tid=$tid\">«PREV</a> ";
                      }
                      if($page<$num_pages)
                      {
                      $npage = $page+1;
                      echo "<a href=\"index.php?action=viewtpc&amp;page=$npage&am p;sid=$sid&amp;tid=$tid\">Next»</a>";
                      }
                      echo "
                      $page/$num_pages
                      ";
                      if($num_pages>2)
                      {
                      $rets = "<form action=\"index.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=\"tid\" value=\"$tid\"/>";
                      $rets .= "<input type=\"hidden\" name=\"sid\" value=\"$sid\"/>";
                      $rets .= "<input type=\"Submit\" value=\"Go To Page\" Name=\"Submit\"/></form>";

                      echo $rets;
                      }
                      echo "
                      ";
                      echo "1 <a href=\"index.php?action=post&amp;sid=$sid&amp;tid= $tid\">Post reply</a>";
                      echo "</p>";
                      echo "<p align=\"center\">";
                      $fid = $tinfo[5];
                      $fname = getfname($fid);
                      $cid = mysql_fetch_array(mysql_query("SELECT cid FROM ibwf_forums WHERE id=&#39;".$fid."&#39;"));
                      $cinfo = mysql_fetch_array(mysql_query("SELECT name FROM ibwf_fcats WHERE id=&#39;".$cid[0]."&#39;"));
                      $cname = $cinfo[0];
                      $cid = mysql_fetch_array(mysql_query("SELECT cid FROM ibwf_forums WHERE id=&#39;".$fid."&#39;"));
                      $fname = htmlspecialchars($fname);
                      echo "4 <a accesskey=\"4\" href=\"index.php?action=viewfrm&amp;sid=$sid&amp;f id=$fid\">Back To $fname</a>
                      ";
                      if($cid[0]>0)
                      {
                      echo "5 <a accesskey=\"5\" href=\"inbox.php?action=main&amp;sid=$sid\">Inbox</a>
                      ";
                      echo "6 <a accesskey=\"6\" href=\"lists.php?action=buds&amp;sid=$sid\">BuddyL ist</a>
                      ";
                      echo "7 <a accesskey=\"7\" href=\"index.php?action=chat&amp;sid=$sid\">Chat</a>
                      ";
                      $cinfo = mysql_fetch_array(mysql_query("SELECT name FROM ibwf_fcats WHERE id=&#39;".$cid[0]."&#39;"));
                      $cname = htmlspecialchars($cinfo[0]);
                      echo "8 <a accesskey=\"8\" href=\"index.php?action=viewcat&amp;sid=$sid&amp;c id=$cid[0]\">$cname</a>
                      ";
                      echo forumlink($sid,9);
                      }else{
                      echo "5 <a accesskey=\"5\" href=\"inbox.php?action=main&amp;sid=$sid\">Inbox</a>
                      ";
                      echo "6 <a accesskey=\"6\" href=\"lists.php?action=buds&amp;sid=$sid\">BuddyL ist</a>
                      ";
                      echo "7 <a accesskey=\"7\" href=\"index.php?action=chat&amp;sid=$sid\">Chat</a>
                      ";
                      $cid = mysql_fetch_array(mysql_query("SELECT clubid FROM ibwf_forums WHERE id=&#39;".$fid."&#39;"));
                      $cinfo = mysql_fetch_array(mysql_query("SELECT name FROM ibwf_clubs WHERE id=&#39;".$cid[0]."&#39;"));
                      $cname = htmlspecialchars($cinfo[0]);
                      echo "8 <a accesskey=\"8\" href=\"index.php?action=gocl&amp;sid=$sid&amp;clid =$cid[0]\">$cname Club</a>
                      ";
                      echo forumlink($sid,9);
                      }
                      echo "0 <a accesskey=\"0\" href=\"index.php?action=main&amp;sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a>";
                      echo "</p>";
                      echo "</body>";
                      }
                      </div>


                      maybe there is a bug in this part of the svript

                      ..somebody can help?
                      sigpicthe italian/international COMMUNITY of friendship
                      http://people2000.netne.net
                      WAP/WEB
                      peoplemailbox@katamail.com

                      Comment


                        #71
                        hi, when i trying go to any of my chatroom with normal user its says &#39;&#39;Permission Denied&#39;&#39;... With admin account its OK ... why? Thangs for all ;]

                        Comment


                          #72
                          friend this :
                          ibwf_killed2

                          wth is???
                          if like my post click:

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

                          Comment


                            #73
                            Thanks for sharing, it really helped me

                            Comment

                            Working...
                            X