vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - vBSEO Google/Yahoo Sitemap Generator (https://vborg.vbsupport.ru/showthread.php?t=144730)

iojam 12-02-2007 02:52 PM

DarthCoder,
Quote:

CAN SOMEONE WHO got this mod work paste their complete apache config to me? because it gives error on all .html pages for me when I enable the mod. I am sure its the apache settings that failed.
"vBSEO Sitemap Generator" does not create html pages. Perhaps you have confused it with "vBSEO" mod, and in this case you should look for support at www.vbseo.com .


geevest.com,
Quote:

i dont know why PING GOOGLE AND YAHOO always failed.
Please try to modify vbseo_sitemap_functions.php file:
FIND:
PHP Code:

    function vbseo_query_http($url)
    {
..


and REPLACE WITH:
PHP Code:

    function vbseo_query_http($url)
    {
           
ini_set('default_socket_timeout'5);
           
$purl parse_url($url);
        
$connsocket = @fsockopen($purl['host'], 80$errno$errstr5);
           
$start 0;
           
$timeout 50;
           while(
$start $timeout)
           {
            
$start++;
            if (
$connsocket)
            {
             
$out "GET ".$purl['path']."?".$purl['query']." HTTP/1.1\n";
             
$out .= "Host: ".$purl['host']."\n";
                
$out .= "Referer: http://".$purl['host']."/\n";
             
$out .= "Connection: Close\n\n";
              
$inp '';
             @
fwrite($connsocket$out);
             while (!
feof($connsocket)) {
                
$inp .= @fread($connsocket4096);
             }
             @
fclose($connsocket);
             break;
            }

        }
        
preg_match("#^(.*?)\r?\n\r?\n(.*)$#s",$inp,$hm);
        return 
$hm[2];



ForosAbiertos 12-02-2007 04:25 PM

I have tried this, and it me has worked fine

FinalX-TeaM 12-02-2007 04:57 PM

thanks!

powerful_rogue 12-02-2007 10:59 PM

Thanks people :)

Just wondering if this would work as ive had it suggested to me:

Quote:

Sitemap Files URL
Enter the url to use for sitemap files in case if you want to specify non-default URLs. For instance:
http://www.example.com

Leave this setting empty to use default vB url.
Quote:

I haven't tried that - I left it blank. But I assume you can use this to specify where you want the sitemaps stored?

Although, looking at it again, I'm not sure that isn't to tell the add-on to create a sitemap for a different domain?

Worth a shot, anyway.

ReQueM 12-03-2007 08:19 AM

Thank you vBSEO :)

GPTB 12-05-2007 11:48 AM

I'm having the same problem as described by others in this thread with this mod.

Whenever I try to run it I get the error message:

Fatal error: Call to undefined function vbseo_any_url() in /home/[edited]/public_html/forum/vbseo_sitemap/vbseo_sitemap_functions.php on line 424

Interestingly, it seems to work fine when I turn the "Include Blog Pages" setting to "No".

iojam 12-05-2007 12:46 PM

Please modify vbseo_sitemap_functions.php file.
FIND:
PHP Code:

        vbseo_add_url(vbseo_any_url($vbseo_vars['bburl'].'/blog.php') , 1.0); 

REPLACE WITH:
PHP Code:

        vbseo_add_url(VBSEO_ON vbseo_any_url($vbseo_vars['bburl'].'/blog.php') : $vbseo_vars['bburl'].'/blog.php'1.0); 


GPTB 12-05-2007 01:13 PM

That appears to work now :)

Thank you very much!

baghdad4ever 12-06-2007 11:01 AM

My page rank in google decrease to 0

After i install this mode

What the wrong??

And how can i uninstall it??

Thanks

geevest.com 12-06-2007 11:46 AM

Quote:

Originally Posted by iojam (Post 1393540)
DarthCoder,


geevest.com,

Please try to modify vbseo_sitemap_functions.php file:
FIND:
PHP Code:

    function vbseo_query_http($url)
    {
..


[/php]

friend im not found that script.
i found this :
PHP Code:

function vbseo_query_http($url$retcont false)
    { 

thanks


All times are GMT. The time now is 12:53 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02984 seconds
  • Memory Usage 1,765KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete