Hi. Could anyone help me to find out how to insert new user to pbpbb forum(how it insertion looks in php code)? I would also like to know how to create new topic in forum, because there's only button to create new forum, but no any button for creating topics.
2 replies to this topic
#1
Posted 12 July 2011 - 05:18 AM
|
|
|
#2
Posted 12 July 2011 - 02:36 PM
It is impossible to give you an answer without looking at the software itself, almost every PHP software performs tasks differently.
However, you will need to find the code that inserts the user in to the database, possibly a file named like register.php, and copy what it sends to the database (i.e. an insert to specific tables with specific data.)
These will likely be in the form of an SQL statement.
However, you will need to find the code that inserts the user in to the database, possibly a file named like register.php, and copy what it sends to the database (i.e. an insert to specific tables with specific data.)
These will likely be in the form of an SQL statement.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 12 July 2011 - 04:19 PM
I believe there are good API documentation for phpBB om their webpage somewhere...
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









