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)

Asterix_ita 03-13-2014 10:20 AM

1 Attachment(s)
I can not install the addon, during the import stops why?
I upload all files and import the xml for vb4

vbulletin 4.2.2

Regards

maxwolfie13 03-13-2014 11:01 AM

Any tips for the below? I am getting 404 errors and my page is just white with text?

I have added the details to my .htaccess and I have also changed Friendly URLs to Standard URLs?

http://www.hackslashrepeat.com/

.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]
RewriteCond %{HTTP_HOST} ^hackslashrepeat\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.hackslashrepeat\.com$
RewriteRule ^/?$ "http\:\/\/www\.hackslashrepeat\.com\/forums\/" [R=301,L]

EDIT: I put the above in the .htaccess in /forums/ and my 301 redirect to /forums/ in public_html. All seems to be well now. Is this correct?

final kaoss 03-13-2014 12:24 PM

I have found a possibly exploitable error.
When browsing to the last post (from the forum index or any other way) you can append anything to the end and it will think it is valid.
Code:

http://www.video-game-chat.com/forum/vgchat-general-chat/195660-16-ridiculous-knock-off-game-consoles-post216821.html#post216821
Instead of thinking this url below is wrong, it treats it as if it's valid and does not send an error message.
Code:

http://www.video-game-chat.com/forum/vgchat-general-chat/195660-16-ridiculous-knock-off-game-consoles-post216821.html#post216821ThisisAnErrorWithinDbseo

DragonByte Tech 03-13-2014 07:23 PM

Quote:

Originally Posted by Asterix_ita (Post 2486904)
I can not install the addon, during the import stops why?
I upload all files and import the xml for vb4

vbulletin 4.2.2

Regards

Do you have display_errors set to On? If not, please try adding this to your config.php file directly beneath <?php:
PHP Code:

@ini_set('display_errors'true); 

Quote:

Originally Posted by maxwolfie13 (Post 2486908)
EDIT: I put the above in the .htaccess in /forums/ and my 301 redirect to /forums/ in public_html. All seems to be well now. Is this correct?

If your forum is in the /forums/ subfolder then yeah, you should edit that .htaccess file :)

Quote:

Originally Posted by final kaoss (Post 2486920)
I have found a possibly exploitable error.
When browsing to the last post (from the forum index or any other way) you can append anything to the end and it will think it is valid.
Code:

http://www.video-game-chat.com/forum/vgchat-general-chat/195660-16-ridiculous-knock-off-game-consoles-post216821.html#post216821
Instead of thinking this url below is wrong, it treats it as if it's valid and does not send an error message.
Code:

http://www.video-game-chat.com/forum/vgchat-general-chat/195660-16-ridiculous-knock-off-game-consoles-post216821.html#post216821ThisisAnErrorWithinDbseo

The hash tag is what's known as a "Page Anchor". Please see this page for an example: Knowledge Base: Add Anchor Tags To Jump To Specific Location On A Page

Under no circumstances does a browser execute this anchor as code.


Fillip

khalled 03-14-2014 08:22 AM

after i install the product , i can't get access to the form and the following error message appear

PHP Code:

Warningmysql_connect(): Access denied for user '***********'@'localhost' (using passwordYESin ..../dbtech/dbseo/includes/class_db.php on line 110
Connect Error


Note: I change the path of config file in vbulltine to anther loction , is that effect

Disco_Dave 03-14-2014 01:02 PM

Is there any way to fix the link back to your admincp while in dbseocp. It directs me back to our forum home page rather than admincp...

bzcomputers 03-14-2014 07:05 PM

Quote:

Originally Posted by Disco_Dave (Post 2487185)
Is there any way to fix the link back to your admincp while in dbseocp. It directs me back to our forum home page rather than admincp...

Hmm, seems like you have a redirect issue there somewhere. I know by default it works fine for most people, taking them back to the main vB AdminCP. Has it always been that way for you?

Disco_Dave 03-14-2014 07:17 PM

Quote:

Originally Posted by bzcomputers (Post 2487273)
Hmm, seems like you have a redirect issue there somewhere. I know by default it works fine for most people, taking them back to the main vB AdminCP. Has it always been that way for you?

Yes from the first time I installed it, I only noticed because I was using it on another forum. I think you my be right. Now finding it...

ReMarkable1991 03-14-2014 07:42 PM

My host doesn't allow .htacces and tells me to use iirf.ini file. Is there a way I can still use this mod?

Asterix_ita 03-15-2014 06:14 AM

@DragonByte Tech

thanks for your reply, I changed the php 5.2 to 5.4 and is installed

now it works

Regards

DragonByte Tech 03-15-2014 08:06 PM

Quote:

Originally Posted by khalled (Post 2487150)
after i install the product , i can't get access to the form and the following error message appear

PHP Code:

Warningmysql_connect(): Access denied for user '***********'@'localhost' (using passwordYESin ..../dbtech/dbseo/includes/class_db.php on line 110
Connect Error


Note: I change the path of config file in vbulltine to anther loction , is that effect

Yes, that is not a supported configuration in DBSEO. You will need to edit /dbtech/dbseo/includes/class_core.php and change config.php directory paths there too, although this is not a configuration we support.

Quote:

Originally Posted by Disco_Dave (Post 2487185)
Is there any way to fix the link back to your admincp while in dbseocp. It directs me back to our forum home page rather than admincp...

If you have renamed your AdminCP, did you also rename the admincp directory in the .htaccess file?

Quote:

Originally Posted by ReMarkable1991 (Post 2487285)
My host doesn't allow .htacces and tells me to use iirf.ini file. Is there a way I can still use this mod?

What web server is that? If the iirf.ini files use .htaccess rewrite rules instead, the mod should still work. I have never encountered such a configuration, though.


Fillip

final kaoss 03-15-2014 11:58 PM

iirf.ini files appear to stand for Ionics Isapi Rewrite Filter. You can find more info about it here.
http://iirf.codeplex.com/wikipage?title=Examples

Here's a tool to import Mod-rewrite rules for use with iirf.ini files.
http://www.iis.net/learn/extensions/...drewrite-rules

Quotable:

Quote:

Originally Posted by https://iirf.codeplex.com/discussions/277490
IIRF doesn't use .htaccess.

I don't know where you are getting web.config; I don't know what you intend to do with that. I think in IIS7 web.config might be the store for rewrite rules. This is not the case for IIRF or IIS6.

If you use IIRF., you must supply a file named IIRF.ini which contains the rewrite rules. The rules you must provide in IIRf.ini are close to, but not exactly the same as those used in the .htaccess. There are some features in Apache that are not available in IIS+IIRF, and .htaccess uses those features; you must remove those statements from IIRF.ini. As well, there are some things you will want in IIRF.ini, that are not provided in the htaccess.txt. Starting with htaccess.txt if I snip out the Apache-only parts and add in the IIRF-only parts, I get this set of rules, which ought to work:


khalled 03-17-2014 01:49 AM

aftear i install the product the server load incrase in huge way from 2.5 to 18 is it any way to control server load

ReMarkable1991 03-17-2014 01:48 PM

Quote:

Originally Posted by final kaoss (Post 2487569)
iirf.ini files appear to stand for Ionics Isapi Rewrite Filter. You can find more info about it here.
http://iirf.codeplex.com/wikipage?title=Examples

Here's a tool to import Mod-rewrite rules for use with iirf.ini files.
http://www.iis.net/learn/extensions/...drewrite-rules

Quotable:

Well thanks for this, will have to try this for myself I guess.

Another question what problems u get when u have php 5.3 enabled instead of 5.4 since some of my mods seem to have a problem with 5.4 (lots of error codes).

jesse202 03-17-2014 03:08 PM

When posting an article, file dbseo.php hammers the server until the server goes down. I've tried disabling url rewrite for articles. It still happens. Looks like it makes a ton of threads in vbcms comments too.

highlander29 03-17-2014 03:34 PM

Installed this last night and it broke all kinds of links on the forum. Had to disable it. Complaints from members:

I get a broken link icon in place of everyone's avatar

When I try to view my profile it says "page not found"

Clicking on some forums yields the following message: "Invalid Forum specified. If you followed a valid link, please notify the administrator." but I can still get to individual threads in those forums

When I click on the Official Decrees or Feedback subforums I get the message "Invalid forum specified."

When I click on the Forum link it takes me to the home page instead.

DragonByte Tech 03-17-2014 09:40 PM

Quote:

Originally Posted by jesse202 (Post 2487806)
When posting an article, file dbseo.php hammers the server until the server goes down. I've tried disabling url rewrite for articles. It still happens. Looks like it makes a ton of threads in vbcms comments too.

This will be fixed in v1.0.8 :)

Quote:

Originally Posted by highlander29 (Post 2487809)
Installed this last night and it broke all kinds of links on the forum. Had to disable it. Complaints from members:

I get a broken link icon in place of everyone's avatar

When I try to view my profile it says "page not found"

Clicking on some forums yields the following message: "Invalid Forum specified. If you followed a valid link, please notify the administrator." but I can still get to individual threads in those forums

When I click on the Official Decrees or Feedback subforums I get the message "Invalid forum specified."

When I click on the Forum link it takes me to the home page instead.

Are you sure you edited your .htaccess file?

Are you running any full page caching like CloudFlare?

Are you using the "Component URLs" features in vB?

Did you set vB's Friendly URL library to Standard URLs?


Fillip

jesse202 03-17-2014 09:58 PM

Quote:

Originally Posted by DragonByte Tech (Post 2487879)
This will be fixed in v1.0.8 :)

Oh what's the issue? Is there any work-around for now or eta on the next release?

DragonByte Tech 03-17-2014 10:10 PM

The next version is due to be released in less than 2 hours, though I sometimes leave vBulletin.org updates until the next day so that people who download the mod from our site can alert me if there's any obvious new issues.

Fillip

highlander29 03-18-2014 02:52 AM

Quote:

Originally Posted by DragonByte Tech (Post 2487879)
This will be fixed in v1.0.8 :)

Are you sure you edited your .htaccess file?

Are you running any full page caching like CloudFlare?

Are you using the "Component URLs" features in vB?

Did you set vB's Friendly URL library to Standard URLs?


Fillip

htaccess was not added earlier.

I have added it now and that fixed the not found errors. But all pages are running extremely slow and I had to disable the plugin. It ground the forum to a halt The board runs with about 500 concurrent users and has about 2.3M posts. Does the software not work with a board this busy?

khalled 03-18-2014 07:17 AM

is any one suffer from server load problem has happened with me after install this product

Disco_Dave 03-18-2014 09:07 AM

Quote:

Originally Posted by DragonByte Tech (Post 2487533)

If you have renamed your AdminCP, did you also rename the admincp directory in the .htaccess file?

Fillip

Yes I have had these renamed from the start, but the link from within the dbseocp for returning you back to ACP takes me to the forum home page. I've checked our .htaccess and as far as I can see there are no redirects.

Dave

DragonByte Tech 03-18-2014 09:16 PM

DragonByte SEO v1.0.8

Changes to Existing Features:
  • Manual & Automatic cron jobs will now attempt to increase its allowed memory to a more sensible value if PHP is configured too restrictive
  • Forums that point to an external link will now display the link itself, rather than the rewritten forum URL
  • (Pro) Custom Rewrite Rules are now supported for Canonical URLs

Bug Fixes And Issue Fixes:
  • Improved memory handling for Sitemap files
  • Albums with an ampersand (&) in the title could not be browsed if [album_id] was not added to the URL format
  • (vB4) Saving CMS articles could lead to an infinite loop


Fillip

DragonByte Tech 03-18-2014 09:25 PM

Quote:

Originally Posted by highlander29 (Post 2487956)
I have added it now and that fixed the not found errors. But all pages are running extremely slow and I had to disable the plugin. It ground the forum to a halt The board runs with about 500 concurrent users and has about 2.3M posts. Does the software not work with a board this busy?

Do you have a Datastore option enabled in config.php? Any option except for Filecache will work for DBSEO and should help reduce load.


Fillip

khalled 03-19-2014 08:56 PM

can memebers share there server load before and after install [DBTech] DragonByte SEO v1 (vB4) , and what advise to contrlo server load

ozzy47 03-19-2014 09:24 PM

Quote:

Originally Posted by khalled (Post 2488404)
can memebers share there server load before and after install [DBTech] DragonByte SEO v1 (vB4) , and what advise to contrlo server load

That will not help you at all, there is to many variables to account for. It could add a 1% load on 100 sites, but on yours it adds a 12% load. There is no way in telling how it will react on your site other than testing it. :)

ReMarkable1991 03-19-2014 10:20 PM

Oké so I am rather confused, I don't have a .htacces file to begin and can't find 1 in the original downloaded version either. Perhaps it normally is there by default from the host but I can't seem to find it. I know joomla and other CMS had it in install folder but I had to delete it and it just works then(without iirf.ini).

So I have to create like a file from scratch then right and without that file it wont work?

Also my question regarding what happens if my server stays on php 5.3 hasn't been answered yet(some mods have problems with 5.4)

ForceHSS 03-19-2014 10:53 PM

Quote:

Originally Posted by ReMarkable1991 (Post 2488423)
Ok? so I am rather confused, I don't have a .htacces file to begin and can't find 1 in the original downloaded version either. Perhaps it normally is there by default from the host but I can't seem to find it. I know joomla and other CMS had it in install folder but I had to delete it and it just works then(without iirf.ini).

So I have to create like a file from scratch then right and without that file it wont work?

Also my question regarding what happens if my server stays on php 5.3 hasn't been answered yet(some mods have problems with 5.4)

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

khalled 03-20-2014 12:32 AM

Quote:

Originally Posted by ozzy47 (Post 2488413)
That will not help you at all, there is to many variables to account for. It could add a 1% load on 100 sites, but on yours it adds a 12% load. There is no way in telling how it will react on your site other than testing it. :)

very thanks for reply , the problem that the server load incrase with me from 3 to 20 and i want to now is there is any way to control that

puertoblack2003 03-20-2014 04:30 PM

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.

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:02 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.02390 seconds
  • Memory Usage 1,887KB
  • 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
  • (11)bbcode_code_printable
  • (3)bbcode_php_printable
  • (27)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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