Help with PHP-Nuke PLEASE?

Tonyp

New Member
I want to uninstall PHP-Nuke from my Yahoo website, but I cant find a way to. I went to snapshots but I cant find the restore button is grayed out for everything. Can anyone help me? I really dont want to delete my site.<br />
 

thinkunix

New Member
You should be able to do it by just deleting the directory that you've installed PHP Nuke into and then dropping the SQL database, either using phpadmin or by issuing the command

DROP DATABASE [name]

where [name] is your chosen name for the PHP-Nuke database.
 
Top