Ok,

I have set it up so that when someone makes a donation, hawk will visit 
the URL:

http://freenetproject.org/donationreport.php?donation=1234

Where '1234' is the amount of the donation.

Here is the skeleton PHP:
<?php
// Ensure that the request comes from hawk
if ($REMOTE_ADDR == "68.65.221.46")  {
    echo("Donation of \$$donation received\n");
    } else {
    echo("Donation failed - not authorized\n");
    }
?>

Can we have a volunteer to write a PHP script based on the above
(runnable on SF) which will create/update an image or some-such thing to
indicate how much cash is in our coffers at any given time based on
this? Given the number of times people have asked for this, I am sure
there will be no shortage of volunteers ;-]

Ian.

-- 
Ian Clarke                                                  ian at locut.us
Coordinator, The Freenet Project              http://freenetproject.org/
CEO, Cematics LLC                                   http://cematics.com/
Founder, Locutus                                        http://locut.us/
Personal Homepage                                   http://locut.us/ian/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20030305/33a807fa/attachment.pgp>

Reply via email to