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)

ReMarkable1991 03-21-2014 08:39 AM

Quote:

Originally Posted by ForceHSS (Post 2488435)
There is a htaccess file in your vb pack download it from the members area on vbulliten.com and look in the do not upload folder

Yeah I found it there under do_not_upload/rewrite/apache2 however not sure what do with it, having a hard time turning it into a iirf.ini file. But it seems nobody here is experienced with it =(

Guess I'll have to contact my host again. But 1 more question does that rewrite map need all the tools I use? I have seen post here where the added certain .php page to it. For example biggest part of website is host.org/competitions.php/ so most pages start with that. Do I have to add competitions.php somewhere in the rewrite file?

khalled 03-21-2014 01:51 PM

may be because any problem in my site or installed plugins after i intsall DragonByte SEO product the server load incrase from 3 to 20 so i disable this product but the server load not decrase again , so i ask for any advise to overcome this problem and return to normal server load

franzes80 03-22-2014 07:40 PM

@ozzy47 please help in DBSEO.i active this product and in navbar i click forum and go on activity.php no in forum.php
I change link in navbar and no go on forum.php only this url /forum
please help me

franzes80 03-22-2014 08:54 PM

I have vb 4.2.2 pl 1 and dbseo 1.0.8 have problem in navbar.I insert link http://mysite/forum/forum.php and no work.the link that appears it is http://mysite/forum and go on activity.php
my .htaccess
Code:

RewriteEngine On

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

Please help me

DragonByte Tech 03-22-2014 10:31 PM

Quote:

Originally Posted by puertoblack2003 (Post 2488587)
Hello,

members on my forum sent me a pm about they couldn't submit links via vbadvance link directory. disabling this mod has worked. Is there something i can add so when adding links it can redirect to the link directory instead of home, which that's is causing the issue, they're unable to submit.

Can you please paste the source code of the vbadvanced link directory with this mod turned off to www.pastebin.com and link me here?

Quote:

Originally Posted by ReMarkable1991 (Post 2488693)
But 1 more question does that rewrite map need all the tools I use? I have seen post here where the added certain .php page to it. For example biggest part of website is host.org/competitions.php/ so most pages start with that. Do I have to add competitions.php somewhere in the rewrite file?

Sorry, I don't understand this question. Can you please re-phrase it?

Quote:

Originally Posted by franzes80 (Post 2489003)
I have vb 4.2.2 pl 1 and dbseo 1.0.8 have problem in navbar.I insert link http://mysite/forum/forum.php and no work.the link that appears it is http://mysite/forum and go on activity.php
my .htaccess
Code:

RewriteEngine On

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

Please help me

Set "Force Directory Index" to No in the General Settings for this mod in the DBSEO Control Panel.


Fillip

ReMarkable1991 03-22-2014 11:52 PM

Quote:

Originally Posted by DragonByte Tech (Post 2489016)

Sorry, I don't understand this question. Can you please re-phrase it?

Fillip

My host doesn't allow .htacces file in wwwroot, it tells me to use a iirf.ini file like discussed.

Most is almost the same as .htacces only some rewrite rules are slightly different I believe.

My question is the following:

For example the other guy on this page his this is him .htacces

Code:

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

My website contains of many pages that start with for example competitions.php teams.php and also donate.php Do I have to add all of those in that line? Or only if I want them rewritten? So for example does mine becomes something like (except then for the codes that are used in a iirf.ini file.

Code:

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api|teams|donate|competitions\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]


bzcomputers 03-23-2014 12:19 AM

Quote:

Originally Posted by ReMarkable1991 (Post 2489018)
My host doesn't allow .htacces file in wwwroot, it tells me to use a iirf.ini file like discussed.

Most is almost the same as .htacces only some rewrite rules are slightly different I believe.

My question is the following:

For example the other guy on this page his this is him .htacces

Code:

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

My website contains of many pages that start with for example competitions.php teams.php and also donate.php Do I have to add all of those in that line? Or only if I want them rewritten? So for example does mine becomes something like (except then for the codes that are used in a iirf.ini file.

Code:

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api|teams|donate|competitions\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]


No, you would NOT change the code at all because of those other files. As for changing it to be compatible with iirf, I wouldn't know.

puertoblack2003 03-23-2014 01:59 AM

Quote:

Originally Posted by DragonByte Tech (Post 2489016)
Can you please paste the source code of the vbadvanced link directory with this mod turned off to www.pastebin.com and link me here?
Fillip


removed


Ok hope this is what you're looking for.

DragonByte Tech 03-23-2014 02:23 AM

I need the HTML when viewing the page :)


Fillip

puertoblack2003 03-23-2014 03:19 AM

Quote:

Originally Posted by DragonByte Tech (Post 2489030)
I need the HTML when viewing the page :)


Fillip

ok links


All times are GMT. The time now is 01:38 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.01926 seconds
  • Memory Usage 1,756KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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