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 |
#882
|
||||
|
||||
Fillip, hello! What to do with these two files from the folder "do_not_upload"?
Fillip, привет! Что делать с этими двумя файлами из папки "do_not_upload"? 1. nginx.conf Code:
location ~* \.(png|jpg|jpeg|gif|ico)$ { expires 30d; log_not_found off; } location / { try_files $uri $uri/ /dbseo.php; } location ~ ^((?!dbseo).)*\.php$ { rewrite ^/(.*)$ /dbseo.php last; } location ~* \.(php)$ { fastcgi_index index.php; fastcgi_pass unix:/var/run/php5-fpm.sock; include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_NAME $fastcgi_script_name; fastcgi_param PATH_TRANSLATED $document_root$fastcgi_script_name; } 2. web.config Code:
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="Imported Rule 1" enabled="true" stopProcessing="true"> <match url="^((archive/)?(.*\.php(/.*)?))$" ignoreCase="false" /> <conditions logicalGrouping="MatchAll"> <add input="{URL}" negate="true" pattern="(admincp/|dbseocp/|modcp/|cron|vbseo_sitemap)" ignoreCase="false" /> </conditions> <action type="Rewrite" url="dbseo.php" appendQueryString="true" /> </rule> <rule name="Rewrite All" enabled="true" stopProcessing="true"> <match url="^.*$" ignoreCase="false" /> <conditions logicalGrouping="MatchAll"> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> <add input="{REQUEST_FILENAME}" negate="true" pattern="/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/" ignoreCase="false" /> </conditions> <action type="Rewrite" url="dbseo.php" appendQueryString="true" /> </rule> </rules> </rewrite> </system.webServer> </configuration> |
#883
|
|||
|
|||
I'm still running vB 3.8.x. Should I download and install this mod listed here, or should I go to your other "3.8" page? I see that this mod has been updated but not the other one.
Thanks in advance. |
#884
|
|||
|
|||
i'm using now dbseo from vbseo ..
but i have a problem . i'm using an addon and this addon working fine with vbseo. but not working with dbseo. i chanced vbseo to dbseo etc.. there is only one problem.. PHP Code:
PHP Code:
what is dbseo function file ? if i change this code with true it will work... thanks.. |
#885
|
|||
|
|||
What addon are you trying to make work with dbseo? We need to know what it does and what it's trying to do by calling that line of code.
|
#886
|
|||
|
|||
Quote:
i'm working this addon. https://vborg.vbsupport.ru/showthread.php?t=269048 |
#887
|
||||
|
||||
DragonByte SEO v2.0.14
Bug Fixes:
Fillip |
#888
|
|||
|
|||
Quote:
thanks but i found my problem... vbseo have vbseo_thread_url_row function but dbseo havent got or another name.. please if dbseo say me what is it ? there is this code PHP Code:
i think if i change this codes true addon will work fine... i will return vbseo back.. addons not support dbseo... |
#889
|
||||
|
||||
When you choose "Send an HTTP 404", you can not add your error page 404.
When "Running a custom script" with the error page, the server gives a response of 200. It is necessary that the server gave the response code 404 and had a 404 error page. Когда выбираешь "Отправить HTTP 404", нельзя добавить свою страницу ошибки 404. Когда выбираешь "Запуск пользовательского скрипта" с страницой ошибки, сервер отдаёт ответ 200. Нужно чтобы сервер отдавал код ответа 404 и была своя страница ошибки 404. |
#890
|
||||
|
||||
Hi dear
When creating a sitemap in this way become a multi-page links The first page appears vb/forumdisplay.php?f=153&page=6 vb/showthread.php?t=1640&page=2 The right to appear links without amp; vb/forumdisplay.php?f=153&page=6 vb/showthread.php?t=1640&page=2 Note: Use the original form of the links Best Regards |
#891
|
||||
|
||||
Quote:
Fillip |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|