vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] DragonByte SEO v2 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=308615)

Max Taxable 04-13-2014 05:41 PM

Macgiber - Always put htaccess code or any other code in the BB Code tags, to keep the platform from parsing URLs and posting smilies on your code.

Macgiber 04-13-2014 06:04 PM

when you clicked the tab forum to send me the tab for the portal

Cla75 04-14-2014 02:06 PM

sorry if I am referring to my question, but I am considering purchasing the full product

because the "stopwords" are not removed from the link BUT only in part of link for the "title" of the post (not categories and sections)

Chadi 04-15-2014 01:04 AM

I ran the sitemap generator and it succeeded, but how can I confirm for sure that the search engines retrieved the sitemap(s) such as Google via the Webmaster tool?

Bunni U 04-18-2014 07:07 PM

installed, and site suddenly runs incredibly slow, so slow pages are occasionally timing out... Any hints as to settings I can look into or places to start troubleshooting?

my .htaccess is:
Code:

php_value memory_limit 96M
php_value upload_max_filesize 60M
php_value post_max_size 60M
# 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 /

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
Options -MultiViews

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

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

any help will be greatly appreciated!

ForceHSS 04-18-2014 07:09 PM

Quote:

Originally Posted by Bunni U (Post 2493751)
installed, and site suddenly runs incredibly slow, so slow pages are occasionally timing out... Any hints as to settings I can look into or places to start troubleshooting?

my .htaccess is:
Code:

php_value memory_limit 96M
php_value upload_max_filesize 60M
php_value post_max_size 60M
# 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 /

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
Options -MultiViews

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

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

any help will be greatly appreciated!

Register on this site they can help you make your site faster

Bunni U 04-18-2014 07:21 PM

Quote:

Originally Posted by Bunni U (Post 2493751)
installed, and site suddenly runs incredibly slow, so slow pages are occasionally timing out... Any hints as to settings I can look into or places to start troubleshooting?

my .htaccess is:
Code:

php_value memory_limit 96M
php_value upload_max_filesize 60M
php_value post_max_size 60M
# 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 /

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
Options -MultiViews

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

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

any help will be greatly appreciated!

seems to have something to do with our site configured to use and using memcached for the datastore...?

Switching us to filesystem for datastore seems to greatly speed things back up (from ~10-15s page response to ~1s)...?

Chadi 04-23-2014 03:00 PM

Quote:

Originally Posted by Chadi (Post 2493208)
I ran the sitemap generator and it succeeded, but how can I confirm for sure that the search engines retrieved the sitemap(s) such as Google via the Webmaster tool?

Would appreciate clarification on this. Thanks.

DragonByte Tech 04-23-2014 03:11 PM

Quote:

Originally Posted by Chadi (Post 2493208)
I ran the sitemap generator and it succeeded, but how can I confirm for sure that the search engines retrieved the sitemap(s) such as Google via the Webmaster tool?

You can submit yourdomain.com/dbseositemap.php to GWT to track indexing.

Quote:

Originally Posted by Bunni U (Post 2493756)
seems to have something to do with our site configured to use and using memcached for the datastore...?

Switching us to filesystem for datastore seems to greatly speed things back up (from ~10-15s page response to ~1s)...?

Memcache is not very good for single-server setups, I would recommend switching to XCache or APC instead.


Fillip

Chadi 04-24-2014 09:42 PM

This conflicts with ibPro Arcade. Clicking the link to the arcade refreshes my forum's home page.

My htaccess

Quote:

RewriteEngine On

RewriteBase /

RewriteCond %{HTTP_HOST} !^www\.talkjesus\.com
RewriteRule (.*) http://www.talkjesus.com/$1 [L,R=301]

RewriteCond %{REQUEST_URI} !(adminxxxxx/|modsxxxxx/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(adminxxxxx|modsxxxxx|clientscript|cpstyles|imag es|gallery)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

## Expires
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 year"
ExpiresByType text/html "access plus 1 year"
ExpiresByType text/php "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 year"
ExpiresByType text/javascript "access plus 1 year"
ExpiresByType application/javascript "access plus 1 year"
ExpiresByType application/x-javascript "access plus 1 year"
</ifModule>

## Rewrites
<ifmodule mod_rewrite.c>
RewriteEngine on
Options +FollowSymlinks

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]

# Media Library
ReWriteRule ^media/m(\d+).*/tags$ media.php?do=tags_edit&mid=$1 [QSA]
ReWriteRule ^media/m(\d+).*/edit$ media.php?do=details_edit&mid=$1 [QSA]
ReWriteRule ^media/m(\d+).*/report$ media.php?do=report&mid=$1 [QSA]
ReWriteRule ^media/m(\d+).*/c(\d+)$ media.php?do=comment_edit&cmt=$2 [QSA]
ReWriteRule ^media/m(\d+).*/p(\d+).*$ media.php?do=details&mid=$1&pid=$2 [QSA]
ReWriteRule ^media/m(\d+).* media.php?do=details&mid=$1 [QSA]
ReWriteRule ^media/p(\d+).*/edit$ media.php?do=playlist_edit&pid=$1 [QSA]
ReWriteRule ^media/p(\d+).* media.php?do=playlist&pid=$1 [QSA]
ReWriteRule ^media/c(\d+).* media.php?do=category&cid=$1 [QSA]
ReWriteRule ^media/u(\d+).* media.php?do=user&uid=$1 [QSA]
ReWriteRule ^media/tag/(.*) media.php?do=tag&tid=$1 [QSA]
ReWriteRule ^media/results/(.*) media.php?do=results&query=$1 [QSA]
ReWriteRule ^media/advresults/(.*) media.php?do=advresults&query=$1 [QSA]
ReWriteRule ^media/letter/(.*) media.php?do=letter&query=$1 [QSA]
ReWriteRule ^media/browse.* media.php?do=browse [QSA]
ReWriteRule ^media/search.* media.php?do=search [QSA]
ReWriteRule ^media/random.* media.php?do=random [QSA]
ReWriteRule ^media/submit.* media.php?do=submit [QSA]
ReWriteRule ^media/tagcloud.* media.php?do=tagcloud [QSA]
ReWriteRule ^media/playlists.* media.php?do=playlists [QSA]
ReWriteRule ^media/pcreate.* media.php?do=playlists_create [QSA]
ReWriteRule ^media/pmine.* media.php?do=playlists_mine [QSA]
ReWriteRule ^media/favorites.* media.php?do=favorites [QSA]
ReWriteRule ^media/subscriptions.* media.php?do=subscriptions [QSA]
ReWriteRule ^media/admin/edit/s(\d+).* media.php?do=admin_host_edit&sid=$1 [QSA]
ReWriteRule ^media/admin/delete/s(\d+).* media.php?do=admin_host_delete&sid=$1 [QSA]
ReWriteRule ^media/admin/export/s(\d+).* media.php?do=admin_host_export&sid=$1 [QSA]
ReWriteRule ^media/admin/(\w+).* media.php?do=admin_$1 [QSA]

# Media Library from Video Directory
RewriteCond %{QUERY_STRING} do=viewdetails&videoid=(\d+)
RewriteRule ^video\.php$ media.php?do=details&mid=%1
RewriteCond %{QUERY_STRING} viewcategory&categoryid=(\d+)
RewriteRule ^video\.php$ media.php?do=category&cid=%1
RewriteCond %{QUERY_STRING} viewuser&userid=(\d+)
RewriteRule ^video\.php$ media.php?do=user&uid=%1
RewriteCond %{QUERY_STRING} viewtag&tag=(.*)
RewriteRule ^video\.php$ media.php?do=tag&tid=%1
ReWriteRule ^video\.php$ media.php

# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
ReWriteRule ^entries/.* entry.php [QSA]

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]

# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]

</ifmodule>

#Deny attempts to view the Htaccess file.
<Files .htaccess>
Order allow,deny
Deny from all
</Files>
RewriteCond %{HTTP_HOST} ^talkjesus\.org$ [OR]
RewriteCond %{HTTP_HOST} ^www\.talkjesus\.org$
RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^talkjesus\.co\.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www\.talkjesus\.co\.uk$
RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^talkjesus\.us$ [OR]
RewriteCond %{HTTP_HOST} ^www\.talkjesus\.us$
RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^talkjesus\.info$ [OR]
RewriteCond %{HTTP_HOST} ^www\.talkjesus\.info$
RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^talkjesus\.mobi$ [OR]
RewriteCond %{HTTP_HOST} ^www\.talkjesus\.mobi$
RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^talkjesus\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.talkjesus\.net$
RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L]
<Files 403.shtml>
order allow,deny
allow from all
</Files>


Also, in Google Webmaster Tools > Search Appearance > HTML Improvements: I see

1300+ duplicate meta descriptions
4600+ duplicate title tags
184 short meta descriptions

How can I go about fixing that?

Thanks in advance.

HenryRocket 04-25-2014 08:15 AM

the biggest problem had in the past vBSEO was server load; Now the way to future DBSEO is not much load the server will be the same because vBSEO, hope they improve server load on your product and so to buy it.

final kaoss 04-25-2014 01:23 PM

1 Attachment(s)
Quote:

Originally Posted by HenryRocket (Post 2494610)
the biggest problem had in the past vBSEO was server load; Now the way to future DBSEO is not much load the server will be the same because vBSEO, hope they improve server load on your product and so to buy it.

What's wrong with the serverload using dbseo? Mine rarely ever goes above 1 percent cpu usage. And that's using a vps with vb4+dbseo, wordpress and the Odyssey of Hyrule all running on it.

Alan_SP 04-25-2014 02:17 PM

Server load depends on number of users. :D

If you don't have users on your site, there's no problem, no problem at all. On the other hand, if you have actual users on your site, you'll probably soon understand question of mod's impact on server load.

And yes, you actually don't understand figures shown in image you attached. It's not 1% and it's not just CPU, but it something different.

final kaoss 04-25-2014 03:41 PM

My point is that my server is using way less resources now than it was with vbseo installed. Thanks for your opinion though.

ezak 04-25-2014 03:49 PM

Hi all, is there anyway to use this mod without rewrite option
I will use vb SEO url, because I don't want to change the url for now

I want to use the others features of the mod for testing
but when use it , and disable all redirect options,
it make url with some wrong.
( I have to use the normal like"forum/showthread.php?333",
not seo links from vb "forum/showthread.php?333-thread-title"), when use it , its make all links with wrong path

is that possible to use this mod without redirect url, and use vb seo links (normal links not rewrite)?

Alan_SP 04-25-2014 03:53 PM

Quote:

Originally Posted by final kaoss (Post 2494666)
My point is that my server is using way less resources now than it was with vbseo installed. Thanks for your opinion though.

From what you actually did wrote, I couldn't get your point.

Anyway, I'm not saying that DBSEO uses more resources than vBSEO, but I just corrected what you wrote. And I really believe that DBTech would further optimize their products with time.

They managed to do that with APTL, so they would manage to do that with DBSEO.

And just to mention (again), APTL was easier on resources than vBSEO's likes system.

DragonByte Tech 04-25-2014 09:41 PM

Quote:

Originally Posted by Chadi (Post 2494559)
This conflicts with ibPro Arcade. Clicking the link to the arcade refreshes my forum's home page.

Could you please post your .htaccess file in CODE tags so that I can copy it correctly? :)

Quote:

Originally Posted by Chadi (Post 2494559)
Also, in Google Webmaster Tools > Search Appearance > HTML Improvements: I see

1300+ duplicate meta descriptions
4600+ duplicate title tags
184 short meta descriptions

How can I go about fixing that?

That is not necessarily an issue. Multiple pages of the same thread will have the same meta descriptions, for instance.

Quote:

Originally Posted by ezak (Post 2494678)
Hi all, is there anyway to use this mod without rewrite option
I will use vb SEO url, because I don't want to change the url for now

The Pro version of DBSEO supports importing from vBSEO :)


Fillip

DragonByte Tech 04-25-2014 09:43 PM

DragonByte SEO v1.0.12

Changes To Existing Features:
  • Meta Keywords now have a length limit

Bug Fixes And Issue Fixes:
  • In rare cases, certain actions would cause a PHP Include error
  • (vB3) showpost.php meta keywords would not work as intended
  • (vB4) The sitemap generation should no longer conflict with the built-in vB4 sitemap, if it is accidentally left enabled
  • (vB4) User Album picture files will now display correctly, and not create a hidden MySQL error


DragonByte SEO v1.0.13

Changes To Existing Features:
  • Meta Keywords are now sorted based on the priorities defined in the AdminCP

Bug Fixes And Issue Fixes:
  • Fixed an incompatibility in the DBSEO CP with BOP5's "Daily Doodle" mod
  • Fixed an issue with linking to the member profiles via usernames



Fillip

final kaoss 04-25-2014 10:04 PM

Quote:

Originally Posted by DragonByte Tech (Post 2494757)

The Pro version of DBSEO supports importing from vBSEO :)


Fillip

It's worth mentioning that when I installed dbseo lite, it handled the existing vbseo urls flawlessly, the existing link structure didn't change at all tbh.

DragonByte Tech 04-25-2014 11:12 PM

It is possible to manually configure DBSEO to use the same URL structure as vBSEO (so long as the structure wasn't custom built), of course :)


Fillip

Chadi 04-26-2014 02:54 PM

This is really frustrating. I'm getting hiccups left and right with this mod that I never had with vbseo.

First topic (non-sticky) doesn't work, returns to home page. Any other below it work fine:
http://www.talkjesus.com/bible-study/
One that takes me to home page is:
http://www.talkjesus.com/bible-study...salvation.html

THIS OCCURS IN FIREFOX, BUT NOT IN IE11. Behind me why as I did a hard refresh in FF.

Same hiccup with random threads when I click their titles in Last Post column from forum home. Some work and take me directly to that thread, some will refresh the home page.

I have already cleared the cache using both vb's tool and dbseo's maintenance > clear cache tool AND refreshed my home page prior to trying the links again.

DragonByte Tech 04-26-2014 03:01 PM

Please try clearing your browser cache too. I am not experiencing any redirects when clicking those links.

Fillip

Cla75 04-26-2014 05:55 PM

sorry if I am referring to my question, but I am considering purchasing the full product

because the "stopwords" are not removed from the link BUT only in part of link for the "title" of the post (not categories and sections)

DragonByte Tech 04-26-2014 06:02 PM

If you are referring to the fact that stopwords are not removed from certain URLs when you don't use forum_id etc in the URLs, that's working as intended.

Fillip

Black Snow 04-28-2014 08:02 AM

First of all, great mod! Thanks for sharing and making it so easy to use. I have a small question....

I have installed Easy Forms v4.x - https://vborg.vbsupport.ru/showthread.php?t=23438

Is there any way to make rewrite rules for this mod? I'd like the URL to show the title of each form. Currently it shows like:
Code:

/forms.php?do=form&fid=1
I'd like it to show something like:
Code:

/forms.php/mitsubishi
I have no idea how to do it lol.

Thanks in advance.

vinku 04-30-2014 08:28 AM

I have question . Im interested to buy this addon. and i saw u provide installation services. Do you make best setting too?

eliadam 05-01-2014 09:13 AM

When installing:
Quote:

Warning: Illegal string offset 'stylevargroup' in [path]/includes/adminfunctions_plugin.php on line 1176

Warning: Illegal string offset 'stylevar' in [path]/includes/adminfunctions_plugin.php on line 1181

Warning: Illegal string offset 'helpscript' in [path]/includes/adminfunctions_plugin.php on line 1382

Warning: Illegal string offset 'faq' in [path]/includes/adminfunctions_plugin.php on line 1487
Now when trying to access to the Control Panel:
Quote:

Sorry, you don't have permission to access the administrative controls on this page.

If you need to access this page, ask your lead administrator to enable your permissions for this page.

eliadam 05-01-2014 09:15 AM

Quote:

Originally Posted by DragonByte Tech (Post 2494789)
It is possible to manually configure DBSEO to use the same URL structure as vBSEO (so long as the structure wasn't custom built), of course :)


Fillip

Mine are custom built.
So I guess that this plugin won't solve my problems.

6piston 05-01-2014 01:33 PM

I installed product but site suddenly runs incredibly slow. Disable is dbseo, htaccess add the code, after start slowing down. problem is dbseo htaccsess code :(

final kaoss 05-01-2014 01:46 PM

Here you go, replace all of your htaccess code with this.
I've made a help thread for you here with more suggestions.
http://www.video-game-chat.com/forum...tml#post216861
Code:

# Author: Final Kaoss (aka: Extreme-Gaming)
# Version 3.2
# Special Thanks Goes to W3Total Cache for much of the htaccess rules
RewriteEngine on
Options -MultiViews
# This file is only needed if you have set the Forum Component URL in your admincp and you are
# using the mod_rewrite option for friendly urls.  If this is the case, copy this file
# to your forum component stub directory.

# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your forum component directory.
 RewriteBase /newforums/

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
# Options -MultiViews

#DBSEO

RewriteEngine On

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]


#Deny attempts to view the Htaccess file.
<Files .htaccess>
Order allow,deny
Deny from all
</Files>

# BEGIN W3TC Browser Cache
<IfModule mod_mime.c>
    AddType text/css .css
    AddType application/javascript .js
    AddType application/x-javascript .js
    AddType text/html .html .htm
    AddType text/richtext .rtf .rtx
    AddType image/svg+xml .svg .svgz
    AddType text/plain .txt
    AddType text/xsd .xsd
    AddType text/xsl .xsl
    AddType text/xml .xml
    AddType video/asf .asf .asx .wax .wmv .wmx
    AddType video/avi .avi
    AddType image/bmp .bmp
    AddType application/java .class
    AddType video/divx .divx
    AddType application/msword .doc .docx
    AddType application/x-msdownload .exe
    AddType image/gif .gif
    AddType application/x-gzip .gz .gzip
    AddType image/x-icon .ico
    AddType image/jpeg .jpg .jpeg .jpe
    AddType application/vnd.ms-access .mdb
    AddType audio/midi .mid .midi
    AddType video/quicktime .mov .qt
    AddType audio/mpeg .mp3 .m4a
    AddType video/mp4 .mp4 .m4v
    AddType video/mpeg .mpeg .mpg .mpe
    AddType application/vnd.ms-project .mpp
    AddType application/vnd.oasis.opendocument.database .odb
    AddType application/vnd.oasis.opendocument.chart .odc
    AddType application/vnd.oasis.opendocument.formula .odf
    AddType application/vnd.oasis.opendocument.graphics .odg
    AddType application/vnd.oasis.opendocument.presentation .odp
    AddType application/vnd.oasis.opendocument.spreadsheet .ods
    AddType application/vnd.oasis.opendocument.text .odt
    AddType audio/ogg .ogg
    AddType application/pdf .pdf
    AddType image/png .png
    AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
    AddType audio/x-realaudio .ra .ram
    AddType application/x-shockwave-flash .swf
    AddType application/x-tar .tar
    AddType image/tiff .tif .tiff
    AddType audio/wav .wav
    AddType audio/wma .wma
    AddType application/vnd.ms-write .wri
    AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
    AddType application/zip .zip
</IfModule>
<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/css A31536000
    ExpiresByType application/x-javascript A31536000
    ExpiresByType text/html A3600
    ExpiresByType text/richtext A3600
    ExpiresByType image/svg+xml A3600
    ExpiresByType text/plain A3600
    ExpiresByType text/xsd A3600
    ExpiresByType text/xsl A3600
    ExpiresByType text/xml A3600
    ExpiresByType video/asf A31536000
    ExpiresByType video/avi A31536000
    ExpiresByType image/bmp A31536000
    ExpiresByType application/java A31536000
    ExpiresByType video/divx A31536000
    ExpiresByType application/msword A31536000
    ExpiresByType application/x-msdownload A31536000
    ExpiresByType image/gif A31536000
    ExpiresByType application/x-gzip A31536000
    ExpiresByType image/x-icon A31536000
    ExpiresByType image/jpeg A31536000
    ExpiresByType application/vnd.ms-access A31536000
    ExpiresByType audio/midi A31536000
    ExpiresByType video/quicktime A31536000
    ExpiresByType audio/mpeg A31536000
    ExpiresByType video/mp4 A31536000
    ExpiresByType video/mpeg A31536000
    ExpiresByType application/vnd.ms-project A31536000
    ExpiresByType application/vnd.oasis.opendocument.database A31536000
    ExpiresByType application/vnd.oasis.opendocument.chart A31536000
    ExpiresByType application/vnd.oasis.opendocument.formula A31536000
    ExpiresByType application/vnd.oasis.opendocument.graphics A31536000
    ExpiresByType application/vnd.oasis.opendocument.presentation A31536000
    ExpiresByType application/vnd.oasis.opendocument.spreadsheet A31536000
    ExpiresByType application/vnd.oasis.opendocument.text A31536000
    ExpiresByType audio/ogg A31536000
    ExpiresByType application/pdf A31536000
    ExpiresByType image/png A31536000
    ExpiresByType application/vnd.ms-powerpoint A31536000
    ExpiresByType audio/x-realaudio A31536000
    ExpiresByType application/x-shockwave-flash A31536000
    ExpiresByType application/x-tar A31536000
    ExpiresByType image/tiff A31536000
    ExpiresByType audio/wav A31536000
    ExpiresByType audio/wma A31536000
    ExpiresByType application/vnd.ms-write A31536000
    ExpiresByType application/vnd.ms-excel A31536000
    ExpiresByType application/zip A31536000
</IfModule>

# BEGIN Compress text files
<ifModule mod_deflate.c>
  AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
  AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
  AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
  AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json
  AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
  AddOutputFilterByType DEFLATE font/truetype font/opentype
</ifModule>
# END Compress text files
 
 
# BEGIN Cache-Control Headers
<ifModule mod_headers.c>
  <filesMatch "\.(ico|jpe?g|png|gif|swf)$">
    Header set Cache-Control "public"
  </filesMatch>
  <filesMatch "\.(css)$">
    Header set Cache-Control "public"
  </filesMatch>
  <filesMatch "\.(js)$">
    Header set Cache-Control "private"
  </filesMatch>
  <filesMatch "\.(x?html?|php)$">
    Header set Cache-Control "private, must-revalidate"
  </filesMatch>
</ifModule>
# END Cache-Control Headers
 
# BEGIN Turn ETags Off
FileETag None
# END Turn ETags Off


# proc/self/environ? no way!
RewriteCond %{QUERY_STRING} proc/self/environ [OR]
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*(.*) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|[|\%[0-9A-Z]{0,2})

##
## Commented version of Rewrite rules attributed to Ronald van den Heetkamp
## Comments by http://bodvoc.com
#
# Prevent use of specified methods in HTTP Request
RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK) [NC,OR]
# Block out use of illegal or unsafe characters in the HTTP Request
RewriteCond %{THE_REQUEST} ^.*(\\r|\\n|%0A|%0D).* [NC,OR]
# Block out use of illegal or unsafe characters in the Referer Variable of the HTTP Request
RewriteCond %{HTTP_REFERER} ^(.*)(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]
# Block out use of illegal or unsafe characters in any cookie associated with the HTTP Request
RewriteCond %{HTTP_COOKIE} ^.*(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]
# Block out use of illegal characters in URI or use of malformed URI
RewriteCond %{REQUEST_URI} ^/(,|;|:|<|>|">|"<|/|\\\.\.\\).{0,9999}.* [NC,OR]
# NOTE - disable this rule if your site is integrated with Payment Gateways such as PayPal
# Block out  use of empty User Agent Strings
RewriteCond %{HTTP_USER_AGENT} ^$ [OR]
# Block out  use of User Agent Strings beginning with java, curl or wget
RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR]
# Block out  use of User Agent Strings containing specific robot (crawler) identifiers
RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* [NC,OR]
# Block out  use of User Agent Strings containing references to specific crawler libraries
RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl|curl|wget|python|nikto|scan).* [NC,OR]
# Block out  use of illegal or unsafe characters in the User Agent variable
RewriteCond %{HTTP_USER_AGENT} ^.*(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]
# Measures to block out  SQL injection attacks
RewriteCond %{QUERY_STRING} ^.*(;|<|>|'|"|\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\*|union|select|insert|cast|set|declare|drop|update|md5|benchmark).* [NC,OR]
# Block out  reference to localhost/loopback/127.0.0.1 in the Query String
RewriteCond %{QUERY_STRING} ^.*(localhost|loopback|127\.0\.0\.1).* [NC,OR]
# Block out  use of illegal or unsafe characters in the Query String variable
RewriteCond %{QUERY_STRING} ^.*(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC]
#
## End of commented Rewrite directives
#


Chadi 05-02-2014 03:16 AM

The 8way media mod stopped working (past the main page) after installing dbseo.

https://vborg.vbsupport.ru/showthread.php?t=240677

.htaccess for media

Code:

    # Media Library from Video Directory
    RewriteCond %{QUERY_STRING} do=viewdetails&videoid=(\d+)
    RewriteRule ^video\.php$ media.php?do=details&mid=%1
    RewriteCond %{QUERY_STRING} viewcategory&categoryid=(\d+)
    RewriteRule ^video\.php$ media.php?do=category&cid=%1
    RewriteCond %{QUERY_STRING} viewuser&userid=(\d+)
    RewriteRule ^video\.php$ media.php?do=user&uid=%1
    RewriteCond %{QUERY_STRING} viewtag&tag=(.*)
    RewriteRule ^video\.php$ media.php?do=tag&tid=%1
    ReWriteRule ^video\.php$ media.php

Would appreciate an explanation on fixing this. If I click any video or category, it redirects to my home page.

bzcomputers 05-02-2014 03:37 AM

Quote:

Originally Posted by Chadi (Post 2495784)
The 8way media mod stopped working (past the main page) after installing dbseo.

https://vborg.vbsupport.ru/showthread.php?t=240677

.htaccess for media

Code:

    # Media Library from Video Directory
    RewriteCond %{QUERY_STRING} do=viewdetails&videoid=(\d+)
    RewriteRule ^video\.php$ media.php?do=details&mid=%1
    RewriteCond %{QUERY_STRING} viewcategory&categoryid=(\d+)
    RewriteRule ^video\.php$ media.php?do=category&cid=%1
    RewriteCond %{QUERY_STRING} viewuser&userid=(\d+)
    RewriteRule ^video\.php$ media.php?do=user&uid=%1
    RewriteCond %{QUERY_STRING} viewtag&tag=(.*)
    RewriteRule ^video\.php$ media.php?do=tag&tid=%1
    ReWriteRule ^video\.php$ media.php

Would appreciate an explanation on fixing this. If I click any video or category, it redirects to my home page.

Try placing your video mod rewrite rules ABOVE the DBSEO rewrite rules in htaccess.

Let me know if that works.

Disco_Dave 05-02-2014 07:06 AM

Anyone know how I'd stop DBTech's Gallery mod reading like this:

PHP Code:

gallery/gallery/album/315-monster-reef-photos-easter-2014-

Would be nicer with just one gallery instead of gallery/gallery?

Using the Pro version of the Gallery and the lite version in DBseo

Spangle 05-02-2014 02:05 PM

Quote:

Originally Posted by Disco_Dave (Post 2495805)
Anyone know how I'd stop DBTech's Gallery mod reading like this:

PHP Code:

gallery/gallery/album/315-monster-reef-photos-easter-2014-

Would be nicer with just one gallery instead of gallery/gallery?

Using the Pro version of the Gallery and the lite version in DBseo


You've got a folder called gallery, inside a folder called gallery, and another folder called album inside that.
Just move album into the main gallery folder, then delete the second gallery folder.

Chadi 05-02-2014 09:33 PM

Not sure if this is related to dbseo or litespeed:

Anytime a member (even me as admin) tries to view their own profile it gives off this error:

This user has not registered and therefore does not have a profile to view.

I'm logged in however.

I removed those 2 lines. However, now anytime a member (even me as admin) tries to view their own profile it gives off this error:

This user has not registered and therefore does not have a profile to view.


I'm logged in however.


EDIT / UPDATE:

I moved some stuff around and now profile works, but the 8way media is not working (clicking videos or categories takes me to the forum home page)

Code:

RewriteEngine On

RewriteBase /

RewriteCond %{HTTP_HOST} !^www\.talkjesus\.com
RewriteRule (.*)  http://www.talkjesus.com/$1 [L,R=301]

RewriteCond %{REQUEST_URI} !(adminXXXX/|modsXXXX/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(adminXXXX|modsXXXX|clientscript|cpstyles|images|gallery)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

## Rewrites
<ifmodule mod_rewrite.c>
    RewriteEngine on
    Options +FollowSymlinks

    RewriteCond %{REQUEST_FILENAME} -s [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^.*$ - [NC,L]

    # Media Library
    ReWriteRule ^media/m(\d+).*/tags$ media.php?do=tags_edit&mid=$1 [QSA]
    ReWriteRule ^media/m(\d+).*/edit$ media.php?do=details_edit&mid=$1 [QSA]
    ReWriteRule ^media/m(\d+).*/report$ media.php?do=report&mid=$1 [QSA]
    ReWriteRule ^media/m(\d+).*/c(\d+)$ media.php?do=comment_edit&cmt=$2 [QSA]
    ReWriteRule ^media/m(\d+).*/p(\d+).*$ media.php?do=details&mid=$1&pid=$2 [QSA]
    ReWriteRule ^media/m(\d+).* media.php?do=details&mid=$1 [QSA]
    ReWriteRule ^media/p(\d+).*/edit$ media.php?do=playlist_edit&pid=$1 [QSA]
    ReWriteRule ^media/p(\d+).* media.php?do=playlist&pid=$1 [QSA]
    ReWriteRule ^media/c(\d+).* media.php?do=category&cid=$1 [QSA]
    ReWriteRule ^media/u(\d+).* media.php?do=user&uid=$1 [QSA]
    ReWriteRule ^media/tag/(.*) media.php?do=tag&tid=$1 [QSA]
    ReWriteRule ^media/results/(.*) media.php?do=results&query=$1 [QSA]
    ReWriteRule ^media/advresults/(.*) media.php?do=advresults&query=$1 [QSA]
    ReWriteRule ^media/letter/(.*) media.php?do=letter&query=$1 [QSA]
    ReWriteRule ^media/browse.* media.php?do=browse [QSA]
    ReWriteRule ^media/search.* media.php?do=search [QSA]
    ReWriteRule ^media/random.* media.php?do=random [QSA]
    ReWriteRule ^media/submit.* media.php?do=submit [QSA]
    ReWriteRule ^media/tagcloud.* media.php?do=tagcloud [QSA]
    ReWriteRule ^media/playlists.* media.php?do=playlists [QSA]
    ReWriteRule ^media/pcreate.* media.php?do=playlists_create [QSA]
    ReWriteRule ^media/pmine.* media.php?do=playlists_mine [QSA]
    ReWriteRule ^media/favorites.* media.php?do=favorites [QSA]
    ReWriteRule ^media/subscriptions.* media.php?do=subscriptions [QSA]
    ReWriteRule ^media/admin/edit/s(\d+).* media.php?do=admin_host_edit&sid=$1 [QSA]
    ReWriteRule ^media/admin/delete/s(\d+).* media.php?do=admin_host_delete&sid=$1 [QSA]
    ReWriteRule ^media/admin/export/s(\d+).* media.php?do=admin_host_export&sid=$1 [QSA]
    ReWriteRule ^media/admin/(\w+).* media.php?do=admin_$1 [QSA]

    # Media Library from Video Directory
    RewriteCond %{QUERY_STRING} do=viewdetails&videoid=(\d+)
    RewriteRule ^video\.php$ media.php?do=details&mid=%1
    RewriteCond %{QUERY_STRING} viewcategory&categoryid=(\d+)
    RewriteRule ^video\.php$ media.php?do=category&cid=%1
    RewriteCond %{QUERY_STRING} viewuser&userid=(\d+)
    RewriteRule ^video\.php$ media.php?do=user&uid=%1
    RewriteCond %{QUERY_STRING} viewtag&tag=(.*)
    RewriteRule ^video\.php$ media.php?do=tag&tid=%1
    ReWriteRule ^video\.php$ media.php

    # Forum
    RewriteRule ^threads/.* showthread.php [QSA]
    RewriteRule ^forums/.* forumdisplay.php [QSA]
    RewriteRule ^members/.* member.php [QSA]
    RewriteRule ^blogs/.* blog.php [QSA]
    ReWriteRule ^entries/.* entry.php [QSA]

    RewriteCond %{REQUEST_FILENAME} -s [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^.*$ - [NC,L]

    # MVC
    RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]
   
</ifmodule>

## Expires
<ifModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/gif "access plus 1 year"
    ExpiresByType image/jpeg "access plus 1 year"
    ExpiresByType image/png "access plus 1 year"
    ExpiresByType text/css "access plus 1 year"
    ExpiresByType text/javascript "access plus 1 year"
    ExpiresByType application/javascript "access plus 1 year"
    ExpiresByType application/x-javascript "access plus 1 year"
</ifModule>

#Deny attempts to view the Htaccess file.
<Files .htaccess>
Order allow,deny
Deny from all
</Files>

RewriteCond %{HTTP_HOST} ^talkjesus\.org$ [OR]
RewriteCond %{HTTP_HOST} ^www\.talkjesus\.org$
RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^talkjesus\.co\.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www\.talkjesus\.co\.uk$
RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^talkjesus\.us$ [OR]
RewriteCond %{HTTP_HOST} ^www\.talkjesus\.us$
RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^talkjesus\.info$ [OR]
RewriteCond %{HTTP_HOST} ^www\.talkjesus\.info$
RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^talkjesus\.mobi$ [OR]
RewriteCond %{HTTP_HOST} ^www\.talkjesus\.mobi$
RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^talkjesus\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.talkjesus\.net$
RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L]
<Files 403.shtml>
order allow,deny
allow from all
</Files>


DragonByte Tech 05-02-2014 09:48 PM

Quote:

Originally Posted by 6piston (Post 2495640)
I installed product but site suddenly runs incredibly slow. Disable is dbseo, htaccess add the code, after start slowing down. problem is dbseo htaccsess code :(

This product may not run on all servers, especially shared hosts that limit resources in a big way. You can enable Datastore caching in config.php if your server supports it to reduce the resource usage.

Quote:

Originally Posted by Disco_Dave (Post 2495805)
Anyone know how I'd stop DBTech's Gallery mod reading like this:

PHP Code:

gallery/gallery/album/315-monster-reef-photos-easter-2014-

Would be nicer with just one gallery instead of gallery/gallery?

Using the Pro version of the Gallery and the lite version in DBseo

Quote:

Originally Posted by Spangle (Post 2495833)
You've got a folder called gallery, inside a folder called gallery, and another folder called album inside that.
Just move album into the main gallery folder, then delete the second gallery folder.

That will happen because "Gallery" is the name of the review instance. It cannot be omitted.


@ issues with various media mods: We cannot guarantee compatibility with 3rd party modifications that also use .htaccess. The Pro version has the ability to add custom rewrite rules, which may be required if shifting .htaccess position does not work.


Fillip

DragonByte Tech 05-02-2014 09:52 PM

DragonByte SEO v1.0.14

Changes To Existing Features:
  • Meta Keywords are now also built based on keywords from the first post in the thread

Bug Fixes And Issue Fixes:
  • (vB3) Fixed an issue with the forum exclusion drop-down


Fillip

jjohns12 05-02-2014 11:30 PM

Quote:

Originally Posted by Disco_Dave (Post 2495805)
Anyone know how I'd stop DBTech's Gallery mod reading like this:

PHP Code:

gallery/gallery/album/315-monster-reef-photos-easter-2014-

Would be nicer with just one gallery instead of gallery/gallery?

Using the Pro version of the Gallery and the lite version in DBseo

Had the same issue looked into and found if you go to:

1) Instance Management and click edit
2) Go to Short Name and rename to what you want

Yes its used to tell vB what tab you are on the 2nd gallery will be whatever you named it!

Worked for me :D

vinku 05-03-2014 04:48 AM

plz reply to my question too?

when i use ur services to install, do you apply best seo practice?

Disco_Dave 05-03-2014 02:49 PM

Quote:

Originally Posted by Spangle (Post 2495833)
You've got a folder called gallery, inside a folder called gallery, and another folder called album inside that.
Just move album into the main gallery folder, then delete the second gallery folder.


I don't have two gallery folders, this is why I asked. Thanks.....


All times are GMT. The time now is 07: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.02033 seconds
  • Memory Usage 1,987KB
  • 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
  • (9)bbcode_code_printable
  • (4)bbcode_php_printable
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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