Plusses for downloads

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

    Plusses for downloads

    If a member want to download an item they require a sertain amount of plusses who have that code if they download games they require 10 if 3gp 20 if pics 5 mp3 25 plusses?

    #2
    its easy...u can do it
    com site: http://vampist.net
    download site: http://wapdloads.net
    fb: http://www.facebook.com/pmplx

    Comment


      #3
      Originally posted by riderz View Post
      If a member want to download an item they require a sertain amount of plusses who have that code if they download games they require 10 if 3gp 20 if pics 5 mp3 25 plusses?
      im also looking for that, but i want something like this

      downloader will be deducted with e.g. 10 plusses
      then the uploader will get e.g. 10 plusses also

      wish someone could help us out
      LDSWAPWORLD sigpic
      site closed.
      im busy with other things in life like facebook , send me PM so i can add you
      www.pinoySG.com

      don't ask for help if you're not even helping yourself!
      i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.


      Comment


        #4
        You can see the add and take in some of the scripts lol
        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


          #5
          just make a function something like this
          PHP Code:
          function get_plusses($uid){
           
          $plusses mysql_fetch_array(mysql_query("SELECT plusses FROM USER_TABLE WHERE id='".$uid."'"));
          return 
          $plusses[0];

          then go 2 downloads and play with it lol

          e.g.
          PHP Code:
          if (get_plusses($uid)>10){
          echo 
          "<a href=\"download/pic.jpg\">PIC</a>";
          }else{
          echo 
          "U need at least 10 plusses 2 downolad this pic";

          its an example, theres many ways 2 play with it lol :p
          sigpiceeeeerrr....

          Comment


            #6
            i can only do the code to deduct plusses from the downloader but how to add plusses to uploader everytime a user downloads the file??
            LDSWAPWORLD sigpic
            site closed.
            im busy with other things in life like facebook , send me PM so i can add you
            www.pinoySG.com

            don't ask for help if you're not even helping yourself!
            i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.


            Comment


              #7
              Where excatly do i add the
              Code:
              if (get_plusses($uid)>10){
              echo "<a href=\"download/pic.jpg\">PIC</a>";
              }else{
              echo "U need at least 10 plusses 2 downolad this pic";
              }

              Comment


                #8
                but thats only for 1 file. what if for the specif file extension?? how to do it??or maybe a code that user cant browse that link/specific page if plusses not enough
                LDSWAPWORLD sigpic
                site closed.
                im busy with other things in life like facebook , send me PM so i can add you
                www.pinoySG.com

                don't ask for help if you're not even helping yourself!
                i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.


                Comment


                  #9
                  It's easy..U've done the code to deduct plusses if downloaded..So together with that, put the code to query that the uploader wilL be given plusses..Example, the c0st of download wilL be given to the uploader..So the c0st is equal to the amount to be given into the uploader..
                  My Blog: http://jhommark.blogspot.com
                  My Facebook: http://www.facebook.com/jhommark
                  My Official Site: http://www.undergroundweb.tk
                  My Community Site: http://undergroundwap.xtreemhost.com

                  Comment

                  Working...
                  X