PDA

View Full Version : How to uninstall?


Creed
02-17-2005, 04:03 AM
Is there any guide to the file edits to uninstall, because I was trying to revers the install and some of the install process was ... out. Mainly the DB Queries, I need to uinstall this hack pls. The "add below" are easily removed, however the :

#####################################
open showpost.php
#####################################

############
find
############

$post = $DB_site->query_first("
SELECT
post.*, post.username AS postusername, post.ipaddress AS ip,

[......]

WHERE post.postid = $postid
");


########################
replace it all with
########################

Makes it a bit difficult to replace what was there before :(

Nevermind, I've got it :)