PHPCMS里加上乘风广告联盟CPA接口
来自站长百科
导航: 上一页
PHPCMS里加上乘风广告联盟CPA接口
修改文件
/member/register.php在$result = $member->login($memberinfo['username'], $memberinfo['password']);这一行下面加上以下代码
//乘风广告联盟程序安装路径,如http://www.a.com/,以/结尾
$cf_url="http://ys.qqcf.com/demo/CFWztgSql/";
//乘风广告联盟广告主密钥
$cf_recsafecode="12345678";
$username=$memberinfo['username'];
echo ("<iframe src=".$cf_url."cf.aspx?action=lowreg&lowusername=".$username."&checkcode=".substr(md5($username.$cf_recsafecode),8,16)." frameBorder=0 width=0 height=0 marginheight=60 marginwidth=180 scrolling=no></iframe>");