KDawg08 Posted June 15, 2010 Posted June 15, 2010 So I have a copy of vbulletin I purchased for a site i'm running. I'm revamping the site and was curious if ANYONE has found a setup to setup the registration with vbulletin to auto register you for the games or vice versa? Quote
Jordan Palmer Posted June 15, 2010 Posted June 15, 2010 Dude, All you're doing is inserting into the dbs I cannot see it being that hard somehow lol Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 Dude, All you're doing is inserting into the dbs I cannot see it being that hard somehow lol I'm sorry we're not perfectly inclined to learn this stuff like you, but i cannot see how i can make it work with SEPERATE databases... Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 Connect to the db, then INSERT? You aren't talking to an expert here, So a little instructions or detail might be helpful. otherwise you're just wasting your time. I don't know how to set it to connect to multiple databases for registration, and I don't know how i would set it up. And so far you're just criticizing and it's kind of rude. Quote
Jordan Palmer Posted June 15, 2010 Posted June 15, 2010 Ok, So  You wanna include the connection to the db ie (Connect.php)  then you wanna insert into the table... Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 Ok, So You wanna include the connection to the db ie (Connect.php)  then you wanna insert into the table... Screw it, forget it completely. This was pointless to post... I miss back when NYNA use to be around as she would explain it step by step or say, well if you do this it'll cause an error BUT you can do this to correct it etc... She actually SHOWED you how to do it not just say "connect this and add stuff to it" Thanks anyways... Quote
Jordan Palmer Posted June 15, 2010 Posted June 15, 2010 I don't work with VBulletin so I don't know what the file names are.   It's not too hard if you think off it logically  A example  Ok hopefully that thread will help you a little more? Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 Thank you that almost explains it. That's exactly what i kept trying to search for but couldn't find a copy of it that made sense. Quote
Danny696 Posted June 15, 2010 Posted June 15, 2010 If you were around with Nyna, you should have learn alot by now. Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 If you were around with Nyna, you should have learn alot by now. considering i've been gone for ALONG TIME because i had a kid and that was more important... no Quote
bladewolf2010 Posted June 15, 2010 Posted June 15, 2010 having a kid really ain't an excuse mate, I have 2 daughters and 4 boys :) an another daughter on the way yet i'm still trying to learn. Yeah it'll be a bit slower but you gotta use your free time. Go to work with a book about coding and read there, read over lunch, read a page or two before you go to sleep :P Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 having a kid really ain't an excuse mate, I have 2 daughters and 4 boys :) an another daughter on the way yet i'm still trying to learn. Yeah it'll be a bit slower but you gotta use your free time. Go to work with a book about coding and read there, read over lunch, read a page or two before you go to sleep :P working 16hour days and coming home to take care of a child and get little sleep doesn't give you time to learn much, I just restarted all my sites and such because of all this, we even moved from the north west to the south with family for awhile because things went downhill for awhile. so yeah, I have pretty good reasoning to leave behind coding things for awhile. Quote
bladewolf2010 Posted June 15, 2010 Posted June 15, 2010 Thats life mate, can't take time from it don't bother trying to code. Way I see an excuse there just like assholes we all got them. :) I used to work 2 jobs a day and manage school in there. Now that was painful not being with my daughter the first 3 years of her life but I needed to do that to support her :/ In school i read, at work i read, and before i went to sleep i read. Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 Thats life mate, can't take time from it don't bother trying to code. Way I see an excuse there just like assholes we all got them. :) I used to work 2 jobs a day and manage school in there. Now that was painful not being with my daughter the first 3 years of her life but I needed to do that to support her :/ In school i read, at work i read, and before i went to sleep i read. idc what everyone elses "amazing stories" are. This isn't about peoples lives. I'm asking how i could set this up without screwing up my forums registration page. Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 then don't complain :P I stated something to someone about me being on here back when NYNA was around, and people started in on me. So either help out with the original post or stop posting please and thank you. Quote
AlabamaHit Posted June 15, 2010 Posted June 15, 2010 KDawg08, This is going to sound offensive and mean, but it's not really ment that way..but if you take it like that I don't care.. This is a LEARNING SITE!. Simple. If you can't take what someone has handed to you explainging HOW to do it, and go and learn how to do it.. Well, maybe your not smart enough, don't have enough time, or don't have interest in learning..Either way, this is a learning site, not a babysitting site. Or post code for my game site. Also, if you where really interested in learning youwould know that someone has posted a SMF Forum intergration. It would be SIMPLE to take their method and use it on vBullenton.. I mean honestly he told you exactly how to do it.."Why the heck would anyone code YOUR GAME FOR YOU!"...THat is what you want... You where explained how to do it.... YOU Connect to the database (OF forum)... YOU INSERT into the users table... NOW Find out what encyption. Change your Game encryption to that. md5, sha1 or what ever... Now you do the same on login... When you login for the game, Add the FORUM DATABASE and login them in... It it not that hard... Here is a Search that probarly will be VERY helpful. Quote
rulerofzu Posted June 15, 2010 Posted June 15, 2010 lolBlade you are always asking for help for basic stuff so how you can comment IDK. KDawg. Main prob you will find is that VB has to be paid for so most people wouldnt know the file layout etc. If your gonna get this done then it will have to be by PM etc as you wont be able to post any VB code here. The process as AlabamaHit has outlined is simple your probably overthinking it. My advice would be to see what passord encryption VB uses and change MCodes to use that rather than change VB. But that depends on if you have players already in your game or not. Quote
KDawg08 Posted June 15, 2010 Author Posted June 15, 2010 lolBlade you are always asking for help for basic stuff so how you can comment IDK. KDawg. Main prob you will find is that VB has to be paid for so most people wouldnt know the file layout etc. If your gonna get this done then it will have to be by PM etc as you wont be able to post any VB code here. The process as AlabamaHit has outlined is simple your probably overthinking it. My advice would be to see what passord encryption VB uses and change MCodes to use that rather than change VB. But that depends on if you have players already in your game or not. Thank you, I'm just sick of children on this site and their criticism just because my life isn't EXTREMELY PERFECT such as there's, or i don't know coding as well as them. or assuming iwant someone to code something for me by giving me DETAILS on how to do it, to learn from. Just because I don't learn the same method of everyone else doesn't make me a f*cking idiot like Alabama makes it out to sound like. As for changing the encryption and such, Thanks as that is one of the major things i needed to know. I was just trying to figure out the basics of anything i needed to do and maybe a bit of help with explanations, as i told Danny in PM, i don't want it coded for me, i want something i can use to LEARN how to do it myself. Quote
bladewolf2010 Posted June 15, 2010 Posted June 15, 2010 There plenty of children :P and no one has a perfect life lol. I know I do ask for help pretty often but I still take the time to attempt to learn as I been doing loads of over past few months Quote
AlabamaHit Posted June 15, 2010 Posted June 15, 2010 Yeah if misunderstood me, defently change the encryption of mccodes to match forum. And no one called you a f*ucking idiot like you said. IF I was I would have came out and said it. I'm no child. I'm 27 years old. I have 2 boys. 9 and 7 years old. If your life is so bad. Stop coding or STOP COMPLAINING! Quote
rulerofzu Posted June 15, 2010 Posted June 15, 2010 For the encryption search in the free mods. There is details there on how to change the MCodes password encrytion posted by Joshua/ImmortalThug then you will probably need to check the registration code for VB to see what the process there. Usually your looking for MD5 which is the password hash. 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.