The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
He posted two, complete queries. Looks like you posted only part of the first one.
The queries are: HTML Code:
SELECT title, phpcode, hookname, product FROM plugin WHERE phpcode LIKE '%base64%' OR phpcode LIKE '%exec%' OR phpcode LIKE '%system%' OR phpcode like '%pass_thru%' OR phpcode like '%iframe%'; HTML Code:
SELECT styleid, title, template FROM template WHERE template LIKE '%base64%' OR template LIKE '%exec%' OR template LIKE '%system%' OR template like '%pass_thru%' OR template like '%iframe%'; |
#12
|
||||
|
||||
Tried that also. Im the super admin so thats not it. aLSO TRIED IN THE sql OF PHPMyAdmin. Same result
This is the complete error I get trying either one. Code:
An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'REDACTED_forum.plugin' doesn't exist Code:
An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'REDACTED_forum.template' doesn't exist |
#13
|
||||
|
||||
Quote:
Need the guy who posted the queries to chime in, I may be mistaken what exactly it is he posted there. LOOKS like queries, might not be though. Sorry i haven't been able to help you so far. |
#14
|
||||
|
||||
Ok I added my prefix to the query and it worked. I got 3 pages of results just for the Plugin query.
Now what? |
#15
|
||||
|
||||
Quote:
snakes was online today, maybe he will chime in. |
#16
|
||||
|
||||
So like I said I got the plugin query to work and got 42 results. (cant get the template one to work)
Anway Maybe reinstall the plugins affected with overwriting enabled. That would change the code but not sure about the DB. Thanks again. Daniel |
#17
|
|||
|
|||
Well the 2 queries i gave you just pull the data from those tables, the results you can match to a default/clean install on a dev site for example.
|
#18
|
||||
|
||||
Now if I only had a dev site.
|
#19
|
|||
|
|||
Those queries will only show you results that contain the keywords outlined base64 etc
|
#20
|
||||
|
||||
Quote:
SELECT title, phpcode, hookname, product FROM plugin WHERE phpcode LIKE '%base64%'; SELECT title, phpcode, hookname, product FROM plugin WHERE phpcode LIKE '%iframe%'; What do you see with just this part of the command? Any odd plugins that you don't remember adding? A screenshot would help us, but really if your site was compromised, it's wise to have someone who knows what they're doing on board. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|