The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Code:
UPDATE user SET usergroupid = '8' WHERE icq != '' AND usergroupid != '6' AND posts < 1; |
Благодарность от: | ||
TheLastSuperman |
#12
|
||||
|
||||
Quote:
Quote:
|
#13
|
||||
|
||||
|
#14
|
||||
|
||||
Need to use your table prefix.
Code:
UPDATE PREFIXuser SET usergroupid = '8' WHERE icq != '' AND usergroupid != '6' AND posts < 1; |
#15
|
||||
|
||||
Quote:
hate to sound stupid but what is the table prefix? |
#16
|
||||
|
||||
A prefix added on all of your tables specified in your config.php file that all of your database tables have
|
#17
|
||||
|
||||
my prefix is vb but when I put
Code:
UPDATE vb/user SET usergroupid = '8' WHERE icq != '' AND usergroupid != '6' AND posts < 1 Code:
An error occurred while attempting to execute your query. The following information was returned. error number: 1064 error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '/user SET usergroupid = '8' WHERE icq != '' AND usergroupid != '6' AND posts < ' at line 1 |
#18
|
||||
|
||||
I very much doubt your table prefix is vb/
|
#19
|
||||
|
||||
this is from my confige file am I doing somthing wrong?
Code:
// ****** TABLE PREFIX ****** // Prefix that your vBulletin tables have in the database. $config['Database']['tableprefix'] = 'vb'; |
#20
|
||||
|
||||
UPDATE vbuser SET usergroupid = '8'
WHERE icq != '' AND usergroupid != '6' AND posts < 1; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|