PDA

View Full Version : Need Help ASAP !!



A7eh
April 7th, 2006, 12:07
Somone hacked my forum : www.a7eh.com/forum

i don know where's the eroro from i re uploaded backup and nothing chang

i talked to this guys hes said he played in apache :o wat that mean i don know he even don know how to get it back

anyone know how to fix that ?!! :eek2:

DarkBlood
April 7th, 2006, 12:59
What the hell is that? It looks like someone hacked the pathname via a file that you've enabled access that SHOULD NOT BE accessable (For example, the CPANEL is not located on your site, but rather a bunch of files pointing to a CPANEL.)

You'll need to get your server admin to fix it. Or just back-up your MySQL DB then re-install.

A7eh
April 7th, 2006, 13:29
guys !! i just make new one www.a7eh.com/new

now wat i should do so this Bit*** don hack me again ??

Tree
April 7th, 2006, 13:30
Password-protect things. Be smart about passwords. Encrypt stuff.

A7eh
April 7th, 2006, 13:31
lol i know man wat place then i should make password 4 it ?

Tree
April 7th, 2006, 13:32
Use .htaccess.

A7eh
April 7th, 2006, 13:33
tree give me ur msn please man :P

DarkBlood
April 7th, 2006, 13:38
And make sure the .htaccess is set to:

700 CHMOD

Tree
April 7th, 2006, 13:54
Iyeru, CHMODing an .htaccess file does no good. The correct permissions are automatically set by Apache.

A7eh
April 7th, 2006, 14:09
HELPPPPPPPP I CHMOD it 700 and the site become down :S SOMONE ASNWER ASAP

A7eh
April 7th, 2006, 14:13
wahahahahhaah i fix it :P

thnx guys

DarkBlood
April 7th, 2006, 14:27
Yeah but Tree, won't people STILL be able to see it and then be able to open it and see the contents? That's what usually happens on mine. :S

A7eh
April 7th, 2006, 14:40
Guys wat files i should put password for it ?

Tree
April 7th, 2006, 15:49
Yeah but Tree, won't people STILL be able to see it and then be able to open it and see the contents? That's what usually happens on mine. :S
No. Try to go to any .htaccess file. Here's one:

http://www.ncisolutions.com/secure/hosting-shack/.htaccess

.htpasswd is the same way

http://www.ncisolutions.com/secure/hosting-shack/.htpasswd

I have done no CHMODing of any kind. I created them in SSH by:


vim /home/******/public_html/secure/hosting-shack/.htaccess
vim /home/******/public_html/secure/hosting-shack/.htpasswd

Respectively