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
To install DAreseller simply ssh into your DirectAdmin server as the root user and execute the following commands:
I used this code to install in ssh
Installation Instructions
Trial DAreseller for Free for 7 daysTo 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