Vor 2 Stunden
Eine neue Erweiterung wurde veröffentlicht: Google & Yandex Ping Extra New Topic Ping
Zitat:English
This plugin pings Google and Yandex when a new topic is opened in your forum, and also provides automatic pinging of your forum every 24 hours.
Edit the ping-forum.php file using notepad, edit the yoursite.com part below according to your own site, and send it to your server. That's it.
$sitemap = 'https://www.yoursite.com/sitemap.xml';
Edit the inc/plugins/autoping.php file using Notepad, edit the yoursite.com section below to match your own website, and send it to your server. That's it.
// Ping fonksiyonu
function autoping_send_ping() {
$sitemap = 'https://www.yoursite.com/sitemap.xml';
Türkçe
Bu eklenti sayesinde forumunuzda yeni bir konu açıldığında Google ve Yandex'e ping atıyor, ayrıca forumunuza otomatik 24 saatte bir ping atılmasını sağlıyor.
ping-forum dosyasını notepet yardımıyla düzenleyip aşağıdaki yoursite.com kısmını kendi sitenize göre düzenleyip sunucunuza yollayın. işlem bu kadar.
$sitemap = 'https://www.yoursite.com/sitemap.xml';
inc/plugins/autoping.php dosyasını notepet yardımıyla düzenleyip aşağıdaki yoursite.com kısmını kendi sitenize göre düzenleyip sunucunuza yollayın. işlem bu kadar.
// Ping fonksiyonu
function autoping_send_ping() {
$sitemap = 'https://www.yoursite.com/sitemap.xml';