Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

新装的2.0,收不到验证邮件

[复制链接]
wcjj 发表于 2009-9-11 20:11:02 | 显示全部楼层 |阅读模式
日志文件:

<?PHP exit;?>        2009-09-11 19:40:01                123.116.***.***        1        /do.php?ac=sendmail&rand=1252669201        ****@yahoo.cn sendmail failed.
<?PHP exit;?>        2009-09-11 19:41:19                123.116.***.***        1        /do.php?ac=sendmail&rand=1252669279        ****@yahoo.cn sendmail failed.
<?PHP exit;?>        2009-09-11 19:42:50                123.116.***.***        1        /do.php?ac=sendmail&rand=1252669366        ****@yahoo.cn sendmail failed.
<?PHP exit;?>        2009-09-11 19:43:13                123.116.***.***        1        /do.php?ac=sendmail&rand=1252669392        ****@163.com sendmail failed.
<?PHP exit;?>        2009-09-11 19:44:49                123.116.***.***        1        /do.php?ac=sendmail&rand=1252669488        ****@163.com sendmail failed.
<?PHP exit;?>        2009-09-11 19:54:47                123.116.***.***        1        /do.php?ac=sendmail&rand=1252670086        ****@163.com sendmail failed.
<?PHP exit;?>        2009-09-11 19:55:47                123.116.***.***        1        /do.php?ac=sendmail&rand=1252670146        ****@163.com sendmail failed.
<?PHP exit;?>        2009-09-11 20:05:20                123.116.***.***        1        /do.php?ac=sendmail&rand=1252670720        ****@163.com sendmail failed.
回复

使用道具 举报

 楼主| wcjj 发表于 2009-9-11 20:15:17 | 显示全部楼层
<?php
if(!function_exists('fsockopen')) {
    echo '系统不支持fsockopen函数,请联系空间商';
}
$fp = fsockopen('smtp.foxmail.com', 25, $errno, $errstr, 60);
if(!$fp) {
    echo "联接失败了";
} else {
    echo "联接成功哦";
}
?>

用这段代码,提示联接成功
回复

使用道具 举报

泡泡娜娜 发表于 2009-9-22 13:06:59 | 显示全部楼层
米有看懂= =!!!
但是我的也收不到~~~纠结啊纠结~~
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-9-11 15:23 , Processed in 0.127011 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表