General Question
Is there a coldfusion equivalent to the NextGenLinks code snippet?
I’m currently working with a PHP code snippet provided by NextGenLinks and am wondering if there is a coldfusion version I can use instead. Here is the php snippet:
<?php // NextGenLinks Snippet For: www.lady4justice.com
readfile(“http://www.nextgenlinks.com/snippet.php?v=1.02&d=3735”.
”&a=”.urlencode($_SERVER[“SERVER_ADDR”]).”&s=”.urlencode($_SERVER[“HTTPS”]).
”&h=”.urlencode($_SERVER[“HTTP_HOST”]).”&u=”.rawurlencode($_SERVER[“REQUEST_URI”]).
”&f=”.rawurlencode($_SERVER[“PHP_SELF”]).”&q=”.rawurlencode($_SERVER[“QUERY_STRING”]).
”&i=”.urlencode($_SERVER[“REMOTE_ADDR”]).”&b=”.urlencode($_SERVER[“HTTP_USER_AGENT”]).
”&r=”.rawurlencode($_SERVER[“HTTP_REFERER”]).”&format=HTML”); ?>
We’re having a hell of a time converting this to coldfusion. Can anyone help?
1 Answer
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.