alteisenriese Posted October 25, 2010 Posted October 25, 2010 Someone hacked my site again and this time he/she created so many files, they are symlinks files. I dont know what symlinks files are and everytime i tried to delete them it didnt work, i cant delete them either from cpanel or ftp client. So i need a help to remove those files, the files are in archives folder, news folder and some in the root directory. account: antisocialnetworking.co.cc
Wizard Posted October 25, 2010 Posted October 25, 2010 Wrong forum, moved to Customer Service. I don't see anything wrong with your website.
alteisenriese Posted October 25, 2010 Author Posted October 25, 2010 Ok, i have succeeded deleting some files but there are still 2 files that i cant delete, i think the problem is this file which has the size of 500MB. I tried to delete it using unlink() command but it said "permission denied" then i tried to chmod it to 777 but i got an error which said "not permitted...". Any ideas?
Wizard Posted October 25, 2010 Posted October 25, 2010 This support request is being escalated to our root admin.
Ashoat Posted October 25, 2010 Posted October 25, 2010 Do you remember where the links were pointed to? What folders are they in?
alteisenriese Posted October 25, 2010 Author Posted October 25, 2010 Its in news folder, a file named j. i dont know where its pointed, you can check them i cant even delete the symlinks from the trash. Can you help me remove that stupid file?
Byron Posted October 25, 2010 Posted October 25, 2010 Try this perl script and chmod to 755. Don't forget to change the username. #!/usr/bin/perl -w print "Content-Type: text/html\n\n"; system 'rm "/home/byron/public_html/news/j" 2>&1';
alteisenriese Posted October 26, 2010 Author Posted October 26, 2010 Try this perl script and chmod to 755. Don't forget to change the username. #!/usr/bin/perl -w print "Content-Type: text/html\n\n"; system 'rm "/home/byron/public_html/news/j" 2>&1'; Failed. rm: Cannot remove `home/***/public_html/news/j:Permission denied something like that.
Ashoat Posted October 26, 2010 Posted October 26, 2010 The files were chown'd by root. I went ahead and deleted them.
alteisenriese Posted October 27, 2010 Author Posted October 27, 2010 Okay, thanks djbob. But i need your help once again. Can you fix my cpanel? I cant click on the trash can image so i cant delete all files which are deleted from cpanel. i guess its broken.
Byron Posted October 27, 2010 Posted October 27, 2010 Try going through here and clicking "yes" and see if that works. http://heliohost.org:2082/frontend/x3/files/dumpitconf.html
alteisenriese Posted October 27, 2010 Author Posted October 27, 2010 Try going through here and clicking "yes" and see if that works. http://heliohost.org:2082/frontend/x3/files/dumpitconf.html Yea it works, but do i have to click on that link everytime i want to clear the trash?
Byron Posted October 27, 2010 Posted October 27, 2010 Yea it works, but do i have to click on that link everytime i want to clear the trash? That's what I had to do in the past when I did have to empty the trash bin, but it's been so long since I've used any of the cpanel file functions that I don't exactly remember how the trash is supposed to work. I normally use a script or ftp.
choosesg Posted November 1, 2010 Posted November 1, 2010 Hi, Sorry to post here but I dont have premission to start a new topic and having serious problem with my deployment of website: http://choosesggirls.heliohost.org/ Error: Server Error in '/' Application ole32.dll Description: HTTP 500. Error processing request. Stack Trace: System.DllNotFoundException: ole32.dll at (wrapper managed-to-native) System.__ComObject:CoCreateInstance (System.Guid,intptr,uint,System.Guid,intptr&) at System.__ComObject.Initialize (System.Type t) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.__ComObject:Initialize (System.Type) at Mono.Interop.ComInteropProxy.CreateProxy (System.Type t) [0x00000] in <filename unknown>:0 at System.Runtime.Remoting.RemotingServices.CreateClientProxyForComInterop (System.Type type) [0x00000] in <filename unknown>:0 at System.Runtime.Remoting.Activation.ActivationServices.CreateProxyForType (System.Type type) [0x00000] in <filename unknown>:0 at <0x00000> <unknown method> at WebApplication1._Default.Page_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Web.UI.Control.LoadRecursive () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessLoad () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessPostData () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.InternalProcessRequest () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in <filename unknown>:0 Please help me! thanks!!
Recommended Posts