Gossamer Forum
Home : Products : Links 2.0 : Customization :

admin_html.cgi script modification

Quote Reply
admin_html.cgi script modification
Hi:

I'm modifying the script in accordance to the 'Jump Hack' modication. I've modified the html_validate_email subroutine to include a link back URL for the user. Problem is that I'm having problem including the ID number in the email. URL line is:

<a href="http://www.bluewavelinks.com/jump.cgi?BW=IN&ID=">

How do I complete it so as to include the ID number in the URL. The line is embedded in the print MAIL qq|.. |; block.

Thanks in advance... Dan Smile
Quote Reply
Re: admin_html.cgi script modification In reply to
This is available via searching the forum. To speed that, though, here is the answer from when it was asked a few months back:

http://greeknet.hypermart.net/links/jump.cgi?HM=4531B&ID=$li nk{'ID'}

------------------
Kevin D
greeknet.hypermart.net
webmaster@greeknet.hypermart.net

Quote Reply
Re: admin_html.cgi script modification In reply to
Thanks!

My mistake seems to be that i put ID in double quotes - i.e., $link{"ID"} - because other than that, that's what I used.

Thanks again... Dan Smile