| 在百度自动批量发广告的PHP源代码 |
| 作者:内详 来源:网络搜集 点击数:
更新时间:2008-3-31 10:17:57 |
|
|
ent-Type: application/x-www-form-urlencoded\r\n"; $request .= "Content-Length: $lenght\r\n"; $request .= "\r\n"; $request .= $postValues;
$socket = fsockopen( $server, $port, $errno, $errstr ); if (fputs( $socket, $request ) ) { $sql = " select flashID from of_flash where flashID>'$id' and songerName!='' order by flashID ASC "; $result = mysql_query($sql); $row=mysql_fetch_array($result);
if ( ! $row['flashID'] ) { echo "<meta http-equiv=\"refresh\" content=\"1; url=http://localhost/baidu_post_music.php?id=1204\">"; } else { echo $bbs; echo "<meta http-equiv=\"refresh\" content=\"1; url=http://localhost/baidu_post.php?id=$row[flashID]\">"; } } else { "error"; } fclose( $socket );
?>
(出处:http://www.yxdoor.com)
上一页 [1] [2] [3] [4]
|
|
| 教程录入:yxdoor 责任编辑:yxdoor |
上一篇教程: 百度地图伴你走天下
下一篇教程: 百度还能走多久 |
| 【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |