I know that Clickbank does not have an api utility (unlike Paypal etc)
so it hard to get the data back to an application to check sales etc
I see a POST in a PERL user group and they got round it. ( see
http://groups.google.co.uk/group/perl.beginners/browse_thread/thread/6ce1c2a369ccd199/5b1b479308fccca3?hl=en&lnk=st&q=accessing+clickbank+data+#
)
Just wondering if there is any solution in PHP as I dont really know
Perl?
Can anyone cast any light?
Many thanks
martin
If it hasn't got any interface, you can check the needed http
actions/submits in for instance Firefox using the LiveHTTPHeaders addon,
and recreate it in PHP with CURL, and parse the returning HTML for the
info needed. Or get the CSV file mentioned in
http://www.clickbank.com/stats_faq.html#stats_question_4 this way.
--
Rik Wasmus
I've never used clickbank, but I suspect you can do it with cURL.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================
Could you write me something in PHP/Curl that could do this and run on
a normal browser etc, all it would have to do is log on (with account
details) and navigate to the transaction details and then simplay
display them on screen (I would then take the modules and Use CSS to
ensure they look OK) just cant be bothered logging on everyday!!
Is this possible and how much would you do this mini script for (I
would pay via paypal)
Martin
On 29 Oct, 21:23, "Rik Wasmus" <luiheidsgoe...@hotmail.com> wrote:
> On Mon, 29 Oct 2007 21:39:48 +0100, martin99 <supp...@reikisecrets.com>
> wrote:
>
> > Hi,
>
> > I know that Clickbank does not have an api utility (unlike Paypal etc)
> > so it hard to get the data back to an application to check sales etc
>
> > I see a POST in a PERL user group and they got round it. ( see
> >http://groups.google.co.uk/group/perl.beginners/browse_thread/thread/...
> I know that Clickbank does not have an api utility (unlike Paypal etc)
> so it hard to get the data back to an application to check sales etc
Your best bet I think is a PEAR::HttpClient
It will automatically handle Cookies for You, so You have at least one problem
solved already.
If You want more info - I can supply You with code snips.
Just ask.
--
Sincerely Yours, AnrDaemon <anrd...@freemail.ru>