这是一款用来检测网站pr值的源码了,下载后直接就会可以使用的哦。
这是一款用来检测网站pr值的源码了,下载后直接就会可以使用的哦。
function my_file_get_contents($url, $timeout=30) {
if ( function_exists('curl_init') ) {
$ch = curl_init();
curl_setopt ($ch, curlopt_url, $url);
curl_setopt ($ch, curlopt_returntransfer, 1);
curl_setopt ($ch, curlopt_connecttimeout, $timeout);
$file_contents = curl_exec($ch);
curl_close($ch);
} else if ( ini_get('allow_url_fopen') == 1 || strtolower(ini_get('allow_url_fopen')) == 'on' ) {
$file_contents = @file_get_contents($url);
} else {
$file_contents = '';
}
return $file_contents;
}
// 开始检查
if( isset($_get['mod']) && $_get['mod'] == 'check_now' && isset($_get['id']) && isset($_get['my_url']) && isset($_get['url']) && isset($_get['auto_check']) ){
$js_id = 'parent.document.getelementbyid(s_' . $_get['id'] . ').innerhtml';
if( strstr($_get['url'],$_get['my_url']) ) {
echo '';
} else if( !stristr($_get['url'],'http://') ) {
echo '';
} else {
$s = my_file_get_contents($_get['url']);
if( trim($s) == '' ){
echo '';
} else if( stristr($s,$_get['my_url']) ){
echo '';
} else {
echo '';
}
}
if($_get['auto_check']==1){
echo '';
}
exit('
done!');
}
?>
《做网站》友情链接自动检查程序
function checkzuowangzhang() {
var all_code = window.frames[zuowangzhang.com.cn].document.body.innerhtml;
if(all_code.indexof('http://') ==-1){
alert(请直接将您网站的文字和图片链接复制ctrl+c,粘贴ctrl+v进来 );
return false;
}
if(f.my_url.value.indexof('.') ==-1){
alert(请输入您的网站首页地址);
return false;
}
if(f.my_url.value.indexof('http://') ==-1){
f.my_url.value = 'http://' + f.my_url.value;
}
if( f.my_url.value.substr(f.my_url.value.length-1,1) == '/' ) {
f.my_url.value = f.my_url.value.substr(0,f.my_url.value.length-1);
}
f.html_code.value = all_code;
return true;
}
function checktimeout(id) {
if(document.getelementbyid('s_'+id).innerhtml!=checking_str){
return false;
}
document.getelementbyid('s_'+id).innerhtml = 可能超时,重新检查;
if(auto_check==1){
checklink((id+1));
}
return true;
}
function checklink(id) {
if(document.getelementbyid('s_'+id)==null){
auto_check = 0;
return false;
}
if( auto_check==1 && document.getelementbyid('s_'+id).innerhtml.indexof('超时')!=-1 ){
alert(请等自动检查全部结束以后,再进行操作!);
return false;
}
document.getelementbyid('hidden_iframe').src = 'check_links.php?mod=check_now&url=' + escape(document.getelementbyid('u_'+id).href) + '&id=' + id + '&my_url='+ escape(my_url) + '&auto_check=' + auto_check + '';
document.getelementbyid('s_'+id).innerhtml = checking_str;
settimeout(checktimeout(+id+),check_time_out);
return false;
}
function autochecklink(id) {
checklink(id);
//settimeout(checklink(+(id+1)+),(check_time_out+1000));
}
//-->
友情链接自动检查程序
我们很bs这样的人,当时双方都交换了首页链接,但对方却随意取消和您交换的友情链接(即对方去掉您网站的链接,而您却还保留了它的链接)
有了本程序,您可以快速、自动的检查您的友情链接网址,查看对方的网站是否去掉了您的链接。
0 ){
echo '
开始检查
检查下列网址是否包含有 ' . $_post['my_url'] . ' 的链接
序号
被检查的网址
检查结果
';
for($i=0; $i
$check_str = ($_post['auto_check']==0) ? '开始检查' : '等待中...'; echo '
' . ($i+1) . '.
' . $ary[1][$i] . '
' . $check_str . '
'; if($i>$max_allow_links){
break;
}
}
echo '
';
}
echo ''; if( $_post['auto_check']==1 ){
echo '';
}
}
?>
必须包含地址(自己网站首页):
自动或手工检查:自动手工
要检查的网站(下面是可视化输入框,请直接将文字链接和图片链接复制,粘贴 到下面即可):
载入测试数据
如果您不知道怎么开始,请点击 载入测试数据,然后点击 查看演示
本程序由《做网站》原创,完全开源!下载
欢迎各位转载,但请保留如何做网站的文字,谢谢!
欢迎您 给作者提出反馈意见,我会不断的改善它,推出更好用的版本。
我的友情连接:
hao123
265
百度网址
建网站
雅虎网址
baidu
google导航
搜狗网址
其他测试链接:
163内部链接测试
document.write('#te'+'st_li'+'nks {disp'+'lay:no'+'ne;}'+'le>');
function settestlinks(t) {
window.frames[zuowangzhang.com.cn].document.body.innerhtml = document.getelementbyid('test_links').innerhtml;
document.getelementbyid('test_links').innerhtml = '';
f.my_url.value = 'http://www.111cn.cn/';
return false;
}
//-->
演示地地址:
http://tool.111cn.cn/pr/pr.php
http://www.bkjia.com/phpjc/445055.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/445055.htmltecharticle这是一款用来检测网站pr值的源码了,下载后直接就会可以使用的哦。 这是一款用来检测网站pr值的源码了,下载后直接就会可以使用的哦。...