Jump to content

How to insert user into phpbb forum?

- - - - -

  • Please log in to reply
2 replies to this topic

#1
thatsme

thatsme

    Programmer

  • Members
  • PipPipPipPip
  • 176 posts
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
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
  • Location:Vancouver, Eh! Cleverness: 200
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.
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.

#3
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
  • Location:Karlstad, Sweden
  • Programming Language:C, Java, C++, C#, PHP, JavaScript, Pascal
  • Learning:Java, C#
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




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users