Hi,
I have two vB forums, one of them is for testing purposes only. (So I can apply hacks, and if it works properly I can transfer it over to the proper forum.) However, while I've been hacking the forum locally people have been registering on my live forum. Because of this, if I upload the hacked one over the top of the old one, I'll lose all of my new members.
The question is: which table in the database holds all of the members information? And if I update this table on the hacked database, should all of the members be transferred?
Edit:
Sorry, another simple question
In templates I keep on coming across things this this:
Now, from my memory I remember these as variables - how do I edit their values?
I have two vB forums, one of them is for testing purposes only. (So I can apply hacks, and if it works properly I can transfer it over to the proper forum.) However, while I've been hacking the forum locally people have been registering on my live forum. Because of this, if I upload the hacked one over the top of the old one, I'll lose all of my new members.
The question is: which table in the database holds all of the members information? And if I update this table on the hacked database, should all of the members be transferred?
Edit:
Sorry, another simple question

In templates I keep on coming across things this this:
PHP Code:
$something
Comment