AlabamaHit Posted June 15, 2010 Posted June 15, 2010 I don't know the encryption of VB, but I remeber reading on that post before that it might already be the same (MD5). But I honestly don't know. I don't have VB. Quote
rulerofzu Posted June 15, 2010 Posted June 15, 2010 Probably Alabama. Depends on how they are using it though. IE with a salt or md5(md5(..... which ive come across before. Once thats determined should be pretty straight forward stuff. Quote
Danny696 Posted June 15, 2010 Posted June 15, 2010 Time for me to get a nulled version i think :) Quote
AlabamaHit Posted June 15, 2010 Posted June 15, 2010 lol @ Danny696. I think you like your post getting deleted lol :thumbup: Quote
rulerofzu Posted June 15, 2010 Posted June 15, 2010 Its stayed there for longer than I expected lol Quote
Danny696 Posted June 15, 2010 Posted June 15, 2010 The hash of the password in VB is md5(md5($password) + $salt) Quote
rulerofzu Posted June 15, 2010 Posted June 15, 2010 Would that be a random salt Danny or a pre-set one? Maybe in your version its $salt='nulled'; Quote
Joshua Posted June 15, 2010 Posted June 15, 2010 Jordan it's actually a bit more difficult than that. You are first going to have to Sync the Databases which can or can not be a royal pain in the butt Then find a way to make it so when they register on one or the other it inserts to both in the code as well Quote
Danny696 Posted June 15, 2010 Posted June 15, 2010 No, The MCC class has a usefull function for this. Use it to swap the DB, then insert a user, then swap back. Quote
AlabamaHit Posted June 15, 2010 Posted June 15, 2010 I don't see this being that complicated... It is just opening a connection to anotehr database...insert user....close connection. open other database... sign in... close connection.... I'll do it...it is not that complicated. I think everyone is just over thinking this. Quote
Danny696 Posted June 15, 2010 Posted June 15, 2010 I offered to do it, they want to know how to do it, not for someone to do it for them -.- Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 I offered to do it, they want to know how to do it, not for someone to do it for them -.- and i do appreciate the offer, but it's not as easy as everyone seems to think it is... phpbb3 is simple, smf is simple, but vb is kind of a pain in my ass.. i'm using 3.8.4 because i don't like 4.x which i paid for but still. I believe the encryption is all the same. Danny if u would like to help figure this out pm me again and i'll send you my MSN. Quote
Jordan Palmer Posted June 15, 2010 Posted June 15, 2010 Jordan it's actually a bit more difficult than that. You are first going to have to Sync the Databases which can or can not be a royal pain in the butt Then find a way to make it so when they register on one or the other it inserts to both in the code as well I gave a simple idea off doing it, If i didn't have other stuff I'd off explained in greater detail, but like Ab said ITS A LEARNING SITE, I'll be dammed if I sit here and help everyone  @AB; Your the man seriously. Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 Then why would you even bother making any comment if you don't plan to REALLY help? Quote
bladewolf2010 Posted June 15, 2010 Posted June 15, 2010 He did help tho :) You just have to understand we ain't going to watch your every step to do it and tell you what you doing wrong :) We got lives man, and so do you apparently :P Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 well with all the mumbo jumbo in this thread i'm so friggin lost i'm never goign to figure it out... Quote
AlabamaHit Posted June 15, 2010 Posted June 15, 2010 If I had VB I would do it. Just to show how everyone is making this more complicated that is should be...But I don't have VB, Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 If I had VB I would do it. Just to show how everyone is making this more complicated that is should be...But I don't have VB, I would hand you the register file but i'm not gonna post it on here. and like i said, I'm just trying to figure out how exactly to do it, and then i would obviously know how as i don't want someone to do it for me unless they're going to explain exactly what had to be done... Quote
Joshua Posted June 15, 2010 Posted June 15, 2010 If someone can do it using WBB let me know , because to be honest, the WBB forums confuse the hell out of me. To find one file takes me 30 minutes of scrolling through 2000 files ;P Quote
AlabamaHit Posted June 15, 2010 Posted June 15, 2010 PM me the register page..That should be enough to get it. Because that page should have all the information I need in it from the database. Just so you know..It will mess up a game that is running already. Cause you have to change the encryption. Meaning, everyones passwrods are going to be wrong... Now if you have a password reset..then you just implant that with new encryption...And everyone has to do a reset..but they will be good after that. Quote
KDawg08 Posted June 16, 2010 Author Posted June 16, 2010 PM me the register page..That should be enough to get it. Because that page should have all the information I need in it from the database. Just so you know..It will mess up a game that is running already. Cause you have to change the encryption. Meaning, everyones passwrods are going to be wrong... Now if you have a password reset..then you just implant that with new encryption...And everyone has to do a reset..but they will be good after that. i'll send it right now, and i don't even have the game installed on a site at the moment. Quote
rulerofzu Posted June 16, 2010 Posted June 16, 2010 He did help tho :) You just have to understand we ain't going to watch your every step to do it and tell you what you doing wrong :) We got lives man, and so do you apparently :PBlade you couldnt help anyway. Quote
KDawg08 Posted June 16, 2010 Author Posted June 16, 2010 Just waiting to see if Alabama has figured it out. 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.