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? |
#2
|
|||
|
|||
![]()
Your code is very sloppy and i suggest you read up on something called whitespace. Anyways, try using the addslashes() function inside the insert query.
|
#3
|
|||
|
|||
![]()
I didn't write this code and I don't know much about PHP...I wish I did. I guess I could read up on whitespaces, but I dont' think that will help much as I've never had any formal training on PHP coding.
|
#4
|
|||
|
|||
![]()
no one? Hmm, I thought this was a forum where people knew php...guess not. oh well.
|
#5
|
||||
|
||||
![]()
you should use $DB_site variable for connecting with the vb database and if the table USERS is in the same database use $DB_site again
![]() ![]() |
#6
|
|||
|
|||
![]() Quote:
|
#7
|
||||
|
||||
![]() Quote:
if the USERS table is in a separate database then vb, use "Copy table to (database.table):" fill in the name of the database the USERS table is in and the name of the new table and choose "structure and data only."' if its in the same database then still use "Copy table to(database.table)" and select your vb's database and a new name for the copy table and select "structure and data only." after that alter the new copied table until it looks like the USERS table ![]() |
#8
|
|||
|
|||
![]() Quote:
PHP Code:
|
#9
|
||||
|
||||
![]()
livewires query will only work if your using the same database as vb
![]() |
#10
|
|||
|
|||
![]()
deleted post
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|