I can't setup VBSEo , and what is this ? Is this what VBseo does ?

Status
Not open for further replies.

TheTorrentSeller

Active Member
868
2009
4
0
I have a lot of buggs when I enable VBseo , it make all the forum links not found ( 404 not found ) cause it change the forum link from :

http://www.feedurbrain.com/forumdisplay.php?f=**

to :

http://www.feedurbrain.com/forum/sub forum name

and I can't fix it



second :

while i'm surfing some communities I found this :

Total guests that have visited the forum in the last 24 hours: 3,111
whos_online.gif
The most guests online over 24 hours was 3,962, 30-06-2009 at 08:44 AM.
Visitors (2,992), Majestics MJ12bot Spiders (5), Soso Spiders (2), MSNBot Spiders (13), Google Spiders (13), Yahoo! Slurp Spiders (10), Gais Spiders (1), Baidu Spiders (31), Guruji Spiders (1), Google Wireless Transcoder Spiders (5), Netcraft Web Server Survey Spiders (1), Whois Source Spiders (1), Windows RSS Platform 2.0 Spiders (1), Alexa Spiders (1), Apple RSS Spiders (2), Google FeedFetcher Spiders (3), Ask.com Spiders (7), Omgili Spiders (1), Worio Spiders (1), Windows RSS Platform 1.0 Spiders (2), Yeti Spiders (3), ExaLead Beta Spiders (2), Deepnet Explorer Spiders (1), Radian6 FeedFetcher Spiders (2), Radian6 Comment Reader Spiders (2), Charlotte Spiders (1), Google AdSense Spiders (3), Cuil Spider Spiders (1), FeedBurner RSS Spiders (1), dotnetdotcom.org Spiders (1), Nutch Spiders (1)


damn

is that what VBseo does ? Nice then

or what program can do that

BTW : what does spider mean ? sorry ,it look a newbie question , and yes I'm .
 
20 comments
Did you upload the .htaccess file which came with vbseo ?

and to display the active members theres a modification..(cyb users active in past 24 hours )
search engines will have spiders and they crawl your site and stores in their search engine :p
 
Are you running lighttp or litespeed if so you need too have a completly differant htaccess code to that of the default which is suited for apache.
 
Did you upload the .htaccess file which came with vbseo ?

and to display the active members theres a modification..(cyb users active in past 24 hours )
search engines will have spiders and they crawl your site and stores in their search engine :p

I have uploaded .htaccess to the forum root

but the only step that I couldn't figure how to do it is this :

B. License your vBSEO instance:
  1. CHMOD 666 the 'vB-root/includes/config_vbseo.php' file. ( what does this mean )
  2. Using your browser, visit: http://www.yoursite.com/vB-root/vbseocp.php.
  3. Define a password for your vBSEO Control Panel by entering it twice in the fields provided, you will be redirected to the settings page.

I downloaded the gold version and I got the modd installed on th Acp but when I enable it a lotof buggs cameup .

If someone want to see what buggs I mean ,just ask and I will enable it for a short time .
 
and to display the active members theres a modification..(cyb users active in past 24 hours )
search engines will have spiders and they crawl your site and stores in their search engine :p


I already have it in my site ,but I didn't see any spiders on my site ,cause my site have no traffic at all , so I thought I should have spiders crawling to my site , is that what VBseo do ? is there anything in addition to Vbseo hel to do that ?
 
TheTorrentSeller make a ticket with your host and ask them which server software they use when they tell you I'll PM you the appropriate .htaccess file for your server. ;)
 
tedit .htaccess
Code:
# Comment the following line (add '#' at the beginning) 
# to disable mod_rewrite functions. 
# Please note: you still need to disable the hack in 
# the vBSEO control panel to stop url rewrites. 
RewriteEngine On 
 
# Some servers require the Rewritebase directive to be 
# enabled (remove '#' at the beginning to activate) 
# Please note: when enabled, you must include the path 
# to your root vB folder (i.e. RewriteBase /forums/) 
#RewriteBase / 
 
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com 
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] 
 
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] 
 
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]
 
the same problem here :(

404 Not Found

The resource requested could not be found on this server! Powered By LiteSpeed Web Server
[FONT=Verdana, Arial, Helvetica][SIZE=-1]LiteSpeed Technologies is not responsible for administration and contents of this web site![/SIZE][/FONT]
 
before you configure the settings...give the config file the required permissions.. ( chmod)
then save the config..then change the permissions back to 644. (important)
 
Status
Not open for further replies.
Back
Top