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)

dariyos 01-10-2017 08:01 AM

@DragonByte Tech

Force Forum Directory Index
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.

This option do not work with php 5.6 !!!

with php 5.4 it has been work.

I always get an redirection error.

TerryMason 02-13-2017 12:36 PM

Any plans to make this mod php7 compatible? From what I understand vbulletin 4 is heading that way.

DragonByte Tech 02-13-2017 12:38 PM

Quote:

Originally Posted by TerryMason (Post 2582261)
Any plans to make this mod php7 compatible? From what I understand vbulletin 4 is heading that way.

This modification is compatible with PHP 7.0 and 7.1, my development environment uses 7.1 :)


Fillip

MarkFL 02-13-2017 12:44 PM

Quote:

Originally Posted by TerryMason (Post 2582261)
Any plans to make this mod php7 compatible? From what I understand vbulletin 4 is heading that way.

We use this product on our site running vB 4.2.5 Beta 1 and PHP 7, with no issues. :D

webmaster74 02-19-2017 02:04 AM

I tried the two suggested .htaccess contents.

one gives me a 404, the other gives me a 500.

anyone ?

DragonByte Tech 02-21-2017 07:12 AM

Please check your server error log for the real reason behind a 500 Internal Server Error.

Fillip

emath 04-02-2017 08:21 PM

will this mod fully support https ?

and how easy is to move from VBSEO to DBSEO ?

emath 04-04-2017 05:28 AM

DragonByte abandon this proejct ?

djbaxter 04-04-2017 05:48 AM

Quote:

Originally Posted by emath (Post 2584702)
DragonByte abandon this proejct ?

Judging from their site, I think DragonByte has pretty much abandoned vBulletin. All of their new efforts and updates seem to be aimed at Xenforo.

DragonByte Tech 04-04-2017 06:02 AM

Quote:

Originally Posted by emath (Post 2584652)
will this mod fully support https ?

and how easy is to move from VBSEO to DBSEO ?

Of course HTTPS is supported, only the Pro version can import from vBSEO.

For priority support, it's always best to use our website :)


Fillip

WillyWonkaBar 04-04-2017 05:17 PM

Greetings Support,

Does DBSeo Pro automatically create 301 redirects for threads/posts when forums/sub forums are merged/moved? I'm looking to combine some low traffic/low activity sub forums back up into the parent forum, and need to take into account the old URLs.

Thanks!

Alan_SP 04-05-2017 06:26 PM

This is something that vB does automatically.

If you link thread, it doesn't matter in what forum it is. vB will link it where it is (if it is still available). That goes to posts also, if you link post #, it doesn't matter in what thread (and forum) it is, vB will link to that post.

thincom2000 04-06-2017 12:10 PM

Is the dragonbyte-tech website down? I have not been able to access it for 2 days. I had a bug to report, but when I tried to submit, the site went down, and has not been back up since. The bug is as follows:

---
When the config dbtech_dbseo_filter_nonlatin_chars is not 1, conversions of character groups such as eu or ss can lead to database errors if a slash is placed before the group. It may also be able to craft a request that will trigger a similar error if the setting is 1, but I think it is harder.

Here is an example database error I received in my email:
Code:

Invalid SQL:
SELECT tagtext AS id FROM forum_tag WHERE tagtext REGEXP "^(&[\#\da-z]*;|[^a-z\d])*(&[\#\da-z]*;|[^a-z\d])*[(&[\#\da-z]*;|[^a-z\d])*[i?ŒÍ?ŽÏì?+îï]m/[e?ˆ?‰?Š?‹èéêë]([u?™?š?›?œùúûüµ]|u|?†|æ)rg](&[\#\da-z]*;|[^a-z\d])*(&[\#\da-z]*;|[^a-z\d])*$" ORDER BY LENGTH(tagtext) LIMIT 1;

MySQL Error  : Got error 'unmatched parentheses at offset 63' from regexp
Error Number  : 1139
Request Date  : Tuesday, April 4th 2017 @ 02:32:37 PM
Error Date    : Tuesday, April 4th 2017 @ 02:32:37 PM
Script        : http://www.vaultwiki.org/tags/[-im/eurg]/
Referrer      :
IP Address    : [redacted]
Username      : N/A
Classname    : vBulletinDatabase_MySQLi
MySQL Version :
Server        : ::ffff:199.167.148.228
User Agent    :


Stack Trace:

#0 DBSEO_Database->halt() called in [path]/dbtech/dbseo/includes/class_db.php on line 910
#1 DBSEO_Database_MySQLi->execute_query() called in [path]/dbtech/dbseo/includes/class_db.php on line 304
#2 DBSEO_Database->query_read_slave() called in [path]/dbtech/dbseo/includes/class_db.php on line 779
#3 DBSEO_Database->generalQuery() called in [path]/dbtech/dbseo/includes/filter.php on line 958
#4 DBSEO_Filter::reverseObject() called in [path]/dbtech/dbseo/includes/rewrite/tag/single.php on line 27
#5 DBSEO_Rewrite_Tag_Single::resolveUrl() called in [path]/dbtech/dbseo/includes/url.php on line 967
#6 DBSEO_Url::resolve() called in [path]/dbtech/dbseo/includes/url.php on line 579
#7 DBSEO_Url::lookup() called in [path]/dbseo.php on line 159

The URL doesn't point to a valid tag, but the expected behavior here is no database error. I was able to resolve these errors on my site by making sure the regular expression is tested before it goes through MySQL. In dbtech/dbseo/includes/filter.php find:
Code:

                        $title3 = self::unFilterText(htmlspecialchars(self::$config['dbtech_dbseo_rewrite_separator'] . str_replace(' ', self::$config['dbtech_dbseo_rewrite_separator'], $title) . self::$config['dbtech_dbseo_rewrite_separator']), true);
After it, add:
Code:

                        if (!@preg_match('/' . $title2 . '/', $title, $m) OR !@preg_match('/' . $title3 . '/', $title, $m))
                        {
                                return false;
                        }

Basically this code change means that if we were not able to generate a valid regex or the regex does not actually match what it was intended to match, the reverse lookup should fail.

DragonByte Tech 04-06-2017 12:11 PM

Quote:

Originally Posted by thincom2000 (Post 2584867)
Is the dragonbyte-tech website down? I have not been able to access it for 2 days. I had a bug to report, but when I tried to submit, the site went down, and has not been back up since.

That might be an overzealous mod_security rule, can you please provide me with your IP address so I can investigate?


Fillip

DragonByte Tech 04-06-2017 12:53 PM

Quote:

Originally Posted by thincom2000 (Post 2584867)
When the config dbtech_dbseo_filter_nonlatin_chars is not 1, conversions of character groups such as eu or ss can lead to database errors if a slash is placed before the group. It may also be able to craft a request that will trigger a similar error if the setting is 1, but I think it is harder.

[...]

I've implemented your fix in my local dev version and put it up @ DBTech for some dogfood testing for a bit until I release an update, thank you :)


Fillip

pentayazilim 04-28-2017 08:15 PM

...

RaYdeN.ADM 05-15-2017 11:47 PM

help please

in url: "dise?o" > /forum/dise-o-de-interfaces/

solution for ??


PHP Code:

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 

Code:

ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

RaYdeN.ADM 05-22-2017 03:18 AM

Quote:

Originally Posted by RaYdeN.ADM (Post 2586570)
help please

in url: "dise?o" > /forum/dise-o-de-interfaces/

solution for ??


PHP Code:

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 

Code:

ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

Anyone who can help me solve my problem with the url that they carry ?, ?, ?, ?, ? and ??.

please! :(

Alan_SP 05-22-2017 03:50 PM

You can always report issue on DBTech's site. They respond there sooner.

DragonByte Tech 05-22-2017 03:53 PM

Quote:

Originally Posted by RaYdeN.ADM (Post 2586773)
Anyone who can help me solve my problem with the url that they carry ?, ?, ?, ?, ? and ??.

please! :(

Have you tried turning UTF-8 on in the settings?


Fillip

RaYdeN.ADM 05-22-2017 07:41 PM

Quote:

Originally Posted by DragonByte Tech (Post 2586787)
Have you tried turning UTF-8 on in the settings?


Fillip

With "Enable UTF-8" nothing happens, with "Convert URLs to UTF-8" either.

Try "Filter Non-Latin Characters", the only one that works halfway is the "Keep Non-Latin Characters" option, it adds the accent (accent mark), but it only works for the post, in the subfores it returns me to the home.

Try combining the 3 options, none gave results closer to the recently commented. :(

webmaster74 06-14-2017 01:15 AM

Hi. When from the vbulletin admin panel I run Maintenance, Diagnostics, Suspect File Versions, I get a message telling me that the files dbseo.php and dbseositemap.php have not been found! Though the product has been uninstalled ! How to handle this? thank you.

webmaster74 06-19-2017 08:22 PM

5 days and not a single answer......

RaYdeN.ADM 06-19-2017 08:34 PM

Quote:

Originally Posted by webmaster74 (Post 2587624)
5 days and not a single answer......

You complain? I am waiting for a solid response since May 16 XD
Then they want to buy the full plugin :v

DragonByte Tech 06-19-2017 08:39 PM

Quote:

Originally Posted by RaYdeN.ADM (Post 2586799)
With "Enable UTF-8" nothing happens, with "Convert URLs to UTF-8" either.

Try "Filter Non-Latin Characters", the only one that works halfway is the "Keep Non-Latin Characters" option, it adds the accent (accent mark), but it only works for the post, in the subfores it returns me to the home.

Try combining the 3 options, none gave results closer to the recently commented. :(

Make sure your forum URLs include the forum ID. That will fix any problems with forums returning 404.

Quote:

Originally Posted by webmaster74 (Post 2587514)
Hi. When from the vbulletin admin panel I run Maintenance, Diagnostics, Suspect File Versions, I get a message telling me that the files dbseo.php and dbseositemap.php have not been found! Though the product has been uninstalled ! How to handle this? thank you.

Delete the md5sums file from your includes folder.

For priority support, please post @ our site - vB.org is not actively monitored as it is hard to keep track of all the threads :)


Fillip

RaYdeN.ADM 06-19-2017 08:59 PM

Quote:

Originally Posted by DragonByte Tech (Post 2587627)
Make sure your forum URLs include the forum ID. That will fix any problems with forums returning 404.

Delete the md5sums file from your includes folder.

For priority support, please post @ our site - vB.org is not actively monitored as it is hard to keep track of all the threads :)


Fillip

I don't know what to modify.

https://vborg.vbsupport.ru/external/2017/06/3.png

BirdOPrey5 07-21-2017 07:55 AM

Using PHP 7.0 and VB 4.2.5 (not to say the issue doesn't exist in other PHP versions...) but has anyone come across the issue where if the Forums are the default tab in navigation manager, everything works, but if the Articles (AKA CMS/Home) is the default tab then both the Articles (Home) tab and Forum tab loads the Articles/Home tab and the URL in the browser is http://www.domain.com/content/ for both tabs? Mousing over the Forum tab does not show /content/ at the end of the domain.)

In Navigation Manager both tabs are set to default VB 4.2.5 values. .htaccess file checked with just DBSEO code in it. And it all works fine with DBSEO disabled and the .htaccess code removed.

DragonByte Tech 07-21-2017 07:57 AM

That could potentially happen if the index.php file didn’t require the correct file. For instance, if index.php had forum.php in it but CMS was default, that would be an issue.

Also, turn off Force Forum Directory Index and see if that helps.

Fillip

BirdOPrey5 07-21-2017 08:08 AM

Quote:

Originally Posted by DragonByte Tech (Post 2588762)
That could potentially happen if the index.php file didn?t require the correct file. For instance, if index.php had forum.php in it but CMS was default, that would be an issue.

Also, turn off Force Forum Directory Index and see if that helps.


Fillip

That was quick.

Unfortunately index.php is default code and while disabling Force Forum Directory did get the URL to change to end in forum.php, clicking on it still brings me to the Articles tab and /content/

I even put a query string at the end for forum.php like forum.php?txt=3393993 just to make sure it wasn't a browser cache issue, and still redirecting to Articles.

DragonByte Tech 07-21-2017 08:10 AM

Yes, by default index.php has
PHP Code:

require('forum.php'); 

in it, which may cause this issue if you have CMS set as the default.

Try changing it to
PHP Code:

require('content.php'); 

and change
PHP Code:

define('VB_REDIRECT'true); 

to
PHP Code:

define('VB_REDIRECT'false); 

if that doesn't work.


Fillip

BirdOPrey5 07-21-2017 08:15 AM

Ahhh.

OK Thanks again.

Also, adding a querystring to the navigation manager URL did work, but editing the index.php file is preferable, obviously.

BirdOPrey5 07-21-2017 08:34 AM

Closer but not there yet. Is there anything in DBSEO that could be redirecting
Code:

http://www.domain.com/forum.php
to
Code:

http://www.domain.com
But not redirect

Code:

http://www.domain.com/forum.php?zzz=1
I made both edits to index.php, whether I follow a link or manually enter the http://www.domain.com/forum.php URL I get redirected to http://www.domain.com and the Articles tab. I closed and restarted the browser, cleared cache, closed and restarted browser, tried 2 different browsers. same thing happens, only when DBSEO is enabled.

final kaoss 07-21-2017 02:30 PM

You said you're using php 7 right? I'm not sure if dbseo is updated to use php 7 properly or not.

RaYdeN.ADM 07-21-2017 05:04 PM

Quote:

Originally Posted by RaYdeN.ADM (Post 2587628)

59 years later.

final kaoss 07-21-2017 05:33 PM

Well they did say this.
Quote:

Originally Posted by DragonByte Tech (Post 2587627)

For priority support, please post @ our site - vB.org is not actively monitored as it is hard to keep track of all the threads :)


Fillip


RaYdeN.ADM 07-21-2017 06:42 PM

he replied to other users, I have been waiting for 3 months. It costs you nothing.

BirdOPrey5 07-21-2017 08:51 PM

Quote:

Originally Posted by RaYdeN.ADM (Post 2587628)

make sure [forumid] are part of all the chosen selections is what it means. Choose the red dots-

https://vborg.vbsupport.ru/external/2017/07/1.png?1

BirdOPrey5 07-21-2017 08:56 PM

added graphic...

RaYdeN.ADM 07-21-2017 09:03 PM

not found...

https://vborg.vbsupport.ru/external/2017/07/9.png

i need

https://vborg.vbsupport.ru/external/2017/07/10.png

BirdOPrey5 07-22-2017 12:15 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2588787)
make sure [forumid] are part of all the chosen selections is what it means. Choose the red dots-

https://vborg.vbsupport.ru/external/2017/07/1.png?1

I don't know why but the image showing is not the image I embedded, sorry for any confusion.


All times are GMT. The time now is 06:46 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.02495 seconds
  • Memory Usage 1,853KB
  • 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
  • (8)bbcode_code_printable
  • (6)bbcode_php_printable
  • (18)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