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


All times are GMT. The time now is 12:52 PM.

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.03311 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
  • (5)bbcode_code_printable
  • (2)bbcode_php_printable
  • (5)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