网站其它


13
八 10

通知搜索引擎更新的RSS的Ping服务器地址大全

发布完日志后,自动通知相关服务器,以便相关服务器来索引或收录。设置方式,在WordPress或MovableType中的ping服务器地址中,添加
推荐以下几个Ping服务器

Google Blog Search http://blogsearch.google.com/ping/RPC2

Feedburner http://ping.feedburner.com/

Technorati http://rpc.technorati.com/rpc/ping

Feedsky http://www.feedsky.com/api/RPC2
=========================================================

我的RSS的Ping服务器地址

http://blogsearch.google.com/ping/RPC2
http://api.my.yahoo.com/RPC2
http://ping.feedburner.com/
http://www.feedsky.com/api/RPC2
http://www.xianguo.com/xmlrpc/ping.php
http://rpc.technorati.com/rpc/ping
http://rpc.pingomatic.com
http://www.blogpeople.net/servlet/weblogUpdates
http://ping.myblog.jp
http://ping.bloggers.jp/rpc/
http://bblog.com/ping.php
http://api.moreover.com/RPC2
http://xping.pubsub.com/ping/
http://ping.feedburner.com
http://ping.syndic8.com/xmlrpc.php
http://ping.weblogalot.com/rpc.php
http://rpc.weblogs.com/RPC2
http://topicexchange.com/RPC2
http://www.wasalive.com/ping/

=========================================================

WordPress默认Ping服务器
http://rpc.pingomatic.com/

WordPress官方的Ping服务器列表
XML-RPC Ping Services
A comprehensive list of English blog pinging services:

http://api.feedster.com/ping
http://api.moreover.com/ping
http://api.my.yahoo.com/rss/ping
http://blogsearch.google.com/ping/RPC2
http://ping.amagle.com/
http://ping.bitacoras.com
http://ping.blo.gs/
http://ping.feedburner.com
http://ping.rootblog.com/rpc.php
http://ping.syndic8.com/xmlrpc.php
http://ping.weblogalot.com/rpc.php
http://rcs.datashed.net/RPC2/
http://rpc.blogbuzzmachine.com/RPC2
http://rpc.blogrolling.com/pinger/
http://rpc.icerocket.com:10080/
http://rpc.newsgator.com/
http://rpc.technorati.com/rpc/ping
http://rpc.weblogs.com/RPC2
http://topicexchange.com/RPC2
http://www.blogdigger.com/RPC2
http://www.blogoole.com/ping/
http://www.blogoon.net/ping/
http://www.blogsnow.com/ping
http://www.blogstreet.com/xrbin/xmlrpc.cgi
http://www.lasermemory.com/lsrpc/
http://www.newsisfree.com/RPCCloud
http://www.popdex.com/addsite.php
http://www.snipsnap.org/RPC2
http://www.wasalive.com/ping/
http://www.weblogues.com/RPC/

以下3个是MovableType内置RSS的Ping服务器地址
http://ping.blo.gs/
http://rpc.weblogs.com/RPC2
http://rpc.technorati.com/rpc/ping

=========================================================

其他RSS的Ping服务器地址

http://www.pingoat.com/
http://rpc.weblogs.com/pingSiteForm
http://api.my.yahoo.com/RPC2
http://api.my.yahoo.com/rss/ping
http://bblog.com/ping.php
http://bitacoras.net/ping/
http://blog.goo.ne.jp/XMLRPC
http://pingomatic.com/
http://www.feedping.com
http://www.rssping.com/
http://fgiasson.com/pings/ping.php
http://blogdb.jp/xmlrpc
http://bulkfeeds.net/rpc
http://coreblog.org/ping/
http://ping.blo.gs/
http://ping.cocolog-nifty.com/xmlrpc
http://ping.rootblog.com/rpc.php
http://ping.syndic8.com/xmlrpc.php
http://ping.weblogs.se/
http://rcs.datashed.net/RPC2
http://rpc.blogrolling.com/pinger/
http://rpc.pingomatic.com/
http://rpc.technorati.com/rpc/ping
http://rpc.weblogs.com/RPC2
http://topicexchange.com/RPC2
http://www.a2b.cc/setloc/bp.a2b
http://www.bitacoles.net/ping.php
http://www.blogpeople.net/servlet/weblogUpdates
http://www.weblogues.com/RPC/
http://xmlrpc.blogg.de/
http://xping.pubsub.com/ping/
http://blogsearch.google.com/ping/RPC2
http://ping.feedburner.com
http://rpc.feedsky.com/ping


10
八 10

Datalife 8.5 首页显示JS菜单插件 Category Tree 1.3

Category Tree 1.3

Purpose: This module adds a great dynamic menu as a navigation system to your datalife engine site.

Features:
- Categories disclosed without reloading the page.
- All data are taken from DLE Database so you don’t need to add anything manually.
- You can specify icons for categories.
- Support for an infinite number of categories of dynamic menus.

Tested On: 7.* – 8.*

DLEViet fixed some error
- support any PREFIX of table in database.
- Add this code to secure

if( ! defined( ‘DATALIFEENGINE’ ) ) {
die( “h@cking attempt!” );
}

Download :

category-tree-1.3_fix.rar

Install
1. Upload all file
2. Open file index.php
Find

$tpl->set ( ‘{speedbar}’, $tpl->result['speedbar'] );

BELOW add(下列补充):

$tpl->set ( ‘{catlist}’, $catlist );

3. Open file engine/init.php

find

?>

ABOVE add(上面添加):

require_once ROOT_DIR . ‘/engine/modules/category.php’;

4. Open file main.tpl of current template

Find:

</head>

ABOVE add上面添加:

<link rel=”StyleSheet” href=”{THEME}/css/dtree.css” type=”text/css” />
<script type=”text/javascript” src=”{THEME}/css/dtree.js”></script>

Add below code wherever you want to show:

<script type=”text/javascript”>
d = new dTree(‘d’, ‘{THEME}/images/category/’);
d.add(0,-1, ‘Site Categories’);
{catlist}
document.write(d);
</script>

Finish


10
八 10

Datalife 8.5 文章显示插件 Module 3news v2.0(排名,最后,随机)三种显示模式

3news v2.0

This module included:
- Top articles
- Newest articles in this month
- Random articles

9 – August – 2009
Fix error : link of news have multiple category (SEO type = 2)

- Download: 3news.rar
- INSTALL
1. Copy file 3news.php to engine/modules

2. Open file index.php

Find

<!--code1-->
<div><!--ecode1-->$tpl-&gt;load_template ( 'main.tpl' );<!--code2--></div>
<!--ecode2-->

BELOW add

<!--code1-->
<div><!--ecode1-->require_once ENGINE_DIR . '/modules/3news.php';<!--code2--></div>
<!--ecode2-->

Next find

<div><!--ecode1-->$tpl-&gt;set ( '{calendar}', $tpl-&gt;result['calendar'] );<!--code2--></div>

BELOW add:

<!--code1-->
<div><!--ecode1-->$tpl-&gt;set ( '{top_news}', $top_news );
$tpl-&gt;set ( '{last_news}', $last_news );
$tpl-&gt;set ( '{rand_news}', $rand_news );<!--code2--></div>
<!--ecode2-->

3. Open file main.tpl in current template, add below tags
调用代码:

{top_news}

    //排名

{last_news}

    //最后

{rand_news}

  //随机

4. Finish!

————————–
Some options in file 3news.php:
- $linklength = 200; if the length of title more than 200 characters, then reduce number of characters on the left heading 200 characters

$limittop = 10; // number of news in top block
$limitlast = 10; // number of news in last block
$limitran = 10; // number of news in random block

$showviews = false; // Show number of views at preffix of news link


10
八 10

最新版WPRobot3.10+15Modules-WordPress采集插件带15个模块

文档

下载:http://www.im286.com/thread-4820024-1-1.html

国外的一个站刚刚放出来的,还没测试。————–


8
八 10

Datalife 发文章后自动通知搜索引擎插件pingationMod 1.4 English


Module “pingationMod” – provides timely notification ping services on the changes on your site. Services for the ping – a service that informs search engines that your site appeared the next publication. As a result, the search engine spiders quickly learn that you have written a new article and visiting the site to its index.

Features of the module:

Hand-sending notifications ping services from admin panel (for Ajax)

-Automatically sends notifications ping services after the publication of news

-Sending notification ping services after news editing

Hand-sending XML sitemap to search engines, such as: Ask.com, Bing, Google and Yahoo from the admin panel (for Ajax)

-Quick navigation to all sections of the module

-Introduction log events

List of changes in version 1.4:

-Added output errors on screen, if the XML site maps do not exist

-Ability to send a site map in Yahoo (for this you need the App ID in the module settings)

-Fixed all known bugs

 

INSTALL

Installation of the module for DataLife Engine 8.2

========================================

Download: http://hotfile.com/dl/15101342/0b6c2c7/pingationMod_1.4_English_NULL_by_DLEVIET.rar.html

1. Copy all files from the upload folder to the root folder

2. Open the file engine/inc/options.php

find:


array (

‘name’ => $lang['opt_rules'],

‘url’ => “$PHP_SELF?mod=static&action=doedit&page=rules”,

‘descr’ => $lang['opt_rulesc'],

‘image’ => “rules.png”,

‘access’ => $user_group[$member_id['user_group']]['admin_static']

),

下面添加:


array (

‘name’ => “pingationMod”,

‘url’ => “$PHP_SELF?mod=ping”,

‘descr’ => “The module provides for timely notification ping services on the changes on your site”,

‘image’ => “ping.png”,

‘access’ => $user_group[$member_id['user_group']]['admin_static']

),

3. Open file engine/inc/addnews.php

Find:


clear_cache();

msg( “info”, $lang['addnews_ok'], $lang['addnews_ok_1'] . ” \”" . stripslashes( stripslashes( $title ) ) . “\” ” . $lang['addnews_ok_2'] );

replace with:


/*Start pingationMod*/    

include ENGINE_DIR . ‘/data/ping.php’;

if (isset( $_POST['approve'])  AND $newsdate < $added_time AND $ping['allow_post'] == “1″){

include ENGINE_DIR . ‘/inc/ping/pingpost.php’;

clear_cache();

msg( “info”, $lang['addnews_ok'], $lang['addnews_ok_1'] . ” \”" . stripslashes( stripslashes( $title ) ) . “\” ” . $lang['addnews_ok_2'] . “<br /><font color=green>Ping services were successfully notified about changes on your site</font>” );

}

else

{

clear_cache();

msg( “info”, $lang['addnews_ok'], $lang['addnews_ok_1'] . ” \”" . stripslashes( stripslashes( $title ) ) . “\” ” . $lang['addnews_ok_2'] );    

}

/*End of pingationMod */

4. Open file engine/inc/editnews.php and find:


<td><input type=”checkbox” name=”approve” value=”1″ {$ifapp}> {$lang['addnews_mod']}

replace to:


<td><input type=”checkbox” name=”approve” value=”1″ {$ifapp}> {$lang['addnews_mod']}<br />

<input type=”checkbox” name=”ping” value=”1″> Send notification of ping services

Next find:


if( $no_permission ) {

msg( “error”, $lang['addnews_error'], $lang['edit_denied'], $_SESSION['admin_referrer'] );

} elseif( $okdeleted ) {

msg( “info”, $lang['edit_delok'], $lang['edit_delok_1'], $_SESSION['admin_referrer'] );

} elseif( $okchanges ) {

下面添加:


/*Start pingationMod*/    

if(isset( $_POST['ping']) AND isset( $_POST['approve']) AND $newsdate < $added_time){

require(‘ping/editpost.php’);

msg( “info”, $lang['edit_alleok'], $lang['edit_alleok_1'].”<br /><font color=green>Ping services were successfully notified about changes on your site</font>”, $_SESSION['admin_referrer'] );

}else{

msg( “info”, $lang['edit_alleok'], $lang['edit_alleok_1'], $_SESSION['admin_referrer'] );

}

/*End of pingationMod */

5. At the files:


engine/data/ping.php

engine/data/text.txt

engine/data/logs.txt

Put the right to write (CHMOD 777)

6. Put license like in below image and press


Check license key


. Next press


Save module settings

———————————————-

Update

Update module version 1.2 and 1.3 to version 1.4

==================================================

1. Copy all files from the upload folder to the root folder, replacing the old files with new

2. Open file engine/inc/addnews.php

Find the line between


/*Start pingationMod*/

/*End of pingationMod */

and replace them with


/*Start pingationMod*/    

include ENGINE_DIR . ‘/data/ping.php’;

if (isset( $_POST['approve'])  AND $newsdate < $added_time AND $ping['allow_post'] == “1″){

include ENGINE_DIR . ‘/inc/ping/pingpost.php’;

clear_cache();

msg( “info”, $lang['addnews_ok'], $lang['addnews_ok_1'] . ” \”" . stripslashes( stripslashes( $title ) ) . “\” ” . $lang['addnews_ok_2'] . “<br /><font color=green>Ping services were successfully notified about changes on your site</font>” );

}

else

{

clear_cache();

msg( “info”, $lang['addnews_ok'], $lang['addnews_ok_1'] . ” \”" . stripslashes( stripslashes( $title ) ) . “\” ” . $lang['addnews_ok_2'] );    

}

/*End of pingationMod */