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)

katie hunter 11-23-2014 03:14 PM

Thanks Fillip (: I am not sure how we can use this feature ? From my understanding a custom Google search is simply a generated code you generate from google webmaster. Right ?

What do we need to do to try this feature ?

Custom SiteLinks URL
If you are using a custom URL for your search engine (such as Google Custom Search), you can alter this variable to match your search form.

Available replacement variables:
{bburl} (your forum URL)
{homeurl} (your home page URL)
{search_term_string} (Required).

DragonByte Tech 11-23-2014 03:21 PM

Follow the instructions on this site: https://www.google.co.uk/cse/


Fillip

Gadget_Guy 11-23-2014 04:25 PM

Since installing this mod... links to my "home" which are linked like this:

https://www.mysite.com/forums

Go to:

https://www.mysite.com/forums/blogs/all/


What do I have to correct to make it go to /forms and not the blogs?


This is what my .htaccess file looks like:

Quote:


<IfModule mod_rewrite.c>

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.toronto-subaru-club.com/\forums\/$1 [R=301,L]

RewriteEngine on

# Set to vbulletin directory
RewriteBase /forums/

# Retrieve gamedata requests and send to new dbtech locations
RewriteRule ^arcade/gamedata/(.*) dbtech/vbarcade/media/$1 [L]

# Retrieve crossdomain requests and send to new dbtech location
RewriteRule ^crossdomain\.xml dbtech/vbarcade/crossdomain.xml [L]

# Send hardcoded legacy scores to arcade instead
RewriteCond %{REQUEST_URI} newscore\.php [OR]
RewriteCond %{REQUEST_URI} viewgame\.php
RewriteRule .* arcade.php?sendscore=legacy [L,QSA]

# Send hardcoded legacy scores to arcade instead
RewriteCond %{QUERY_STRING} func=storeScore [OR]
RewriteCond %{QUERY_STRING} autocom=arcade [OR]
RewriteCond %{QUERY_STRING} act=arcadelib [OR]
RewriteCond %{QUERY_STRING} act=Arcade
RewriteRule .* arcade.php [L,QSA]

# Reroute v3arcade liveinstaller
RewriteCond %{QUERY_STRING} do=liveinstall
RewriteCond %{REQUEST_URI} v3arcade_admin\.php

# If you renamed your admincp directory, change it here
RewriteRule .* %{DOCUMENT_ROOT}/admincp/arcade_admin.php?%{QUERY_STRING}&do=review&import= browse&system=v3a [L,R=301]
</IfModule>
RewriteEngine Off

RewriteEngine On

RewriteRule ^classifieds/([^/]*)/ ./ozzmodz_classifieds.php?do=main&catid=$1 [L,NC]
RewriteRule ^sale/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^wanted/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^trade/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^offer/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^seller/([^/]*)/ ./ozzmodz_classifieds.php?do=seller&sellerid=$1 [L,NC]


RewriteEngine On

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

RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
RewriteRule ^entries/.* entry.php [QSA]

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

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


D.

cdoyle 11-26-2014 08:47 PM

Quote:

Originally Posted by cdoyle (Post 2523755)
So I have had this installed for awhile, but there are now so many different options.
Is there a recommended way to have all the options set up in regards to SEO?

To others who are using this, are there any settings that you recommend being enabled or disabled?

ForceHSS 11-26-2014 09:23 PM

Quote:

Originally Posted by cdoyle (Post 2524318)
To others who are using this, are there any settings that you recommend being enabled or disabled?

Leave most at default, you will need to change a few things when first installed to make your site to work right but apart from that leave the rest default

Cla75 11-27-2014 12:46 AM

My continue error...

Database error in DragonByte SEO 1.3.2:

Invalid SQL:

SELECT userid
FROM user
WHERE username REGEXP '^(&[\#\da-z]*;|[^a-z\d])*\*p[aАБВГДЕабвгде][oТУФХЦШтуфхцш]l[aАБВГДЕабвгде]\*.htm(&[\#\da-z]*;|[^a-z\d])*$'
LIMIT 1;

MySQL Error : Got error 'repetition-operator operand invalid' from regexp
Error Number : 1139
Request Date : Thursday, November 27th 2014 @ 01:21:48 AM
Error Date : Thursday, November 27th 2014 @ 01:21:48 AM
Script : http://www.XXX.com/members/*paola*.htm
Referrer :
IP Address : 202.46.56.124
Username : N/A
Classname : DBSEO_Database
MySQL Version :
------------------------


I was hoping you could do accept the "@" or "*" or "&" or other, in all the links (especially if your nickname contains special characters).
in other link, where in the title the "@" and is removed!
thanks

ForceHSS 11-27-2014 12:54 AM

Quote:

Originally Posted by Cla75 (Post 2524363)
My continue error...

Database error in DragonByte SEO 1.3.2:

Invalid SQL:

SELECT userid
FROM user
WHERE username REGEXP '^(&[\#\da-z]*;|[^a-z\d])*\*p[aАБВГДЕабвгде][oТУФХЦШтуфхцш]l[aАБВГДЕабвгде]\*.htm(&[\#\da-z]*;|[^a-z\d])*$'
LIMIT 1;

MySQL Error : Got error 'repetition-operator operand invalid' from regexp
Error Number : 1139
Request Date : Thursday, November 27th 2014 @ 01:21:48 AM
Error Date : Thursday, November 27th 2014 @ 01:21:48 AM
Script : http://www.XXX.com/members/*paola*.htm
Referrer :
IP Address : 202.46.56.124
Username : N/A
Classname : DBSEO_Database
MySQL Version :
------------------------

I was hoping you could do accept the "@" in all the links (soprattutto se il nickname contiene caratteri speciali).
in other link, where in the title the "@" and is removed!
thanks

http://stackoverflow.com/questions/2...egexp-in-mysql

Gadget_Guy 11-27-2014 02:30 AM

Quote:

Originally Posted by ForceHSS (Post 2524364)

How does this help people like myself who are having this issue?

Or was this directed at the developer to help correct this in their code?

D.

ForceHSS 11-27-2014 03:29 AM

I linked you that to tell you to remove the special characters from members usernames and it will fix the problem and in admincp/settings/options/User Registration Options/Username Regular Expression put ^[a-zA-Z0-9\s.\-_']+$
Or something like this to stop members registering with things like this if you already have this filled, maybe what you have in there is wrong

On another note, maybe the dev has a way around to allow them if it has anything to do with this mod, but I think it is more mysql does not allow them
regexp is short for Regular expression

Gadget_Guy 11-27-2014 03:39 AM

How can I do a search / replace of existing usernames that have special characters in them now?

D.


All times are GMT. The time now is 07:47 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.02094 seconds
  • Memory Usage 1,757KB
  • 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_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