I want to fill in the QQ mailbox, automatic registration submitted to qqlist, at the same time registered members of the site, I will not PHP, only HTML, ask God to help see how to solve ha.
Action= "Http://list.qq.com/cgi-bin/qf_compose_send, this is the official code given, and find var nId =" f04a1094333d8d1db822c2d7f018786a447c4de2e126600c ",
The following is register.php to QQ mailbox as the user name of the PHP code.
if ($submit 1) {
$guestexp = ' \xa1\xa1|^guest|^\xd3\xce\xbf\xcd|\xb9\x43\xab\xc8 ';
$regusername = trim($regusername); if(preg_match("/^\s*$|^c:\\con\\con$|[%,\*\"\s\t\<\>\&]|$guestexp/is", $regusername)) { show("错误:QQ邮箱不正确,请返回重新注册", 'back'); } $query = $db->query("SELECT uid FROM member WHERE username='$regusername'"); $regsername = dhtmlspecialchars(stripslashes($regusername)); if($db->num_rows($query)) { show("错误:QQ邮箱{$loginusername}已经被注册,请返回重新注册", 'back'); }
If you want to get a mailing list by customizing Qqlist, here's a reference example
Reply content:
I want to fill in the QQ mailbox, automatic registration submitted to qqlist, at the same time registered members of the site, I will not PHP, only HTML, ask God to help see how to solve ha.
Action= "Http://list.qq.com/cgi-bin/qf_compose_send, this is the official code given, and find var nId =" f04a1094333d8d1db822c2d7f018786a447c4de2e126600c ",
The following is register.php to QQ mailbox as the user name of the PHP code.
if ($submit 1) {
$guestexp = ' \xa1\xa1|^guest|^\xd3\xce\xbf\xcd|\xb9\x43\xab\xc8 ';
$regusername = trim($regusername); if(preg_match("/^\s*$|^c:\\con\\con$|[%,\*\"\s\t\<\>\&]|$guestexp/is", $regusername)) { show("错误:QQ邮箱不正确,请返回重新注册", 'back'); } $query = $db->query("SELECT uid FROM member WHERE username='$regusername'"); $regsername = dhtmlspecialchars(stripslashes($regusername)); if($db->num_rows($query)) { show("错误:QQ邮箱{$loginusername}已经被注册,请返回重新注册", 'back'); }
If you want to get a mailing list by customizing Qqlist, here's a reference example