Randem Systems Support Board

BotBanish => BotBanish - General Questions, Report Bugs, Problems etc... => Topic started by: Randem on January 05, 2019, 10:50:07 AM

Title: Blank Screen While Updating
Post by: Randem on January 05, 2019, 10:50:07 AM
In your htaccess file, find the line remove the update keyword

RewriteCond %{QUERY_STRING} ^.*(md5|benchmark|union|select|insert|cast|declare|drop|update|alter).* [NC]

      change it to

RewriteCond %{QUERY_STRING} ^.*(md5|benchmark|union|select|insert|cast|declare|drop|alter).* [NC]

SMF uses update in the url which is an SQL keyword.