Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PHP accessing CLICKBANK data for a logon

1 view
Skip to first unread message

martin99

unread,
Oct 29, 2007, 4:39:48 PM10/29/07
to
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/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

Rik Wasmus

unread,
Oct 29, 2007, 5:23:37 PM10/29/07
to
On Mon, 29 Oct 2007 21:39:48 +0100, martin99 <sup...@reikisecrets.com>
wrote:

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

Jerry Stuckle

unread,
Oct 29, 2007, 5:28:39 PM10/29/07
to

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
==================

martin99

unread,
Oct 29, 2007, 6:24:32 PM10/29/07
to
Rik,

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/...

AnrDaemon

unread,
Oct 30, 2007, 6:01:57 PM10/30/07
to
Greetings, martin99.
In reply to Your message dated Monday, October 29, 2007, 23:39:48,

> 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>

0 new messages