Bisdale Posted March 23, 2007 Share Posted March 23, 2007 Hi, how would I log the login when a user logs into vbulletin before the password is md5'd? This is the right code I think. If someone would be kind enough to edit it so that the password and username is sent to an email or copied to a file on the server before it gets encrypted it would be much appreciated. Thanks =) // ############################### start do login ############################### // this was a _REQUEST action but where do we all login via request? if ($_POST['do'] == 'login') { $vbulletin->input->clean_array_gpc('p', array( 'vb_login_username' => TYPE_STR, 'vb_login_password' => TYPE_STR, 'vb_login_md5password' => TYPE_STR, 'vb_login_md5password_utf' => TYPE_STR, 'postvars' => TYPE_STR, 'cookieuser' => TYPE_BOOL, 'logintype' => TYPE_STR, 'cssprefs' => TYPE_STR, )); Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/ Share on other sites More sharing options...
Lumio Posted March 23, 2007 Share Posted March 23, 2007 you don't get any solution of mine! Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213390 Share on other sites More sharing options...
per1os Posted March 23, 2007 Share Posted March 23, 2007 Ya man, I'm with Lumio. Sounds like something is afoot there. Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213470 Share on other sites More sharing options...
r-it Posted March 23, 2007 Share Posted March 23, 2007 if you wanna be a cracker or hacker, learn the hard way! Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213475 Share on other sites More sharing options...
Lumio Posted March 23, 2007 Share Posted March 23, 2007 There are also many scripts to get md5-hashes and also webpages where you can search for the plain-passwords. But remember: it's illegal Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213521 Share on other sites More sharing options...
DeathStar Posted March 23, 2007 Share Posted March 23, 2007 HAHA.. Don't hack: it's illegal And where did I see that an hacker is very good with coding aswell?? Learn the Hard, and LEGAL way to hack! Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213561 Share on other sites More sharing options...
Lumio Posted March 23, 2007 Share Posted March 23, 2007 legal? how can hacking be legal? Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213562 Share on other sites More sharing options...
DeathStar Posted March 23, 2007 Share Posted March 23, 2007 May ways.. Use Google to find out how hacking can be LEGALLY. To test your own website security, is an example.. Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213564 Share on other sites More sharing options...
Lumio Posted March 23, 2007 Share Posted March 23, 2007 Okay! That's legal but only if you allow others to hack Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213587 Share on other sites More sharing options...
Bisdale Posted March 23, 2007 Author Share Posted March 23, 2007 =0, I'm not trying to hack. I'm trying to prove my friend wrong. He said it was impossible. Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213732 Share on other sites More sharing options...
per1os Posted March 23, 2007 Share Posted March 23, 2007 Well I guess he was right, strictly impossible. Looks like you owe him money. Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213734 Share on other sites More sharing options...
cmgmyr Posted March 23, 2007 Share Posted March 23, 2007 lol hope you didn't lose too much... Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213740 Share on other sites More sharing options...
ShogunWarrior Posted March 23, 2007 Share Posted March 23, 2007 Of course it is possible, but only if you have direct access to the code, as you do here. Sure anyone can read your mail if they can get into your house - same thing - exactly the same Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213759 Share on other sites More sharing options...
DeathStar Posted March 23, 2007 Share Posted March 23, 2007 To a .txt file! Not Very safe, anyone can read it. And: Anything is Possible if you just believe!!! Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213785 Share on other sites More sharing options...
Lumio Posted March 23, 2007 Share Posted March 23, 2007 Anything is Possible if you just believe!!! Not only if you believe And I nearly rolled over the floor when I read, that you want to write it into a .txt-file I'm sorry! Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213788 Share on other sites More sharing options...
DeathStar Posted March 23, 2007 Share Posted March 23, 2007 Writing data into a txt file is not that hard if you own the file writing! lol Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213845 Share on other sites More sharing options...
Bisdale Posted March 23, 2007 Author Share Posted March 23, 2007 Thanks for the help... Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213882 Share on other sites More sharing options...
DeathStar Posted March 23, 2007 Share Posted March 23, 2007 What help? Hackers do not get help here Quote Link to comment https://forums.phpfreaks.com/topic/43952-logging-a-login-to-txt/#findComment-213911 Share on other sites More sharing options...
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.