Legacy Development Community Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Legacy Development Community Forum

World of Warcraft Development Forums
 
HomeHome  PortalPortal  GalleryGallery  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  

 

 Vbulletin Extra Fields to Kobold Account DB

Go down 
2 posters
AuthorMessage
Flexserve
Senior Member
Flexserve


Number of posts : 124
Age : 51
Localisation : 127.0.0.1
Registration date : 2006-11-28

Vbulletin Extra Fields to Kobold Account DB Empty
PostSubject: Vbulletin Extra Fields to Kobold Account DB   Vbulletin Extra Fields to Kobold Account DB EmptyWed Mar 21, 2007 12:21 am

Tool to link Vbulletin extra fields to kobold account registration:


Working on it....need help cause my php skills are lame ...

so far:
love this vBulletin deal --- MUCHO....

Code:
$vbulletin->GPC['userfield']["field5"]
$vbulletin->GPC['userfield']["field6"]
are the values you need to insert for your custom fields...assuming these are the first two cusstom fields you added....

for me it was 5 -= first name and 6 =- last name

and I inserted them into another database table upon regisration....so they hit userfield5 and 6 in the vb_userfield tables....or usertext not sure which....

and they also hit my database table

PHP Code:
Code:
$insertSQL = sprintf("INSERT INTO table_name (firstname, lastname) VALUES (%s, %s)",
GetSQLValueString($vbulletin->GPC['userfield']["field5"], "text"),
GetSQLValueString($vbulletin->GPC['userfield']["field6"], "text")); 

Of course GetSQLValueString is a dreamweaver code inserted when you insert your recordset to begin with...

This type registration to a private server may just be the way around the vbulletin encrypted password and allow users to choose a different username and password for the server account. I do not think Kobold server needs the e-mail address..but wouldn't hurt to ask for that either.

I just need to know how to implement this and where to put it??

Code from: vbulletin official forums
Back to top Go down
http://www.mywowserver.com
chazz




Number of posts : 46
Registration date : 2007-03-05

Vbulletin Extra Fields to Kobold Account DB Empty
PostSubject: Re: Vbulletin Extra Fields to Kobold Account DB   Vbulletin Extra Fields to Kobold Account DB EmptyWed Mar 21, 2007 12:51 am

use phpmaker 4.3 and sure u can source a generator from google Wink


http://rapidshare.com/files/8226489/zpm4300.zip

but i think vb and ipb are protected with md5 passes which u need to generate
Back to top Go down
Flexserve
Senior Member
Flexserve


Number of posts : 124
Age : 51
Localisation : 127.0.0.1
Registration date : 2006-11-28

Vbulletin Extra Fields to Kobold Account DB Empty
PostSubject: Re: Vbulletin Extra Fields to Kobold Account DB   Vbulletin Extra Fields to Kobold Account DB EmptyWed Mar 21, 2007 4:08 am

chazz wrote:
use phpmaker 4.3 and sure u can source a generator from google Wink


http://rapidshare.com/files/8226489/zpm4300.zip

but i think vb and ipb are protected with md5 passes which u need to generate
Not when they are extra field entiries! bounce
Back to top Go down
http://www.mywowserver.com
Flexserve
Senior Member
Flexserve


Number of posts : 124
Age : 51
Localisation : 127.0.0.1
Registration date : 2006-11-28

Vbulletin Extra Fields to Kobold Account DB Empty
PostSubject: Re: Vbulletin Extra Fields to Kobold Account DB   Vbulletin Extra Fields to Kobold Account DB EmptyThu Mar 22, 2007 4:02 am

Guess who's looking into this?...Lao..he's back too!
Back to top Go down
http://www.mywowserver.com
chazz




Number of posts : 46
Registration date : 2007-03-05

Vbulletin Extra Fields to Kobold Account DB Empty
PostSubject: Re: Vbulletin Extra Fields to Kobold Account DB   Vbulletin Extra Fields to Kobold Account DB EmptyThu Mar 22, 2007 8:55 am

if u use that program and get all entries as a php form field u can edit them quite easily Wink
Back to top Go down
chazz




Number of posts : 46
Registration date : 2007-03-05

Vbulletin Extra Fields to Kobold Account DB Empty
PostSubject: Re: Vbulletin Extra Fields to Kobold Account DB   Vbulletin Extra Fields to Kobold Account DB EmptyThu Mar 22, 2007 8:55 am

Oh yeah make sure u do one for IPB too LOL
Back to top Go down
Flexserve
Senior Member
Flexserve


Number of posts : 124
Age : 51
Localisation : 127.0.0.1
Registration date : 2006-11-28

Vbulletin Extra Fields to Kobold Account DB Empty
PostSubject: Re: Vbulletin Extra Fields to Kobold Account DB   Vbulletin Extra Fields to Kobold Account DB EmptyFri Mar 23, 2007 8:19 pm

Vbulletin Kobold Extra Fields to Database COMPLETED!
Version 3.6.5

Plus configurable through admin panel..hehe had to add that!! Easy as pie!

Product import->config in admincp->DONE!
Back to top Go down
http://www.mywowserver.com
Sponsored content





Vbulletin Extra Fields to Kobold Account DB Empty
PostSubject: Re: Vbulletin Extra Fields to Kobold Account DB   Vbulletin Extra Fields to Kobold Account DB Empty

Back to top Go down
 
Vbulletin Extra Fields to Kobold Account DB
Back to top 
Page 1 of 1
 Similar topics
-
» Ludmilla Account Menager v3 Beta 1.1
» Account saver
» Problem with Account Backup
» triggers Account/Characters
» REQ: Account Transfer tool

Permissions in this forum:You cannot reply to topics in this forum
Legacy Development Community Forum :: Tool's-
Jump to: