I found this today. What makes it extra awesome is that I didn’t even know I was looking for it. http://theterran.com/blog/2012/6/14/use-two-dropbox-accounts-on-one-computer.html Don’t have a Dropbox account yet? Signup using this link and you & I will both get an extra 500MB of storage space.
Dropbox
Display Dropbox Folder Using Custom Domain
I wanted to use my own domain name to display a public Dropbox folder. I had no interest in IFrames or HTML framesets so I turned to PHP. It only takes a few quick lines of PHP to tackle this. First use file_get_contents() to retrieve the page. Then use html_entity_decode() to clean up the results. […]
Use Custom Domain with Dropbox
I wanted to be able to share links to files in my Dropbox using my own domain instead of http://dl.dropbox.com/u/1234567/… I created a subdomain, dl and pointed it to a directory on my hosting account. In that directory I placed an .htaccess file with the code below. Now I can share files from my Dropbox […]