• Support will be limited until May 8th, as I will be out of the office travelling. Thank you for your patience and understanding.

Bug Topics that have the title ":, *, !" etc...

Status
Not open for further replies.

Dora

New member
Regards,
I have a problem with errors bases for some topics.
Any ideas what to do?
VB (vBulletin 4.2.3 Beta 3)


Code:
Database error in DragonByte SEO 1.3.0:

Invalid SQL:

SELECT userid 
FROM vb_user 
WHERE username REGEXP '^(&[\#\da-z]*;|[^a-z\d])*16291(&[\#\da-z]*;|[^a-z\d])*X[eČÉĘËčéęë][nŃń][oŇÓÔŐÖŘňóôőöř][nŃń](&[\#\da-z]*;|[^a-z\d])*pr[sŠš][oŇÓÔŐÖŘňóôőöř](&[\#\da-z]*;|[^a-z\d])*I[zŽž](&[\#\da-z]*;|[^a-z\d])*[cÇc][iĚÍÎĎěíîď][sŠš]t[aŔÁÂĂÄĹŕáâăäĺ](&[\#\da-z]*;|[^a-z\d])*m[iĚÍÎĎěíîď]r[aŔÁÂĂÄĹŕáâăäĺ](&[\#\da-z]*;|[^a-z\d])*m[eČÉĘËčéęë][nŃń]j[aŔÁÂĂÄĹŕáâăäĺ](&[\#\da-z]*;|[^a-z\d])*b[oŇÓÔŐÖŘňóôőöř]j([uŮÚŰÜůúűüľ]|u|Ć|ć)(&[\#\da-z]*;|[^a-z\d])*((&[\#\da-z]*;|[^a-z\d])*$' 
LIMIT 1;

MySQL Error   : Got error 'parentheses not balanced' from regexp
Error Number  : 1139
Request Date  : Thursday, November 6th 2014 @ 01:11:44 AM
Error Date    : Thursday, November 6th 2014 @ 01:11:44 AM
Script        : [url]http://www.yyyy.rs/threads/16291-Xenon-prso-Iz-cista-mira-menja-boju-(?langid=1[/url]
Referrer      : 
IP Address    : 66.249.64.112
Username      : N/A
Classname     : DBSEO_Database_MySQLi
MySQL Version :


Code:
Database error in DragonByte SEO 1.3.1:

Invalid SQL:

SELECT userid 
FROM vb_user 
WHERE username REGEXP '^(&[\#\da-z]*;|[^a-z\d])*15006(&[\#\da-z]*;|[^a-z\d])*K[aŔÁÂĂÄĹŕáâăäĺ]k[oŇÓÔŐÖŘňóôőöř](&[\#\da-z]*;|[^a-z\d])*[sŠš]k[iĚÍÎĎěíîď][nŃń]([uŮÚŰÜůúűüľ]|u|Ć|ć)t[iĚÍÎĎěíîď](&[\#\da-z]*;|[^a-z\d])*[nŃń][aŔÁÂĂÄĹŕáâăäĺ][sŠš]l[oŇÓÔŐÖŘňóôőöř][nŃń](&[\#\da-z]*;|[^a-z\d])*[zŽž][aŔÁÂĂÄĹŕáâăäĺ](&[\#\da-z]*;|[^a-z\d])*gl[aŔÁÂĂÄĹŕáâăäĺ]v([uŮÚŰÜůúűüľ]|u|Ć|ć)(&[\#\da-z]*;|[^a-z\d])**v[oŇÓÔŐÖŘňóôőöř][zŽž][aŔÁÂĂÄĹŕáâăäĺ][cÇc]*(&[\#\da-z]*;|[^a-z\d])*[oŇÓÔŐÖŘňóôőöř]d(&[\#\da-z]*;|[^a-z\d])*F[iĚÍÎĎěíîď][aŔÁÂĂÄĹŕáâăäĺ]t(&[\#\da-z]*;|[^a-z\d])*br[aŔÁÂĂÄĹŕáâăäĺ]v[aŔÁÂĂÄĹŕáâăäĺ](&[\#\da-z]*;|[^a-z\d])*2000(&[\#\da-z]*;|[^a-z\d])*$' 
LIMIT 1;

MySQL Error   : Got error 'repetition-operator operand invalid' from regexp
Error Number  : 1139
Request Date  : Tuesday, November 11th 2014 @ 09:09:47 AM
Error Date    : Tuesday, November 11th 2014 @ 09:09:47 AM
Script        : http://www.cbc.rs/threads/15006-Kako-skinuti-naslon-za-glavu-*vozac*-od-Fiat-brava-2000
Referrer      : 
IP Address    : 66.249.67.76
Username      : N/A
Classname     : DBSEO_Database_MySQLi
MySQL Version :
 
That means that you haven't added .htaccess rewrites for the old vB4 mod_rewrite friendly URLs, and DBSEO is trying to resolve this as a user account.

Try adding this above your DBSEO rewrite rules in .htaccess:
Code:
RewriteRule ^threads/.* showthread.php [QSA]
 
Regards,
I made some damage for the forum at google. To avoid any more damage, I ask for a little help.

This is Vb4 htaccess.

Code:
RewriteEngine on

# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
# RewriteBase /forum/

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
# Options -MultiViews

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# Forum
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_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]

# Check MVC result
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ - [NC,L]
RewriteRule ^(.*)$ - [R=404,L]


This is Dbseo htaccess.

Code:
<IfModule mod_rewrite.c>
	RewriteEngine On

	# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
	# RewriteBase /

	# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
	# Options -MultiViews

	RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|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|images|reviewpost|classifieds|photopost)/
	RewriteRule ^(.+)$ dbseo.php [L,QSA]
</IfModule>


How can I create one from these two?

Thank You in advice.
 
Code:
<IfModule mod_rewrite.c>
	RewriteEngine On

	# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory.
	# RewriteBase /

	# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
	# 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|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|images|reviewpost|classifieds|photopost)/
	RewriteRule ^(.+)$ dbseo.php [L,QSA]
</IfModule>
 
It's amazing :)

After four unsuccessful installation finally everything works :)

Thank you,
 
my problem is same but i not have solved
please help me?

regards
Manuel

Database error in DragonByte SEO 1.3.2:

Invalid SQL:

SELECT userid
FROM user
WHERE username REGEXP '^(&[\#\da-z]*;|[^a-z\d])*12440(&[\#\da-z]*;|[^a-z\d])*\*SALUTE(&[\#\da-z]*;|[^a-z\d])*IGIENE(&[\#\da-z]*;|[^a-z\d])*E(&[\#\da-z]*;|[^a-z\d])*ALIMENTAZIONE\*(&[\#\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 @ 08:02:43 AM
Error Date : Thursday, November 27th 2014 @ 08:02:43 AM
Script : DragonByte SEO Database Error
Referrer :
IP Address : 66.249.64.106
Username : N/A
Classname : DBSEO_Database
MySQL Version :

-------------------


DragonByte SEO Database Error!
info@inseparabileforum.com
07:03
[Mantieni il messaggio nella parte superiore della Posta in arrivo]
A: info@inseparabileforum.com

Database error in DragonByte SEO 1.3.2:

Invalid SQL:

SELECT userid
FROM user
WHERE username REGEXP '^(&[\#\da-z]*;|[^a-z\d])*19137(&[\#\da-z]*;|[^a-z\d])*il(&[\#\da-z]*;|[^a-z\d])*richiamo(&[\#\da-z]*;|[^a-z\d])*come(&[\#\da-z]*;|[^a-z\d])*gioco(&[\#\da-z]*;|[^a-z\d])*((&[\#\da-z]*;|[^a-z\d])*$'
LIMIT 1;

MySQL Error : Got error 'parentheses not balanced' from regexp
Error Number : 1139
Request Date : Thursday, November 27th 2014 @ 08:03:32 AM
Error Date : Thursday, November 27th 2014 @ 08:03:32 AM
Script : DragonByte SEO Database Error
Referrer :
IP Address : 66.249.64.110
Username : N/A
Classname : DBSEO_Database
MySQL Version :
 
Posting your problem in 7 different threads that are all unrelated to your issue does not get it fixed faster. Please remain patient, I have all the information I need in order to resolve this.

Closed Thread
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,169
Customer rating
5.00 star(s) 1 ratings
Back
Top