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)

SWSUSA 08-07-2015 11:54 PM

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>


e24h 08-08-2015 12:10 AM

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.

JesWhite 08-08-2015 07:44 PM

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:

            if(defined('VBSEO_ENABLED') && VBSEO_ENABLED)
            {
               include_once 
'vbseo/includes/functions_vbseo.php'

i chanced this code

PHP Code:

if(defined('dbtech_dbseo_active') && dbtech_dbseo_active)
            {
                include_once 
'dbtech/dbseo/includes/class_core.php'

where am i wrong? what's wrong?
what is dbseo function file ? if i change this code with true it will work...
thanks..

final kaoss 08-09-2015 02:04 AM

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.

JesWhite 08-09-2015 03:18 AM

Quote:

Originally Posted by final kaoss (Post 2552483)
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.


i'm working this addon.


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

DragonByte Tech 08-09-2015 11:10 PM

DragonByte SEO v2.0.14

Bug Fixes:
  • Fixed an issue where album images would show an incorrect Alt attribute
  • In certain scenarios, the HTTP response codes would not work as intended


Fillip

JesWhite 08-10-2015 03:41 AM

Quote:

Originally Posted by JesWhite (Post 2552470)
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:

            if(defined('VBSEO_ENABLED') && VBSEO_ENABLED)
            {
               include_once 
'vbseo/includes/functions_vbseo.php'

i chanced this code

PHP Code:

if(defined('dbtech_dbseo_active') && dbtech_dbseo_active)
            {
                include_once 
'dbtech/dbseo/includes/class_core.php'

where am i wrong? what's wrong?
what is dbseo function file ? if i change this code with true it will work...
thanks..



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:

$threadurl vbseo_thread_url_row($threadrow); 

i must change this code too...
i think if i change this codes true addon will work fine...


i will return vbseo back..
addons not support dbseo...

SWSUSA 08-10-2015 08:43 AM

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.

Emad ELsayed 08-12-2015 09:41 PM

Hi dear

When creating a sitemap in this way become a multi-page links

The first page appears
vb/forumdisplay.php?f=153&amp;page=6
vb/showthread.php?t=1640&amp;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

DragonByte Tech 08-17-2015 09:22 PM

Quote:

Originally Posted by Emad ELsayed (Post 2552720)
Hi dear

When creating a sitemap in this way become a multi-page links

The first page appears
vb/forumdisplay.php?f=153&amp;page=6
vb/showthread.php?t=1640&amp;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

I'll look into that and see if I can replicate it, if so I'll correct that in a future update :)


Fillip


All times are GMT. The time now is 06:37 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.02235 seconds
  • Memory Usage 1,770KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_php_printable
  • (3)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