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)

SWSUSA 08-07-2015 11:54 PM

Fillip, hello! What to do with these two files from the folder "do_not_upload"?

Fillip, привет! Что делать с этими двумя файлами из папки "do_not_upload"?

1. nginx.conf

Code:

location ~* \.(png|jpg|jpeg|gif|ico)$
        {
                expires 30d;
                log_not_found off;
        }
        location /
        {
                try_files $uri $uri/ /dbseo.php;
        }

        location ~ ^((?!dbseo).)*\.php$
        {
                rewrite ^/(.*)$ /dbseo.php last;
        }
       
        location ~* \.(php)$
        {
                fastcgi_index index.php;
                fastcgi_pass unix:/var/run/php5-fpm.sock;
                include /etc/nginx/fastcgi_params;
                fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
                fastcgi_param PATH_TRANSLATED $document_root$fastcgi_script_name;
        }


2. web.config

Code:

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
        <system.webServer>
                <rewrite>
                        <rules>
                                <rule name="Imported Rule 1" enabled="true" stopProcessing="true">
                                        <match url="^((archive/)?(.*\.php(/.*)?))$" ignoreCase="false" />
                                        <conditions logicalGrouping="MatchAll">
                                                <add input="{URL}" negate="true" pattern="(admincp/|dbseocp/|modcp/|cron|vbseo_sitemap)" ignoreCase="false" />
                                        </conditions>
                                        <action type="Rewrite" url="dbseo.php" appendQueryString="true" />
                                </rule>
                                <rule name="Rewrite All" enabled="true" stopProcessing="true">
                                        <match url="^.*$" ignoreCase="false" />
                                        <conditions logicalGrouping="MatchAll">
                                                <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
                                                <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
                                                <add input="{REQUEST_FILENAME}" negate="true" pattern="/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/" ignoreCase="false" />
                                        </conditions>
                                        <action type="Rewrite" url="dbseo.php" appendQueryString="true" />
                                </rule>
                        </rules>
                </rewrite>
        </system.webServer>
</configuration>


e24h 08-08-2015 12:10 AM

I'm still running vB 3.8.x. Should I download and install this mod listed here, or should I go to your other "3.8" page? I see that this mod has been updated but not the other one.

Thanks in advance.

JesWhite 08-08-2015 07:44 PM

i'm using now dbseo from vbseo ..
but i have a problem .
i'm using an addon and this addon working fine with vbseo.
but not working with dbseo.
i chanced vbseo to dbseo etc..
there is only one problem..


PHP Code:

            if(defined('VBSEO_ENABLED') && VBSEO_ENABLED)
            {
               include_once 
'vbseo/includes/functions_vbseo.php'

i chanced this code

PHP Code:

if(defined('dbtech_dbseo_active') && dbtech_dbseo_active)
            {
                include_once 
'dbtech/dbseo/includes/class_core.php'

where am i wrong? what's wrong?
what is dbseo function file ? if i change this code with true it will work...
thanks..

final kaoss 08-09-2015 02:04 AM

What addon are you trying to make work with dbseo? We need to know what it does and what it's trying to do by calling that line of code.

JesWhite 08-09-2015 03:18 AM

Quote:

Originally Posted by final kaoss (Post 2552483)
What addon are you trying to make work with dbseo? We need to know what it does and what it's trying to do by calling that line of code.


i'm working this addon.


https://vborg.vbsupport.ru/showthread.php?t=269048

DragonByte Tech 08-09-2015 11:10 PM

DragonByte SEO v2.0.14

Bug Fixes:
  • Fixed an issue where album images would show an incorrect Alt attribute
  • In certain scenarios, the HTTP response codes would not work as intended


Fillip

JesWhite 08-10-2015 03:41 AM

Quote:

Originally Posted by JesWhite (Post 2552470)
i'm using now dbseo from vbseo ..
but i have a problem .
i'm using an addon and this addon working fine with vbseo.
but not working with dbseo.
i chanced vbseo to dbseo etc..
there is only one problem..


PHP Code:

            if(defined('VBSEO_ENABLED') && VBSEO_ENABLED)
            {
               include_once 
'vbseo/includes/functions_vbseo.php'

i chanced this code

PHP Code:

if(defined('dbtech_dbseo_active') && dbtech_dbseo_active)
            {
                include_once 
'dbtech/dbseo/includes/class_core.php'

where am i wrong? what's wrong?
what is dbseo function file ? if i change this code with true it will work...
thanks..



thanks but i found my problem...
vbseo have vbseo_thread_url_row function
but dbseo havent got or another name..
please if dbseo say me what is it ?


there is this code
PHP Code:

$threadurl vbseo_thread_url_row($threadrow); 

i must change this code too...
i think if i change this codes true addon will work fine...


i will return vbseo back..
addons not support dbseo...

SWSUSA 08-10-2015 08:43 AM

When you choose "Send an HTTP 404", you can not add your error page 404.
When "Running a custom script" with the error page, the server gives a response of 200.

It is necessary that the server gave the response code 404 and had a 404 error page.

Когда выбираешь "Отправить HTTP 404", нельзя добавить свою страницу ошибки 404.
Когда выбираешь "Запуск пользовательского скрипта" с страницой ошибки, сервер отдаёт ответ 200.

Нужно чтобы сервер отдавал код ответа 404 и была своя страница ошибки 404.

Emad ELsayed 08-12-2015 09:41 PM

Hi dear

When creating a sitemap in this way become a multi-page links

The first page appears
vb/forumdisplay.php?f=153&amp;page=6
vb/showthread.php?t=1640&amp;page=2

The right to appear links without amp;
vb/forumdisplay.php?f=153&page=6
vb/showthread.php?t=1640&page=2

Note: Use the original form of the links

Best Regards

DragonByte Tech 08-17-2015 09:22 PM

Quote:

Originally Posted by Emad ELsayed (Post 2552720)
Hi dear

When creating a sitemap in this way become a multi-page links

The first page appears
vb/forumdisplay.php?f=153&amp;page=6
vb/showthread.php?t=1640&amp;page=2

The right to appear links without amp;
vb/forumdisplay.php?f=153&page=6
vb/showthread.php?t=1640&page=2

Note: Use the original form of the links

Best Regards

I'll look into that and see if I can replicate it, if so I'll correct that in a future update :)


Fillip

DragonByte Tech 08-17-2015 09:32 PM

DragonByte SEO v2.0.16

Bug Fixes:
  • On certain systems, a database could be generated if "Show Post" URLs were being generated
  • In certain scenarios, it was possible to bypass certain validation checks for the "dbseourl" URL parameter


Fillip

SWSUSA 08-18-2015 07:22 AM

By clicking on the name of the user gives an error (при нажатии на имя пользователя выдаёт ошибку):

Code:

'); } else { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); } document.write(''); //-->

Szewcu72 08-30-2015 08:58 AM

Hi. Whether it is possible to convert English words to Polish in urls? Eg. member -> uzytkownik, tags -> tagi, announcements -> ogloszenia. How can I do?

FCBCO 08-30-2015 05:42 PM

I do not fully understand URL rewrites, but this is what I am looking to do if I can get some feedback for it where this mod might help.

I have a subforum called XYZ, I want the URL to be mysite dot com/XYZ/thread-name

Today it looks like mysite dot com/threads/11857-thread-name

it is also showing a thread ID - in the example above it is 11857 - I just want a simple and clean URL. Will this mod do what I am asking?

DragonByte Tech 08-31-2015 06:38 PM

DragonByte SEO v2.0.17

Bug Fixes:
  • Sitemaps generated with URLs that were not rewritten would have double ampersand escaping ( &amp;amp; )


Fillip

DragonByte Tech 08-31-2015 06:39 PM

Quote:

Originally Posted by SWSUSA (Post 2553137)
By clicking on the name of the user gives an error (при нажатии на имя пользователя выдаёт ошибку):

Code:

'); } else { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); } document.write(''); //-->

This is a conflict between mod_pagespeed and PHP 5.6, it's unrelated to DBSEO :)

Quote:

Originally Posted by Szewcu72 (Post 2553882)
Hi. Whether it is possible to convert English words to Polish in urls? Eg. member -> uzytkownik, tags -> tagi, announcements -> ogloszenia. How can I do?

This is possible in the Pro version where you can customise your URL formats :)

Quote:

Originally Posted by FCBCO (Post 2553902)
I do not fully understand URL rewrites, but this is what I am looking to do if I can get some feedback for it where this mod might help.

I have a subforum called XYZ, I want the URL to be mysite dot com/XYZ/thread-name

Today it looks like mysite dot com/threads/11857-thread-name

it is also showing a thread ID - in the example above it is 11857 - I just want a simple and clean URL. Will this mod do what I am asking?

No, the Thread ID is required, you cannot remove it.


Fillip

DragonByte Tech 08-31-2015 10:49 PM

DragonByte SEO v2.0.18

Bug Fixes:
  • Thread URLs shared via Facebook will now correctly use the rewritten URL
  • Blog Entry URLs shared via Facebook will now correctly use the rewritten URL


Fillip

Manoel J?nior 09-01-2015 10:42 AM

I can not install DBSEO without losing my indexing with Google, that is, if someone clicks on a link without the rewrite automatically redirect to the new address?

Alan_SP 09-02-2015 11:52 AM

Pro version of DBSEO has rewrite history option.

Theoretically, you can have more than one change in rewrite rules (all accumulated over time), all these changes would be stored in rewrite history and whichever rewrite user (Google included) would used to land on your site would be recognized from history and will end in rendering correct page.

So you wouldn't use any ranking with Google and even your old links would continue to work. In vBSEO you have only one shot to decide which rewrite rules you want to use, but with pro version of DBSEO you can change your mind and have everything working without problems.

More information about rewrite history better ask from DBTech's site.

DragonByte Tech 09-10-2015 03:02 PM

DragonByte SEO v2.0.19

Changes To Existing Features:
  • Basic / Advanced Friendly URLs will now redirect to their corresponding SEO URLs
  • The "Force Forum Directory Index" will now also redirect requests from forum.php


Fillip

slumptik 09-10-2015 05:38 PM

I just tried going to the latest update, 2.0.19 and it broke the forum. I got the message that there were redirect loops. Tried reinstalling the upgrade again (in case something didn't copy right) -- problem still there.

Reverted to 2.0.12 and things went back to working.

Let me know if there is anything I can try pulling from a log to help find a fix.

DragonByte Tech 09-10-2015 05:48 PM

Hotfixed :)


Fillip

Mr. Gary 09-14-2015 08:10 AM

I don't enable your mod, because I can't open my Forum page. Whenever I click on it, it stays on the Whats new page. Articles and Blogs are working perfectly. I use a clean vB 4.2.3...

dariyos 09-18-2015 05:51 AM

Hello,

when I post an external Link it show me a text like this:


Galvanische Trennung ?€“ Mikrocontroller.net

oder this:

Schlappe für die Gema: BGH stärkt Wohnungseigenmer - n-tv.de

these are the original links:

http://www.mikrocontroller.net/artic...ische_Trennung

http://www.n-tv.de/ratgeber/BGH-stae...e15957006.html

How can I turn that off, or show the titles of the links correctly?

DragonByte Tech 09-23-2015 10:39 PM

Quote:

Originally Posted by Mr. Gary (Post 2555023)
I don't enable your mod, because I can't open my Forum page. Whenever I click on it, it stays on the Whats new page. Articles and Blogs are working perfectly. I use a clean vB 4.2.3...

Turn off "Force Forum Directory Index" :)

Quote:

Originally Posted by dariyos (Post 2555220)
Hello,

when I post an external Link it show me a text like this:


Galvanische Trennung Mikrocontroller.net

oder this:

Schlappe für die Gema: BGH stärkt Wohnungseigenmer - n-tv.de

these are the original links:

http://www.mikrocontroller.net/artic...ische_Trennung

http://www.n-tv.de/ratgeber/BGH-stae...e15957006.html

How can I turn that off, or show the titles of the links correctly?

You can turn off the titles via the settings in the DBSEO CP :)


Fillip

Haseenvilla 09-24-2015 09:39 AM

Quote:

Originally Posted by DragonByte Tech (Post 2554751)
DragonByte SEO v2.0.19

Changes To Existing Features:
  • Basic / Advanced Friendly URLs will now redirect to their corresponding SEO URLs
  • The "Force Forum Directory Index" will now also redirect requests from forum.php


Fillip

when i enable dbtech seo everytime showing this error :(
how can i fix
Warning: mysql_connect(): Too many connections in /home/********/public_html/dbtech/dbseo/includes/class_db.php on line 204

DragonByte Tech 10-05-2015 03:18 PM

Quote:

Originally Posted by Haseenvilla (Post 2555653)
when i enable dbtech seo everytime showing this error :(
how can i fix
Warning: mysql_connect(): Too many connections in /home/********/public_html/dbtech/dbseo/includes/class_db.php on line 204

Increase the amount of MySQL connections allowed in your MySQL configuration :)


Fillip

DragonByte Tech 10-05-2015 03:24 PM

DragonByte SEO v2.0.20

Changes To Existing Features:
  • Meta Keywords will no longer be altered if they are set in the Forum Manager


Fillip

friendlymela 10-13-2015 04:58 AM

will check it soon

hugh_ 10-15-2015 06:05 PM

Will this mod work with php 5.6?

DragonByte Tech 10-15-2015 06:10 PM

This mod has been tested with PHP 5.6 yeah :)


Fillip

hugh_ 10-15-2015 06:27 PM

Thank you!

Brad Padgett 10-17-2015 03:07 AM

Quote:

Originally Posted by DragonByte Tech (Post 2557076)
This mod has been tested with PHP 5.6 yeah :)


Fillip

Hello, dragonbyte. Your doing a great job but I have an issue with getting this mod to work.

I changed my .htaccess correctly to the given code. I also fixed the friendly url settings correctly.

But when I go to my forum page, nothing appears except an empty activity stream.

Please help. I'd like to get this working.

(I am using a fresh vbulletin 4.2.3 just installed today)

Thanks.

- TheXboxCloud

friendlymela 10-26-2015 07:29 AM

After instaling it i am facing this error when i trying to open any thread

No Thread specified. If you followed a valid link, please notify the administrator

DragonByte Tech 10-26-2015 09:01 PM

DragonByte SEO v2.0.21

Bug Fixes:
  • Missing clear.gif in DBSEO CP has been added
  • Home page would not redirect to its canonical URL in certain circumstances


Fillip

DragonByte Tech 10-26-2015 09:02 PM

Quote:

Originally Posted by TheXboxCloud (Post 2557168)
Hello, dragonbyte. Your doing a great job but I have an issue with getting this mod to work.

I changed my .htaccess correctly to the given code. I also fixed the friendly url settings correctly.

But when I go to my forum page, nothing appears except an empty activity stream.

Please help. I'd like to get this working.

(I am using a fresh vbulletin 4.2.3 just installed today)

Thanks.

- TheXboxCloud

Turn off "Force Forum Directory Index" in the DBSEO CP.

Quote:

Originally Posted by friendlymela (Post 2557599)
After instaling it i am facing this error when i trying to open any thread

No Thread specified. If you followed a valid link, please notify the administrator

Did you remember to turn off vB's friendly URLs?


Fillip

friendlymela 10-27-2015 03:30 AM

Quote:

Originally Posted by DragonByte Tech (Post 2557640)
Turn off "Force Forum Directory Index" in the DBSEO CP.

Did you remember to turn off vB's friendly URLs?


Fillip

Its done now thanks :)

friendlymela 10-27-2015 03:59 AM

When i am trying to submit my sitemap manually on Google Webmaster its showing the following error. please help me again

http://www.mobopk.com/images/sitemap.png

friendlymela 10-28-2015 03:06 AM

Please someone response me

Francesco79 11-20-2015 06:32 PM

I have a problem with DBSEO, always brings me back to the CMS even when I try to go to the Forum, someone can tell me how to fix this? Use this .htaccess.

PHP Code:

# Author: Final Kaoss (aka: Extreme-Gaming)
# Version 3.2
# Special Thanks Goes to W3Total Cache for much of the htaccess rules
RewriteEngine on
Options 
-MultiViews
# This file is only needed if you have set the Forum Component URL in your admincp and you are
# using the mod_rewrite option for friendly urls.  If this is the case, copy this file
# to your forum component stub directory.

# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your forum component 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

#DBSEO

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]


#Deny attempts to view the Htaccess file.
<Files .htaccess>
Order allow,deny
Deny from all
</Files>

# BEGIN W3TC Browser Cache
<IfModule mod_mime.c>
    
AddType text/css .css
    AddType application
/javascript .js
    AddType application
/x-javascript .js
    AddType text
/html .html .htm
    AddType text
/richtext .rtf .rtx
    AddType image
/svg+xml .svg .svgz
    AddType text
/plain .txt
    AddType text
/xsd .xsd
    AddType text
/xsl .xsl
    AddType text
/xml .xml
    AddType video
/asf .asf .asx .wax .wmv .wmx
    AddType video
/avi .avi
    AddType image
/bmp .bmp
    AddType application
/java .class
    
AddType video/divx .divx
    AddType application
/msword .doc .docx
    AddType application
/x-msdownload .exe
    AddType image
/gif .gif
    AddType application
/x-gzip .gz .gzip
    AddType image
/x-icon .ico
    AddType image
/jpeg .jpg .jpeg .jpe
    AddType application
/vnd.ms-access .mdb
    AddType audio
/midi .mid .midi
    AddType video
/quicktime .mov .qt
    AddType audio
/mpeg .mp3 .m4a
    AddType video
/mp4 .mp4 .m4v
    AddType video
/mpeg .mpeg .mpg .mpe
    AddType application
/vnd.ms-project .mpp
    AddType application
/vnd.oasis.opendocument.database .odb
    AddType application
/vnd.oasis.opendocument.chart .odc
    AddType application
/vnd.oasis.opendocument.formula .odf
    AddType application
/vnd.oasis.opendocument.graphics .odg
    AddType application
/vnd.oasis.opendocument.presentation .odp
    AddType application
/vnd.oasis.opendocument.spreadsheet .ods
    AddType application
/vnd.oasis.opendocument.text .odt
    AddType audio
/ogg .ogg
    AddType application
/pdf .pdf
    AddType image
/png .png
    AddType application
/vnd.ms-powerpoint .pot .pps .ppt .pptx
    AddType audio
/x-realaudio .ra .ram
    AddType application
/x-shockwave-flash .swf
    AddType application
/x-tar .tar
    AddType image
/tiff .tif .tiff
    AddType audio
/wav .wav
    AddType audio
/wma .wma
    AddType application
/vnd.ms-write .wri
    AddType application
/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
    AddType application
/zip .zip
</IfModule>
<
IfModule mod_expires.c>
    
ExpiresActive On
    ExpiresByType text
/css A31536000
    ExpiresByType application
/x-javascript A31536000
    ExpiresByType text
/html A3600
    ExpiresByType text
/richtext A3600
    ExpiresByType image
/svg+xml A3600
    ExpiresByType text
/plain A3600
    ExpiresByType text
/xsd A3600
    ExpiresByType text
/xsl A3600
    ExpiresByType text
/xml A3600
    ExpiresByType video
/asf A31536000
    ExpiresByType video
/avi A31536000
    ExpiresByType image
/bmp A31536000
    ExpiresByType application
/java A31536000
    ExpiresByType video
/divx A31536000
    ExpiresByType application
/msword A31536000
    ExpiresByType application
/x-msdownload A31536000
    ExpiresByType image
/gif A31536000
    ExpiresByType application
/x-gzip A31536000
    ExpiresByType image
/x-icon A31536000
    ExpiresByType image
/jpeg A31536000
    ExpiresByType application
/vnd.ms-access A31536000
    ExpiresByType audio
/midi A31536000
    ExpiresByType video
/quicktime A31536000
    ExpiresByType audio
/mpeg A31536000
    ExpiresByType video
/mp4 A31536000
    ExpiresByType video
/mpeg A31536000
    ExpiresByType application
/vnd.ms-project A31536000
    ExpiresByType application
/vnd.oasis.opendocument.database A31536000
    ExpiresByType application
/vnd.oasis.opendocument.chart A31536000
    ExpiresByType application
/vnd.oasis.opendocument.formula A31536000
    ExpiresByType application
/vnd.oasis.opendocument.graphics A31536000
    ExpiresByType application
/vnd.oasis.opendocument.presentation A31536000
    ExpiresByType application
/vnd.oasis.opendocument.spreadsheet A31536000
    ExpiresByType application
/vnd.oasis.opendocument.text A31536000
    ExpiresByType audio
/ogg A31536000
    ExpiresByType application
/pdf A31536000
    ExpiresByType image
/png A31536000
    ExpiresByType application
/vnd.ms-powerpoint A31536000
    ExpiresByType audio
/x-realaudio A31536000
    ExpiresByType application
/x-shockwave-flash A31536000
    ExpiresByType application
/x-tar A31536000
    ExpiresByType image
/tiff A31536000
    ExpiresByType audio
/wav A31536000
    ExpiresByType audio
/wma A31536000
    ExpiresByType application
/vnd.ms-write A31536000
    ExpiresByType application
/vnd.ms-excel A31536000
    ExpiresByType application
/zip A31536000
</IfModule>

# BEGIN Compress text files
<ifModule mod_deflate.c>
  
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
  AddOutputFilterByType DEFLATE image
/svg+xml application/xhtml+xml application/xml
  AddOutputFilterByType DEFLATE application
/rdf+xml application/rss+xml application/atom+xml
  AddOutputFilterByType DEFLATE text
/javascript application/javascript application/x-javascript application/json
  AddOutputFilterByType DEFLATE application
/x-font-ttf application/x-font-otf
  AddOutputFilterByType DEFLATE font
/truetype font/opentype
</ifModule>
# END Compress text files
 
 
# BEGIN Cache-Control Headers
<ifModule mod_headers.c>
  <
filesMatch "\.(ico|jpe?g|png|gif|swf)$">
    
Header set Cache-Control "public"
  
</filesMatch>
  <
filesMatch "\.(css)$">
    
Header set Cache-Control "public"
  
</filesMatch>
  <
filesMatch "\.(js)$">
    
Header set Cache-Control "private"
  
</filesMatch>
  <
filesMatch "\.(x?html?|php)$">
    
Header set Cache-Control "private, must-revalidate"
  
</filesMatch>
</
ifModule>
# END Cache-Control Headers
 
# BEGIN Turn ETags Off
FileETag None
# END Turn ETags Off


# proc/self/environ? no way!
RewriteCond %{QUERY_STRINGproc/self/environ [OR]
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRINGmosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRINGbase64_encode.*(.*) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRINGGLOBALS(=|[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING_REQUEST(=|[|\%[0-9A-Z]{0,2})

##
## Commented version of Rewrite rules attributed to Ronald van den Heetkamp
## Comments by http://bodvoc.com
#
# Prevent use of specified methods in HTTP Request
RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK) [NC,OR]
# Block out use of illegal or unsafe characters in the HTTP Request
RewriteCond %{THE_REQUEST} ^.*(\\r|\\n|%0A|%0D).* [NC,OR]
# Block out use of illegal or unsafe characters in the Referer Variable of the HTTP Request
RewriteCond %{HTTP_REFERER} ^(.*)(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]
# Block out use of illegal or unsafe characters in any cookie associated with the HTTP Request
RewriteCond %{HTTP_COOKIE} ^.*(<|>|'
|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]
# Block out use of illegal characters in URI or use of malformed URI
RewriteCond %{REQUEST_URI} ^/(,|;|:|<|>|">|"<|/|\\\.\.\\).{0,9999}.* [NC,OR]
# NOTE - disable this rule if your site is integrated with Payment Gateways such as PayPal 
# Block out  use of empty User Agent Strings
RewriteCond %{HTTP_USER_AGENT} ^$ [OR]
# Block out  use of User Agent Strings beginning with java, curl or wget
RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR]
# Block out  use of User Agent Strings containing specific robot (crawler) identifiers
RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* [NC,OR]
# Block out  use of User Agent Strings containing references to specific crawler libraries
RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl|curl|wget|python|nikto|scan).* [NC,OR]
# Block out  use of illegal or unsafe characters in the User Agent variable
RewriteCond %{HTTP_USER_AGENT} ^.*(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]
# Measures to block out  SQL injection attacks
RewriteCond %{QUERY_STRING} ^.*(;|<|>|'
|"|\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\*|union|select|insert|cast|set|declare|drop|update|md5|benchmark).* [NC,OR]
# Block out  reference to localhost/loopback/127.0.0.1 in the Query String
RewriteCond %{QUERY_STRING} ^.*(localhost|loopback|127\.0\.0\.1).* [NC,OR]
# Block out  use of illegal or unsafe characters in the Query String variable
RewriteCond %{QUERY_STRING} ^.*(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC]
#
## End of commented Rewrite directives


However I think it is the .htaccess the problem, there must be some setting that I can not find in the options of DBSeo. Help!!:confused:


All times are GMT. The time now is 10:30 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.03014 seconds
  • Memory Usage 2,009KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_php_printable
  • (14)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