Quote:
Originally Posted by Lizard King
Dean is there a query to uninstall this hack ?
I asked this 3 times before. It is not showing in my product manager and i cannot uninstall it but i want to uninstall it.
|
If it's not showing up in your plugin manager (which I have no idea why), then I can't offer you much more advice. I don't know the table structure of the plugin table offhand, but someone who does can offer you a query like:
[sql]
SELECT pluginid FROM plugin WHERE name LIKE '%SEO%';
[/sql]
Which will give you the IDs of the plugins you want to delete. But the above query will
not work as I don't know the fieldnames. If someone can provide that then I can offer assistance in removing it