Search results
Search Feed
Search Comments Feed
| Results 1 - 49 for username with Safesearch on. (0.27 seconds) |
|
accessible pwfilename READ APPEND "username:password cannot open file … accessible pwfilename CREATE WRITE "username:password cannot create file … online-tools/htpasswd-generator/ |
|
You can generate a password file on your system by typing commands on the OS prompt as follows: # htpasswd -c Filename username # Creates a password file … z.askapache.com/htaccess-file.txt |
|
<FilesMatch "^(admin|staff)\.php$"> AuthName "Dialog prompt" AuthType Basic AuthUserFile /home/username/.htpasswd Require valid-user </FilesMatch> … htaccess/using-filesmatch-and-files-in-htaccess.html |
|
Learn how to control spam once and for all, conditionally log/deny/allow/redirect requests based on IP, username, etc.. Mod_Security is so fine! … https://www.askapache.com/ |
|
To reset the password type ‘net user username *’ where username is the … I also disable the guest account, and give the guest username a password. … security/changing-any-password-on-xp.html |
|
#ifdef _OSD_POSIX /* User name comparisons are case insensitive on BS2000/OSD … If * so, set the flag, and remove the '~' from the * target username. … z.askapache.com/httpd/support/suexec.c |
|
MYSITES : /home/username/sites/askapache.com MYSITE : askapache.com MYSITEBK: askapachecom MYUSER : username MYGROUP : groupname MYGROUPS: MYFNAME … dreamhost/shell-scripts-for-dreamhost.html |
|
… (user|group|valid-user) (username|groupname) ########### ### BASIC PASSWORD PROTECTION ### #AuthType basic #AuthName "prompt" #AuthUserFile /.htpasswd … z.askapache.com/pdf/htaccess.txt |
|
The plugin is simple, you just choose a username and password and you are done. … Do I have to type in my username and password every admin page? … wordpress/htaccess-password-protect.html |
|
Clients dont need to know the Analytics username or password, they just click this and automatically are logged into Google! webmaster/login-google-analytics.html |
|
This also fixes having to type in the username and password twice by requiring the HTTP_HOST to match the HTTP_HOST that your SSL certificate is set-up for, … htaccess/apache-ssl-in-htaccess-examples.html |
|
They then click that link and it takes them to the directory and the apache login prompt asks them AGAIN for the username and password which is stored in … htaccess/tricks-for-controlling-htaccess-basic-authentication-with-php-and-mod_rewrite.html |
|
After I installed it and gave user name and password, the first login, it refuses my username and password and I’m locked out of my own blog. … wordpress-plugins/securing-htaccess-plugin.html |
|
Normally when you register on a WordPress blog you enter in a Username and Email to register. … Enter Email Addy and Password (Email used as username) … wordpress/register-user-registration-form.html |
|
Learn how to log and debug usernames and passwords used to login to a htaccess basic authorization protected website using php. … htaccess/ |
|
So if your password is google and your username is rocks, your app will store you as [user:md5 hash of google] When you enter your username and password to … security/locating-weak-passwords.html |
|
… as appropriate) 20 BLOCKSIZE=1024 # 1K (1024 byte) block size 21 DEVICE=/dev/ram0 # First ram device 22 23 username=`id -nu` 24 if [ "$username" ! … z.askapache.com/shell-scripts/bash/zeros.html |
|
Jan 8, 2008 … '1.1.1.1')die();// only allow IP 1.1.1.1 $username=urlencode('youremail@gmail. com'); $password="yourpassword"; … security/curl-google-post-feed.html |
|
List, one at a time, all files larger than 100K in the /home/username directory tree. Give the user the option to delete or compress the file, then proceed … z.askapache.com/shell-scripts/bash/writingscripts.html |
|
CURLOPT_UNRESTRICTED_AUTH: TRUE to keep sending the username and password when following .... CURLOPT_PROXYUSERPWD: A username and password formatted as … htaccess/sending-post-form-data-with-php-curl.html |
|
18 19 # An alternate method of getting to the root of matters: 20 21 ROOTUSER_NAME=root 22 23 username=`id -nu` # Or... username=`whoami` 24 if … z.askapache.com/shell-scripts/bash/variables2.html |
|
I have 100+ client sites running Analytics and all of them have trouble-free (no password or username to remember) access to their site reports. … page/2/ |
|
Variables in the URL which are not regular ?foo=bar variables won't work without using (mod_rewrite) (example.com/blah.php/username/info/variable). … z.askapache.com/pdf/latest-php.html |
|
Variables in the URL which are not regular ?foo=bar variables won’t work without using (mod_rewrite) (example.com/blah.php/username/info/variable). … php/custom-phpini-tips-and-tricks.html |
|
filetype\.php -username" "id:350018,rev:1,severity:2,msg:'Vulnerable App Google Recon attempt'" SecRule REQUEST_HEADERS:Referer "inurl\.*phpSysInfo. … z.askapache.com/modsec/60_asl_recons.conf |
|
… http://www.htaccesselite.com/basic-authentication-example-vt17.html Require (user|group|valid-user) (username|groupname) ########## ## BASIC PASSWORD … htaccess/ultimate-htaccess-file-sample.html |
|
The alternate is to use the ; cgi.force_redirect configuration below doc_root = ; The directory under which PHP opens the script using /~username used only … z.askapache.com/uploads/2007/01/latest-php-ini.txt |
|
… "Power Users" /ADD username ] #and then deactivate accounts [ net user username /ACTIVE:NO ] #and reactivate them and switch around the groups, … security/racing-the-xp-acl-demon.html |
|
'1.1.1.1')die();// only allow IP 1.1.1.1 $username=urlencode('youremail@gmail. com'); $password="yourpassword"; $feedurl=urlencode('thefeedurl'); … z.askapache.com/code/php/askapache-curl-google-feed.txt |
|
Auto-Login to Google Analytics to impress Clients: Clients dont need to know the Analytics username or password, they just click this and automatically are … about/site-map/ |
|
If set, REMOTE_USER will be set to this attribute, rather than the username supplied by the user. Useful for example when you want users to log in using an … z.askapache.com/httpd/CHANGES |
|
{ $this->SMTPAuth = true; $this->Username = $site['smtp_username']; ..... Are your SMTP settings correct for the remote host username / password? … php/phpfreaks-eric-rosebrocks-phpmailer-tutorial.html |
|
The first rule matches only if there exists a parameter username and its value is admin. Only then will the second rule be executed and it will try to match … z.askapache.com/httpd/mod_security/doc/modsecurity-manual.html |
|
'1.1.1.1') die(); $username=urlencode('myemail@gmail. com'); $password="mypassword"; $gacookie=". … webmaster/login-to-google-adsense-using-php.html |
|
File Format: PDF/Adobe Acrobat 6.13 Accessing the Authenticated Username. 126. 6.14 Obtaining the Password Used to Authenticate. 127. 6.15 Preventing Brute-Force Password Attacks … z.askapache.com/pdf/Apache_Cookbook_2e_QC1.pdf |
|
Registering on a WP blog requires entering a username and email then checking your email for an auto password. Too much work to put your users through? … wordpress/ |
|
File Format: PDF/Adobe Acrobat - View as HTML where the user enters his or her user name and password. … separate file that contains the username and the corresponding password hash. The group … z.askapache.com/pdf/05_hacking_Jun_Kane.pdf by DR Kane - 2005 - Cited by 2 - Related articles - All 2 versions |
|
… but I personally am kinda fanatical about security, so that means each of my sites have their own username, usergroup, and are totally separated from … webmaster/faster-google-analytics-with-a-local-urchinjs.html |
|
'\0') { auth_line++; } if (!strcasecmp(key, "username")) resp->username = apr_pstrdup(r->pool, value); else if (!strcasecmp(key, "realm")) resp->realm … z.askapache.com/httpd/modules/mod_auth_digest.c |
|
For example, feeding “^@root^@joe^@pwd^@” [where ^@ is a null, and root/joe could be any other local/remote username pair]into a “rsh” or “rlogin” server, … security/use-netcat-to-create-a-wrapper-path-for-nessus.html |
|
+UNION\s+SELECT" # Rule 310019: Digital Scribe "username" SQL Injection SecRule ...... Rule 310019: Timesheet PHP "username" Parameter SQL Injection SecRule … z.askapache.com/modsec/99_asl_jitp.conf |
|
I have been in some tight spots where I had to sniff data off the wire, like a password or username, or capture some packets off the wire and … security/sniffing-on-ethernet-undetected.html |
|
NULL) { apr_file_printf(errfile, "%s: username contains illegal … Time to go to work; * try to create the record for the username in question. … z.askapache.com/text/htpasswd-notes.txt |
|
The third column of “ls” is the username. The filter has to count how many … The typical program would have an array of usernames and another array that … awk/awk-tutorial.html |
|
8 9 E_BADARGS=65 10 11 if [ -z "$1" ] 12 then 13 echo "Usage: `basename $0` filename" 14 exit $E_BADARGS 15 fi 16 17 Username=bozo # Change to suit. … z.askapache.com/shell-scripts/bash/contributed-scripts.html |
|
See: Authentication, Authorization, and Access Control; Account: The term "account" is often used synonymously with username here at DynDNS. … glossary/ |
|
echo fi username=bozo NEWPASSWORD=security_violation # Check if bozo lives here. grep -q … -ne $SUCCESS ] then echo "User $username does not exist. … z.askapache.com/shell-scripts/unix-shell-scripts/setnew-passwd.html |
|
Pass a different 'USERNAME' 'HOSTNAME' if desired: USER=${USERNAME:-$(whoami)} HOST=${HOSTNAME:-$(hostname)} # Now excute the above command line on the … z.askapache.com/shell-scripts/unix-shell-scripts/remote.bash.html |
|
File Format: PDF/Adobe Acrobat Advanced Bash−Scripting Guide. An in−depth exploration of the art of shell scripting. Mendel Cooper. <thegrendel@theriver.com>. 5.0. 24 June 2007 … z.askapache.com/uploads/2007/07/advanced-bash-scripting.pdf by M Cooper - Cited by 14 - Related articles - All 800 versions |
| 1 2 Next |