The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] DragonByte SEO v2 (vB4) Details »» | |||||||||||||||||||||||||||||
[DBTech] DragonByte SEO v2 (vB4)
Developer Last Online: Mar 2023
Improve your URL structure and alleviate duplicate content penalties for your forum with DragonByte SEO, a search engine optimisation mod for vBulletin 3.8.x and vBulletin 4.x.x.
Uses DragonByte SEO is a complete, modern and fully supported Search Engine Optimisation solution for vBulletin 3.8.x and vBulletin 4.x.x, allowing you to easily eliminate duplicate content penalties from search engines and improve the search engine friendliness of your content URLs via multiple powerful tools. By giving you total control over how the URLs are presented, DragonByte SEO allows you to customise your site's URL structure should you so choose, or leave the settings at their default values for a "set-it-and-forget-it" experience. Integrated sitemap builders automatically submit multiple content types to various search engines, ensuring any new URL formats are instantly picked up upon. Customer Performance Data This graph was provided by a customer demonstrating the changes he noticed while running DragonByte SEO. Click here to read more details. A report showing changes across multiple customers sites/setups is in the works. ------------------------------------------------------------------------------------------- Other addons available @ www.DragonByte-Tech.com/forum Support posted at our forum is generally answered much quicker. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Major Features (Lite) PHP 5.4 Support: By creating DragonByte SEO on PHP 5.4, we've been able to ensure compatibility with this PHP version in the event you or your host decides to upgrade in order to continue to receive bugfix and security updates. Google Analytics Integration: You can easily integrate Google Analytics with your forum by simply entering your account ID, and choose the level of detail you want to track. Dynamic Meta Tags: Meta Keywords and Descriptions can become content-aware on certain pages like blogs and threads, increasing the relevance of these pages. External Link Handling: You can choose to add "nofollow" to all external links, preventing search engine spiders from leaving your site. With the ability to fine-tune where this applies, white- and blacklist support as well as optional anonymisation techniques, you are in complete control over your external references. Powerful URL Rewrites: Almost every URL found in vBulletin can be rewritten via powerful rewrite rules, enabling you to customise your rule set to perfection. The default rewrite URL settings match that of DragonByte-Tech! Sitemap Generation: Sitemaps can be automatically created for all supported URLs, and automatically submitted to search engines. Major Features (Pro) vBSEO Importer: DragonByte SEO is compatible with vBSEO rewrite rules, and can import your rule set from the latest version of vBSEO seamlessly. Custom URL Rewrites: Take further control over your forum URLs with the ability to write your own URL formats. Custom Blog Domain: Run your vBulletin Blog from blog.yourdomain.com (or any other domain you wish). Custom CMS Domain: Run your vBulletin CMS from cms.yourdomain.com (or any other domain you wish). Custom Rewrite Rules: If you have custom vBulletin-powered pages, you can create rewrite rules for them using this feature. Custom Sitemap URLs: Your custom pages can also be added to the sitemap, with individual update frequency / priority / last update date settings. Custom 301 Redirects: You no longer have to edit your server-side rewrite rules in order to create 301 redirects for your content. Content-Aware SEO Titles: Blogs, CMS Articles and Threads can generate SEO titles based on the content rather than the title, great for forums with a high number of unhelpful titles. Advanced Logging: Spider and Sitemap hits can be logged, and the logs can be browsed via the DBSEO AdminCP via the same intuitive interface used in vBulletin's own log browsers. Complete Feature List (Lite) Persistent SEO Titles
vBulletin Options
Usergroup Permissions
Sitemap Generator
Sitemap Settings - General
Sitemap Settings - Page Settings
Canonical URLs
Datastore Caching
Cache Purging
General / Other
General Settings
Link Titles
Google Analytics
Dynamic Meta Tags
External Link Handling
Stopwords
General URL Rewrite Settings
Forum URLs
vB CMS URLs (vB4-Only)
Blog URLs
Social Group URLs
Member Profile URLs
URL Rewrite History
Social Sharing Settings
Social Sharing Page Settings
Social Sharing Button Display Styles
AddOn Support
3rd Party Extension Support
Automatic Sitemap Generation
General / Other
Complete Feature List (Pro) Content-Aware SEO Titles
Custom Sitemap URLs
Log Controls
Sitemap Hit Log
Spider Hit Log
General Settings
URL Rewrite Rules
vBSEO Importer
------------------------------------------------------------------------------------------- This mod displays a copyright notification in the footer of all pages, which includes:
Download Now
Show Your Support
|
18 благодарности(ей) от: | ||
AK47-, akz645, Arianismmm, Code Geass, CoZmicShReddeR, Disco_Dave, eTiKeT?, IranWebFa, NBZ4live, NukeET, Phillip, Reyas Mohammed, SaN-DeeP, Skaut, SWSUSA, Teascu Dorin, Younicode |
Comments |
#222
|
||||
|
||||
I've been using the lite version of this mod since it was released here, and haven't had any problems with it at all.
|
#223
|
||||
|
||||
I agree, it has been stable since the first Release Candidate back in January.
|
#224
|
||||
|
||||
Can someone please suggest optimal DBSEO settings to work alongside Lite Speed?
My htaccess as of now: Code:
RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www\.talkjesus\.com RewriteRule (.*) http://www.talkjesus.com/$1 [L,R=301] RewriteCond %{REQUEST_URI} !(adminxxxxx/|modsxxxxx/|cron) RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ dbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(adminxxxxx|modsxxxxx|clientscript|cpstyles|images|gallery)/ RewriteRule ^(.+)$ dbseo.php [L,QSA] ## Rewrites <ifmodule mod_rewrite.c> RewriteEngine on Options +FollowSymlinks RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # Media Library ReWriteRule ^media/m(\d+).*/tags$ media.php?do=tags_edit&mid=$1 [QSA] ReWriteRule ^media/m(\d+).*/edit$ media.php?do=details_edit&mid=$1 [QSA] ReWriteRule ^media/m(\d+).*/report$ media.php?do=report&mid=$1 [QSA] ReWriteRule ^media/m(\d+).*/c(\d+)$ media.php?do=comment_edit&cmt=$2 [QSA] ReWriteRule ^media/m(\d+).*/p(\d+).*$ media.php?do=details&mid=$1&pid=$2 [QSA] ReWriteRule ^media/m(\d+).* media.php?do=details&mid=$1 [QSA] ReWriteRule ^media/p(\d+).*/edit$ media.php?do=playlist_edit&pid=$1 [QSA] ReWriteRule ^media/p(\d+).* media.php?do=playlist&pid=$1 [QSA] ReWriteRule ^media/c(\d+).* media.php?do=category&cid=$1 [QSA] ReWriteRule ^media/u(\d+).* media.php?do=user&uid=$1 [QSA] ReWriteRule ^media/tag/(.*) media.php?do=tag&tid=$1 [QSA] ReWriteRule ^media/results/(.*) media.php?do=results&query=$1 [QSA] ReWriteRule ^media/advresults/(.*) media.php?do=advresults&query=$1 [QSA] ReWriteRule ^media/letter/(.*) media.php?do=letter&query=$1 [QSA] ReWriteRule ^media/browse.* media.php?do=browse [QSA] ReWriteRule ^media/search.* media.php?do=search [QSA] ReWriteRule ^media/random.* media.php?do=random [QSA] ReWriteRule ^media/submit.* media.php?do=submit [QSA] ReWriteRule ^media/tagcloud.* media.php?do=tagcloud [QSA] ReWriteRule ^media/playlists.* media.php?do=playlists [QSA] ReWriteRule ^media/pcreate.* media.php?do=playlists_create [QSA] ReWriteRule ^media/pmine.* media.php?do=playlists_mine [QSA] ReWriteRule ^media/favorites.* media.php?do=favorites [QSA] ReWriteRule ^media/subscriptions.* media.php?do=subscriptions [QSA] ReWriteRule ^media/admin/edit/s(\d+).* media.php?do=admin_host_edit&sid=$1 [QSA] ReWriteRule ^media/admin/delete/s(\d+).* media.php?do=admin_host_delete&sid=$1 [QSA] ReWriteRule ^media/admin/export/s(\d+).* media.php?do=admin_host_export&sid=$1 [QSA] ReWriteRule ^media/admin/(\w+).* media.php?do=admin_$1 [QSA] # Media Library from Video Directory RewriteCond %{QUERY_STRING} do=viewdetails&videoid=(\d+) RewriteRule ^video\.php$ media.php?do=details&mid=%1 RewriteCond %{QUERY_STRING} viewcategory&categoryid=(\d+) RewriteRule ^video\.php$ media.php?do=category&cid=%1 RewriteCond %{QUERY_STRING} viewuser&userid=(\d+) RewriteRule ^video\.php$ media.php?do=user&uid=%1 RewriteCond %{QUERY_STRING} viewtag&tag=(.*) RewriteRule ^video\.php$ media.php?do=tag&tid=%1 ReWriteRule ^video\.php$ media.php # Forum RewriteRule ^threads/.* showthread.php [QSA] RewriteRule ^forums/.* forumdisplay.php [QSA] RewriteRule ^members/.* member.php [QSA] RewriteRule ^blogs/.* blog.php [QSA] ReWriteRule ^entries/.* entry.php [QSA] RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # MVC RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA] </ifmodule> ## Expires <ifModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType text/css "access plus 1 year" ExpiresByType text/javascript "access plus 1 year" ExpiresByType application/javascript "access plus 1 year" ExpiresByType application/x-javascript "access plus 1 year" </ifModule> #Deny attempts to view the Htaccess file. <Files .htaccess> Order allow,deny Deny from all </Files> RewriteCond %{HTTP_HOST} ^talkjesus\.org$ [OR] RewriteCond %{HTTP_HOST} ^www\.talkjesus\.org$ RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L] RewriteCond %{HTTP_HOST} ^talkjesus\.co\.uk$ [OR] RewriteCond %{HTTP_HOST} ^www\.talkjesus\.co\.uk$ RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L] RewriteCond %{HTTP_HOST} ^talkjesus\.us$ [OR] RewriteCond %{HTTP_HOST} ^www\.talkjesus\.us$ RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L] RewriteCond %{HTTP_HOST} ^talkjesus\.info$ [OR] RewriteCond %{HTTP_HOST} ^www\.talkjesus\.info$ RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L] RewriteCond %{HTTP_HOST} ^talkjesus\.mobi$ [OR] RewriteCond %{HTTP_HOST} ^www\.talkjesus\.mobi$ RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L] RewriteCond %{HTTP_HOST} ^talkjesus\.net$ [OR] RewriteCond %{HTTP_HOST} ^www\.talkjesus\.net$ RewriteRule ^/?$ "http\:\/\/www\.talkjesus\.com\/" [R=301,L] <Files 403.shtml> order allow,deny allow from all </Files> |
#225
|
|||
|
|||
If you bought dbseo you can ask for support at their forums since it looks like you paid to remove the footer link.
|
#226
|
||||
|
||||
Does it matter if you're using Litespeed?
|
#228
|
|||
|
|||
What is the guarantee this mod will remain alive ? like i already wasted $150 on vBSEO and they was also like never going down..
|
#229
|
||||
|
||||
Quote:
vbSEO A) 1 mod (2 if you count there vbSEO Sitemap mod which was an add-on) B) Continually questionable support. They had'nt supported their product(s) on here or in their own forums for nearly 2 1/2 years (and unfortunately people were still buying the product). In the nine years they were members here they only made about 60 posts. DragonByte Tech A) Over 80 supported mods for vBulletin which includes mods for vB3, vB4, and vb5. They are very familiar with the code and are continually putting out updates to products weekly. B) They have their own active support forum which the respond to questions/requests to daily. They are also active here on vbulletin.org nearly daily. C) They've produced numerous Mods of the Month and are still continually producing new products to support all versions of vBulletin. D) Are considered by many on here to have exceptional support for their products. |
Благодарность от: | ||
tbworld |
#230
|
||||
|
||||
Quote:
This mod has received 15 updates since it was flagged stable It shouldn't, though we haven't explicitly tested this mod on Litespeed. Quote:
On a more serious note: We have no plans of discontinuing support for DBSEO. It's our top priority, and due to the nature of the mod it will remain our top priority for the foreseeable future. I don't think you should consider the money you spent on vBSEO a waste. You got the functionality you paid for, and the security vulnerabilities vBSEO currently suffers from was not something yourself nor the vBSEO team could have foreseen. If DragonByte Tech ever closes its doors, or anything happens that would even remotely affect our ability to do business (extended holidays, injuries/illnesses/deaths rendering one of our team members incapable of working for extended periods of time), we would send out a newsletter from our site informing our customers of this. We would never simply disappear without a word, leaving our customers high and dry. You would always be informed to the best of our abilities, leaving you time to seek alternative solutions if you feel that this is the best course of action for your site. Fillip |
Благодарность от: | ||
del Drago |
#231
|
||||
|
||||
DragonByte SEO v1.0.15
New Features: Breadcrumb Microdata
Bug Fixes And Issue Fixes:
Fillip |
Благодарность от: | ||
katie hunter |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|