The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]() PHP Code:
The problem is it pulls the users in numerical order and adds them. Example: Table USER INSERT INTO `user` VALUES (1,6,'',0,'Admin', INSERT INTO `user` VALUES (2,2,'',0,'smssf', INSERT INTO `user` VALUES (3,2,'',0,'tcort',' INSERT INTO `user` VALUES (4,2,'',0,'AtEaseWeb.com Kids Suck!', INSERT INTO `user` VALUES (5,2,'',0,'thebigguy',' INSERT INTO `user` VALUES (1668,3,'',0,'nemo45', INSERT INTO `user` VALUES (7,2,'',0,'luvdmb36', INSERT INTO `user` VALUES (8,2,'',0,'Cole',' INSERT INTO `user` VALUES (9,2,'',0,'roach', notice the user nemo45 with USERID of 1668 once the script is run to add the users, here's what I get: Table USERS INSERT INTO `users` VALUES (1,'Admin', INSERT INTO `users` VALUES (2,'smssf', INSERT INTO `users` VALUES (3,'tcort', INSERT INTO `users` VALUES (4,'AtEaseWeb.com Kids Suck!', INSERT INTO `users` VALUES (5,'thebigguy', INSERT INTO `users` VALUES (6,'nemo45', INSERT INTO `users` VALUES (7,'luvdmb36', INSERT INTO `users` VALUES (8,'Cole', INSERT INTO `users` VALUES (9,'roach', Now notice nemo45 Since Nemo45 is the 6th user added, it gave it USERID 6 instead of USERID 1668. This is a bug that will show wrong users on my Vbulletin website when they post music files. Can someone please edit this script so that it pulls the correct USERID in table USER and puts it in table USERS? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|