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)

xony 08-08-2014 02:38 PM

thanks

Terrablade 08-09-2014 07:57 AM

any idea why Im getting this errors on top of the site? http://prntscr.com/4b227h

ForceHSS 08-09-2014 10:25 AM

Quote:

Originally Posted by Terrablade (Post 2510469)
any idea why I'm getting this error on top of the site? http://prntscr.com/4b227h

Only warnings not errors. Have you got vb 4.2.2

DragonByte Tech 08-09-2014 01:15 PM

DragonByte SEO v1.1.9

New Features:

Social Sharing
  • Forums can now be excluded from the social sharing options
  • Useful for private forums to prevent them from having content shared

Bug Fixes:
  • Canonical URL enforcement no longer runs in the AdminCP


Fillip

Cla75 08-09-2014 07:55 PM

Hi Support,
I have:
Cache Status = Offline
Cache Type = N/

how to enable caching?
what are the benefits?

Thanks
Regards

bzcomputers 08-09-2014 09:11 PM

Quote:

Originally Posted by Cla75 (Post 2510568)
Hi Support,
I have:
Cache Status = Offline
Cache Type = N/

how to enable caching?
what are the benefits?

Thanks
Regards

Benefits: quicker page load times, lower server load.

How to enable: First you need to have a caching program installed on your server. Look at installing xCache or APC. Find installation instructions where you download it from. I have had better performance benefits with xCache but it can depend on your server(s) setup. Then to enable it for vBulletin you need to edit config.php in vBulletin to use the installed caching program. Just search enabling XXX for vbulletin and you will find detailed info.

Terrablade 08-09-2014 09:26 PM

Quote:

Originally Posted by ForceHSS (Post 2510481)
Only warnings not errors. Have you got vb 4.2.2

no im using version for vb3

ozzy47 08-09-2014 09:35 PM

Quote:

Originally Posted by Terrablade (Post 2510577)
no im using version for vb3

Then you should be posting your question in the vB3 mod thread, https://vborg.vbsupport.ru/showthread.php?t=308616

:)

SpiderFive 08-12-2014 11:19 AM

Is a Version planned for vb5 Connect ?

DragonByte Tech 08-12-2014 03:08 PM

Quote:

Originally Posted by SpiderFive (Post 2510931)
Is a Version planned for vb5 Connect ?

We have no plans for a vB5 version as the majority of functionality is built in to the vBulletin 5 product :)


Fillip

cjwinternet 08-13-2014 02:36 PM

Installed, now I've got a blank white screen instead of an admin cp.

final kaoss 08-14-2014 01:46 AM

Did you upload the files correctly? You should double check to make sure you uploaded via ftp with binary and not ascii settings, also check to make sure the file sizes match up as you may have some corrupted files. Secondly, double check the directions and make sure you did them all.

If no dice, you can disable the plugin by first disabling hooks and uninstall it that way.
http://www.vbulletin.com/forum/forum...ystem-globally

Scoooter 08-16-2014 08:11 PM

Been reading and a little confused. I'm getting 404 errors on every section of my forum so as of right now it's uninstalled.

My .htaccess had the following before adding this.

# Use PHP5CGI as default
AddHandler application/x-httpd-php5s .php


I added
RewriteEngine On#

to the bottom of what was already there but still getting 404 errors. What am I missing here?

ForceHSS 08-16-2014 08:49 PM

Quote:

Originally Posted by Scoooter (Post 2511566)
Been reading and a little confused. I'm getting 404 errors on every section of my forum so as of right now it's uninstalled.

My .htaccess had the following before adding this.

# Use PHP5CGI as default
AddHandler application/x-httpd-php5s .php


I added
RewriteEngine On#

to the bottom of what was already there but still getting 404 errors. What am I missing here?

You need to add to your htaccess file

Code:

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|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

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

renaming the admincp and modcp if you have them folders a different name there are also some things that need to be changed in the admin seo panel as well

Scoooter 08-16-2014 09:15 PM

Quote:

Originally Posted by ForceHSS (Post 2511572)
You need to add to your htaccess file

Code:

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|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

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

renaming the admincp and modcp if you have them folders a different name there are also some things that need to be changed in the admin seo panel as well

This worked perfect. Thank you very much

DragonByte Tech 08-17-2014 07:51 PM

Quote:

Originally Posted by cjwinternet (Post 2511112)
Installed, now I've got a blank white screen instead of an admin cp.

Make sure display_errors is turned on in php.ini and that SKIP_ALL_ERRORS is not enabled in config.php.


Fillip

DragonByte Tech 08-17-2014 07:54 PM

DragonByte SEO v1.2.0

New Features:

Meta Descriptions
  • (Pro) Moderators and Administrators can edit a thread's Meta Description via the Edit Thread menu
  • (Pro) Improves search engine click-through as the description is more personalised
  • Improves Show Thread performance, as descriptions are no longer dynamically created

Meta Keywords
  • (Pro) Moderators and Administrators can edit a thread's Meta Description via the Edit Thread menu
  • (Pro) Allows threads to be more specifically targetted for search keywords
  • Improves Show Thread performance, as descriptions are no longer dynamically created

Bug Fixes:
  • Fixed a potential PHP error in certain scenarios
  • Fixed an issue where high priority keywords were not prioritised for thread tagging
  • Disabling thread URL rewrites produced invalid sitemap links


Fillip

thetechgenius 08-18-2014 04:11 AM

Will this work on windows servers that use web.config instead of Linux htaccess? I'm running windows server 2008R2.

ezak 08-18-2014 06:20 AM

thanks for last update,

but is there any fix , for showthread meta description for pages

when visit page1, show meta description depends on first post,
when visit page2, show the same meta description on the first post
also for any other pages

that show in google webmaster tools, duplicate meta description
in 2 links, showthread.php?t=1 and showthread.php?t=1&page2

z3r0 08-18-2014 06:58 AM

Quote:

Originally Posted by thetechgenius (Post 2511792)
Will this work on windows servers that use web.config instead of Linux htaccess? I'm running windows server 2008R2.

I've just checked the zip and it has a web.config file with windows url rewrite rules in it.

DragonByte Tech 08-23-2014 02:10 PM

DragonByte SEO v1.2.1

New Features:

Social Sharing
  • New Option: After Every Post
  • Defaults to Off
  • Displays the social sharing buttons beneath each post in the postbit


Fillip

Apophis 08-26-2014 05:42 PM

I've been having issues lately being able to edit my widgets in AdminCP. When I click on "Configure" next to one of my widgets, the screen turns black and I get a spinny icon for a few seconds and then it redirects me back to the widget page again.

I opened a support ticket with vBulletin and they claim that it is DBSEO causing the issues. I have already tried disabling DBSEO, removing the rewrite rules in .htaccess, and the issue still remains.

Has anyone else encountered this type of issue? What was your resolution?

This is what vBulletin support sent me;

Quote:

The issue here is DBSEO.

The widget editor calls widget.php in the root directory. You have to make sure it is accessible. If using an SEO plugin such as DBSEO, it need to be bypassed manually as the DBSEO rewrite rules interfere with this.

DBTech should be able to advise on how to do this.

Apophis 08-26-2014 07:18 PM

With additional followup with vBulletin, it turns out my issue is not related to DBSEO at all. But since I brought up the issue; I feel it's worthwhile to at least post the resolution.

Quote:

Incidentally we've done a lot of digging on this as well.

We've discovered that actually, it works in Internet Explorer (we used IE11) but not Firefox or Chrome.

Everything functions correctly but the AJAX gives no response.

Senior techs think it probably has to do with cross-site security and https vs http, which means it probably won't be fixable, but you should be ok in IE.

Goomzee 08-28-2014 05:11 AM

Is this possible your mod rewrite Phoplog url as well?

DragonByte Tech 08-31-2014 09:01 AM

Quote:

Originally Posted by Apophis (Post 2512752)
With additional followup with vBulletin, it turns out my issue is not related to DBSEO at all. But since I brought up the issue; I feel it's worthwhile to at least post the resolution.

Thank you for posting the solution, it's much appreciated :)

Quote:

Originally Posted by Goomzee (Post 2512942)
Is this possible your mod rewrite Phoplog url as well?

There are no such rewrite rules built in to the mod, but you may be able to use the Custom Rewrite Rule feature in the Pro version to achieve this :)


Fillip

DragonByte Tech 08-31-2014 01:14 PM

DragonByte SEO v1.2.2

New Features:

Server-Side Cron Job
  • Upload to a location outside the web root
  • Allows the entire sitemap to be generated at once, not limited by vB's page loads
  • Ideal for large forums or forums with sporadic activity

Bug Fixes And Issue Fixes:
  • Enabling the new Social Sharing option would not function if the "after first post" setting was turned off


Fillip

Cla75 09-02-2014 02:39 PM

Hi support,
I have a problem with SEO addon, in the breadcrumb of my forum

for example:

the breadcrumb when automatically creates the path of the pages he writes:

Forum -> xxxxxx -> yyyyy -> zzzzz

the problem Is that the word "Forum" in linking http://www.mydomain.com
instead of http://www.mydomain.com/forum.php as properly should be.

If I turn off DragonByte SEO, the word "Forum" linking in http://www.mydomain.com/forum.php

How can I solve this problem?

Thanks for your help

CB

New Joe 09-03-2014 02:32 AM

Quote:

Originally Posted by Cla75 (Post 2513496)
Hi support,
I have a problem with SEO addon, in the breadcrumb of my forum

for example:

the breadcrumb when automatically creates the path of the pages he writes:

Forum -> xxxxxx -> yyyyy -> zzzzz

the problem Is that the word "Forum" in linking http://www.mydomain.com
instead of http://www.mydomain.com/forum.php as properly should be.

If I turn off DragonByte SEO, the word "Forum" linking in http://www.mydomain.com/forum.php

How can I solve this problem?

Thanks for your help

CB

Go to your dbseo control panel, then go to>URL Rewrites: General Settings
Then scroll down to find>Force Forum Directory Index
Quote:

If yes, this setting will crop out /forum.php (or whatever other script name you've defined as forum root in vBulletin Options). This is useful if you've already built page rank for /index.php.
Then set that to> No

That should fix your problem

Cla75 09-03-2014 03:08 AM

You have reason.
Thanks for the suggestion.
Best regards

New Joe 09-03-2014 10:02 AM

Quote:

Originally Posted by Cla75 (Post 2513583)
You have reason.
Thanks for the suggestion.
Best regards

No real reason as it works as I had the exact same thing happening on a site I was setting up for someone.

DragonByte Tech 09-04-2014 04:23 PM

DragonByte SEO v1.2.3

Bug Fixes And Issue Fixes:
  • Keywords as numbers did not function as expected
  • (vB3) Converting URLs to UTF-8 led to a "undefined function" error in certain circumstances



Fillip

Cla75 09-04-2014 04:53 PM

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

DragonByte Tech 09-15-2014 04:42 PM

DragonByte SEO v1.2.4

New Features:

Stopwords
  • Stopwords can now optionally be filtered from auto-generated Meta Descriptions
  • Defaults to off
  • Can optionally use separate stopword filtering list


Fillip

webcheats 09-19-2014 05:21 PM

Why this error?

PHP message: PHP Warning: preg_match(): Compilation failed: missing terminating ] for character class at offset 102 in /usr/share/nginx/html/forum/dbtech/dbseo/includes/url/check.php on line 165

DragonByte Tech 09-20-2014 05:20 PM

Try clearing your dbtech_dbseo_urlhistory database table :)


Fillip

DragonByte Tech 09-21-2014 06:54 PM

DragonByte SEO v1.2.5

New Features:

Facebook OpenGraph
  • Now correctly updates the description
  • og:title tag has been added for all pages


Fillip

booble 09-23-2014 11:26 AM

My forum has blocked acces to enter to threads but can be viewed from outside (links).
Only one subforum has activated "...view contain threads"

sitemap generated:

Summary:
Custom URLs: 0
Show Thread URLs: 1 ????
Forum Display URLs: 72
Tag URLs: 1

It not found threads...any solution?



PD2:Excellent mod

DragonByte Tech 09-23-2014 12:03 PM

Threads are not added to the sitemap if guests cannot view a forum or cannot view threads within a forum. You need to fix your forum permissions.

Fillip

booble 09-23-2014 05:45 PM

I need deny acces to threads to unregistereds. Is not possible it for sitemap creation?

DragonByte Tech 09-23-2014 05:54 PM

No. Threads that are not accessible to guests cannot be added to the sitemap.

Fillip


All times are GMT. The time now is 04:58 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.03052 seconds
  • Memory Usage 1,841KB
  • 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
  • (16)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