472,993 Members | 2,328 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,993 software developers and data experts.

PHP accessing CLICKBANK data for a logon

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/per...ickbank+data+#
)

Just wondering if there is any solution in PHP as I dont really know
Perl?

Can anyone cast any light?

Many thanks
martin

Oct 29 '07 #1
4 1907
On Mon, 29 Oct 2007 21:39:48 +0100, martin99 <su*****@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/per...ickbank+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.h...ats_question_4 this way.
--
Rik Wasmus
Oct 29 '07 #2
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/per...ickbank+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.
js*******@attglobal.net
==================

Oct 29 '07 #3
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.comwrote:
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/per...thread/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.h...question_4this way.
--
Rik Wasmus

Oct 29 '07 #4
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 <an*******@freemail.ru>

Oct 30 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Arun T M | last post by:
I have a Windows Service written in VB .NET which connects to an Exchange Server and accesses the messages in the Public Folders. I am using Collaborative Data Objects to do this. When I run the...
36
by: Thomas | last post by:
after spending countless hours trying, i give up and hope to get some help in here. on server1 i got the web myweb.com with my test.asp. in the test.asp, i'm trying to read a file from an UNC...
1
by: Manfred | last post by:
I want to access via CDO outlook. Therfore i have to logon. In VB.NEt I make it like: Dim objSession As MAPI.Session If objSession Is Nothing Then objSession = CreateObject("MAPI.Session")...
5
by: Niloday | last post by:
Hi All, I am trying to access a mapped network drive from a service that I have created. The service needs to create/delete folders/files on a network drive. When I tried to connect to a...
0
by: Joergen Bech | last post by:
Fairly new to ASP.NET 1.1. Getting the error below when running application on a web server outside of my control, but only the first time I run it: 1. After a long period of inactivity (or...
3
by: Steve Lloyd | last post by:
Hi, I am trying to get someones email address out of the win 2003 server Directory using there logon name and the following code. Dim DSEntry As New...
5
by: Khalique | last post by:
Hi everyone, I Hope that someone will be able to give me a hint to the solution to my problem. I have developed a web service (vb.net) that needs to access the folders / files and copy files to...
8
by: Ben Fidge | last post by:
Hi I have a small WinForms app that needs to copy files from a shared drive on a network. If I connect to the mapped drive using Explorer, a password dialog pops-up and I have to provide...
0
by: Tony Girgenti | last post by:
Hello. Using VS .NET 2003 VB I used the walkthrough "Accessing an XML Web Service Using Visual Basic or Visual C#" VB version to create my own project. The code supplied uses the Try/Catch...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
3
SueHopson
by: SueHopson | last post by:
Hi All, I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.