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)

DragonByte Tech 07-08-2014 07:11 PM

If you PM me (Belazor) over at DBTech with your FTP and AdminCP information, I can sort it out for you as soon as I have time :)


Fillip

DreadsUK 07-09-2014 09:18 AM

Quote:

Originally Posted by DragonByte Tech (Post 2505955)
If you PM me (Belazor) over at DBTech with your FTP and AdminCP information, I can sort it out for you as soon as I have time :)


Fillip

Cool. Thanks for the professional install.

Pm'ed you and turned on the option you requested, now getting this
http://s23.postimg.org/csess0vsb/Scr...t_11_13_55.png
https://vborg.vbsupport.ru/external/2014/07/47.png

DreadsUK 07-09-2014 08:41 PM

Its not working with tapatalk, everything else seems good tho

DreadsUK 07-09-2014 09:13 PM

edited

ForceHSS 07-09-2014 09:22 PM

Are you using 4.2.2 if yes have you put the fixes in for that version at anytime
ie:
packages/vbforum/item/socialgroupmessage.php
packages/vbforum/item/socialgroupdiscussion.php
includes/class_core.php
clientscript/yui/uploader/assets/uploader

DreadsUK 07-09-2014 09:31 PM

Quote:

Originally Posted by ForceHSS (Post 2506152)
Are you using 4.2.2 if yes have you put the fixes in for that version at anytime
ie:
packages/vbforum/item/socialgroupmessage.php
packages/vbforum/item/socialgroupdiscussion.php
includes/class_core.php
clientscript/yui/uploader/assets/uploader

Where do i get these?

ForceHSS 07-09-2014 09:33 PM

I can do the fixes for you. Do you have me on skype if not pm me

Skyrider 07-10-2014 06:34 AM

Again:

the nginx config in the do_not_upload

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;
        }

Gives:

nginx: [emerg] duplicate location "/" in /xx/xxx/xxx.conf:7

The above is a clean config btw. No extra things has been added.

ForceHSS 07-10-2014 06:38 AM

Quote:

Originally Posted by Skyrider (Post 2506194)
Again:

the nginx config in the do_not_upload

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;
    }

Gives:

nginx: [emerg] duplicate location "/" in /xx/xxx/xxx.conf:7

The above is a clean config btw. No extra things has been added.

Did you upload the file from the folder called do_not_upload you do understand why the folder is named like that it is named for a reason

Skyrider 07-10-2014 08:14 AM

Quote:

Originally Posted by ForceHSS (Post 2506195)
Did you upload the file from the folder called do_not_upload you do understand why the folder is named like that it is named for a reason

Yes.. I understand it's a nginx config file.. I use 2 nginx conf files for vBulletin and I own a VPS myself ;) thanks. I understand how it works. I "included" a conf file to pinpoint to DBTech's rewrite rules, but its giving errors.. So the rewrite rules that DBTech has shared is invalid.

I still lack some knowledge though, hence I'm unable to fix the location (for now)... Until I learn how to solve it.


All times are GMT. The time now is 01:25 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.02114 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)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