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)

badawidollah 08-02-2014 03:13 PM

waiting for vb5.1.x :D

PAKIDIL 08-02-2014 11:44 PM

Will this work with vb 3.7+?

ForceHSS 08-03-2014 12:29 AM

Quote:

Originally Posted by PAKIDIL (Post 2509486)
Will this work with vb 3.7+?

This is the vb4 version

ozzy47 08-03-2014 12:35 AM

Yes he/she found the vB3 version and asked there. :)

Terrablade 08-03-2014 03:48 AM

When I go to a specific post and i click on the user and then click view user profile like this http://prntscr.com/48duqe when I click on that specific user it says this http://prntscr.com/48duul

I see where the error is coming from, the nick is ?onFlu✗ but for some reason its not catching the last letter as shown here https://i.imgur.com/hqq6iq9.jpg

how can this be fixed?

I as told this Mod causes that issue!

DragonByte Tech 08-04-2014 03:53 PM

Quote:

Originally Posted by badawidollah (Post 2509451)
waiting for vb5.1.x :D

That will most likely never happen, as vB5 has its own built-in SEO URLs :)

Quote:

Originally Posted by michael24179 (Post 2508834)
Sorry for my bad Englich but i have question. I have lighttpd as Server. Is DragonByte SEO v1 possible or must i exchange my Server ?

If lighttpd can use .htaccess files then it should work :)

Quote:

Originally Posted by Taringa! CS (Post 2509042)
Is it possible to make something like this?

include_once('/var/www/site.com/public_html/vbseo/includes/functions_vbseo.php');

vbseo_get_options();
vbseo_prepare_seo_replace();
vbseo_get_forum_info();
$memberurl = vbseo_member_url_row($vb_userid, $vb_username);

to get on external pages (non vb) the url's?

I need to confirm this in order to purchase it

You can use something like
PHP Code:

include_once('/var/www/site.com/public_html/dbtech/dbseo/includes/class_core.php');

DBSEO::init();

$memberurl DBSEO_Url::create('MemberProfile_MemberProfile', array('userid' => $vb_userid'username' => $vb_username)); 

Quote:

Originally Posted by Terrablade (Post 2509495)
When I go to a specific post and i click on the user and then click view user profile like this http://prntscr.com/48duqe when I click on that specific user it says this http://prntscr.com/48duul

I see where the error is coming from, the nick is ?onFlu✗ but for some reason its not catching the last letter as shown here https://i.imgur.com/hqq6iq9.jpg

how can this be fixed?

I as told this Mod causes that issue!

You should add the [user_id] to the format, that will resolve everything :)


Fillip

DragonByte Tech 08-04-2014 03:59 PM

DragonByte SEO v1.1.8

Bug Fixes:
  • Forum passwords would not work correctly
  • URLs sent via POST should no longer have canonical URL enforcement
  • (vB3) Canonical URLs for Show Thread now reflect the thread's page


Fillip

xony 08-05-2014 08:54 PM

You can redirect a post vBSEO well?:
What should I do? Thank you.

Code:

http://www.domain.com/post/702002-problema-con-maya-2009-ayuda-soy-novato

xony 08-08-2014 07:31 AM

Code:

Google detected a significant increase in the number of URLs we were blocked from crawling due to authorization permission errors.
Recommended action
Check the Crawl Errors  page in Webmaster Tools.
Check if your server or host is blocking Googlebot.
If you don't want Google to crawl these pages, consider adding them to your robots.txt .

When I visit these pages blocked the result is this:

Code:

Warning: preg_match() [function.preg-match]: Compilation failed: missing ) at offset 102 in /home/poder/public_html/foro3d.com/dbtech/dbseo/includes/url/check.php on line 165

Warning: preg_match() [function.preg-match]: Compilation failed: missing ) at offset 102 in /home/poder/public_html/foro3d.com/dbtech/dbseo/includes/url/check.php on line 165

Warning: Cannot modify header information - headers already sent by (output started at /home/poder/public_html/foro3d.com/dbtech/dbseo/includes/url/check.php:165) in /home/poder/public_html/foro3d.com/dbtech/dbseo/includes/class_core.php on line 1783


Taringa! CS 08-08-2014 12:52 PM

Quote:

Originally Posted by DragonByte Tech (Post 2509661)

You can use something like
PHP Code:

include_once('/var/www/site.com/public_html/dbtech/dbseo/includes/class_core.php');

DBSEO::init();

$memberurl DBSEO_Url::create('MemberProfile_MemberProfile', array('userid' => $vb_userid'username' => $vb_username)); 

You should add the [user_id] to the format, that will resolve everything :)


Fillip

I've created a thread on dbtech


All times are GMT. The time now is 02:21 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.02036 seconds
  • Memory Usage 1,757KB
  • 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
  • (2)bbcode_php_printable
  • (6)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