PDA

View Full Version : Manual SQL queries


tutt
12-05-2007, 02:53 PM
Hello,
I have purchased Vbulletin and I am looking for tips or resources for doing things such as:

Executing SQL manually to add users, delete users, modify users (permissions), add forums, sub-forums, delete forums, etc.

In other words, I want to be able to tie Vbulletin in with a project I am coding from the ground up in PHP. Is there a resource that contains SQL queries or at least locations within the database that will help me create my own scripts to add/modify/delete users and forums manually? Any and all help is appreciated. TIA!

Opserty
12-05-2007, 02:56 PM
Add new Users (automatically) (https://vborg.vbsupport.ru/showthread.php?t=82836) (Also modify users is somewhere in that thread)

Look into using the datamanagers to add/edit/delete things from the database, bypassing the entire vBulletin system with SQL queries may give you some unwanted "side effects".