Thread: Major Additions - [DBTech] DragonByte SEO v2 (vB4)
View Single Post
  #1026  
Old 05-25-2016, 05:46 AM
dariyos dariyos is offline
 
Join Date: Nov 2011
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
You will need to disable vBulletin's Friendly URL library in order for DBSEO to work as intended.
how to do that?

these are my settings:

vBulletin Settings -> Friendly Urls -> URL Type -> Standard URLs

vBulletin Settings -> Friendly Urls -> Enforce Canonical URL -> OFF

vBulletin Settings -> Friendly Urls -> Enforce Canonical URL for Registered Users -> YES

vBulletin Settings -> Friendly Urls -> Friendly URL Unicode -> Ignore

vBulletin Settings -> Friendly Urls -> NCR Encode UTF-8 URLs for IE -> No

vBulletin Settings -> Friendly Urls -> Standard URL Routing Variable -> r


The Problem is the "="-Character in the end of the links, when i remove this "=" the link will work:

With "="
http://www.sps-forum.de/showthread.p...mit-VB-Script=
Without "="
http://www.sps-forum.de/showthread.p...-mit-VB-Script

But the rewrited link is:
http://www.sps-forum.de/faq/15348-pr...vb-script.html


EDIT:

I found also links like this:

http://www.sps-forum.de/showthread.p...-Integer/page5

Code:
Warnung (PHP Warning): file_exists(): open_basedir restriction in effect. File(....//showthread.php/17309-Char-umwandeln-in-Integer) is not within the allowed path(s): (/www/htdocs/w00665de/:/tmp:/usr/bin:/www/htdocs/w00665de:/bin:/usr/local/bin:/usr/share/php:/dev/urandom) in ..../dbtech/dbseo/hooks/init_startup.php (Zeile 82)

Warnung (PHP Warning): Cannot modify header information - headers already sent by (output started at ..../includes/class_core.php:5801) in ..../includes/functions.php (Zeile 4381)
This is very bad ...

This is the rewrited link I found with the forum search:

http://www.sps-forum.de/simatic/1730...n-integer.html

This is my .htacess file:

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\.sps-forum\.de
#RewriteRule (.*) http://www.sps-forum.de/$1 [L,R=301]

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

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]

RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ dbseo_sitemap/dbseo_getsitemap.php?sitemap=$1 [L]
I have installed the version DB SEO v2.0.19

should I update it to v2.0.31 ?

What's new?

after updating the version in my testforum-> same problem.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01287 seconds
  • Memory Usage 1,784KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete