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)

sundarmobiles 12-31-2007 10:44 AM

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/

geevest.com 01-01-2008 09:08 AM

Quote:

Originally Posted by iojam (Post 1410090)
Hello,


Looks like you have all your subforums closed for guests, so they are not included in sitemap.

friend i have 65 sub forum,im closed 15 subforum for guest.50 subforum opened for guest.
i must open 15subforum for guest or what?

class101 01-01-2008 09:24 AM

Quote:

Originally Posted by sundarmobiles (Post 1412539)
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........................


http://img186.imageshack.us/img186/1...oadlogser1.png

I think this is a chmod problem, nor the log files are unwritable so there is nothing to read in it then, nor the files ins't readable and you cannot read in it, make sur to assign correct chmod permission in the /vbseo_sitemap/data/*.log, personnally I have them to a chmod 600 but if you are on webhosting shared I suggest you to chmod 775 all the /data/ folder recursively and pay attention to restrict web access to it with the htaccess deny directive.

Rajdeep 01-02-2008 09:01 AM

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

class101 01-02-2008 09:26 AM

Quote:

Originally Posted by Rajdeep (Post 1413758)
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

sounds easy to fixe (the script can't write the sitemap compressed files)

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

Rajdeep 01-02-2008 12:40 PM

how to deny using .htaccess file.. what to write in it

Quote:

Originally Posted by class101 (Post 1413767)
sounds easy to fixe (the script can't write the sitemap compressed files)

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


class101 01-02-2008 02:49 PM

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.

Rajdeep 01-02-2008 03:12 PM

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:

Originally Posted by class101 (Post 1413903)
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.


class101 01-02-2008 03:25 PM

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

Rajdeep 01-02-2008 03:54 PM

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:

Originally Posted by class101 (Post 1413924)
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



All times are GMT. The time now is 07:29 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
  • Page Generation 0.01975 seconds
  • Memory Usage 1,756KB
  • 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_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