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)

geevest.com 11-30-2007 12:10 PM

thanks friend,i check this :

allow_url_fopen On On

always ON.
whats wrong with my site?
goolg cant ping always failed.tq

class101 11-30-2007 12:14 PM

allow_url_fopen On

On just 1x time is enough , sorry if that does not fixe your prob but it fixed mine , i had all 4 pings failed but if you have only google failing I really don't know, you may make a thread on vbseo.com, authors are replying fastly to support threads in this place.

geevest.com 11-30-2007 12:16 PM

vbseo owner can help me to solve my problem? thx
thx class101

iardon 11-30-2007 03:19 PM

Installed. Thanks!

class101 11-30-2007 03:27 PM

Quote:

Originally Posted by geevest.com (Post 1392312)
vbseo owner can help me to solve my problem? thx
thx class101

Yes of course geevest they are the same coders :) vbseo product is just not free where the sitemap plugin is for all that's why they share it here with vb registred members, but if you dunno vbseo, I'd suggest you to start looking at it, sitemap is just an "option" to me to this excellent product to make your forum search engine friendly and increase ads revenues ;)

powerful_rogue 12-01-2007 11:40 AM

Such a shame as I was looking forward to this. My host dosent allow mod_rewite, so when I upload the .htaccess file it just throws up an error page.

class101 12-01-2007 12:00 PM

Quote:

Originally Posted by powerful_rogue (Post 1392883)
Such a shame as I was looking forward to this. My host dosent allow mod_rewite, so when I upload the .htaccess file it just throws up an error page.

damn what a sucking host you have dude, I'd suggest you to start looking at a VPS (Virtual Private System) you'll manage your http smtp etc servers for no costs, one of the best is knownhost.com for such hosting , mine is just 20$/Month here and they have excellent reviews at webhosting talk

http://www.knownhost.com/services/vps.html

powerful_rogue 12-02-2007 10:11 AM

Quote:

Originally Posted by class101 (Post 1392888)
damn what a sucking host you have dude, I'd suggest you to start looking at a VPS (Virtual Private System) you'll manage your http smtp etc servers for no costs, one of the best is knownhost.com for such hosting , mine is just 20$/Month here and they have excellent reviews at webhosting talk

http://www.knownhost.com/services/vps.html

Certainly something im going to look at once my contract with my current host is over.

Is there any other mods like this that work without having to use mod_rewrite?

class101 12-02-2007 10:35 AM

I don't think no, I know only of NuSEO that is doing almost the same but it's based on url rewrites so since it's the main function researched

djbaxter 12-02-2007 12:32 PM

There used to be at least one other but the link I had is now a GoDaddy parked domain.

There are, of course, several general XML sitemap generators you can download and run from your desktop (manually) - not as convenient, of course, but it may be a way to generate and upload sitemaps periodically until you can arrange new hosting.

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

jupiter5 12-09-2007 02:19 PM

I installed it and looks work. Just two quoestion :
1. I installed it two days ago and I am going down in Google pages. Is it early to make decision about this product?

2. I see spiders as guest in my forum but there is no search engine "Bots Activity Log" in sitemap reports.

Pls share your experiences friends and tell me about "what's going on" Developer???

nyunyu 12-10-2007 01:46 PM

Upgraded, but have a problem.

I run sitemap generator and it went all well. When I click on the link of newly generated sitemap, I received error 403.
Then, I change the location for sitemap in the setting, and run it again. But same error occured. Found out that it generated the sitemap inside vbseo_sitemap/data folder..
I tried to access it via http, but still received error 403. the folder has been CHMOD to 777. Dont know why it cant be access.

can you help me with this vbseo?

kevinrstruck 12-11-2007 07:18 AM

Quote:

Originally Posted by nyunyu (Post 1398551)
Upgraded, but have a problem.

I run sitemap generator and it went all well. When I click on the link of newly generated sitemap, I received error 403.
Then, I change the location for sitemap in the setting, and run it again. But same error occured. Found out that it generated the sitemap inside vbseo_sitemap/data folder..
I tried to access it via http, but still received error 403. the folder has been CHMOD to 777. Dont know why it cant be access.

can you help me with this vbseo?

I have the same problem...

Vinyljunky 12-11-2007 08:52 AM

Hello,

After my sitemap is generated the search engine ping always fails. Ive found that my host has firewall rules that stops outgoing requests :o

Google FAILED
Yahoo Disabled
Ask Disabled
Moreover Disabled

I therefore have to request that outbound connections are allowed to certain sites. Could somebody please confirm the DNS names that the sitemap generator pings?

Many Thanks

VinylJunky

iojam 12-11-2007 12:33 PM

Quote:

Originally Posted by geevest.com (Post 1396114)
friend im not found that script.
i found this :
PHP Code:

function vbseo_query_http($url$retcont false)
    { 

thanks

yes, that is correct line.

Quote:

Originally Posted by jupiter5 (Post 1397908)
I installed it and looks work. Just two quoestion :
1. I installed it two days ago and I am going down in Google pages. Is it early to make decision about this product?

2. I see spiders as guest in my forum but there is no search engine "Bots Activity Log" in sitemap reports.

1. Yes, it takes time to see the results and it's never an immediate change.
2. That feature requires you to have "vBSEO" v2.4.1 or greater installed


Quote:

Originally Posted by nyunyu (Post 1398551)
Upgraded, but have a problem.

I run sitemap generator and it went all well. When I click on the link of newly generated sitemap, I received error 403.
Then, I change the location for sitemap in the setting, and run it again. But same error occured. Found out that it generated the sitemap inside vbseo_sitemap/data folder..
I tried to access it via http, but still received error 403. the folder has been CHMOD to 777. Dont know why it cant be access.

can you help me with this vbseo?

Quote:

Originally Posted by kevinrstruck (Post 1399058)
I have the same problem...

you should leave "Sitemap Files URL" setting in options empty. If you ever change it, you should create additional .htaccess file in corresponding folder.

Quote:

Originally Posted by Vinyljunky (Post 1399076)
Hello,

After my sitemap is generated the search engine ping always fails. Ive found that my host has firewall rules that stops outgoing requests :o

Google FAILED
Yahoo Disabled
Ask Disabled
Moreover Disabled

Please try the suggested modification for vbseo_query_http() function posted above.

nyunyu 12-11-2007 01:18 PM

iojam, I leave the Sitemap Files URL blank. It generated the file yes, but when I click on "Your Google Sitemap Index URL: http://www.yoursite.com/forum/sitemap_index.xml.gz" The link brought me to 404 page.

iojam 12-11-2007 01:40 PM

Did you create .htaccess file as described in installation instruction?

nyunyu 12-11-2007 02:13 PM

My .htaccess is currently like this

Code:

RewriteEngine On
RewriteBase /
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11&$12=$13$14
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11$12
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9$10
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7$8
RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5$6
RewriteRule ^(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3$4
RewriteRule ^(.*).html$ $1.php
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]


iojam 12-11-2007 04:07 PM

Replied to you in vBSEO Sitemap Generator 2.1 - sitemap not found

nyunyu 12-11-2007 05:10 PM

thank you very much iojam..problem solved now.

hocphp 12-11-2007 05:53 PM

I had been installed vBSEO Google/Yahoo Sitemap Generator 2.1.0 . When browsers http://domain/sitemap.xml
i see "Sitemap file not found" .
Plz help me

nyunyu 12-11-2007 06:16 PM

This article helps me manually submit the sitemap, hope it help you too..

http://www.ezinearticles.com/?How-to...-MSN&id=660037

elprince 12-15-2007 08:43 AM

i wish that any body answer me

guys, i installed the generator and i generated the sitemap
it gave me two files
1- sitemap_index.xml
2-sitemap.xml
which one should i submitt to google and should i type my forum link www.mydomain.com
or www.mydomain.com/vb

iojam 12-15-2007 02:23 PM

You should submit http://www.mydomain.com/vb/sitemap_index.xml.gz

sundarmobiles 12-18-2007 04:10 AM

if i run site map generator am getting like this error only am using latest 3.6.8patch2 version ........................

Warning: fclose(): supplied argument is not a valid stream resource in /mounted-storage/home71c/sub007/sc41288-PTSR/srimeenakshimobiles.com/forums/vbseo_sitemap/vbseo_sitemap_functions.php on line 868

Warning: fopen(/mounted-storage/home71c/sub007/sc41288-PTSR/srimeenakshimobiles.com/forums/vbseo_sitemap/data/sitemap_index.xml.gz) [function.fopen]: failed to open stream: Permission denied in /mounted-storage/home71c/sub007/sc41288-PTSR/srimeenakshimobiles.com/forums/vbseo_sitemap/vbseo_sitemap_functions.php on line 1006

Warning: fwrite(): supplied argument is not a valid stream resource in /mounted-storage/home71c/sub007/sc41288-PTSR/srimeenakshimobiles.com/forums/vbseo_sitemap/vbseo_sitemap_functions.php on line 1007

Warning: fclose(): supplied argument is not a valid stream resource in /mounted-storage/home71c/sub007/sc41288-PTSR/srimeenakshimobiles.com/forums/vbseo_sitemap/vbseo_sitemap_functions.php on line 1008
[create sitemap index] filename: sitemap_index.xml.gz, number of sitemaps: 1 [3,434.6Kb mem used] [238s (+0s)]

Warning: unlink(/mounted-storage/home71c/sub007/sc41288-PTSR/srimeenakshimobiles.com/forums/vbseo_sitemap/data//progress.dat) [function.unlink]: No such file or directory in /mounted-storage/home71c/sub007/sc41288-PTSR/srimeenakshimobiles.com/forums/vbseo_sitemap/vbseo_sitemap_functions.php on line 876

Warning: fopen(/mounted-storage/home71c/sub007/sc41288-PTSR/srimeenakshimobiles.com/forums/vbseo_sitemap/data/1197958116.log) [function.fopen]: failed to open stream: Permission denied in /mounted-storage/home71c/sub007/sc41288-PTSR/srimeenakshimobiles.com/forums/vbseo_sitemap/vbseo_sitemap_functions.php on line 754

Warning: fwrite(): supplied argument is not a valid stream resource in /mounted-storage/home71c/sub007/sc41288-PTSR/srimeenakshimobiles.com/forums/vbseo_sitemap/vbseo_sitemap_functions.php on line 755

Warning: fclose(): supplied argument is not a valid stream resource in /mounted-storage/home71c/sub007/sc41288-PTSR/srimeenakshimobiles.com/forums/vbseo_sitemap/vbseo_sitemap_functions.php on line 756

shaynehammy 12-18-2007 07:01 AM

My sitemap_index.xml.gz seems to be stored under forums/vbseo_sitemap/data

When i run the sitemap generator is says the file is under /Forums/sitemap_index.xml.gz

So do i manually have to move the file?

My htaccess file has the standard

Quote:

RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
so do i need to move that to the forums folder?

thanks for the help.

shayne

sundarmobiles 12-18-2007 07:09 AM

cant generate sitemap any one guide me to solve this plss..........................

class101 12-18-2007 07:56 AM

1197958116.log) [function.fopen]: failed to open stream: Permission denied

this mean you should allow read permission to that file, and write so, you have only a permission problem, start reading and playing about chmod

Quote:

Originally Posted by shaynehammy (Post 1403429)
My sitemap_index.xml.gz seems to be stored under forums/vbseo_sitemap/data

When i run the sitemap generator is says the file is under /Forums/sitemap_index.xml.gz

So do i manually have to move the file?

My htaccess file has the standard



so do i need to move that to the forums folder?

thanks for the help.

shayne

Code:

RewriteRule ^Forums/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

sundarmobiles 12-18-2007 08:02 AM

1197958116.log) [function.fopen]: failed to open stream: Permission denied

this mean you should allow read permission to that file, and write so, you have only a permission problem, start reading and playing about chmod

which file have to change chmod ?....................

pls any one guide me and which one have to use 777 or 666

SemperFideles 12-18-2007 11:12 AM

Sitemap generator runs fine but I'm getting errors when I try to view the sitemap:

Quote:

Warning: fopen(/home/puritanb/public_html/vbseo_sitemap/data/downloads.dat) [function.fopen]: failed to open stream: Permission denied in /home/puritanb/public_html/vbseo_sitemap/vbseo_getsitemap.php on line 45

Warning: fwrite(): supplied argument is not a valid stream resource in /home/puritanb/public_html/vbseo_sitemap/vbseo_getsitemap.php on line 46

Warning: fclose(): supplied argument is not a valid stream resource in /home/puritanb/public_html/vbseo_sitemap/vbseo_getsitemap.php on line 47
‹??AOƒ0???Š?WCۯUa„?›?yr&? ?šŒv?(?_/c?ͣ‹??‘????‡??t?׻?g?x??‚—lV??•?n?e??l™?7mU?{ c˪f?7+_?m??!????"?]??? /?ŸB?9?L&?7?ҝsJJ?O??1????O?›????y;N=m{??\— ›?Go‚??d???‚›t?Š?b„?Gc†??]?”?p??:?ˆ??7_?8$?ܷ?+???QH*?x-?„(‘?+”‰”??iI?ž???[?5???}?~vG???=v“D–#e#$m„????R7B?FH? !…SH?R8…N!…SH?R8…N!…SH?R8?N#…?H?4R8?N#…?H? ? w~—_‡?ol?(Y]


All times are GMT. The time now is 01:33 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.02514 seconds
  • Memory Usage 1,875KB
  • 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
  • (2)bbcode_code_printable
  • (7)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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