Thanks for your reply! I ended up going into the database using MyPHP, and found that the plugs are located under wp_options. And in case it’s useful to anyone else, I ran the SQL query:
ELECT * FROM wp_options WHERE option_name = ‘active_plugins’;
And the results were an array listing all the plugins, and I simply copied that to a text file for backup, and then deleted all from the table, and that inactivated all plugins.