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)

dariyos 06-07-2016 05:36 AM

Quote:

Originally Posted by DragonByte Tech (Post 2571548)
In the next version I'll update the file_exists checks to preface them with @ - you can edit the files mentioned in the errors yourself and patch it in :)


Fillip

Thanks a lot!

Do you have a solution for the "=" issue at the end of the links?

DragonByte Tech 06-08-2016 01:16 PM

Quote:

Originally Posted by dariyos (Post 2571722)
Do you have a solution for the "=" issue at the end of the links?

The URLs you showed uses vBulletin's Friendly URL library, DBSEO doesn't allow for = at the end of links I don't think.

I can't assist with issues in vB's friendly URL library unfortunately :(


Fillip

chikuru 06-10-2016 02:18 AM

We have 700k posts in our forum, when I submitted a sitemap, it says only 100k+ were only submitted. How come that happened?

DragonByte Tech 06-12-2016 12:15 AM

Quote:

Originally Posted by chikuru (Post 2571890)
We have 700k posts in our forum, when I submitted a sitemap, it says only 100k+ were only submitted. How come that happened?

The other posts are most likely in forums where guests do not have the permission to view thread contents.


Fillip

chikuru 06-12-2016 03:51 PM

Quote:

Originally Posted by DragonByte Tech (Post 2571959)
The other posts are most likely in forums where guests do not have the permission to view thread contents.


Fillip

All posts are visible to guests. I just double checked.. ANy other possible cause?

DragonByte Tech 06-12-2016 03:53 PM

Are you looking at submitted or indexed threads?

It's not advised to submit both posts and threads, and it's not advised to submit individual posts as the threads provide more context than posts do. vB4 also does not provide a dedicated "view individual post" page, so by including posts you are generating a lot of duplicate content.

Fillip

DragonByte Tech 07-11-2016 02:57 PM

DragonByte SEO v2.0.34

Changed Features:
  • Database errors will now no longer mention DragonByte SEO at all if the error was not caused by any database tables related to DBSEO.

Bug Fixes:
  • If your site runs with both HTTP and HTTPS, internal links using the protocol other than the one listed in the vBulletin Options will now also be converted into titles


Fillip

adnedarn 07-18-2016 01:30 AM

Hello! I went though the tags list in the mod and deleted the ones that were nothing... which was like 90% of them. Then I added a lot of words to the keywords list.

After that I did the "add tags" under "manage content tags" and it showed the first 250 items processing, but never progressed anywhere. So I did the "reset tags" feature, also under "manage content tags".
I still can't get the add tags tool to progress.. No matter how many content items per page I put, or how short of a date range I put it just sits on those items. Some times it will show "processing complete - proceed" at the bottom, but if it click it, it still doesn't move on to the next set or anything.
Thanks!

highlander29 07-18-2016 01:29 PM

Quote:

Originally Posted by adnedarn (Post 2573363)
Hello! I went though the tags list in the mod and deleted the ones that were nothing... which was like 90% of them. Then I added a lot of words to the keywords list.

After that I did the "add tags" under "manage content tags" and it showed the first 250 items processing, but never progressed anywhere. So I did the "reset tags" feature, also under "manage content tags".
I still can't get the add tags tool to progress.. No matter how many content items per page I put, or how short of a date range I put it just sits on those items. Some times it will show "processing complete - proceed" at the bottom, but if it click it, it still doesn't move on to the next set or anything.
Thanks!

I spent a lot of time with the tags functionality because it seemed like a really useful feature that I wanted to leverage. I applied tags then I deleted them with the reset option as you did. It all worked properly for me in terms of the mechanics of applying and removing tags but the problem was once tags were applied, it resulted in an enormous amount of database activity, which I believe had to deal with the Tag Cloud functionality in VBulletin. I ended up trying a few things to address that. I changed some parameters to reduce the number of tags in the cloud, I tried to narrow down which subforums had tags applied, but nothing I did actually worked. The symptom that consistently appeared is that posts would temporarily disappear in threads. I think the excess of database activity somehow caused the post index to get corrupted. I tried to get support and in general have found DragonByte to be very good from that perspective but in this case in the end they weren't able to help me. I ended up having to turn this off. I have a pretty big/busy forum. It might work with a forum that has a smaller database and less activity.

DragonByte Tech 07-18-2016 05:59 PM

Yeah the tagging feature will re-tag every single thread which can lead to a very bloated DB with slow searches if you have an absolutely massive amount of threads.

As for the lack of progress, that could be a PHP timeout. Make sure display_errors is turned on in php.ini :)


Fillip

adnedarn 07-18-2016 08:22 PM

Thanks guys. The tags that the system (not sure if it was drogonbyte or vbulletin) had was stupid to be honest (they were listed in vbulletin options so I think it was them). That's why I cleared it all out and made my own list of key words and have it selected to only use those keywords (if I'm understanding its use correctly).
Since using only those words most posts won't even end up having tags when before, they did- many tags that were of no relevance to the actual topic. So I think this will have the database even smaller than it was.
I did turn skip_all_errors to false in config.php and didn't see any error messages, does that do the same thing?
I also substituted the skip all errors line for : ini_set("display_errors", true); and didn't get any erros that way either. The page just sits there like it is working, but nothing actually seems to happen.

adnedarn 07-22-2016 03:45 AM

For the heck of it I just re uploaded the files and tried again. Leaving the content items per page at 250 I get the error
Fatal error: Maximum execution time of 30 seconds exceeded in ......dbtech/dbseo/actions/admin/tagging.php on line 161
If I do less than 250 at a time, it does the same as it was, looks like it is progressing (even refreshes and takes you back to the top if you have scrolled down) but doesn't progress to different threads.

DragonByte Tech 07-23-2016 10:50 AM

Have you tried a really low value like 10 or even 1? Just to test it, I mean :)


Fillip

adnedarn 07-23-2016 01:05 PM

I had done 5 with the same result (looking like it is doing something, but doesn't progress). I just now tried 1 and it seems to be doing something even faster, but still no. I say it seems like it is doing something because it flashes "waiting for www.terraforums.com" pretty quickly in the lower corner when with more items it does this slower. It does show "processing complete - proceed" but it doesn't make a difference if I click it or not and stays on the same item that's processing.
You already have an account on my forum so I think you can access the DBT SEO section of it if you want to try it out.
Thanks!

dariyos 08-01-2016 06:05 AM

still got db errors sometimes:

Code:

Datenbankfehler in vBulletin 2.0.34:

Invalid SQL:

                                                SELECT *
                                                FROM dbtech_dbseo_keyword;

MySQL-Fehler  : MySQL server has gone away
Fehler-Nr.    : 2006
Fehler-Zeit  : Sunday, July 31st 2016 @ 01:12:57 PM
Datum        : Sunday, July 31st 2016 @ 01:12:57 PM
Skript        : http://www.sps-forum.de/forumdisplay.php?f=47
Referrer      : http://www.sps-forum.de/sensorik/?
IP-Adresse    :
Benutzername  : N/A
Klassenname  : vBulletinDatabase
MySQL-Version :


Talk Hard 08-10-2016 01:50 AM

I am using Dragon byte for a sitemap.

http://www.scam.com/dbseositemap.php

When I submit to Google I get this error:

Sitemap is HTML
Your Sitemap appears to be an HTML page. Please use a supported sitemap format instead.

How do I fix this?

bryanb 08-11-2016 10:36 AM

Just a quick question here. I was a user of vbSEO for years, and when they went defunct, and my website was hacked because of some vulnerable scripts, I uninstalled it and reverted back to the default vBulletin URLS.

Now I am considering purchasing the Dragonbyte version and I'm wondering if the new URLs will match those that the old vbSEO had generated.

Any ideas? Thanks!

DragonByte Tech 08-11-2016 10:37 AM

Quote:

Originally Posted by Talk Hard (Post 2574564)
I am using Dragon byte for a sitemap.

http://www.scam.com/dbseositemap.php

When I submit to Google I get this error:

Sitemap is HTML
Your Sitemap appears to be an HTML page. Please use a supported sitemap format instead.

How do I fix this?

That seems to be a problem with your .htaccess file or your web host.

Quote:

Originally Posted by bryanb (Post 2574601)
Just a quick question here. I was a user of vbSEO for years, and when they went defunct, and my website was hacked because of some vulnerable scripts, I uninstalled it and reverted back to the default vBulletin URLS.

Now I am considering purchasing the Dragonbyte version and I'm wondering if the new URLs will match those that the old vbSEO had generated.

Any ideas? Thanks!

If you still have the vBSEO config file in its original location, DBSEO can import it.

Do be aware the vBSEO importer is Pro-only :)


Fillip

bryanb 08-11-2016 10:51 AM

Quote:

Originally Posted by DragonByte Tech (Post 2574602)
...

If you still have the vBSEO config file in its original location, DBSEO can import it.

Do be aware the vBSEO importer is Pro-only :)


Fillip

Thanks Filip. I think I might have that. I need to dig around a little. :)

bryanb 08-11-2016 03:20 PM

I've found vbseo_all.xml and vbseo_urls.xml on my desktop that I backed up a couple of years ago. Can DBSEO import these? Especially the vbseo_all file - that seems to have my old settings. Please let me know. Thanks!

bryanb 08-12-2016 01:05 PM

Another question - vBSEO had a function that defined acronyms. You could mouse over these and the definition would be displayed. Pretty much what this plugin here is doing:
www.vbulletin.org/forum/showthread.php?t=320619

The code was

<value><![CDATA['seo' => 'Search Engine Optimization'
'pr' => 'Press Release' ]]></value> for example.

is this available in DBSEO?

DragonByte Tech 08-13-2016 06:51 PM

Quote:

Originally Posted by bryanb (Post 2574609)
I've found vbseo_all.xml and vbseo_urls.xml on my desktop that I backed up a couple of years ago. Can DBSEO import these? Especially the vbseo_all file - that seems to have my old settings. Please let me know. Thanks!

No, the only files DBSEO imports from are "config_vbseo.xml" for 3.6 and "config_vbseo.php" for earlier versions.

Quote:

Originally Posted by bryanb (Post 2574634)
Another question - vBSEO had a function that defined acronyms. You could mouse over these and the definition would be displayed. Pretty much what this plugin here is doing:
www.vbulletin.org/forum/showthread.php?t=320619

The code was

<value><![CDATA['seo' => 'Search Engine Optimization'
'pr' => 'Press Release' ]]></value> for example.

is this available in DBSEO?

No, this is not available at this time, sorry :(


Fillip

KevinL 08-13-2016 10:01 PM

Quote:

Originally Posted by bryanb (Post 2574634)
Another question - vBSEO had a function that defined acronyms. You could mouse over these and the definition would be displayed. Pretty much what this plugin here is doing:
www.vbulletin.org/forum/showthread.php?t=320619

The code was

<value><![CDATA['seo' => 'Search Engine Optimization'
'pr' => 'Press Release' ]]></value> for example.

is this available in DBSEO?

Could always try something like this

https://vborg.vbsupport.ru/showthread.php?t=320619

bryanb 08-16-2016 05:44 AM

Quote:

Originally Posted by DragonByte Tech (Post 2574701)
No, the only files DBSEO imports from are "config_vbseo.xml" for 3.6 and "config_vbseo.php" for earlier versions.

No, this is not available at this time, sorry :(


Fillip

Not a problem. Installation was easy, and it was best for me to go through each page and make adjustments to the settings. Fantastic product. :up:

Quote:

Originally Posted by KevinL (Post 2574706)
Could always try something like this

https://vborg.vbsupport.ru/showthread.php?t=320619

Thanks! Will do. :)

kevinh 08-21-2016 04:30 AM

Quote:

Originally Posted by DragonByte Tech (Post 2574602)

If you still have the vBSEO config file in its original location, DBSEO can import it.

Do be aware the vBSEO importer is Pro-only :)

Fillip

My vBSEO installation is still in place, but I cannot access the vBSEO control panel - is that a problem if I want DBSEO to import whatever it needs from vBSEO?

You mention "Pro-only" - does that just mean the commercial version on your website, or is there actually a version called "Pro"?

DragonByte Tech 08-21-2016 08:45 AM

Quote:

Originally Posted by kevinh (Post 2575045)
My vBSEO installation is still in place, but I cannot access the vBSEO control panel - is that a problem if I want DBSEO to import whatever it needs from vBSEO?

That's fine, as long as the files are still in place :)

Quote:

Originally Posted by kevinh (Post 2575045)
You mention "Pro-only" - does that just mean the commercial version on your website, or is there actually a version called "Pro"?

The commercial version @ our site :)


Fillip

DragonByte Tech 08-22-2016 07:58 PM

DragonByte SEO v2.0.36:

Fix: Fixed an issue where linked "Go To Post" URLs would be transformed to simple "Thread" URLs if Link Titles were enabled

Fillip

Nat47 09-06-2016 10:15 AM

My sitemap path is
Code:

forums/store_sitemap/
and this path holds these files:
Code:

[  ]        dbseo_sitemap_cms_10.xml.gz        06-Sep-2016 12:56        212       
[  ]        dbseo_sitemap_cmssection_11.xml.gz        06-Sep-2016 12:58        292       
[  ]        dbseo_sitemap_forum_6.xml.gz        06-Sep-2016 09:44        22K       
[  ]        dbseo_sitemap_group_8.xml.gz        06-Sep-2016 11:19        210       
[  ]        dbseo_sitemap_index.xml.gz        06-Sep-2016 12:58        360       
[  ]        dbseo_sitemap_member_0.xml.gz        06-Sep-2016 06:51        227K       
[  ]        dbseo_sitemap_member_1.xml.gz        06-Sep-2016 07:02        14K       
[  ]        dbseo_sitemap_poll_7.xml.gz        06-Sep-2016 09:46        13K       
[  ]        dbseo_sitemap_tags_9.xml.gz        06-Sep-2016 12:55        8.6K       
[  ]        dbseo_sitemap_thread_2.xml.gz        06-Sep-2016 07:25        529K       
[  ]        dbseo_sitemap_thread_3.xml.gz        06-Sep-2016 08:57        557K       
[  ]        dbseo_sitemap_thread_4.xml.gz        06-Sep-2016 09:27        575K       
[  ]        dbseo_sitemap_thread_5.xml.gz        06-Sep-2016 09:32        323K

The xml file that should be submitted to search engines is /store_sitemap/dbseo_sitemap_index.xml.gz, correct?

Joehawary 09-09-2016 12:16 PM

Good afternoon
I have just installed this on my forum.

In my website theme, there are a few images that are like like this: <img src="/images/abc.gif"> for example

As my forum runs off a subdomain, forum.website.com then the image would normally get loaded from http://forum.website.com/images/abc.gif based on the HTML above.

After installing your plugin, it has re-written the URL on the HTML output to the wrong URL:
http://www.website.com/images/abc.gif

The images aren't available as per expected but I find it odd that it is re-writing URLs with my main domain not the subdomain.

Please advise
Thanks

DragonByte Tech 09-09-2016 12:18 PM

Quote:

Originally Posted by Nat47 (Post 2575626)
My sitemap path is
Code:

forums/store_sitemap/
and this path holds these files:
Code:

[  ]        dbseo_sitemap_cms_10.xml.gz        06-Sep-2016 12:56        212       
[  ]        dbseo_sitemap_cmssection_11.xml.gz        06-Sep-2016 12:58        292       
[  ]        dbseo_sitemap_forum_6.xml.gz        06-Sep-2016 09:44        22K       
[  ]        dbseo_sitemap_group_8.xml.gz        06-Sep-2016 11:19        210       
[  ]        dbseo_sitemap_index.xml.gz        06-Sep-2016 12:58        360       
[  ]        dbseo_sitemap_member_0.xml.gz        06-Sep-2016 06:51        227K       
[  ]        dbseo_sitemap_member_1.xml.gz        06-Sep-2016 07:02        14K       
[  ]        dbseo_sitemap_poll_7.xml.gz        06-Sep-2016 09:46        13K       
[  ]        dbseo_sitemap_tags_9.xml.gz        06-Sep-2016 12:55        8.6K       
[  ]        dbseo_sitemap_thread_2.xml.gz        06-Sep-2016 07:25        529K       
[  ]        dbseo_sitemap_thread_3.xml.gz        06-Sep-2016 08:57        557K       
[  ]        dbseo_sitemap_thread_4.xml.gz        06-Sep-2016 09:27        575K       
[  ]        dbseo_sitemap_thread_5.xml.gz        06-Sep-2016 09:32        323K

The xml file that should be submitted to search engines is /store_sitemap/dbseo_sitemap_index.xml.gz, correct?

No, please submit /dbseositemap.php instead :)

Quote:

Originally Posted by Joehawary (Post 2575737)
Good afternoon
I have just installed this on my forum.

In my website theme, there are a few images that are like like this: <img src="/images/abc.gif"> for example

As my forum runs off a subdomain, forum.website.com then the image would normally get loaded from http://forum.website.com/images/abc.gif based on the HTML above.

After installing your plugin, it has re-written the URL on the HTML output to the wrong URL:
http://www.website.com/images/abc.gif

The images aren't available as per expected but I find it odd that it is re-writing URLs with my main domain not the subdomain.

Please advise
Thanks

This is because your image paths start with a slash. This is incorrect, please edit your image paths so instead of src="/images it says src="images


Fillip

Joehawary 09-09-2016 12:25 PM

Hi Fillip
Thank you for your extremely fast reply, it worked exactly as you said it would.

What do I do in terms of a <a href="/"> where I wanted it to go back to the board index? shall I call index.php or a "." ?

Thanks
Joe

DragonByte Tech 09-09-2016 12:30 PM

Quote:

Originally Posted by Joehawary (Post 2575739)
Hi Fillip
Thank you for your extremely fast reply, it worked exactly as you said it would.

What do I do in terms of a <a href="/"> where I wanted it to go back to the board index? shall I call index.php or a "." ?

Thanks
Joe

Neither, the correct link is
Code:

<a href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">

Fillip

Joehawary 09-09-2016 12:41 PM

Thank you Fillip you have been extremely helpful.

I have a final question, as I have now been playing with the program a little bit since my first post.

When someone clicks a link that was originally a Mod Rewrite Friendly URL, the forum will now revert back to the forum index.

Is there a way to accept old URLs and possibly have them redirected to the new URL?

Many thanks for all your support!

Joehawary 09-09-2016 01:00 PM

I think I've found a bug. If a forum has more than one announcement listed then it seems that it joins them together into one link, not differentiating on which announcement you clicked on.

E.G.

Link: Announcement A
Link: Announcement B

Normally clicking Announcement A would load the page with Announcement A details, this doesn't happen. Instead it loads a page with annoumcenent A at the top and announcement B at the bottom.

The same problem when you click Announcement B, Announcement A is listed first then Announcement B.

Either they need to open a separate URL (which it seems they are only opening the combined "View All Announcements" Url) or use a A Name Anchor on the announcement page

Thanks

Joehawary 09-09-2016 04:18 PM

Quote:

Originally Posted by Joehawary (Post 2575741)
Thank you Fillip you have been extremely helpful.

I have a final question, as I have now been playing with the program a little bit since my first post.

When someone clicks a link that was originally a Mod Rewrite Friendly URL, the forum will now revert back to the forum index.

Is there a way to accept old URLs and possibly have them redirected to the new URL?

Many thanks for all your support!

I've now made a custom error page to handle this issue.
Thanks

adnedarn 09-13-2016 01:27 AM

Hello, my content keywords according to google are:

1. posts (4 variants)
2. forum (3 variants)
3. thread (5 variants)
4. tagged (4 variants)
5. vbulletin
6. profile (2 variants)
7. plants (5 variants)
8. location (3 variants)
9. copyright (3 variants)
10. dragonbyte
11. avatar (2 variants)
12. addons (2 variants)
13. mods (4 variants)
14. technologies (3 variants)
15. grow (5 variants)
16. nepenthes (2 variants)
17. code (2 variants)
18. terraforums (3 variants)
19. pitcher (6 variants)
20. visit (4 variants)

Which very few have to do with the content of my site. Any idea if this is related to settings of this modification or other settings on the forum?
Thanks!
Andrew

DragonByte Tech 09-13-2016 11:49 AM

You can use the Manage Keywords interface in the DBSEO CP to add more relevant keywords. They will then be prioritised by the content tagging system.

Fillip

adnedarn 09-13-2016 08:09 PM

1 Attachment(s)
I did do that back in mid July so I would think if it was going to make a difference, it would have by now. Right?

RichieBoy67 09-13-2016 08:20 PM

I do not think it has anything to do with DBTech Seo but more with Vbulletin or any forum really.

adnedarn 09-13-2016 08:27 PM

@RichieBoy67 But the keywords are important are they not? Are you saying there is no way to get the keywords to match the actual content of my forum?
Even my advertising is not related to the topic of the forum anymore... I can't remember when they stopped being but surely there is a way to fix it all.


All times are GMT. The time now is 12:19 AM.

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.04375 seconds
  • Memory Usage 1,876KB
  • 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
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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