[e-gold-tech] cgi and param for e-gold shopping cart ?

2002-05-17 Thread kane
hello, can this work ? i was testing on the e-gold shopping cart using perl/cgi. #!/usr/bin/perl # use strict; use CGI; use CGI qw/:standard/; ### use CGI::Carp qw/fatalsToBrowser/; my $val = param('PAYMENT_AMOUNT'); my $batch = param('PAYMENT_BATCH_NUM'); my $acct = param('PAYER_ACCOUNT');

[e-gold-tech] Re: Unable to login to account.

2002-03-13 Thread kane
if you (or anyone else) tries to login to an account using the incorrect passphrase more than 10 times in a row, your account becomes locked out for a period of around 20 minutes. at that jr, i only tried twice and it says account locked. you said 10 times ??? so, why only 2 times and not 10

[e-gold-tech] What is my passphrase? security ?

2002-03-13 Thread kane
i read on e-gold site it says :- What is my passphrase? What happens if I lose it? How do I recover a lost passphrase? Your passphrase is the key that opens your account. Your passphrase is stored in our database in encrypted form, so that even we cannot learn it. Never reveal your passphrase

[e-gold-tech] significance of 2 times to login only ?

2002-03-13 Thread kane
jr of e-gold said that one can enter up to 10 times before account will be locked for 15 or 20 minutes. but mine will lock out only after 2 tries ??? so, did someone pay a trick on my account ??? --- You are currently subscribed to e-gold-tech as: archive@jab.org To unsubscribe send a blank

[e-gold-tech] Re: Unable to login to account.

2002-03-10 Thread kane
i only tried to login 2 times but after that it says account locked.pleae try again after 15 minutes ? but this do not happen to other accounts. other accounts (which i've tried - do allow me to login many times ??? does this mean this account is froozen ??? --- You are currently subscribed to

[e-gold-tech] $IP = $ENV{'REMOTE_ADDR'}; ?

2001-08-30 Thread kane
hi, remote_addr will only show the ip address of the computer the user is using and not the http referer - the refering website (e-gold). $IP = $ENV{'REMOTE_ADDR'}; --- You are currently subscribed to e-gold-tech as: archive@jab.org To unsubscribe send a blank email to [EMAIL PROTECTED]

[e-gold-tech] Re: how to confirm the cgi file after status_url is e-gold ?

2001-08-25 Thread kane
hi Jay , when i have confirmed payment, the page at https://www.e-gold.com/sci_asp/pmtcommit.asp which has the followig html :- html head meta HTTP-EQUIV=Content-Type content=text/html; charset=iso-8859-1 META HTTP-EQUIV=Pragma CONTENT=no-cache titlee-metal Payment Order - Confirmation/title

[e-gold-tech] Re: how to confirm the cgi file after status_url is e-gold ?

2001-08-09 Thread kane
i guess i will try to check this first. check to see if the post to you is coming from something in the 63.240.230.x range of IPs. currently this is where e-gold is located. (at some future distant time this might change.) do i do this from a cgi perl script ? --- You are currently subscribed