Go Back   ClanTemplates > Professional > Programming
Game Tracker

Programming Got something programming related you wanna talk about? Post it here. PHP, ASP, CGI, MySQL, etc.

Reply
  Thread Tools Display Modes
#1  
Old July 30th, 2010, 06:12 PM
NamUrPosion NamUrPosion is offline
Newbie
 
Join Date: Oct 2005
iTrader: (0)
Posts: 14
NamUrPosion is an unknown quantity at this point
Vbulletin plugin.. Need help..

I need help finding a code which will allow me to send information to a custom sql database table when a user registers on the site.. I cannot find any website which has the information i need..

I need the plugin to send information to the following database table..


Quote:
cs_bio

pemail varchar(100) cp1257_general_ci No
id int(11) No auto_increment
username varchar(25) cp1257_general_ci No
alias varchar(75) cp1257_general_ci No
country varchar(10) cp1257_general_ci No
facebook varchar(150) cp1257_general_ci No
rig varchar(120) cp1257_general_ci No
processor varchar(50) cp1257_general_ci No
ram varchar(120) cp1257_general_ci No
videocard varchar(50) cp1257_general_ci No
mouse varchar(50) cp1257_general_ci No
keyboard varchar(50) cp1257_general_ci No
headset varchar(50) cp1257_general_ci No
favoritegame varchar(50) cp1257_general_ci No
monitor varchar(50) cp1257_general_ci No
msn varchar(50) cp1257_general_ci No
gmail varchar(50) cp1257_general_ci No
skype varchar(50) cp1257_general_ci No
xfire varchar(50) cp1257_general_ci No
aim varchar(50) cp1257_general_ci No
age varchar(10) cp1257_general_ci No
avatar varchar(100) cp1257_general_ci No /uploads/avatars/noav.jpg
joined date No
xp varchar(255) cp1257_general_ci No
teamname varchar(255) cp1257_general_ci No
email varchar(50) cp1257_general_ci No
kills varchar(50) cp1257_general_ci No
deaths varchar(50) cp1257_general_ci No
fid int(11) No
rank varchar(50) cp1257_general_ci No
quote varchar(150) cp1257_general_ci No
website varchar(100) cp1257_general_ci No
guid varchar(50) cp1257_general_ci No
fa varchar(3) cp1257_general_ci No
fam varchar(255) cp1257_general_ci No
banned varchar(1) cp1257_general_ci No 0
bandate date No
reason varchar(255) cp1257_general_ci No
admin varchar(100) cp1257_general_ci No
xbox varchar(100) cp1257_general_ci No
PS3 varchar(100) cp1257_general_ci No
credits varchar(100) cp1257_general_ci No 0
chat
If someone with VB knowledge could help, i would really be grateful...:notworth y

The entries i would like auto matic entered are in red text..
Reply With Quote
#2  
Old July 30th, 2010, 06:26 PM
Russ's Avatar
Russ Russ is offline
Altered Gamers
 
Join Date: Mar 2006
From: Reno, NV
iTrader: (3)
Posts: 3,021
Russ has a reputation beyond repute Russ has a reputation beyond repute Russ has a reputation beyond repute
Send a message via ICQ to Russ Send a message via MSN to Russ
Re: Vbulletin plugin.. Need help..

You might have better luck posting over at vbulletin.org, they handle a lot of the modding for vbulletin and it would be a great asset to you.
__________________
Reply With Quote
#3  
Old July 30th, 2010, 09:14 PM
CS-Chris CS-Chris is offline
Tragic Rook
 
Join Date: Feb 2008
From: Alabama
iTrader: (1)
Posts: 69
CS-Chris is an unknown quantity at this point
Send a message via AIM to CS-Chris Send a message via MSN to CS-Chris
Re: Vbulletin plugin.. Need help..

Also you need to remove this database from public view as well . Thanks
__________________

Under New Management

Reply With Quote
#4  
Old July 31st, 2010, 01:23 AM
NamUrPosion NamUrPosion is offline
Newbie
 
Join Date: Oct 2005
iTrader: (0)
Posts: 14
NamUrPosion is an unknown quantity at this point
Re: Vbulletin plugin.. Need help..

whelp.. no harm in this, it is just a database post.. im just trying to get something usefull done chris..
Reply With Quote
#5  
Old July 31st, 2010, 01:25 AM
NamUrPosion NamUrPosion is offline
Newbie
 
Join Date: Oct 2005
iTrader: (0)
Posts: 14
NamUrPosion is an unknown quantity at this point
Re: Vbulletin plugin.. Need help..

ill post on the vb site too.. i tried there before, but not much on the answer side..
Reply With Quote
#6  
Old August 1st, 2010, 03:05 AM
pqrs633 pqrs633 is offline
Newbie
 
Join Date: May 2010
iTrader: (0)
Posts: 1
pqrs633 has a brilliant future
新加的空白文章13

这是新加的空白文章13,可以在ubb可视化编辑器中,添加和修改文章内容。
Reply With Quote
#7  
Old August 1st, 2010, 06:02 PM
510carlos 510carlos is offline
Coder?
 
Join Date: Sep 2007
From: Hayward, California
iTrader: (0)
Posts: 91
510carlos is an unknown quantity at this point
Send a message via AIM to 510carlos
Re: Vbulletin plugin.. Need help..

Who handles the register? vBulletin or CS script?
Reply With Quote
#8  
Old August 1st, 2010, 09:56 PM
Huggy's Avatar
Huggy Huggy is offline
HillBilly On Crack
 
Join Date: Aug 2006
From: England
iTrader: (7)
Posts: 859
Huggy is an unknown quantity at this point
Send a message via MSN to Huggy
Re: Vbulletin plugin.. Need help..

Just add another query in where the new user is added in the database.
__________________
Watch Free Movies Online
Freelance PHP, Ajax, MySQL, XHTML and CSS
Add to MSN or PM if you require my services
Reply With Quote
#9  
Old August 3rd, 2010, 03:44 AM
NamUrPosion NamUrPosion is offline
Newbie
 
Join Date: Oct 2005
iTrader: (0)
Posts: 14
NamUrPosion is an unknown quantity at this point
Re: Vbulletin plugin.. Need help..

where at in the vbulletin settings do i add this?
Reply With Quote
#10  
Old August 3rd, 2010, 03:47 AM
NamUrPosion NamUrPosion is offline
Newbie
 
Join Date: Oct 2005
iTrader: (0)
Posts: 14
NamUrPosion is an unknown quantity at this point
Re: Vbulletin plugin.. Need help..

vbulletin is the main database, CS is just an addon to the systems back end.. right now you have to double register with the site.. and in doing so, the ID's do not match and make programing additions to the system harder.. i am trying to defeat this problem by making vbulletin send the requested data to the cs table on register.. i know this can be done, but looking at vbulletin code is like trying to read the chines posted before you.. lol.. but if anyone can help me or point me in the right direction i would be grateful.
Reply With Quote
#11  
Old August 3rd, 2010, 03:29 PM
JoshuaG's Avatar
JoshuaG JoshuaG is offline
atleast you get to witnes
 
Join Date: Sep 2009
From: Longview
iTrader: (2)
Posts: 437
JoshuaG has a reputation beyond repute
Send a message via MSN to JoshuaG
Re: Vbulletin plugin.. Need help..

this is really simple to do and carlos has it right you will have to change the CS database details to add into the VB Database tables.

or vise versa.

you will have to find the Database connection in CS and all the query's and chnage them to where you need them to go etc..VB Database.
__________________
Free Clan & Gaming Templates!

GamingTemplates

Taking PHP Application Jobs!!

Reply With Quote
#12  
Old August 4th, 2010, 07:07 PM
Kalle's Avatar
Kalle Kalle is offline
UltimateLeetSpeed
 
Join Date: Dec 2004
From: Denmark
iTrader: (1337)
Posts: 17,280
Kalle has a reputation beyond repute Kalle has a reputation beyond repute Kalle has a reputation beyond repute Kalle has a reputation beyond repute Kalle has a reputation beyond repute
Send a message via ICQ to Kalle Send a message via AIM to Kalle Send a message via MSN to Kalle Send a message via Yahoo to Kalle Send a message via Skype™ to Kalle
Re: Vbulletin plugin.. Need help..

What you need to do is to write a php script and attach it to the registration plugin hook in the Administration Control Panel. We do the very same for various things here at CT.
__________________


Quote: Originally Posted by #php.pecl
[15:49] <@Rasmus> Kalle: make sure you don't ever click on a link I send you
[15:49] <@Rasmus> now that I know you use IE, I may be tempted
Reply With Quote
Reply

Warning
You are about to reply to a thread, where the last post is over 2 weeks old. Replying without a constructive post related to the topic, will result in infractions being given out

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
my guide on installing vbulletin NightLinks User submitted tutorials 1 September 6th, 2009 03:07 AM
Vbulletin Elite Gaming Ladder Bridge phpgator Marketplace 2 February 6th, 2009 02:04 AM
My vBulletin Steam IM Card Hack Kalle Programming 28 March 4th, 2007 07:43 PM
vBulletin Skin AFatKidRunnin Answered Questions 4 February 2nd, 2007 07:30 AM


All times are GMT +1. The time now is 10:34 AM.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.