private profile for wapdesire v2

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

    private profile for wapdesire v2

    I dont think that anybody has ever coded private profile for wapdesire v2?can sumbody code 1 and post it here.. i have tried but never get it to work... i tried editing the coding from lava private profile...

    private profiles would make wap a thousand times better

    #2
    it is in lavalair mods ;)

    Also pm pretend for that code also
    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


      #3
      i coded this for someone before, but like i say i wont give you the code without people attempting things themeselves.. if you have attempted something do upload it and we will be more than happy to help, but i feel if we just give people things they wont learn and will ask for something else again and expect to recive it. this way we can teach you and you can learn from it.
      Want something coded email me at sales@webnwaphost.com for a prices.




      Comment


        #4
        You mite want to look up more then code try sql base as well
        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
          is wapdesire v2 different from other lava's??? same thing right


          ....................................
          http://photomag.lk/
          ....................................

          Comment


            #6
            Yes but mod to new but still lavalair....
            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


              #7
              $private = mysql_fetch_row(mysql_query("SELECT private FROM htp_users WHERE id='".$who."'"));
              if(($private[0]=='1') && (budres(getuid_sid($sid), $who)!=2) && (!ismod(getuid_sid($sid))) && (getuid_sid($sid)!=$who))
              {
              $unick = getnick_uid($who);
              $main.="<u>$unick Profile is private</u><br/>";
              }else
              {
              $main.="then u can view the profile...";
              }

              Thats the code ive came up with now but hey, It still dont work

              any1 got the code and want to share it?

              Comment


                #8
                I can only give you an Idea. I used to use this small piece of code on a site of a client long days ago. that wasn't lavalier though.
                PHP Code:
                $pview mysql_fetch_array(mysql_query("SELECT profileview FROM `user_table` WHERE nick='".$nick."'"));
                   if(
                $pview[0]=='1')
                   { echo 
                "Profile information Goes Here<br>"; echo "Like, Name: $dx[4]";
                   }
                if(
                $pview[0]=='0')
                {echo 
                "The Profile Is Disabled By ".$nick.".<br>";

                Comment

                Working...
                X