Uninstall a Plugin and its cron jobs

prithwirajsinha99

Verified User
Joined
Nov 2, 2020
Messages
6
I installed DAReseller Plugin (7 days trial) which is very much buggy. I tried to uninstall it and it didnt help. They have no support or nothing in their website. I wish to uninstall it and delete its crons. Its actually rewriting my reseller packages.

I used this code to install in ssh

Installation Instructions​

Trial DAreseller for Free for 7 days
To install DAreseller simply ssh into your DirectAdmin server as the root user and execute the following commands:

  • cd /usr/local/directadmin/plugins
  • wget http://deasoft.com/dainstall.cpp
  • g++ dainstall.cpp -o dainstall
  • chmod 700 dainstall
  • ./dainstall
  • rm dainstall
  • rm dainstall.cpp
Help me delete this please
 
Their website doesn't even exist anymore. Seems you bought something illegale of fake maybe.
Since the command also says to remove dainstall.cpp you cant see what it has done, unless you can download it again but I doubt it.

You might have to try via SSH.
cd /usr/local/directadmin/plugins rm -rf dainstall (or whatever it's called)
manually remove cronjobs

Since I can't visit the website anymore I wonder what this plugin should do.
 
Yep, now it's up again. At the time of my writing it was not reachable, for more than 5 minutes anyway. Maybe they did some work.

Were you able to uninstall it by using my commands?
 
Back
Top