![]() |
s i solved after changing data folder chmod value to 777 now everything worked well............
|
updated to the latest version and works perfect. thanks for the update.
|
Quote:
Quote:
|
stop playing with chmod 777 noobs
|
Quote:
In fact, unless the data folder has these permissions the sitemap generator does not build the sitemap at all as it cannot even write to the folder. This was not my problem. Again, those who read the nature of the error read where the files were fully generated but, for some reason this error persisted. Problem was resolved by deleting the contents of the data folder and running the Sitemap generator again. Not sure what was causing the error but this action cleared it up. |
i install version 2.1
but i have 4 problems 1- i cant see yahoo in download report, and in past there is box where i put certain no. which is subscribe in yahoo but with 2.1 i dont find this box is it alright????? 2- when i go to vBSEO Sitemap Reports , the page hang and the report dont appear immediatly, it appear after 2 min, is that alright or not????????? 3- in report i found Google Notify no Yahoo Notify no 4-Search Engines Pings Google FAILED Yahoo FAILED Ask FAILED Moreover FAILED plz im waiting for any suggestion |
Hello,
sundarmobiles Quote:
Quote:
shaynehammy Quote:
baghdad4ever, please try vbseo_sitemap_functions.php file modification suggested above in this thread to address SE ping issue. |
Quote:
please what is exact modification may i do???:confused::confused: |
|
thanks
but i dont find this PHP Code:
i find this in line 1039 PHP Code:
so what can i do please?? thanks |
You should replace that function code as described.
|
how i can run it weekly??runing all days...
|
friend i dont know about my seo.
google ping : success. forum displays url : 0 showtread url : 0 showpost url : 0 archieve url : 1 member profile url : 1,324 i dont know why forum display,showthread,showpost always 0,and archieve always 1point. anyone can help me? |
hai after i installed ur mod everything works perfectly but i cant see any of sitemaps downloads logs and one more thing after sitemap generator after every 2 hours how to expose tat new records to google and yahoo is this download automatically from our server or anyother things have to do and after installaion this mod now googlespider traffic rate is very low i dont know y is there anymistake i did..................
|
Hello i have installed it and is working fine. Thanks for this great addition, but i have done a mistake.
I overwrite the file .htaccess file present in forum root directory. Will it create any problem for me ? Thanks |
Just to report it, vbulletin 3.6.8 Patch 2, vbulletin blog 1.0.3, activating "Include Blog Pages" and running the scheduled task "vBSEO Sitemap Generator" causes the task to end with
[SECTION START] blogs [3,545.5Kb mem used] [0s (+0s)] It does not complete. Deactivating the blog pages for the sitemap results in the task to end with Done |
Hello,
Quote:
Quote:
Quote:
Quote:
|
Quote:
3.6.8PL Yes, CHMOD 777 Yes uploaded .htaccess |
this mod sux ,
when i disable permission for guest to see threads , it excludes the forums and threads url from sitemap :mad: |
wr can i upload the .htaccess file?.....................
|
i cant see any download logs too any one help me to solve this after installing this mod google spider not constant in my forum........................
https://vborg.vbsupport.ru/ |
Quote:
i must open 15subforum for guest or what? |
Quote:
|
Please help me--
I m getting this error after clicking on RUN SITEMAP GENERATOR- Warning: gzopen(/home/mastidlc/public_html/vbseo_sitemap/data/sitemap_1.xml.gz) [function.gzopen]: failed to open stream: Permission denied in /home/mastidlc/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 579 Warning: gzopen(/home/mastidlc/public_html/vbseo_sitemap/data/urllist.txt.gz) [function.gzopen]: failed to open stream: Permission denied in /home/mastidlc/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 583 Warning: gzwrite(): supplied argument is not a valid stream resource in /home/mastidlc/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 593 Warning: gzwrite(): supplied argument is not a valid stream resource in /home/mastidlc/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 604 Warning: gzwrite(): supplied argument is not a valid stream resource in /home/mastidlc/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 607 Warning: gzwrite(): supplied argument is not a valid stream resource in /home/mastidlc/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 604 Warning: gzwrite(): supplied argument is not a valid stream resource in /home/mastidlc/public_html/vbseo_sitemap/vbseo_sitemap_functions.php on line 607 and continuing Plz sumone help me THanks |
Quote:
chmod 775 the folder /forums/vbseo_sitemap/data/ and all files inside 775 and also make sure to deny web access to this folder with a .htaccess or directly within your server *.conf |
how to deny using .htaccess file.. what to write in it
Quote:
|
Just "deny from all" is enough, the .htaccess is included in the zip package , in the data folder, this will prevent malicious web user to try writing in the /data/ folder which is often set to too much write permissions and this leave access only to the script accessing files without your webservers but localy. You can set the same .htaccess file in the /includes/ folder of vb for example, this is always good to restrict all folders (with chmods+web server directives) that are supposed to be called only with php.
|
i have chmod folder and files to 755 and the .htaccess file is already uploaded whihc is present in data folder...
Still same error Plz help Quote:
|
I said 775 not 755 but if 775 fail, go on a 777 but thats really really not safe to do this, chmod 777 will probably solve your problem but then any guest is supposed to be able to write in /data/ so you should then double check if the http server correctly deny all access here. this is the most hacked door in a webserver. Best way to go around the nasty 777 is to find out under wich user/group your php files are executed and to chown the /data/ folder to this user then you can lower the 777
|
I tried 775 but still same problem,,
Then i tried 777 and now its fine, no error... and sitemap generated, showing in the Report List.... But i dont understand this - Best way to go around the nasty 777 is to find out under wich user/group your php files are executed and to chown the /data/ folder to this user then you can lower the 777 Can u help more with this THANKS A LOT FOR ALL UR HELP Quote:
|
If you are on a shared hosting and not understanding very well how to play with chown/chmod commands, I think the best you can do is unfortunely with 777 and make sure the .htaccess file is always present in the data folder, this will deny attacks from the web for sure but the weakness is if another customer is hacked and a worms infects the machine, that worm will have a write access here, this is not really your fault but the webhost than runs apache as php module, if you are on a VPS or dedicated server then you have to learn how to run php as cgi and you can go down to a stricter chmod like Im doing with 750, you can go down to php files to 400, works fine here, but not simple & easy to setup all this, 777 saves time but not your ass heh ;)
|
Yes i m on Shared hosting.....
Thx for the help, i will ask my host abt this, maybe he will help as he is my good frend... But on my old shared server it was working fine even with 644 permisison to files and 755 permission to folders.. Thanks once again Quote:
|
Ok, Question...
Why is it that it makes the large files, in our case 100 of them with 50K in each, and Google says it only shows a MUCH LOWER amount submitted? Example... From Map Report - TOTAL URLS 5,086,481 Google Shows in Webmaster Tools - URLS Submitted 86,481 (Last downloaded 13 hours ago.) If I go into DETAILS and look at a random sample of the file details in Google most show 0 URL's in sitemap.... Like for sitemap_1.xml.gz and sitemap_50.xml.gz Google shows... Sitemap type Web Submitted Dec 27, 2007 Last downloaded by Google Jan 3, 2008 Total URLs in Sitemap 0 Yet IN the the file that is on my server it shows all the data in each. So kind of concerned tat maybe that Google does not like what is being made. Anyone have any ideas. Anyone else using a webmaster account as I am can care to look. |
If you are running multiple servers with load balancer I suppose that googlebot might hit "wrong" server (not the one where sitemap has been generated).
|
Try by adding all your sitemaps which are in you index xml directly within the google master tool
|
Quote:
Class101...Adding all the site maps are redundant. Google does find and use the list. Not to mention I have over 100. From last nights run...Google Reports: Total URLs in Sitemap 98069 |
Can someone with a Google Webmaster account also check their numbers like I did? I would love to see if I am not alone in this.
Thank you. |
Hmm for me I have in vbseo sitemap cp
Total URLs: 14327 Google webmaster tools Sitemap statistics: Total URLs: 14327 Indexed URLs: 4668 So my website isn't that big than yours but I see my links have all been detected, however not all yet indexed since it's reopened there is less than a month. |
Quote:
|
this is my report:
*************** Report Details Generated Sitemap Details Date 2008-01-08 13:05 Processing time 137.93 s Total URLs 394,464 (-) Forumdisplay URLs 376 (-) Showthread URLs 19,368 (-) ShowPost URLs 112,678 (-) Archive URLs 14,260 (+175) Member Profile URLs 64,406 (-) Poll Results URLs 58 (-) Blog Entries URLs 0 (-) Sitemap Files Index File sitemap_index.xml.gz Sitemap File #1 sitemap_1.xml.gz (30,000 URLs, 178.87Kb) 6,021.21Kb uncompressed Sitemap File #2 sitemap_2.xml.gz (30,000 URLs, 185.90Kb) 6,042.15Kb uncompressed Sitemap File #3 sitemap_3.xml.gz (30,000 URLs, 185.13Kb) 6,024.04Kb uncompressed Sitemap File #4 sitemap_4.xml.gz (30,000 URLs, 184.49Kb) 6,020.82Kb uncompressed Sitemap File #5 sitemap_5.xml.gz (30,000 URLs, 170.61Kb) 5,910.85Kb uncompressed Sitemap File #6 sitemap_6.xml.gz (30,000 URLs, 131.45Kb) 5,532.19Kb uncompressed Sitemap File #7 sitemap_7.xml.gz (30,000 URLs, 131.14Kb) 5,531.92Kb uncompressed Sitemap File #8 sitemap_8.xml.gz (20,000 URLs, 87.78Kb) 3,688.13Kb uncompressed Sitemap File #9 sitemap_9.xml.gz (20,000 URLs, 87.90Kb) 3,688.09Kb uncompressed Sitemap File #10 sitemap_10.xml.gz (20,000 URLs, 87.55Kb) 3,687.94Kb uncompressed Sitemap File #11 sitemap_11.xml.gz (20,000 URLs, 87.60Kb) 3,688.13Kb uncompressed Sitemap File #12 sitemap_12.xml.gz (20,000 URLs, 88.06Kb) 3,688.09Kb uncompressed Sitemap File #13 sitemap_13.xml.gz (20,000 URLs, 87.58Kb) 3,687.94Kb uncompressed Sitemap File #14 sitemap_14.xml.gz (20,000 URLs, 87.66Kb) 3,688.13Kb uncompressed Sitemap File #15 sitemap_15.xml.gz (20,000 URLs, 88.03Kb) 3,688.09Kb uncompressed Sitemap File #16 sitemap_16.xml.gz (20,000 URLs, 87.56Kb) 3,687.94Kb uncompressed Sitemap File #17 sitemap_17.xml.gz (4,464 URLs, 20.16Kb) 824.20Kb uncompressed Text Format File urllist.txt.gz (1,641.37Kb) Search Engines Pings Google FAILED Yahoo FAILED Ask FAILED Moreover FAILED ************************* why i have Search Engines Pings Google FAILED Yahoo FAILED Ask FAILED Moreover FAILED ?????????? in my google sitema tools i have sitemap with 394,464 urls.... |
All times are GMT. The time now is 07:44 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|