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)

DreadsUK 06-29-2014 08:07 AM

I'd like to purchase DBseo and have just 1 question thats concerning me.

When URL's are re-written, what happens to the old urls submitted to google. Are they redirected to the new url or will it send loads of errors to google for non existant pages?

Cla75 06-29-2014 01:23 PM

Hi support,
since I updated to the latest version (1.1.2), some topics do not allow access "can not open the page".
changing the title of the topic, and consequently changes the url and returns available on the topic

thanks

DragonByte Tech 06-29-2014 03:30 PM

DragonByte SEO v1.1.3

Bug Fixes And Issue Fixes:
  • "Cannot redeclare class" errors related to Tags have been fixed
  • In certain scenarios, the error log could be flooded with "compilation failed" errors
  • In certain scenarios, thumbnails on CMS pages would not display correctly


Fillip

DragonByte Tech 06-29-2014 03:33 PM

Quote:

Originally Posted by Chadi (Post 2504376)
Thanks, but if you're stating I "may" need the pro version, that doesn't give me confidence to purchase the pro without knowing for sure. I have no problem buying it, as long as you're 100% sure this will correct my issue.

I don't know whether the rewrite rules from that mod can be converted to DBSEO's, so it's impossible for me to guarantee whether it will work :(

Quote:

Originally Posted by Chadi (Post 2504376)
A similar issue, when viewing PM list in my inbox and I choose to delete them (or one at a time) from that view, I get redirected to random pages/threads every time. But, it works fine if I delete the pm from directly within the pm view, individually. Not sure why it's happening, but it's something within this mod since it was never like this prior. Has anyone reported a similar problem Fillip?

No-one has reported a similar problem since this mod was released.

Quote:

Originally Posted by DreadsUK (Post 2504412)
I'd like to purchase DBseo and have just 1 question thats concerning me.

When URL's are re-written, what happens to the old urls submitted to google. Are they redirected to the new url or will it send loads of errors to google for non existant pages?

They will be redirected :)

Quote:

Originally Posted by Cla75 (Post 2504439)
Hi support,
since I updated to the latest version (1.1.2), some topics do not allow access "can not open the page".
changing the title of the topic, and consequently changes the url and returns available on the topic

thanks

Please provide an example of a title that breaks it.


Fillip

Cla75 06-29-2014 04:00 PM

Title: Enjoy! Take it easy! You're in New Zealand!

Link: http://www.forumviaggiatori.com/dest...w-zealand.html

error: The web page has a redirect loop

if I correct the title with "... You are ... "
url correct and working links
http://www.forumviaggiatori.com/dest...w-zealand.html

Terrablade 06-30-2014 12:24 AM

I added
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]

Yet im getting this error
Code:

Warning: call_user_func() expects parameter 1 to be a valid callback, class 'DBSEO_Rewrite_' not found in [path]/dbtech/dbseo/includes/script/showthread.php on line 290
Any ideas?

Terrablade 06-30-2014 09:32 AM

Also getting this error http://prntscr.com/3xxeo5

final kaoss 06-30-2014 04:27 PM

Quote:

Originally Posted by DragonByte Tech (Post 2504450)

1)I don't know whether the rewrite rules from that mod can be converted to DBSEO's, so it's impossible for me to guarantee whether it will work :(

2) No-one has reported a similar problem since this mod was released.




Fillip

1) Is dragonbyte going to setup a test vbulletin environment to check things out? Hundreds of people use jaxels media mod.

2) There has to be a first time to report something at one point or another.:)

DragonByte Tech 07-01-2014 04:00 PM

DragonByte SEO v1.1.4

Bug Fixes And Issue Fixes:
  • In certain scenarios, an infinite redirect loop could occur
  • The "All Blogs" list will now correctly link to page 2 and onwards
  • The "Sitemap Next Run" now shows the next real time
  • (vB3) In certain scenarios, a PHP Warning could show on showthread


Fillip

Skyrider 07-01-2014 04:15 PM

the nginx config in the do_not_upload

Code:

location ~* \.(png|jpg|jpeg|gif|ico)$
        {
                expires 30d;
                log_not_found off;
        }
        location /
        {
                try_files $uri $uri/ /dbseo.php;
        }

        location ~ ^((?!dbseo).)*\.php$
        {
                rewrite ^/(.*)$ /dbseo.php last;
        }
       
        location ~* \.(php)$
        {
                fastcgi_index index.php;
                fastcgi_pass unix:/var/run/php5-fpm.sock;
                include /etc/nginx/fastcgi_params;
                fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
                fastcgi_param PATH_TRANSLATED $document_root$fastcgi_script_name;
        }

Gives:

nginx: [emerg] duplicate location "/" in /xx/xxx/xxx.conf:7

The above is a clean config btw. No extra things has been added.


All times are GMT. The time now is 09:40 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.02085 seconds
  • Memory Usage 1,752KB
  • 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
  • (3)bbcode_code_printable
  • (5)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