If I have a link:
<a href="http://website.com/cgi-bin/verify.php";>Verified Paypal Member</a>

and have the following in the cgi-bin, will webbots still be able to read the 
email address by following the link?

<?php
$addr = "https://www.paypal.com/us/verified/";;
$name = "payment";
$site = "website";
$goto = $addr . 'pal=' . $name . '%40' . $site . '.com';
header("Location: $goto");
?>

Yep, I know it's pointless (only Paypal members can verify other members) but 
it ain't for me.
If I was a verified Paypal member, I'd create a seperate email address to 
:blackhole: and let them spam this.
Thanks, Bob.




Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to