I deleted Sinusbot

mgrm47

instagram: @m47
Joined
Jul 15, 2015
Messages
27
Reaction score
17
Points
86
Heelo,

help me! i delete sinusbot but the sinusbot page is steel works!
i want to delete the page
 

Qraktzyl

Retired Staff
Contributor
Joined
Nov 2, 2015
Messages
997
Reaction score
723
Points
161
Kill the PID (process ID).
you can grep or check with top or htop for the PID, then "kill -9 PID"...
I'm not telling more, I want you to learn.

(Rebooting the server works too)
 

Alligatoras

Administrator
Joined
Mar 31, 2016
Messages
2,570
Solutions
12
Reaction score
2,857
Points
381
Heelo,

help me! i delete sinusbot but the sinusbot page is steel works!
i want to delete the page
Make sure that uou have restarted apache on your ssh with this command: sudo service apache2 restart
If this doesn't work, just reboot your VPS :)
 

Helix

Active Member
Joined
Sep 28, 2015
Messages
37
Reaction score
7
Points
80
ps aux|grep sinusbot

find the running sinusbot process then find the pid id number and type kill -9 PID
 
Top