Except where otherwise noted, the contents of this presentation are Copyright 2009 Marty Stepp, Jessica Miller, and Alex Loddengaard.
<?php
error_reporting(E_ALL); # makes dante show error messages
...
.htaccess
and .htpasswd
with proper contents and put them in your HW root folder on Dantehtaccess
, htpasswd
files
.htaccess
:
AuthUserFile .htpasswd AuthGroupFile /dev/null AuthName EnterPassword AuthType Basic require user USERNAME
.htpasswd
:
USERNAME:ENCRYPTEDPASSWORD
.htpasswd
file)XMLHttpRequest
, Ajax.Request
) can only connect to the same server as where your .html and .js files are locatedhttp://webster.cs.washington.edu/dir/file.ext
proxy.php?url=http://webster.cs.washington.edu/dir/file.ext
escape
function.sql
files to your Dante space
mysql -u username -p databaseName < filename.sql
.sql
file:
mysqldump -u username -p databaseName > filename.sql
gallery.js
functionality yourself using Ajaxnames.txt
and feeds XML to client