PDA

Ver la Versión Completa: vBulletin 4.1.2 + vBSEO 3.5.1 PL1 + v3.0 Sitemap - Mapa del sitio no se está ejecutando.



Vetall
02-03-11, 18:17
Тестирую работоспособность.
1. Установил vBulletin 4.1.2
2. Установил согласно инструкции vBSEO 3.5.1 PL1
3. Установил согласно инструкции vbseo_sitemap-3-0_gold
4. Установил согласно инструкции vBET423
5. Выполнил изменения vBSEOсогласно инструкции - vBSEO (http://www.vbenterprisetranslator.com/forum/ru/vbet4-integration-other-plugins/414-vbseo-integration.html)
6. Выполнил изменения vbseo_sitemapсогласно инструкции - Sitemap Generator (от vBSEO) (http://www.vbenterprisetranslator.com/forum/ru/vbet4-integration-other-plugins/415-sitemap-generator-integration.html)
7. внес изменения в .htaccess

RewriteEngine On
Opciones + FollowSymLinks

RewriteRule ^ ((urllist | sitemap_) .* \\ (XML |..? Txt) (\\ gz))? $ Vbseo_sitemap / vbseo_getsitemap.php mapa = $ 1 [L]
RewriteRule vbenterprisetranslator_seo.php? vbet_lang = $ 1 y redirigir = / [L, QSA]
RewriteRule vbenterprisetranslator_seo.php? vbet_lang = $ 1 y redirigir = / $ 2 [L, QSA]

RewriteCond% {REQUEST_URI}! (Admincp / | modcp / | vbseo_sitemap / | cron)
RewriteRule ^ ((archivo /)?(.* \\. Php (/.*)?))$ vbenterprisetranslator_seo.php [L, QSA]

RewriteCond% {} REQUEST_FILENAME!-F
RewriteCond% {} REQUEST_FILENAME!-D
RewriteCond% {} REQUEST_FILENAME ^! (Admincp | modcp | clientscript | cpstyles | imágenes) /
RewriteRule $ vbenterprisetranslator_seo.php [L, QSA]
RewriteCond% {REQUEST_URI}! (Admincp / | modcp / | cron | vbseo_sitemap)
RewriteRule ^ ((archivo /)?(.* \\. Php (/.*)?))$ vbseo.php [L, QSA]

RewriteCond% {} REQUEST_FILENAME!-F
RewriteCond% {} REQUEST_FILENAME!-D
RewriteCond% {} REQUEST_FILENAME /! (Admincp | modcp | clientscript | cpstyles | imágenes) /
RewriteRule ^(.+)$ vbseo.php [L, QSA]
запускаю выполнить Run Generatorипроцесс зависает на:

[INICIO DE SECCIÓN] showthread [2,915.6 Kb miembros usadas] [s 24.065 (21.706 s)]
... y todo eso. - Dígame, por favor, lo que está mal?

kamilkurczak
04-03-11, 11:31
Todo se ve bien.

ok voy a probar esta instrucciones de integración de esta edición vBSEO Sitemap Generator.
Otras ventas - por favor dame una url para esta edición mapa del sitio.
Gracias

Vetall
04-03-11, 12:35
publicó un enlace a bseo_sitemap-3-0_gold mensaje personal.

Vetall
04-03-11, 12:49
no pueden trabajar más de aquí es el cambio en vbseo_sitemap_functions.php



vbseo_log_entry ("[showthread] forum_id: $ ForumID, thread_id: $ threadrow [threadid], total: $ totalposts, páginas: $ TotalPages, puntos de vista: $ threadrow [vista] $ antes de");

for ($ p = 1, $ p <= $ TotalPages; $ p + +)
{
/ / Código adicional
$ Alanguages = array
if ($ archivo) {
$ Strlenhost = strlen ($ vbseo_vars ['bburl']."/");
$ Currentthreadurl = vbseo_url_thread ($ threadrow, $ p, $ archivo);
$ Currentthreadurl_before = substr ($ currentthreadurl, 0, $ strlenhost);
$ Currentthreadurl_after = "/" substr ($ currentthreadurl, $ strlenhost).;
$ Lastpost = & $ threadrow ['lastpost'];
$ Vbseo_stat ['t'] + = sizeof ($ alanguages);
foreach ($ alanguages como $ idioma) {
vbseo_add_url ($ currentthreadurl_before $ $ currentthreadurl_after idioma, antes $, $ lastpost, $ frecuencia..);
}
}
/ / Fin de código adicional
$ Vbseo_stat [$ archivos de 'a': 't'] + = vbseo_add_2urls (

kamilkurczak
04-03-11, 13:33
Gracias, lo voy a comprobar y preparar una solución para usted

kamilkurczak
07-03-11, 11:44
Por favor, envíe a mí por su admincp PM y los detalles de FTP y lo voy a arreglar.

Vetall
10-03-11, 08:04
Por favor, envíe a mí por su admincp PM y los detalles de FTP y lo voy a arreglar.
- Enviar un mensaje privado.

kamilkurczak
10-03-11, 09:05
Gracias, yo lo compruebe por usted

kamilkurczak
11-03-11, 10:35
hola,

Lo he comprobado por ti.

1. en primer lugar.
En que archivo (vbseo_sitemap_functions.php) tiene:

vbseo_log_entry("[showthread] forum_id: $forumid, thread_id: $threadrow[threadid], total posts: $totalposts, pages: $totalpages, views: $threadrow[views] $prior");

for($p=1; $p<=$totalpages; $p++)
{
//additional code
$alanguages = array ('af','sq','ar','be','bg','ca','zh-CN','hr','cs','da','nl','en','pl','et','tl','fi','fr','gl','de','el','iw','hi','hu','is','id','ga','it','ja','ko','lv','lt','mk','ms','mt','no','fa','pt','ro','sr','sk','sl','es','sw','sv','zh-TW','th','tr','uk','vi','cy','yi');
if(!$archived) {
$strlenhost = strlen($vbseo_vars['bburl']."/");
$currentthreadurl = vbseo_url_thread($threadrow, $p, $archived);
$currentthreadurl_before = substr($currentthreadurl,0,$strlenhost);
$currentthreadurl_after = "/".substr($currentthreadurl,$strlenhost);
$lastpost =& $threadrow['lastpost'];
$vbseo_stat['t'] += sizeof($alanguages);
foreach($alanguages as $language) {
vbseo_add_url($currentthreadurl_before.$language.$currentthreadurl_after, $prior, $lastpost, $freq);
}
}
//end additional code

tratar de hacer:

vbseo_log_entry("[showthread] forum_id: $forumid, thread_id: $threadrow[threadid], total posts: $totalposts, pages: $totalpages, views: $threadrow[views] $prior");


//additional code
$alanguages = array ('af','sq','ar','be','bg','ca','zh-CN','hr','cs','da','nl','en','pl','et','tl','fi','fr','gl','de','el','iw','hi','hu','is','id','ga','it','ja','ko','lv','lt','mk','ms','mt','no','fa','pt','ro','sr','sk','sl','es','sw','sv','zh-TW','th','tr','uk','vi','cy','yi');
if(!$archived) {
$strlenhost = strlen($vbseo_vars['bburl']."/");
$currentthreadurl = vbseo_url_thread($threadrow, $p, $archived);
$currentthreadurl_before = substr($currentthreadurl,0,$strlenhost);
$currentthreadurl_after = "/".substr($currentthreadurl,$strlenhost);
$lastpost =& $threadrow['lastpost'];
$vbseo_stat['t'] += sizeof($alanguages);
foreach($alanguages as $language) {
vbseo_add_url($currentthreadurl_before.$language.$currentthreadurl_after, $prior, $lastpost, $freq);
}
}
//end additional code

for($p=1; $p<=$totalpages; $p++)
{

2. Si todavía no es bueno - por favor, elimine todo el código VBET de este archivo (reemplace con un original) y tratar de ejecutar mapa - si funciona - no es un problema de integración VBET, si todavía no funciona - tal vez la instalación de este mapa no es bueno. Por favor, inténtelo

Vetall
11-03-11, 11:33
Gracias por los consejos!

- he cumplido:
tema 1 - no funciona
tema 2 - que no pudimos...

si la configuración de vBSEO Sitemap:
The sitemap generator is fully compatible with the vBSEO search engine optimization plugin. - Yes
- entonces Sitemap - no se genera.
The sitemap generator is fully compatible with the vBSEO search engine optimization plugin. - No
- entonces Sitemap - genera pero sin traducción.

- ¿qué versión de vBSEO Sitemap y - probado funcionan?

Gracias!

kamilkurczak
11-03-11, 11:54
por lo que ahora integran los archivos de mapa - como hacer cambios en mi post anterior

Vetall
11-03-11, 12:14
Cuando me encontré con el cambio:


vbseo_log_entry("[showthread] forum_id: $forumid, thread_id: $threadrow[threadid], total posts: $totalposts, pages: $totalpages, views: $threadrow[views] $prior");


//additional code
$alanguages = array ('af','sq','ar','be','bg','ca','zh-CN','hr','cs','da','nl','en','pl','et','tl','fi','fr','gl','de','el','iw','hi','hu','is','id','ga','it','ja','ko','lv','lt','mk','ms','mt','no','fa','pt','ro','sr','sk','sl','es','sw','sv','zh-TW','th','tr','uk','vi','cy','yi');
if(!$archived) {
$strlenhost = strlen($vbseo_vars['bburl']."/");
$currentthreadurl = vbseo_url_thread($threadrow, $p, $archived);
$currentthreadurl_before = substr($currentthreadurl,0,$strlenhost);
$currentthreadurl_after = "/".substr($currentthreadurl,$strlenhost);
$lastpost =& $threadrow['lastpost'];
$vbseo_stat['t'] += sizeof($alanguages);
foreach($alanguages as $language) {
vbseo_add_url($currentthreadurl_before.$language.$currentthreadurl_after, $prior, $lastpost, $freq);
}
}
//end additional code

for($p=1; $p<=$totalpages; $p++)
{

и включил настройку
The sitemap generator is fully compatible with the vBSEO search engine optimization plugin.

- Tiempo de generación del sitio no pasa:

[homepage] [2,972.6Kb mem used] [0s (+0s)]
[SECTION START] forumdisplay [2,977.0Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 3, total threads: 0, pages: 1 [2,980.6Kb mem used] [0s (+0s)]
[forumdisplay] forum_id: 2, total threads: 4, pages: 1 [3,989.1Kb mem used] [0s (+0s)]
[SECTION START] showthread [3,990.6Kb mem used] [0s (+0s)]


cuando
The sitemap generator is fully compatible with the vBSEO search engine optimization plugin. - выключена
- тогда генерация Sitemapвыполняется, НО ссылки в sitemap_forum_1.xml.gz генерируются вот такие:


/hu/showthread.php?t=3&page=2
/is/showthread.php?t=3&page=2
/id/showthread.php?t=3&page=2


aunque en un foro -

/main-forum/2-acura-integra-1997-repairs-maintenance-operation-vehicle.html
/de/main-forum/2-acura-integra-1997-reparaturen-wartung-betrieb-des-fahrzeugs.html
/uk/main-forum/2-acura-integra-1997-ремонт-обслуговування-експлуатація-транспортного-засобу.html

kamilkurczak
11-03-11, 12:40

/hu/showthread.php?t=3&page=2
/is/showthread.php?t=3&page=2
/id/showthread.php?t=3&page=2

esto es bueno porque no se utiliza Matías en su foro

Vetall
11-03-11, 12:57

/hu/showthread.php?t=3&page=2
/is/showthread.php?t=3&page=2
/id/showthread.php?t=3&page=2

esto es bueno porque no se utiliza Matías en su foro
kamilkurczak, quiero usar vBSEO+Sitemap, pero en la versión de prueba automan.org.ua a mí esto no funciona ... :(

- dime, ¿qué versión de vBSEO y qué versión de Sitemap trabajan juntos?

kamilkurczak
11-03-11, 13:19
No puedo ver en su htaccess reglas Matías. También usted no tiene instalado y Matías en su foro no tiene enlaces SEO.

Vetall
11-03-11, 13:27
Tal vez usted no lo ve ...

No puedo ver en su htaccess reglas Matías.

RewriteEngine On
Options +FollowSymLinks



# Redirect to WWW
#RewriteCond %{HTTP_HOST} ^automan.org.ua [NC]
#RewriteRule ^(.*)$ http://www.automan.org.ua/$1 [L,R=301]
# End Redirect to WWW

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]


RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

También usted no tiene instalado y Matías en su foro no tiene enlaces SEO.
Acura Integra 1997 - user guide, instruction on repair of the vehicle. (http://www.automan.org.ua/main-forum/1-acura-integra-1997-user-guide-instruction-repair-vehicle.html)



-

kamilkurczak
11-03-11, 15:37
Usted escribió que cuando se tiene un archivo de mapa ORIGINAL (sin integración con VBET), este mapa sigue sin funcionar.
Por favor, deshabilite VBET y tratar de generar mapa del sitio.
Si todavía no funciona - no es un problema del sitio.
Si va a ser un trabajo - Integración con VBET mal - lo voy a comprobar. Así que por favor prueba de ello.

Vetall
12-03-11, 07:46
he pasado la prueba.
Sitemap Generator 3.0 - el ORIGINAL (sin la integración de vBET).
+
vBSEO 3.6.0 RC 1 - el ORIGINAL (sin la integración de vBET).
= FUNCIONA.

más adelante en la integración de vBET de instrucciones Integration with other mods:
- ha cumplido con los párrafos 1 a 3
SEO links translation integration
- los cambios en el archivo functions_vbseo_createurl.php

Find:
$bloginfo['seotitle'] = vbseo_filter_replace_text($bloginfo['title']);
REPLACE it with this code:
$bloginfo['seotitle'] = vbet_vbseo_filter_replace_text($bloginfo['title']);

= vBSEO+Sitemap Generator - Sitemap generado.

- ejecuto el siguiente:

Find:
$vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl);
REPLACE it with this code:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);

= vBSEO+Sitemap Generator - Sitemap NO se genera.

- abrogo a este cambio functions_vbseo_createurl.php y hago el siguiente instrucción:


Find:
$replace['%category_title%'] = vbseo_filter_text($c_ttl);
REPLACE it with this code:
$replace['%category_title%'] = vbet_vbseo_filter_text($c_ttl);

= vBSEO+Sitemap Generator - Sitemap generado.

- la siguiente:


Find:
$replace['%section_title%'] = vbseo_filter_text($c_ttl);
REPLACE it with this code:
$replace['%section_title%'] = vbet_vbseo_filter_text($c_ttl);

= vBSEO+Sitemap Generator - Sitemap NO se genera.

- abrogo a este cambio functions_vbseo_createurl.php y hago el siguiente instrucción:


Find:
$replace['%entry_title%'] = vbseo_filter_text($c_ttl);
REPLACE it with this code:
$replace['%entry_title%'] = vbet_vbseo_createCmsArticleLink($c_id, $c_ttl);

= vBSEO+Sitemap Generator - Sitemap generado.

también hizo todos los cambios en functions_vbseo_url.php y vbseo_sitemap_functions.php de acuerdo con las instrucciones.

Al final resulta que NO FUNCIONA la integración de vBET + vBSEO+Sitemap Generator al realizar estos cambios de un archivo functions_vbseo_createurl.php



Find:
$vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl);
REPLACE it with this code:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);

y


Find:
$replace['%section_title%'] = vbseo_filter_text($c_ttl);
REPLACE it with this code:
$replace['%section_title%'] = vbet_vbseo_filter_text($c_ttl);

kamilkurczak
12-03-11, 13:32
ok voy a probar. Tal vez hay una integración de malo con Matías.

Vetall
21-03-11, 14:27
posible para resolver mi problema de la integración?

kamilkurczak
15-04-11, 19:10
puede confirmar que todavía necesitan nuestra ayuda en esta integración?

Vetall
16-04-11, 05:34
puede confirmar que todavía necesitan nuestra ayuda en esta integración?
¡Sí! problema de la integración no se resuelve.

vBET
02-06-11, 21:47
Hola. Me acabo de enterar de que el hilo termina con la solicitud de apoyo en el futuro. No sé que fue resuelto por PM o no (Kamil fue responsable del caso y tiene vacaciones en este momento).

Es por eso que me preguntaba si todavía necesitan la ayuda aquí? Emite todavía existen? En caso afirmativo, me han breve descripción sobre el estado actual del tema y yo te apoyo.

Vetall
03-06-11, 06:18
Привет!
Проблема вот в чем:
1. - интеграцию vBET, vBSEO и vBSEO_Sitemapя выполнил по инструкции.
2. - в настройках vBSEO_Sitemap - vBSEO Instalado? - установил "Yes".
3. - когда запускаю "Run Generatror" - процесс создания SitemapНЕ заканчивается, последнее сообщение:


[SECTION START] showthread [9,002.5Kb mem used] [0s (+0s)]

и файлы Sitemapне создаются... : (

...

когда в настройках vBSEO_Sitemap - vBSEO Instalado? - установил "No" - файлы Sitemapсоздаются и имеют ссылки вида:

http://autorepman.com/en/showthread.php?t=770

- Pero debe ser algo como esto:


http://autorepman.com/en/hyundai/770-of-repair-and-maintenance-of-the-car-hyundai-tucson-kia-sportage-2-2003-a.html



... Necesitamos su ayuda para resolver este problema.

vBET
03-06-11, 22:06
Veo que este hilo es mucho ya, así que para evitar otra discusión épica por favor, me acaba de enviar a su acceso a los detalles Admin CP y FTP - Voy a ver qué pasos de integración se realizó de manera adecuada y cuál es la razón de su emisión.

Vetall
06-06-11, 07:23
Acceso a datos en la admincp FTP y enviar un mensaje privado ..

vBET
06-06-11, 17:19
Yo estaba allí, el generador el mapa y todo funciona bien. ¿Tiene que integrarse ahora? No veo ningún problema en este momento. Por favor, describa exactamente como se puede reproducir. Por favor, poner todo como debe ser para poder ver el tema.

Vetall
06-06-11, 17:30
¿En la configuración de la búsqueda motor XML Sitemap, instalar vBSEO vBSEO? -"No"-obras de generador.¿-Si búsqueda motor XML Sitemap, instalar vBSEO vBSEO? -"sí"-generador no funciona**********. Pruébelo ahora para comenzar a generar Sitemap archivos.

vBET
06-06-11, 17:57
Ir allí ahora.

vBET
06-06-11, 18:21
Aceptar que lo veo. Se rompe exactamente en esta línea:

$currentthreadurl = vbseo_url_thread($threadrow, 1, $archived);

Lo más probable es la integración de Matías con VBET no se hace adecuadamente. Lo voy a comprobar ahora.

vBET
06-06-11, 18:28
Tenemos algún problema con su licencia y no puede continuar para apoyarlos hasta que se resuelva. Por favor, vea los detalles en AM.

Vetall
06-06-11, 19:11
respondió un mensaje personal.

vBET
07-06-11, 10:14
Resuelto. Se está trabajando ahora en el foro. He añadido una línea de código - la importación de nuestro archivo. No sé por qué sólo para el foro no era visible - muy probablemente algunas diferencias en el archivo htaccess, ya que el archivo me importa ya se ha importado por nuestro archivo SEO asignada en htaccess... De todos modos voy a añadir esta línea de código al procedimiento de la integración normal, para evitar futuros problemas.

La línea debe ser añadido en la parte superior de código de integración VBET:

require_once (Dir. '/ includes / vbenterprisetranslator_functions_vbseo.php');
Usted lo ha incluido ya en su servidor. Disfrute de VBET! :)

Vetall
07-06-11, 10:48
Declaro! Se fijó, mapa del sitio se genera cuando sea necesario. Muchas gracias por tu apoyo!

vBET
08-06-11, 07:23
Me alegro de que:) Disfruta de VBET!

Automatic Translations (Powered by Google, Microsoft®, Yandex, SDL Language Cloud, IBM Watson and Apertium):
AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian CreoleHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishTaiwaneseThaiTurkishUkrainianVietnameseWelshYiddish
Languages translations supported by vBET 4.10.1