
10-14-2005, 12:32 AM
|
 |
|
|
Join Date: Mar 2005
Location: Minnesota
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
This hack is causing problems when I try to edit a usergroup, well not causing problems it's preventing me, with this message:
Quote:
Database error in vBulletin 3.5.0:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Super Moderators',
`description` = '',
`usertitle` = 'Super Moderator',
`opentag` = '<font color=blue>',
`closetag` = '</font>',
`passwordexpires` = '0',
`passwordhistory` = '0',
`forumpermissions` = '1048319',
`attachlimit` = '0',
`pmquota` = '250',
`pmpermissions` = '3',
`pmsendmax` = '0',
`calendarpermissions` = '63',
`wolpermissions` = '15',
`adminpermissions` = '1',
`genericpermissions` = '204439535',
`genericoptions` = '31',
`profilepicmaxwidth` = '350',
`profilepicmaxheight` = '350',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '150',
`avatarmaxsize` = '50000',
`vbaffiliatespermissions` = '0'
WHERE usergroupid=5;
MySQL Error : Unknown column 'vbaffiliatespermissions' in 'field list'
Error Number : 1054
Date : Thursday, October 13th 2005 @ 09:17:29 PM
Script : http://*************/forums/admincp/usergroup.php
Referrer : http://www.**********/forums/admincp/usergroup.php?do=edit&usergroupid=5
IP Address : ************
Username : ~Hubba~
Classname : vb_database
|
Trying to manage affiliates I get:
Quote:
Database error in vBulletin 3.5.0:
Invalid SQL:
SELECT * FROM affiliates_settings;
MySQL Error : Table 'gfx_forums.affiliates_settings' doesn't exist
Error Number : 1146
Date : Thursday, October 13th 2005 @ 09:18:29 PM
Script : http://www.***********.net/forums/admincp/affiliateadmin.php?do=settings
Referrer : http://www.*********.net/forums/admincp/index.php?do=nav
IP Address : ************
Username : ~Hubba~
Classname : vb_database
|
Trying to uninstall I get:
Quote:
Database error in vBulletin 3.5.0:
Invalid SQL:
DROP TABLE affiliates;
MySQL Error : Unknown table 'affiliates'
Error Number : 1051
Date : Thursday, October 13th 2005 @ 09:10:15 PM
Script : http://www.**********.net/forums/admincp/plugin.php
Referrer : http://www.********.net/forums/admincp/plugin.php?do=productdelete&productid=dvbt_vbaffil iates&s=
IP Address : *********
Username : ~Hubba~
Classname : vb_database
|
All files were uploaded, then the product, I don't want to know how to fix this, I want to know how to get rid of it.
|