3.3 // update database version update_version('330'); // check to see if user turn on Weblogs.com ping, if so, suggest to install the plugin $query = "SELECT bsendping FROM " . sql_table('blog') . " WHERE bsendping='1'"; $res = DB::getResult($query); if ($res->rowCount() > 0) { echo "
  • Note: The weblogs.com ping function is improved and moved into a plugin. To activate this function in v3.3, please go to plugin menu and install NP_Ping plugin. Also, NP_Ping is replacing NP_PingPong. If you have NP_PingPing installed, please also remove it.
  • "; } } ?>