The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
question.
My hack inserts threads automatically into the vbulletin database, and also adds a pool automatically. I want to know if I've done it right. I insert into the thread table, then i get the last inserted id, then I insert into the post table, and put the content i want in there. lastly, i insert into the poll table. This wouldn't cause anything drastic to happen would it? Like database corruption or anything like that? ..jordan willms |
|
#2
|
|||
|
|||
|
You should technically also update the searchindex and word tables but what you're doing will work, anyway.
|
![]() |
|
|