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)

behcet 06-06-2014 07:35 PM

hİ;
my problem, help me pls.
Code:

[06-Jun-2014 20:08:12 UTC] PHP Warning:  preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing terminating ] for character class at offset 102 in /home/*****/public_html/dbtech/dbseo/includes/class_core.php on line 2461
[06-Jun-2014 20:08:12 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/*****/public_html/dbtech/dbseo/includes/class_core.php:2461) in /home/*****/public_html/dbtech/dbseo/includes/class_core.php on line 850
[06-Jun-2014 20:08:12 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/*****/public_html/dbtech/dbseo/includes/class_core.php:2461) in /home/*****/public_html/dbtech/dbseo/includes/class_core.php on line 851

Code:

 
849                        default:
850                                header("HTTP/1.1 301 Moved Permanently");
851                                header("Location: " . DBSEO_URL_SCRIPT_PATH . self::$config['forumhome'] . '.php');

Code:

2461                if (!preg_match($regexpFormat, $urlToCheck, $matches))
                {
                        // No matches :(
                        return null;
                }


DragonByte Tech 06-08-2014 01:21 PM

Quote:

Originally Posted by ikymbo (Post 2500588)
how can i submit my sitemap on web master tools ??

In GWT, add "dbseositemap.php", like so: http://www.dragonbyte-tech.com/dbseositemap.php :)

Quote:

Originally Posted by silpher (Post 2500729)
I'm using XCache, do you recommend the use of Garbage Collector for variables? If so, how much time for Garbage Colector sleep? or should I deactivate it and let Vars forever?

I don't have much experience with the GC in XCache so I couldn't say, sorry :(

Quote:

Originally Posted by Bob_R (Post 2500730)
Any update on NGINX support?

Do the rules in post #13 work?

Thanks. :)

We currently do not have a Nginx testing environment, so we cannot provide official Nginx rules at this time. We'll be looking into this for the future :)

Quote:

Originally Posted by ezak (Post 2500747)
is there anyway to exclude some forum from to added to sitemap ?
(I have hide some forum from guest)

Forums which are inaccessible to guests are excluded automatically :)

Quote:

Originally Posted by behcet (Post 2500952)
hİ;
my problem, help me pls.
Code:

[06-Jun-2014 20:08:12 UTC] PHP Warning:  preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing terminating ] for character class at offset 102 in /home/*****/public_html/dbtech/dbseo/includes/class_core.php on line 2461
[06-Jun-2014 20:08:12 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/*****/public_html/dbtech/dbseo/includes/class_core.php:2461) in /home/*****/public_html/dbtech/dbseo/includes/class_core.php on line 850
[06-Jun-2014 20:08:12 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/*****/public_html/dbtech/dbseo/includes/class_core.php:2461) in /home/*****/public_html/dbtech/dbseo/includes/class_core.php on line 851

Code:

 
849                        default:
850                                header("HTTP/1.1 301 Moved Permanently");
851                                header("Location: " . DBSEO_URL_SCRIPT_PATH . self::$config['forumhome'] . '.php');

Code:

2461                if (!preg_match($regexpFormat, $urlToCheck, $matches))
                {
                        // No matches :(
                        return null;
                }


We have a few similar reports, and we're in the process of getting debug access to a site that I can use to investigate this issue further :)


Fillip

DragonByte Tech 06-08-2014 02:06 PM

DragonByte SEO v1.1.0

New Features

Sitemap Build Log
  • Browseable the same way all vBulletin log interfaces are
  • Number of URLs per XML type
  • (Pro) Sitemap Hits
  • (Pro) Spider Hits

Main Statistics
  • System Status
  • System Version
  • Sitemap Status
  • Sitemap Generation Frequency
  • Sitemap Last Generated
  • Sitemap Next Generated
  • (Pro) Logged Sitemap Hits
  • (Pro) Logged Spider Hits

Automatic Content Tagging
  • Automatically builds thread tags based on title and contents
  • Helps build forum keyword density
  • Improves searching performance
  • Additional content types coming in the future

Bug Fixes And Issue Fixes:
  • Having only one keyword defined in the DBSEO CP produced "Invalid index" errors on showthread


Fillip

Terrablade 06-09-2014 03:50 AM

Quick question. I built the sitemap but when clicking on the site www.site.com/dbseositemap.php ( of course site being my own ) all i get is a download /xml that says This XML file does not appear to have any style information associated with it. The document tree is shown below. and a bunch of stuff below it.
Isnt the site supposed to show a graph or something alike?

bzcomputers 06-09-2014 05:24 AM

Quote:

Originally Posted by Terrablade (Post 2501208)
Quick question. I built the sitemap but when clicking on the site www.site.com/dbseositemap.php ( of course site being my own ) all i get is a download /xml that says This XML file does not appear to have any style information associated with it. The document tree is shown below. and a bunch of stuff below it.
Isnt the site supposed to show a graph or something alike?

No, it is working correctly.

You can check out DB Tech's own sitemap link posted above and see that it is working the same as yours is.

http://www.dragonbyte-tech.com/dbseositemap.php

Terrablade 06-09-2014 09:55 AM

hmm.. I thought there was a graphic or like an information page showing the stats it gathered. :/

DragonByte Tech 06-09-2014 10:26 AM

Quote:

Originally Posted by Terrablade (Post 2501229)
hmm.. I thought there was a graphic or like an information page showing the stats it gathered. :/

as per the release notes for v1.1.0, the statistics are found in the DBSEO CP :)

Fillip

Dilldogs 06-09-2014 12:35 PM

Well, I would like to use this SEO but I'm not a coder and when I install it I get broken avatars on the site. Its looks like a good mod. I will keep looking for a SEO.

DragonByte Tech 06-09-2014 12:40 PM

Try turning off avatar rewrites in the DBSEO CP for this mod :)


Fillip

Dilldogs 06-09-2014 12:54 PM

Ive gone through every setting in the ddseo cp and do not see a Avatar rewrite option. see Avatar Prefix. and thats it


All times are GMT. The time now is 02:23 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.01584 seconds
  • Memory Usage 1,756KB
  • 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
  • (6)bbcode_code_printable
  • (7)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