Jump to content
  • 0

Change Name Of Table In Db Game


Question

Posted

hi 

i have forum vBulletin 4 .2
i  want help in merge the table of (accounts) in login database 
with the (user) table that refer to forum users 


and i will have (game accounts + and users of the forum ) in one table to to  make login from one user 
so now 
if i merge it in one table name (user)

where  should i change in java files or in game files to make it know the new table name & use it 


or if there any suggestion to how integration the forum users and game account in (one login & username )


:)

  
  

5 answers to this question

Recommended Posts

  • 0
Posted

It's not a good idea, because everybody will know your account name in-game.. many people uses their account name as a password. The best option is to create an extension for vBulletin that allows the users to register their in-game accounts via simple interface.. it's very flexible option! :)

  • 0
Posted

It's not a good idea, because everybody will know your account name in-game.. many people uses their account name as a password. The best option is to create an extension for vBulletin that allows the users to register their in-game accounts via simple interface.. it's very flexible option! :)

i already do that 

when the player he register from one page 

he enter the user name (in_game) and filed for enter the user name (in forum)

and there code to make the password not like the user name ...

hmmm 

vBulletin dont support external logins that out from database ...

so i think make it from the game will be more easy ...

anyway are there any another way to do the login ??

 

  • 0
Posted

What exactly "dont support external logins that out from database" means.. it is protected by Zend Guard or something? You should use db connection to the server along with the connection to vBullet's db, and you should encrypt the passwords for l2j using the proper algorithm, because there is a difference.

  • 0
Posted

i already do that

 

i think i found the solution ..

i will stop register in forum ..

and make it just from one page

that register the user in the two table (game and forum)

and when he make change like password he do it in the two column (password ) in the two table ..with every encrypt of course ...

what you think will face me from problems ?

  • 0
Posted

I don't know about that.. it's much easier to create additional game cp for registered users. I've never tried your method.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...