Topic: Completly uninstall punbb on my server ?

Hello !

How can I completly uninstall my punbb forum from my server (SQL included) ? Do I have to do this manually ?

Thx for your answers by advance,
gilhoo

Re: Completly uninstall punbb on my server ?

Delete your PunBB directory (ex. forum/) and delete all the tables from PunBB in your MySQL or PostgreSQL database:
1. bans
2. categories
3. censoring
4. config
5. forum_perms
6. forums
7. groups
8. online
9. posts
10. ranks
11. reports
12. search_cache
13. search_matches
14. search_words
15. subscriptions
16. topics
17. users

[img]http://www.famfamfam.com/lab/icons/silk/icons/error.png[/img] /me speaks French and bad English [img]http://www.famfamfam.com/lab/icons/silk/icons/error.png[/img]

Re: Completly uninstall punbb on my server ?

Ok thank you kiplantt.

And cheers from Neuchâtel... wink

Re: Completly uninstall punbb on my server ?

The real question is why big_smile

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: Completly uninstall punbb on my server ?

Don't worry Rickard PunBB will stay my prefered forum script...

I just made a mistake while installing the script (like quit Firefox during the installation...) and wanted to restart everything...

It's really an amazing job you did... So easy to install and to manage.

A big thank you Rickard !

Re: Completly uninstall punbb on my server ?

How do I delete all the tables from PunBB in my MySQL database?

Re: Completly uninstall punbb on my server ?

Execute drop table commands for all of the tables listed above (you'll need to add your db_prefix to the table names if you used a prefix)