Support Forums
MyBB MSSQL2005 Member table import Support? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Database Programming (https://www.supportforums.net/forumdisplay.php?fid=28)
+---- Thread: MyBB MSSQL2005 Member table import Support? (/showthread.php?tid=4662)



MyBB MSSQL2005 Member table import Support? - Glas - 02-03-2010

Hello ^^
I have a Free Online Music game since some weeks (my lastest project)
i noticed that there are some "community" tabs in the game inside it
that allows me to redirect to other sites

So i wish to integrate a MYBB forum inside the game
=)

I was Wondering if it's a way to import database member table and move it into mybb so users will not have to register twice,

also.. a cronological task that checks for new users and import them every x hours...

i know this will be so hard... but i really want to keep using mybb
i love it

Sad other wise i will have to use weird systems like toast or minibb
and i don't want T_T!


RE: MyBB MSSQL2005 Member table import Support? - Gaijin - 02-03-2010

Yes you can.
Actually, the process takes a bit time, but it's nothing hard to do.
You would need to copy the rows from the "game_users" field and recreate them in "mybb_users".
If the row already exists, just leave it and create the other rows...

Next you would open, mybb or the game files and, manually edit it.
You need to find all variables and functions, which hold or edit/add/delete users data, then edit them so they both load from the same table and field.
They'll share the stored data and you can also use the game variables easily in your forums. ;)


RE: MyBB MSSQL2005 Member table import Support? - Glas - 02-04-2010

forget it then
already installing Toast...

NOT MY LIKE T_T


RE: MyBB MSSQL2005 Member table import Support? - Glas - 12-31-2010

Solved, close thread plz


RE: MyBB MSSQL2005 Member table import Support? - Peter L - 12-31-2010

Did you get mybb working?