Oh I see what you're saying.  Yeah, if you're running the PHP on a Google
server, it may not support curl - but if you run libcurl from your Python
script to retrieve a simple file from the Google server, you should be fine.

Unless I'm misunderstanding what your needs are, and what you need is
basically an API proxy.  In which case this probably will not work :)

On Mon, Jan 10, 2011 at 4:57 PM, Mads Sølver Svendsen <[email protected]>wrote:

> It's not so much the technical aspect of curl, more so if it's enabled
> in php. I read somewhere that Google has disabled a lot in php due to
> security concerns. But I'll look into it. Thanks for the suggestions.
>
> On Mon, 2011-01-10 at 16:49 -0500, Mike Cronce wrote:
> > It should.  curl just performs a request using whatever protocol you
> > supply it - including HTTP.
> >
> > On Mon, Jan 10, 2011 at 4:42 PM, Mads Sølver Svendsen
> > <[email protected]> wrote:
> >         I'm not sure they'll be satisfied with that solution, but you
> >         never
> >         know.
> >
> >         Does Googles Sites support curl?
> >
> >
> >         On Mon, 2011-01-10 at 16:02 -0500, Mike Cronce wrote:
> >         > If you can't host it on xbmc.org, you could stick a
> >         plain-text file on
> >         > a Google code page (or wherever you host your project).  If
> >         they don't
> >         > want it kept in plain text, put it through some sort of
> >         simple crypto
> >         > routine or deflate it or something.
> >         >
> >         > On Mon, Jan 10, 2011 at 3:52 PM, Mads Sølver Svendsen
> >         > <[email protected]> wrote:
> >         >         Hi all,
> >         >
> >         >         The grooveshark script recently stopped working. It
> >         worked by
> >         >         obtaining
> >         >         a session id from Moovida's server
> >         >
> >         (http://www.moovida.com/services/grooveshark/session_start)
> >         >         thereby
> >         >         bypassing the need for an API key. Unfortunately,
> >         Moovida no
> >         >         longer
> >         >         supports grooveshark and so they shut down our
> >         grooveshark
> >         >         loophole.
> >         >
> >         >         However, Grooveshark has offered me a key for their
> >         new API.
> >         >         I'm pretty
> >         >         sure I won't be allowed to distribute the key with
> >         the source
> >         >         so
> >         >         something like what Moovida did is needed; a small
> >         php script
> >         >         hosted
> >         >         somewhere (with curl support) that obtains a session
> >         id
> >         >         without exposing
> >         >         the API key.
> >         >
> >         >         Would it be possible to host such a script at
> >         xbmc.org? If
> >         >         not, any
> >         >         suggestions for an easy hosting solution?
> >         >
> >         >         Cheers,
> >         >         Mads
> >         >
> >         >
> >         >
> >
> ------------------------------------------------------------------------------
> >         >         Gaining the trust of online customers is vital for
> >         the success
> >         >         of any company
> >         >         that requires sensitive data to be transmitted over
> >         the Web.
> >         >         Learn how to
> >         >         best implement a security strategy that keeps
> >         consumers'
> >         >         information secure
> >         >         and instills the confidence they need to proceed
> >         with
> >         >         transactions.
> >         >         http://p.sf.net/sfu/oracle-sfdevnl
> >         >         _______________________________________________
> >         >         Xbmc-addons mailing list
> >         >         [email protected]
> >         >
> >         https://lists.sourceforge.net/lists/listinfo/xbmc-addons
> >         >
> >
> >
> >
> >
>
>
>
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to