• DONATE to NULLED!
    Вы можете помочь Форуму и команде, поддержать финансово.
    starwanderer - модератор этого раздела будет Вам благодарен!

Плагин PingCrawl

Статус
В этой теме нельзя размещать новые ответы.

sw04

seoplayer
Регистрация
1 Дек 2007
Сообщения
591
Реакции
215
Plugin Summary
Every time you make a post on your blog it grabs similar posts from other blogs that allow pingbacks using the post tags. It then links to them at the bottom of the post as similar posts. It then executes the pingback on all the posts. You can specify how many posts to do per tag and that many will be done for each tag you use in your posts. Typically it has about an 80% successrate with each pingback and they are legit so the ones that fall into moderation tend to get approved. This creates quite a few deep links for each blog post you make and through time really helps with your link building. Especially for new blogs.

Theory Of Operation

* The plugin will listen to anytime a post is saved, published, updated, etc.
* The plugin on execution time will find all the tags on the post and perform the following per tag:
o Use Google API to check for ( 35 ) results with the tag name.
o With the ( 35 ) results it loops through them and performs the following
+ Does the result have a pingback meta tag?
+ Does the result have trackback somewhere in the source
+ (if yes to both) it stores the pingback xmlrpc location in memory.
+ (if no to either) we skip that record and move to the next.
+ Once their are 5 legit pingable servers we then append their links to the post we currently added.
+ We then retrieve the xmlrpc urls from memory, and execute a pingback.ping against the xmlrpc as defined in the pingback 1.0 spec. (due to the nature of pingbacks and php it is not a 100% guarantee. A lot of dependencies on state, server responses, headers, etc.)

Their are built in features such as caching google’s recordsets per tag, so you don’t have to make request out to google for the same use. And logic to know if you’ve already “PingCrawled” a post then on edit to ignore it, etc w/ a built in polling system.
Installation:

1. Download Plugin
2. Put file in the wp-content/plugins directory of your wordpress installation
3. Login to your blog dashboard
4. Click on Plugins
5. Click on Active to the Right of PingCrawl in the list
6. Make a Post

*Note ( because of the nature of the script any one tag can make as many as 41 HTTP request and storing source code into memory to run regular expressions against. Because of this I would try to limit my tags to no more than 3 (123 HTTP Request). Use more at your own risk.

Warning: This plugin can really slow down the time it takes to make your posts so I would recommend not using more than 3 tags per post. Also we coded in a small link injection which will put a link of mine into the mix about once every 10 posts. They will all be very white hat and clean links so no worries and if you left the code intact I’d consider that a substantial thank you for the plugin.

 
сразу предупреждаю - ресурсов жрет немерено
 
Поюзал плагин, не так уж и немерянно ресурсов жрет, просто парсит дофига урлов на каждый тег, правда в одном из двенадцати случаев вставляет ссылку в посте на автора плагина. И еще можно попасть за пингспам на акисмете в спам.
 
  • Заблокирован
  • #4
объясните нубу, что делает плагин и что он дает?
 
  • Заблокирован
  • #5
Каждый раз когда ты постишь сообщение, плагин для каждого тега сообщения пытается найти с десяток блогов по той же тематике с включенным пингбеком и пингует их. Таким образом, получаешь много тематических (хочется верить) ссылок на себя.
 
  • Заблокирован
  • #7
Надо проверить настройки хостинга (в частности, разрешен ли file_get_contents для удаленных хостов). Ошибка возникает в связи с тем, что скрипт не может получить результаты от гугла.

Или гугл мог просто забанить IP за большое число обращений :)
 
Ну IP забанить с первого поста думаю не мог, а до этого с этого ip я ни чем спамерным не занимался... :) нужно проверить настройки хостинга, скорее всего именно в этом проблема... спасибо... А что это за функция и как часто она включена на хостингах? Мож вообще проблематично найти хостера у которого эта функция разрешена...
 
  • Заблокирован
  • #9
Функция позволяет получить содержимое файла (или веб-страницы). Закрыта на бесплатных хостингах. На платных, как правило, открыта.

Посмотреть ее статус можно через phpinfo()
 
сразу предупреждаю - ресурсов жрет немерено
немерено - это сколько? кто на какой конфигурации запускал - расскажите, если у кого как сервак отреагировал?
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху