Jump to content

ozrhod

New Members
  • Posts

    7
  • Joined

  • Last visited

ozrhod's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. WIth Tumblr and Google Blogger I can change my URL from say http://tumblr.com/ozrhod or http://ozrhod.tumblr.com to www.ozrhod.com Now I know I have to get the users to make changes to the A and CNAME records of the domain (e.g., www.ozrhod.com) but to what A and CNAME records? Tumblr and Google blogger dont seem to use the same ones as their main site - why? And how do I make it all work?
  2. Hi guys and gals, I'm curious how webs.com and tumblr.com and even blogger.com make the custom domain thing work (not after vanity URLs like facbook.com/username but username.com displaying facebook.com/username and redirecting facebook.com/username if you try to visit it - like tumblr does). Now from my research I know the user has to change the A Name and CNAME records of the domain, but I'm not sure how they do it server-side (their side). Obviouslly you complete a form saying which domain you want to use and their servers then do something to this - but what? And why is the CNAME or A record IP different from the normal sites CNAME or A record IPs? What is with this? Hope someone can shed some light on this. ozRhod (PS - realised I posted in wrong spot [maybe] - feel free to move)
  3. ozrhod

    Webdav

    But these permissions are not stored on or in the files but through a table in mysql - sorry ignace but what your saying is not really making any method clear or obvious.
  4. ozrhod

    Webdav

    Thats for CardDAV - and how would I apply the ACL's? All permissions are stored via mySQL DB and handled via a file.php
  5. ozrhod

    Webdav

    As far as I can tell (and please correct me if I am wrong) this will not let me filter files based on a mysql db - i.e., wont be able to achive listing just the files for the specific user and not list ALL the files in the directory. To explain better, this is the setup: root/files -- in this directory ALL user upload files are stored, not in subfolders, they all go straight into this directory with a new name (GUID string). tbl_files -- stores copy of the userid and guid to allow access and listing on intranet webpage (mydomain.com/intranet/files). At the moment lib_files.php restricts access to the files in root/files -- how can I do this with webDAV? When all files come from one folder (no subs) and permissions are in mySQL db?
  6. ozrhod

    Webdav

    Hi PHPfreakers, I have an intranet that users upload files to. When they upload a file it renamed the file to a GUID string and then stores this in a mySQL db (the db also allows for permissions and file sharing - via the intranet webpage). Now, however, I want to make it so I can get to my files (or ones I have permission to) from My Computer (or the UNIX/Mac/Linux equivalent). I'm learning about webDAV at the moment and thought of this as a potential solution, however I am running into a problem becaause all the files are in one directory, not one firectory per user. Any ideas what I can do? How I can make this work better? Oh, FYI - http://code.google.com/p/sabredav/ this is the library I have been looking at using because of its support for mySQL permissions and PHP library. Hope someone can help
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.