Gossamer Forum
Home : General : Internet Technologies :

VBulletin...

Quote Reply
VBulletin...
I don't suppose anyone has the user generation codes for VBulletin do they? I'm trying to write a script that will create both a VBulletin and Links SQL user, via one form...but I need to see how they encrypt their password Tongue

Thanks

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] VBulletin... In reply to
Hi Andy,

Does this help?

Code:
if ($user['password']!=md5($password)) { // check password

This is member.php

Regards,
Charlie
Quote Reply
Re: [Chaz] VBulletin... In reply to
This is more of the same, relly, but it might help:

Code:
$DB_site->query("UPDATE user SET password='".addslashes(md5($newpassword))."' WHERE userid=$userinfo[userid]");

~Charlie
Quote Reply
Re: [Chaz] VBulletin... In reply to
Ah..thats great....at least I know what encryption method they use now Smile

Don't suppose you have the table structure? (PM it to me,if you dont want to post anything locally).

Oh, and before anyone says anything...I did try my best to convert this client to Links SQL and GForum together...but they are a hard nut to break Tongue

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] VBulletin... In reply to
Do you need it just for the members table?

~Charlie
Quote Reply
Re: [Chaz] VBulletin... In reply to
Please Angelic

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] VBulletin... In reply to
I sent ya a PM. Let me know if you need anything else.

~CP
Quote Reply
Re: [Chaz] VBulletin... In reply to
You are a life-saver Smile

Thanks....

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] VBulletin... In reply to
No problem :)
Quote Reply
Re: [Chaz] VBulletin... In reply to
Andy, will you show us the result? I'm using both, vB and LinksSQL, sounds very interesting.
Quote Reply
Re: [Thomas.] VBulletin... In reply to
Unfortunatly I'm not allowed to. The project I'm working on, is pretty much a first on the Net...so I've been sworn to secrecy, and all that Unimpressed

Maybe once its all out, and the owner doesnt mind me doing it...

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] VBulletin... In reply to
lol

Quote:
The project I'm working on, is pretty much a first on the Net

There's no such thing anymore :)
Quote Reply
Re: [Paul] VBulletin... In reply to
Wel, I would love to proove you wrong...but I can't for obvious reasons. Maybe once its release Smile

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!