PHP accessing CLICKBANK data for a logon
PHP accessing CLICKBANK data for a logon
am 29.10.2007 21:39:48 von martin99
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_threa d/thread/6ce1c2a369ccd199/5b1b479308fccca3?hl=en&lnk=st&q=ac cessing+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
Re: PHP accessing CLICKBANK data for a logon
am 29.10.2007 22:23:37 von luiheidsgoeroe
On Mon, 29 Oct 2007 21:39:48 +0100, martin99 =
=
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_threa d/thread/6=
ce1c2a369ccd199/5b1b479308fccca3?hl=3Den&lnk=3Dst&q=3Daccess ing+clickban=
k+data+#
> )
>
> Just wondering if there is any solution in PHP as I dont really know
> Perl?
>
> Can anyone cast any light?
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
Re: PHP accessing CLICKBANK data for a logon
am 29.10.2007 22:28:39 von Jerry Stuckle
martin99 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_threa d/thread/6ce1c2a369ccd199/5b1b479308fccca3?hl=en&lnk=st&q=ac cessing+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
>
>
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.
jstucklex@attglobal.net
==================
Re: PHP accessing CLICKBANK data for a logon
am 29.10.2007 23:24:32 von martin99
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" wrote:
> On Mon, 29 Oct 2007 21:39:48 +0100, martin99
> 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_thre ad/thread/...
> > )
>
> > Just wondering if there is any solution in PHP as I dont really know
> > Perl?
>
> > Can anyone cast any light?
>
> 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_4this way.
> --
> Rik Wasmus
Re: PHP accessing CLICKBANK data for a logon
am 30.10.2007 23:01:57 von AnrDaemon
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