csnreyes Posted December 14, 2008 Posted December 14, 2008 How do i find my members passwords, I want to check there stuff out w/o changing the pass Quote
POG1 Posted December 14, 2008 Posted December 14, 2008 Re: Password passwords are MD5 which would be extremely hard to decode, it will take even the best computers 40+ years to calculate. http://gdataonline.com/seekhash.php If you go there you can search in their database for the hash, it will not have every hash though. Quote
Haunted Dawg Posted December 14, 2008 Posted December 14, 2008 Re: Password Why not just make some thing like i did for my game. if($_POST['ID']) { $_POST['ID'] = abs(@intval($_POST['ID'])); $_SESSION['userid'] = $_POST['ID']; } echo ' <form action="'.$_SERVER['PHP_SELF'].'" method="post"> <input type="text" name="ID"> <input type="submit" value="Change ID!"> </form>'; Quote
POG1 Posted December 14, 2008 Posted December 14, 2008 Re: Password yeah good idea but if someone finds that you are fu*ked. Quote
Haunted Dawg Posted December 15, 2008 Posted December 15, 2008 Re: Password That's why you make it only accessable for ID 1 and your IP. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.