RE: OT (yea right) - taking Credit card payment.

2002-05-18 Thread Murray

> Anyway, now I've got this far I need a company to take the
> money from the customer and do all that security stuff.

I've never actually used them, as the project got canned, but the last time
I looked into it, I ended up with www.worldpay.com





Re: penderel

2002-05-18 Thread alex

On Sat, 2002-05-18 at 01:56, the hatter wrote:
> It's ok, a kind (not to mention handsome, witty and modest) donor has
> given some random AGP card to the cause.

cheers hatter!  and for the network card too.

i have bought a mobo + cpu (athlon 1800+) + fan for 140 quid from the
tcr computer fair.  i have a spare psu that i'll put in too, just in
case penderel's psu is what's been mucking up all the hardware.

i'm hoping i'll be able to recoup most of that 140 quid in return for
new shell account holders.

so if you want a shell on penderel, blech and i agreed on a contribution
of 20 pounds waged, or 5 pounds unwaged.  this is rather cheap, to get
as many people involved with london.pm.org as possible.  i'll send a
more explantory mail around about it once the machine is upgraded.

cheers


alex






Re: OT (yea right) - taking Credit card payment.

2002-05-18 Thread the hatter

On Sat, 18 May 2002, Steve Keay wrote:

> We also use datacash and it seems to work quite well - post the CC
> number, amount, etc.,  via https and they return "yes" or "no" with a
> transaction tracking number.

We use datacash, but I also get a lot of outage notifications from them
because something has broken.  Fear companies who seem to have established
and execute correctly their fault notification procedure.  OTOH they do
allow you do validate that the customers address is the cards registered
address, and verify that the user has seen the card, wit the CVS number
(or whatever it's called, the number that most cards now have printed on
the back, but which in unrelated to the card number, and isn't stored on
the mag stripe)


the hatter






Re: OT (yea right) - taking Credit card payment.

2002-05-18 Thread Andy Wardley

On Sat, May 18, 2002 at 12:28:04PM +0100, Steve Keay wrote:
> Worldpay offer a thing they call "select" where you redirect to their
> server and the customer does all the credit card stuff there.  

Search for "merchant account" on google and you'll find hundreds, if 
not thousands of companies that will handle your online payments, all
for a fee, of course.

And there's the rub.  Typical charges are around 8%.  You may get a lower
rate, but with additional monthly charges, holdbacks, etc.  In addition,
you'll almost certainly be liable for fraudulent transactions of which 
there will be many (well, depending on what you're selling, I suppose).

A






[ANNOUNCE] Reminder: emergency pubmeet on Tuesday

2002-05-18 Thread Kate L Pugh

Just a reminder that on Tuesday evening (21 May) we are going to check out
a pub that Leo has suggested might be good for future social meets: the
Glasshouse Stores in Brewer Street, very close to Piccadilly Circus tube.

http://www.streetmap.co.uk/streetmap.dll?P2M?P=W1F9UJ&Z=1

It's a Samuel Smith's pub, like the Cittie of Yorke.  Beer 1.60 a pint;
they also do "proper food" rather than just snacky stuff.  We will be there
from 6:30pm.

Brief review and photo:
  http://www.portal.e-street.net/com/uk/lon/BusinessPage.ly?businessID=10010192

Kake





Re: Next Social Meeting

2002-05-18 Thread Leon Brocard

Leon Brocard sent the following bits through the ether:

> Yes please! Can I go sir?

Have I mentioned I don't like reply to list?

Anyway, the Gaucho Grill is highly recommended, and I reckon it's my
favourite steak please in London. They make nice cocktails too.

Leon
-- 
Leon Brocard.http://www.astray.com/
Nanoware...http://www.nanoware.org/

... Beware of Geeks bearing gifs




Re: Next Social Meeting

2002-05-18 Thread Leon Brocard

Greg McCarroll sent the following bits through the ether:

[SNIPPED ramble about gaucho grill]

Yes please! Can I go sir?

Leon
-- 
Leon Brocard.http://www.astray.com/
Nanoware...http://www.nanoware.org/

... I can't believe my computer's on fire




Re: OT (yea right) - taking Credit card payment.

2002-05-18 Thread Steve Keay

Worldpay offer a thing they call "select" where you redirect to their
server and the customer does all the credit card stuff there.  This
means you have to worry less about security - see it in action at
www.quietpc.com.  They also have other ways to do it; you used to be
able to upload CGI scripts to their server using their API, but I
haven't looked at that for a long time.

We also use datacash and it seems to work quite well - post the CC
number, amount, etc.,  via https and they return "yes" or "no" with a
transaction tracking number.



On Fri, May 17, 2002 at 12:24:49PM +0100, Leo Lapworth wrote:
> Well the new money spinner has just been thought up 
> and it involves charging people about £5 to
> get access to some information.
> 
> So, I play round, come up with a simple script that does:
> 
> print "Content-Disposition: attachment; filename=\"something.pdf\"\r\n";
> print "Content-Transfer-Encoding: base64\r\n";
> print "Content-type: application/pdf\r\n";
> 
> and then spews the file at them.
> 
> (note the Content-Disposition means that they are offered the
> chance to save or open rather than it just opening and it
> also means I can define the file name to save as, in IE.)
> 
> Anyway, now I've got this far I need a company to take the
> money from the customer and do all that security stuff.
> 
> Does any one have recomendations of who I should use ?
> 
> Haven't a clue of quantity, of course it's going to make
> millions as far as the MD is concerned but I'm not sure
> about it at all, so wouldn't want to make any garentees.
> 
> Any help is much appreciated.
> 
> Thanks
> 
> Leo
> 
> 
> 
> 
> 
> This email has been scanned for viruses by NetBenefit using Sophos anti-virus 
>technology
> 
> 
> 




Re: Glade

2002-05-18 Thread Jonathan Stowe

On Sat, 18 May 2002, Mark Fowler wrote:

> Does anyone else here actually use glade with perl?
>

The author of the gnome-sql-editor does and it is a pretty nifty piece -
its quite rare that I am impressed by a Perl program ...

/J\





Glade

2002-05-18 Thread Mark Fowler

Does anyone else here actually use glade with perl?

I've been playing around with it for a bit and I've got myself really 
confused.  I can't really seem to make head nor tail of the code it spits 
out.  In the end I've resorted to extracting the code by hand from the 
modules it produces and evaling it into my modules.  Like so:

And does anyone know what _( ) is actually meant to do?

Example Code


#!/usr/bin/perl

use strict;
use warnings;

use Gtk;
Gtk->init;

use Indico::Util::FileOpBag;
use File::Spec::Functions;

# okay we suck the generated source file in and extract the bit
# we actually care about
my $glade = slurpfile(catfile("src","ImageresizerUI.pm"));
$glade =~ s/^.*?Construct a GtkWindow 'mainwindow'//s;
$glade =~ s/Return the constructed UI.*?$//s;
$glade = 'local *main::_ = sub { return @_ }; ' . $glade;

# create the widgets
my $forms;
my $widgets;
eval $glade;
$@ and die "Problem: $@";

$widgets->{'mainwindow'}->show();
Gtk->main;

-- 
s''  Mark Fowler London.pm   Bath.pm
 http://www.twoshortplanks.com/  [EMAIL PROTECTED]
';use Term'Cap;$t=Tgetent Term'Cap{};print$t->Tputs(cl);for$w(split/  +/
){for(0..30){$|=print$t->Tgoto(cm,$_,$y)." $w";select$k,$k,$k,.03}$y+=2}





Tech meet followup

2002-05-18 Thread Mark Fowler

Since no-one else seems to have pointed it out (I could have missed 
that post)...

Dave Cross and Leon both wrote journals about the meeting.  These can be 
found at:

 * http://use.perl.org/~davorg/journal/4992
 * http://use.perl.org/~acme/journal/5000

Coo! use.perl.org has had over 5000 journal entries.  Nifty.

-- 
s''  Mark Fowler London.pm   Bath.pm
 http://www.twoshortplanks.com/  [EMAIL PROTECTED]
';use Term'Cap;$t=Tgetent Term'Cap{};print$t->Tputs(cl);for$w(split/  +/
){for(0..30){$|=print$t->Tgoto(cm,$_,$y)." $w";select$k,$k,$k,.03}$y+=2}