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)

Alan_SP 02-05-2015 11:16 AM

Quote:

Originally Posted by Marv (Post 2536086)
The reason why I?m typing this essay: since we?ve installed DBSEO we watched the server closely to see how hard it hits regarding server-performance. By now we?ve noticed that our CPU-load more than doubled and is running with up to 140% (w/o DBSEO 50-70) on a permanantly basis and also we see server load averages (1:5:15) with ~ 1.49:1.66:1.69 (w/o DBSEO ~ 0.7:0.8:0.7). (Server specs: Opteron 6338P with 12 Cores x 2,3 GHz, 32 GB DDR3 ECC, latest CentOS and SQL versions)

Did you had vBSEO and what situation was then?

Anyway, about server load averages, this is nothing and you have at the moment a lot of room for your server.

Each core (you have 12) is represented with 1 when it's up to 100% load in server load averages. So, if your server would run with 50% load, you'd see something like: 6:6:6 (well, the number of the beast :D). You could interpret it like 6 cores run to the max and 6 aren't working at all. Or any other way you want to.

Having 1,5 load would be problem on 1 core server. With 2 core server would be actually just fine.

And these values aren't exactly linear, but give you idea how hard your server works. Anyway, you still have a lot of room for loading your server up. A really very lot of room. Your server works with about 10% load, which is nothing. Probably you don't need so strong server (if it is your peek load, of course).

Killhunter 02-05-2015 02:56 PM

Wow, this plugin just saved my day - thank you.

But I have a problem. Before, I used vBSeo. Thread-URLs were like forum.com/forum-title/../threadtitle-threadID WITHOUT .html

I dont care much having html or not, but the old links do not work now. Links from google are all horribly wrong and get redirected to my front page. Any solution for this please? fast maybe? :D Allready tried this:

RewriteRule [^/]+/[^/]+-([0-9]+) http://www.domain.com/showthread.php?t=$1 [L,R=301]

It redirects correctly, but damages another plugin and some pictures on my site.


beside that, german umlauts like ?, ? and ? do not work in urls? I allready set utf8.. :(

DragonByte Tech 02-05-2015 09:02 PM

@ the speed issues: DBSEO needs to open a new DB connection because it loads before vBulletin does, so that is why you're seeing extra MySQL connections needed. This is not a problem unless your server is a toaster.

Also, server load is only a problem if it approaches the number of CPU cores you have available. For instance, on a Dual CPU 8-core server, all server loads below 32 is perfectly normal. 2 CPUs x 8 cores x 2 due to HyperThreading.

0.7 to 1.6 is literally nothing.

@ vBSEO: An importer from vBSEO is available in the Pro version of DBSEO, so if the default URL formats in DBSEO cannot match your vBSEO URL formats then you will not be able to use your vBSEO formats in DBSEO Lite.

Fillip

cassedy 02-06-2015 08:09 AM

i installed it successfully..

but we had experience this error, when member is viewing a thread, they are keep logging out on the forum.

how do i fix this sir? thanks!

Killhunter 02-06-2015 12:22 PM

If I buy a 3 month access to this mod, do I get security updates after 3 months if there is an exploit or something like this?

beside that, german umlauts like ä, ü and ö do not work in urls? I allready set utf8..

Killhunter 02-09-2015 02:49 PM

I need umlauts :(

DragonByte Tech 02-09-2015 08:19 PM

DragonByte SEO v1.4.2

Bug Fixes:
  • In some cases, URLs would redirect to a 404 page if the URL format had been changed previously
  • URL Rewrites for other DragonByte Tech mods would not work in certain scenarios
  • (vB4) CMS Comment URLs will now load page 2 onwards as intended
  • (Pro) Custom 301 redirects will now once again work as intended

General / Other:
  • The readme.txt file now contains additional vB4 instructions pertaining disabling vB?s built-in Friendly URL library


Fillip

DragonByte Tech 02-09-2015 08:21 PM

Quote:

Originally Posted by cassedy (Post 2536416)
i installed it successfully..

but we had experience this error, when member is viewing a thread, they are keep logging out on the forum.


how do i fix this sir? thanks!

This is a cookie issue, not related to this mod. They need to make sure they use the Remember Me functionality.


@umlauts: Make sure the Keep Non-Latin Characters setting is selected as well, otherwise they will be stripped.


Fillip

ForceHSS 02-09-2015 09:05 PM

Quote:

Originally Posted by cassedy (Post 2536416)
i installed it successfully..

but we had experience this error, when member is viewing a thread, they are keep logging out on the forum.


how do i fix this sir? thanks!

A simple template change that will remove the "Remember Me" text and the associated tick box. Upon login the code hides both of functions, but will submit automatically the 'Remember Me' box as ticked. It uses a simple code change and one additional parameter to check the box.

Installation:
Login to your AdminCP -> Styles & Templates -> Style Manager -> Edit Options -> Edit Templates -> header template

Find:
Code:

<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
Replace with this code:
Code:

<label for="cb_cookieuser_navbar"><input type="hidden" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" checked="checked"/> <vb:comment>{vb:rawphrase remember_me}</vb:comment></label>
How it works...
All I have done is changed the input type to hidden, added the checked parameter and commented out the Remember Me phrase using vBulletins own comment system

Killhunter 02-10-2015 09:13 AM

Quote:

Originally Posted by DragonByte Tech (Post 2536785)
@umlauts: Make sure the Keep Non-Latin Characters setting is selected as well, otherwise they will be stripped.

Got that. Does not work though :(


All times are GMT. The time now is 12:47 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.02048 seconds
  • Memory Usage 1,748KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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