PDA

View Full Version : Trying to merge vB & GunBound Classic


Leo Renard
02-17-2008, 02:20 AM
Hello,

I just recently purchased vBulletin for my game server, however I'm having trouble locating where I can edit the template around where there's someone's ID displayed 'anywhere', like for example, the Online user's list. What I would like to do is place the user's GunBound rank image beside their ID on the forum, so it would look like this:

http://gunboundclassic.com/images/mini/25.gif LokoGB


I have this system working perfectly on my SMF board, but I'd rather use vBulletin. If you don't understand what I am talking about, see this URL:
http://forums.softnyx-canada.net/
This is my SMF forum, soon to be vBulletin. You should be able to see what I'm talking about here.


/* My next question is, do you guys know the algorithm used to create the Password hash in vBulletin? I would like it so when users register on the main GunBound website that their vBulletin account is automatically set up for them with the same password as their GunBound account. */

Just figured out the paragraph above here, thanks: http://www.vbulletin.com/forum/showpost.php?p=1505938&postcount=2

//Edit: To the guests out there that would like to help, my e-mail is diabllo@softnyx-canada.net

Thanks!

Dismounted
02-17-2008, 02:53 AM
Your first question could be solved by hooking into the user online query and retrieving the required data. This would apply to everywhere you want the image displayed.

The algorithm of vBulletin has been asked many times, an a search would (probably) reveal it.
$password = md5(md5($rawpassword) . $salt);