View Full Version : Run the following MySQL query ??? Whats that mean?
christiney
06-14-2003, 08:46 AM
Hello.
Im new to hacking, and i was wondering what
'Run the following MySQL query'
actually meant. I cant see an option for this in Control Panel, so...can someone help me?
assassingod
06-14-2003, 08:50 AM
christiney
06-14-2003, 10:26 AM
I cant get this on my server..... hmmmmm.
Do you know how to password protect a folder on CuteFTP?
SiGmA_X
06-15-2003, 10:09 AM
On CuteFTP? Did you try using a .htaccess file? Works on all Apache servers.. Windows doesn't like them tho ;)
Gary King
06-15-2003, 12:18 PM
Create the following files:
.htaccess .htpasswd
Contents of .htaccess:
AuthUserFile <PATH TO .HTPASSWD FILE>
AuthName "<whatever you want this area to be called>"
AuthType Basic
<Limit GET POST PUT>
require user <USERNAME>
</Limit>
You'll need to replace the following in the above:
<PATH TO .HTPASSWD FILE> <whatever you want this area to be called> <USERNAME>
Contents of .htpasswd
<USERNAME>:<encrypted password>
Would be best if you placed the above file somewhere that isn't publicly available.
You must replace the following in the above: <USERNAME> is replaced by the <USERNAME> that you have in the .htaccess file <encrypted password> is replaced by your password, encrypted
For the encrypted password, you'll have to find some sort of program to do this, or maybe your host's CP already has this feature.
For myself, if my host doesn't support this, I use Apache (since I already have it installed), so I'm not too sure how you'll get your encrypted passwords without it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.