You are not logged in.
- Topics: Active | Unanswered
#1 2008-06-02 16:12:27
- SuperMAG
- Member
- Registered: 2008-05-10
- Posts: 700
just a little help needed to remove a mod
i installed the thanks mod which didnt worked properly so i want to remove it now ,
this is what i imported to my db
which tables i remove in phpmyadmin
CREATE TABLE `post_thanks` (
`id` int(10) NOT NULL auto_increment,
`userid` int(10) NOT NULL,
`username` varchar(200) collate latin1_general_ci NOT NULL,
`postid` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;
Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)
Offline
#2 2008-06-02 16:48:05
- Utchin
- Member
- Registered: 2008-05-09
- Posts: 201
Re: just a little help needed to remove a mod
you remove post_thanks
Offline
