AskApache Logo Search results

Search AskApache

username

  Search Feed
  Search Comments Feed

Clusty

Technorati

Ask.com

GigaBlast

Yahoo


Search for username at Google

Results 1 - 49 for username with Safesearch on. (0.27 seconds) 
  1. .htpasswd Generator Tool for Apache with all 4 encryptions

    accessible pwfilename READ APPEND "username:password cannot open file … accessible pwfilename CREATE WRITE "username:password cannot create file …
    online-tools/htpasswd-generator/
  2. example.htaccess

    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
  3. FilesMatch and Files in htaccess tutorial

    <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
  4. AskApache Web Development

    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/
  5. Changing Any Password On XP with cmd

    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
  6. Licensed to the Apache Software Foundation (ASF) under one or more …

    #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
  7. Shell Scripts for Dreamhost

    MYSITES : /home/username/sites/askapache.com MYSITE : askapache.com MYSITEBK: askapachecom MYUSER : username MYGROUP : groupname MYGROUPS: MYFNAME …
    dreamhost/shell-scripts-for-dreamhost.html
  8. This work is licensed under the Creative Commons Attribution 3.0 …

    … (user|group|valid-user) (username|groupname) ########### ### BASIC PASSWORD PROTECTION ### #AuthType basic #AuthName "prompt" #AuthUserFile /.htpasswd …
    z.askapache.com/pdf/htaccess.txt
  9. Password Protect your Blog with Apache .htaccess and .htpasswd

    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
  10. 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 logged into Google!
    webmaster/login-google-analytics.html
  11. Apache SSL in htaccess examples

    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
  12. Control htaccess Basic Authentication with PHP and mod_rewrite

    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
  13. Update: AskApache Password Protect Plugin

    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
  14. Fast and Easy Custom WordPress New User Registration

    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
  15. .htaccess file tutorials and htaccess articles

    Learn how to log and debug usernames and passwords used to login to a htaccess basic authorization protected website using php. …
    htaccess/
  16. Locate weak web application passwords to improve security

    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
  17. Of Zeros and Nulls

    … 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
  18. cURL PHP Code Example Grabs Feed Subscribers from Google Reader

    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
  19. Writing Scripts

    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
  20. POST data manipulation using php and CURL

    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
  21. Variables Revisited

    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
  22. AskApache Web Development (2)

    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/
  23. When php run as Apache Module (mod_php)

    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
  24. Custom PHP.ini tips and tricks

    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
  25. http://www.atomicorp.com/ # Atomicorp (Gotroot.com) ModSecurity …

    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
  26. .htaccess File and mod_rewrite examples

    … http://www.htaccesselite.com/basic-authentication-example-vt17.html Require (user|group|valid-user) (username|groupname) ########## ## BASIC PASSWORD …
    htaccess/ultimate-htaccess-file-sample.html
  27. [PHP] ;;;;;;;;;;; ; WARNING ; ;;;;;;;;;;; ; This is the default …

    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
  28. Racing the Windows XP ACL demon

    … "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
  29. <?php /* _ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | | (__ …

    '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
  30. Site Map for AskApache.com

    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/
  31. coding: utf-8 -*- Changes with Apache 2.3.0 [Remove entries to the …

    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
  32. PHPMailer tutorial

    { $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
  33. ModSecurity for Apache User Guide

    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
  34. Google AdSense Automatic Login with PHP and CURL

    '1.1.1.1') die(); $username=urlencode('myemail@gmail. com'); $password="mypassword"; $gacookie=". …
    webmaster/login-to-google-adsense-using-php.html
  35. [PDF]

    Apache Cookbook

    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
  36. WordPress Blogging Software Articles

    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/
  37. [PDF]

    NAVAL POSTGRADUATE SCHOOL THESIS

    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
  38. Speed Up Google Analytics with urchin.js

    … 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
  39. Licensed to the Apache Software Foundation (ASF) under one or more …

    '\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
  40. Use netcat as a wrapper for Nessus Scan

    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
  41. http://www.atomicorp.com/ # Atomicorp (Gotroot.com) ModSecurity …

    +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
  42. Undetectable Sniffing, Invisible Data Capture On Ethernet

    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
  43. Licensed to the Apache Software Foundation (ASF) under one or more …

    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
  44. awk, nawk, and gawk tutorial for bsd, linux, unix, solaris

    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
  45. Contributed Scripts

    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
  46. Web Development Glossary

    See: Authentication, Authorization, and Access Control; Account: The term "account" is often used synonymously with username here at DynDNS. …
    glossary/
  47. AskApache /shell-scripts/setnew-passwd.sh.html

    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
  48. AskApache /shell-scripts/remote.bash.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
  49. [PDF]

    Advanced Bash-Scripting Guide

    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