Perfidus Posted October 25, 2009 Share Posted October 25, 2009 Hi there PHP freaks, I would like to create a private album in Picasa to use it as the image folder for my website, I want this album private so images can only be accessd from my website, so I guess some authentification must be done in the middle and Google API should be involved. Can somebody point me to some code samples? I have been already at Google documentation and I have seen that the API is for ZEND, but I can't use Zend on my server cause I don't have such privileges... Link to comment https://forums.phpfreaks.com/topic/178945-hotlinking-picasa-as-the-image-folder-of-a-website/ Share on other sites More sharing options...
trq Posted October 26, 2009 Share Posted October 26, 2009 but I can't use Zend on my server cause I don't have such privileges... Your talking about Zend Framework. You don't need any extra privilages for it, just upload it to your server and use it, its only php code after all. In fact you wouldn't even need the whole framework, the Google Data API's would be all you'd need. Link to comment https://forums.phpfreaks.com/topic/178945-hotlinking-picasa-as-the-image-folder-of-a-website/#findComment-944376 Share on other sites More sharing options...
Perfidus Posted October 26, 2009 Author Share Posted October 26, 2009 Thank u very much Thorpe. Some days ago I was looking in to the Zend Framework documentation and I thought it saids somewhere that I have to change several things in the php.ini file, to which I have no access, but I guess I was wrong. By the way, will this framework uploading complicate or force me to alter all the programation in php that I have already done for the website? Thanks again. Link to comment https://forums.phpfreaks.com/topic/178945-hotlinking-picasa-as-the-image-folder-of-a-website/#findComment-944569 Share on other sites More sharing options...
trq Posted October 26, 2009 Share Posted October 26, 2009 By the way, will this framework uploading complicate or force me to alter all the programation in php that I have already done for the website? Nope. (Like I said) You can just use whatever parts of it you actually need. Link to comment https://forums.phpfreaks.com/topic/178945-hotlinking-picasa-as-the-image-folder-of-a-website/#findComment-944571 Share on other sites More sharing options...
Perfidus Posted October 26, 2009 Author Share Posted October 26, 2009 Thanks a lot again Thorpe, so I will give it a try. Do you think it is worth / profitable to start using a framework considering the delay in projects it will supose till the developer gets use to it? Is the learning curve a big pain or smooth? Link to comment https://forums.phpfreaks.com/topic/178945-hotlinking-picasa-as-the-image-folder-of-a-website/#findComment-944584 Share on other sites More sharing options...
trq Posted October 26, 2009 Share Posted October 26, 2009 In the long run a framework is generally more beneficial. I would consider ZendFW to have a pretty steep learning curve though, but in the end, its worth it. Link to comment https://forums.phpfreaks.com/topic/178945-hotlinking-picasa-as-the-image-folder-of-a-website/#findComment-944586 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.