Question Problem botton in start video flash

Status
Not open for further replies.

boldherri

Member
Hi DBTECH, I recently Installed [DBTech] vBArcade (vB4), and it went successfully. But the page where the Flash should be is showing up as Empty. The only thing that appears is the Game Icon, and sometimes there will be a notice saying:
You appear to be playing a game;
starting this might forfeit that session

qjdmoru.png


This is the HTACCESS that I am using for VBAracade
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]

<IfModule mod_rewrite.c>
RewriteEngine on

# Set to vbulletin directory
RewriteBase /

# 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>
 
Last edited:
Change your entire .htaccess file to this:
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 /forum/

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

	# 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]

	# vBulletin
	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]
</IfModule>
 
Hi [MENTIONS=Fillip H.][/MENTIONS] thanks for you support.
I changed my htaccess with your changes, but i have this error here
TJZNV46.png


I have not added your code, but I replaced all the content start of the htaccess file
 
Please check your server's error_log file for the real cause behind a 500 Internal Server Error. If you do not know how to do this, please contact your host for assistance.
 
Please check your server's error_log file for the real cause behind a 500 Internal Server Error. If you do not know how to do this, please contact your host for assistance.

Fillip H., this is my error log ultime 100 line on my server
Code:
xboxitaly.net [Wed Aug 27 12:01:23 2014] [error] [client 62.219.8.230:49312] AH01215: PHP Fatal error:  Class 'THANKS' not found in /home/sites/xboxitaly.net/public_html/vb/legacy/post.php on line 267
xboxitaly.net [Wed Aug 27 12:01:31 2014] [error] [client 62.219.8.230:55830] AH01215: PHP Fatal error:  Class 'THANKS' not found in /home/sites/xboxitaly.net/public_html/vb/legacy/post.php on line 267
xboxitaly.net [Wed Aug 27 12:01:56 2014] [error] [client 62.219.8.230:53882] AH01215: PHP Fatal error:  Class 'THANKS' not found in /home/sites/xboxitaly.net/public_html/vb/legacy/post.php on line 267
xboxitaly.net [Wed Aug 27 12:02:09 2014] [error] [client 62.219.8.230:38189] AH01215: PHP Fatal error:  Class 'THANKS' not found in /home/sites/xboxitaly.net/public_html/vb/legacy/post.php on line 267
xboxitaly.net [Wed Aug 27 12:02:17 2014] [error] [client 62.219.8.230:48099] AH01215: PHP Fatal error:  Class 'THANKS' not found in /home/sites/xboxitaly.net/public_html/vb/legacy/post.php on line 267
xboxitaly.net [Wed Aug 27 12:02:29 2014] [error] [client 62.219.8.230:60775] AH01215: PHP Fatal error:  Class 'THANKS' not found in /home/sites/xboxitaly.net/public_html/vb/legacy/post.php on line 267
xboxitaly.net [Wed Aug 27 12:02:30 2014] [error] [client 62.219.8.230:33463] AH01215: PHP Fatal error:  Class 'THANKS' not found in /home/sites/xboxitaly.net/public_html/vb/legacy/post.php on line 267
xboxitaly.net [Wed Aug 27 12:02:35 2014] [error] [client 62.219.8.230:38578] AH01215: PHP Fatal error:  Class 'THANKS' not found in /home/sites/xboxitaly.net/public_html/vb/legacy/post.php on line 267
xboxitaly.net [Wed Aug 27 12:02:41 2014] [error] [client 62.219.8.230:44620] AH01215: PHP Fatal error:  Class 'THANKS' not found in /home/sites/xboxitaly.net/public_html/vb/legacy/post.php on line 267
xboxitaly.net [Wed Aug 27 12:02:54 2014] [error] [client 62.219.8.230:56151] AH01215: PHP Fatal error:  Class 'THANKS' not found in /home/sites/xboxitaly.net/public_html/vb/legacy/post.php on line 267
xboxitaly.net [Wed Aug 27 12:03:11 2014] [error] [client 62.219.8.230:41997] AH01215: PHP Fatal error:  Class 'THANKS' not found in /home/sites/xboxitaly.net/public_html/vb/legacy/post.php on line 267
xboxitaly.net [Wed Aug 27 14:07:56 2014] [error] [client 66.249.64.53:58894] AH01276: Cannot serve directory /home/sites/xboxitaly.net/public_html/highslide/: No matching DirectoryIndex (index.cgi,index.pl,index.asp,index.html,index.html.var,index.shtml,index.php,index.php3,index.htm,default.htm,default.asp) found, and server-generated directory index forbidden by Options directive
xboxitaly.net [Fri Aug 29 12:51:27 2014] [alert] [client 79.24.190.143:60105] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:51:43 2014] [alert] [client 79.24.190.143:46453] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:51:45 2014] [alert] [client 79.24.190.143:48689] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:51:51 2014] [alert] [client 198.245.49.180:53734] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:52:12 2014] [alert] [client 198.245.49.180:45803] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:52:34 2014] [alert] [client 198.245.49.180:39665] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:53:11 2014] [alert] [client 198.245.49.180:48325] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:53:39 2014] [alert] [client 198.245.49.180:45552] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:54:10 2014] [alert] [client 66.249.64.63:44704] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:54:11 2014] [alert] [client 198.245.49.180:45201] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:54:21 2014] [alert] [client 66.249.64.53:54222] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:54:52 2014] [alert] [client 198.245.49.180:53060] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:55:21 2014] [alert] [client 198.245.49.180:51410] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:56:01 2014] [alert] [client 198.245.49.180:58384] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:56:17 2014] [alert] [client 198.245.49.180:45552] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:56:27 2014] [alert] [client 198.245.49.180:53971] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:56:33 2014] [alert] [client 198.245.49.180:58158] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:56:43 2014] [alert] [client 198.245.49.180:38150] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:56:47 2014] [alert] [client 198.245.49.180:43453] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:56:54 2014] [alert] [client 198.245.49.180:50838] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:57:00 2014] [alert] [client 198.245.49.180:55612] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:57:02 2014] [alert] [client 198.245.49.180:57527] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:57:07 2014] [alert] [client 198.245.49.180:33921] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:57:17 2014] [alert] [client 198.245.49.180:43685] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:57:27 2014] [alert] [client 198.245.49.180:53020] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:57:35 2014] [alert] [client 198.245.49.180:59585] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:57:40 2014] [alert] [client 198.245.49.180:36245] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:57:46 2014] [alert] [client 198.245.49.180:40814] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:57:58 2014] [alert] [client 198.245.49.180:51631] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:58:13 2014] [alert] [client 198.245.49.180:39165] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:58:18 2014] [alert] [client 66.249.64.63:42998] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:58:28 2014] [alert] [client 198.245.49.180:53339] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Fri Aug 29 12:58:28 2014] [alert] [client 66.249.64.58:53261] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
 
This means the APTL mod has been installed previously and the edits to that file were not reverted.
 
This means the APTL mod has been installed previously and the edits to that file were not reverted.
Hi Fillip H., i understand, but then you can solve this problem or not? are 10 days that i'm bringing patience, if not i uninstall it and install the vbarcade ibpro, sincerely i'm tired of waiting.
 
In your previous post, you stated that you both had and had not replaced the contents of your .htaccess file with my code.

If you have, and you receive that error, please check your error_log file for the real cause behind the 500 ISE. If you have not, please do so now.
 
In your previous post, you stated that you both had and had not replaced the contents of your .htaccess file with my code.

If you have, and you receive that error, please check your error_log file for the real cause behind the 500 ISE. If you have not, please do so now.

Hi Fillip H., if i replace my htaccess with your i get the error internal server error

this is my log

View Access Log
Code:
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:15 +0100] "GET /cometchat/cometchat_receive.php?callback=jqcc171036373715545574037_1409586253771&buddylist=1&initialize=1&currenttime=1409586253&timestamp=0&typingto=0&status=&basedata=null HTTP/1.1" 200 176 "http://xboxitaly.net/activity.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:14 +0100] "GET /cron.php?rand=1409586247 HTTP/1.1" 200 43 "http://xboxitaly.net/activity.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:17 +0100] "GET /forum.php HTTP/1.1" 200 23119 "http://xboxitaly.net/activity.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:24 +0100] "GET /clientscript/vbulletin-core.js?v=422 HTTP/1.1" 304 - "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:24 +0100] "GET /clientscript/vbulletin_read_marker.js?v=422 HTTP/1.1" 304 - "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:25 +0100] "GET /images/SeamusLight/misc/gaming-banner.jpg HTTP/1.1" 404 315 "http://xboxitaly.net/css.php?styleid=4&langid=2&d=1409528407&td=ltr&sheet=bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css,,e360_markup.cssct_thread.css" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:25 +0100] "GET /images/Seamus/gradients/back3.png HTTP/1.1" 404 307 "http://xboxitaly.net/css.php?styleid=4&langid=2&d=1409528407&td=ltr&sheet=additional.css" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:26 +0100] "GET /cometchat/cometchat_receive.php?callback=jqcc171023226112813743938_1409586264766&buddylist=1&initialize=1&currenttime=1409586265&timestamp=0&typingto=0&status=&basedata=null HTTP/1.1" 200 176 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:25 +0100] "POST /misc.php?show=hottestforums&vsacb_resnr=10 HTTP/1.1" 200 550 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:25 +0100] "POST /misc.php?show=threadstarters&vsacb_resnr=10 HTTP/1.1" 200 544 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:27 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 121494 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:25 +0100] "POST /misc.php?show=latestposts&vsacb_resnr=10 HTTP/1.1" 200 1652 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:44:25 +0100] "GET /cron.php?rand=1409586257 HTTP/1.1" 200 43 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:45:00 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:45:34 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:45:40 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:45:45 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:46:17 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:46:52 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:46:56 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:47:30 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:48:02 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 37.140.141.33 - - [01/Sep/2014:16:48:10 +0100] "GET /archive/index.php/f-1.html? HTTP/1.1" 200 1973 "-" "Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:48:34 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:49:07 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:49:38 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:50:11 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:50:46 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:51:18 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:51:52 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:52:24 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:52:56 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:53:32 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"
xboxitaly.net 79.24.190.157 - - [01/Sep/2014:16:54:04 +0100] "POST /mgc_cb_evo_ajax.php HTTP/1.1" 200 63 "http://xboxitaly.net/forum.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0"


View Error Log
Code:
xboxitaly.net [Sun Aug 31 15:03:57 2014] [error] [client 151.66.161.83:40513] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:03:58 2014] [error] [client 151.66.161.83:41268] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:03:59 2014] [error] [client 151.66.161.83:42044] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:00 2014] [error] [client 151.66.161.83:43043] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:02 2014] [error] [client 151.66.161.83:44309] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:03 2014] [error] [client 151.66.161.83:45092] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:04 2014] [error] [client 151.66.161.83:45580] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:05 2014] [error] [client 151.66.161.83:46378] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:06 2014] [error] [client 151.66.161.83:47072] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:07 2014] [error] [client 151.66.161.83:47772] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:09 2014] [error] [client 151.66.161.83:49009] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:10 2014] [error] [client 151.66.161.83:49529] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:11 2014] [error] [client 66.249.64.53:49761] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:11 2014] [error] [client 151.66.161.83:50121] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:12 2014] [error] [client 151.66.161.83:50650] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 15:04:13 2014] [error] [client 151.66.161.83:51211] AH01215: PHP Parse error:  syntax error, unexpected ';', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/sites/xboxitaly.net/public_html/includes/functions_facebook.php on line 132
xboxitaly.net [Sun Aug 31 16:34:01 2014] [error] [client 79.24.190.133:45824] AH01215: PHP Parse error:  syntax error, unexpected ':' in /home/sites/xboxitaly.net/public_html/includes/adminfunctions_template.php(5241) : eval()'d code on line 183
xboxitaly.net [Mon Sep 01 16:34:38 2014] [alert] [client 79.24.190.157:58497] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:34:38 2014] [alert] [client 79.24.190.157:59302] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:34:40 2014] [alert] [client 79.24.190.157:60656] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:34:41 2014] [alert] [client 79.24.190.157:33031] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:34:41 2014] [alert] [client 79.24.190.157:34152] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:34:43 2014] [alert] [client 79.24.190.157:35358] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:34:43 2014] [alert] [client 79.24.190.157:35772] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:34:44 2014] [alert] [client 79.24.190.157:36163] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:34:44 2014] [alert] [client 79.24.190.157:36583] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:34:45 2014] [alert] [client 79.24.190.157:36981] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:34:45 2014] [alert] [client 79.24.190.157:37217] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:34:45 2014] [alert] [client 79.24.190.157:37293] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:34:55 2014] [alert] [client 79.24.190.157:46491] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:35:01 2014] [alert] [client 79.24.190.157:52310] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:35:06 2014] [alert] [client 79.24.190.157:56918] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:36:39 2014] [alert] [client 37.140.141.33:37843] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:39:20 2014] [alert] [client 79.24.190.157:56185] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:39:22 2014] [alert] [client 79.24.190.157:57756] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:39:26 2014] [alert] [client 79.24.190.157:33882] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:42:27 2014] [alert] [client 79.24.190.157:44231] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Mon Sep 01 16:43:40 2014] [alert] [client 79.24.190.157:55955] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters

after I ask my hosting if they can accept your htaccess
 
Please make sure you also removed the excess line breaks when pasting the .htaccess file. You can see that vB added line breaks on 3 different locations.
 
Please make sure you also removed the excess line breaks when pasting the .htaccess file. You can see that vB added line breaks on 3 different locations.
Hi Fillip H.
I if i asked for help here dragonbyte is because i'm not an expert in codes, which i need to remove lines in the htaccess file?

I have tried this htaccess but this damn problem remains

Code:
RewriteEngine on

  # Set to vbulletin directory
  # RewriteBase /

  # 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]


# 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]
 
Could you please create and PM me with a temporary FTP and AdminCP account?

For security reasons, we recommend you create a new FTP account only for DBTech support, then disable or delete it after we have both confirmed the issue has been solved and there are no further issues.

The same applies to AdminCP accounts; they should ideally be temporary accounts created for us only. If we have created an account on your site already, you can optionally boost that account to Administrator and then de-admin this account once the issue has been solved.

If you use a .htaccess password protection for your AdminCP directory, it is recommended that you create a new authorised user for DBTech and remove this user once the issue has been solved.

Please test any temporary accounts you create to ensure that the FTP account has access to the forum files, and that the AdminCP account can access the administrative controls for the product we are assisting you with.

Ensuring this is all in order before submitting the information will significantly speed up the process of assisting you. We will alert you via PM if there's any issues with the login information you have provided.

When sending the PM, for your security you should also un-tick the "Save a copy in my Sent Items folder" checkbox. When the access details have been received, we will delete the PM from our inbox. Ensuring you have not kept a copy of the PM reduces the risk of security breaches.

Thank you for helping us debug our products and allowing us to assist you, we appreciate it :D
 
You need to check your server's error_log file for the real reason behind a 500 Internal Server Error. If you do not know how to do this, please contact your host.
 
You need to check your server's error_log file for the real reason behind a 500 Internal Server Error. If you do not know how to do this, please contact your host.
Hello Fillip H., Now i did download the error log file, is this

xboxitaly.net [Tue Sep 09 22:39:34 2014] [alert] [client 151.16.138.15:55413] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:39:34 2014] [alert] [client 151.16.138.15:55520] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:39:34 2014] [alert] [client 151.16.138.15:55638] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:39:34 2014] [alert] [client 151.16.138.15:55738] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:39:36 2014] [alert] [client 151.16.138.15:57098] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:39:39 2014] [alert] [client 151.16.138.15:59987] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:39:42 2014] [alert] [client 151.16.138.15:34142] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:39:45 2014] [alert] [client 151.16.138.15:36933] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:39:48 2014] [alert] [client 151.16.138.15:39754] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:39:52 2014] [alert] [client 151.16.138.15:42604] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:39:55 2014] [alert] [client 151.16.138.15:45532] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:39:58 2014] [alert] [client 151.16.138.15:48913] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:39:59 2014] [alert] [client 86.188.235.253:49529] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:00 2014] [alert] [client 86.188.235.253:51075] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:01 2014] [alert] [client 151.16.138.15:51891] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:01 2014] [alert] [client 86.188.235.253:51921] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:04 2014] [alert] [client 151.16.138.15:54915] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:07 2014] [alert] [client 151.16.138.15:57639] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:08 2014] [alert] [client 86.188.235.253:58523] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:09 2014] [alert] [client 86.188.235.253:59489] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:10 2014] [alert] [client 151.16.138.15:60541] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:14 2014] [alert] [client 151.16.138.15:35371] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:17 2014] [alert] [client 151.16.138.15:38153] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:20 2014] [alert] [client 151.16.138.15:40864] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:23 2014] [alert] [client 151.16.138.15:43623] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:40:26 2014] [alert] [client 151.16.138.15:46161] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:35 2014] [alert] [client 86.188.235.253:48760] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:36 2014] [alert] [client 151.16.138.15:49702] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:37 2014] [alert] [client 86.188.235.253:50257] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:37 2014] [alert] [client 79.6.178.165:50598] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:37 2014] [alert] [client 151.16.138.15:50606] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:38 2014] [alert] [client 151.16.138.15:51512] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:39 2014] [alert] [client 79.6.178.165:51655] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:39 2014] [alert] [client 151.16.138.15:52310] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:40 2014] [alert] [client 151.16.138.15:53024] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:41 2014] [alert] [client 79.6.178.165:53147] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:41 2014] [alert] [client 151.16.138.15:53852] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:42 2014] [alert] [client 151.16.138.15:54630] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:42 2014] [alert] [client 86.188.235.253:54654] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:43 2014] [alert] [client 86.188.235.253:54734] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:43 2014] [alert] [client 151.16.138.15:55434] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:44 2014] [alert] [client 79.6.178.165:55646] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:44 2014] [alert] [client 151.16.138.15:56261] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:45 2014] [alert] [client 151.16.138.15:57055] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:46 2014] [alert] [client 151.16.138.15:57933] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:46 2014] [alert] [client 151.16.138.15:58019] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:47 2014] [alert] [client 79.6.178.165:58288] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:47 2014] [alert] [client 151.16.138.15:58850] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters
xboxitaly.net [Tue Sep 09 22:42:48 2014] [alert] [client 151.16.138.15:59766] /home/sites/xboxitaly.net/public_html/.htaccess: RewriteRule: bad flag delimiters

Fillip H. a question, now you're changing the htaccess file?

my forum now is not good and i have this error in all the discussions here
Not Found

The requested URL /forums/23-Prossime-uscite-Videogiochi was not found on this server.
Apache/2.4.9 (Unix) Server at xboxitaly.net Port 80
 
For security reasons, your access details were removed from our system earlier, would you mind PMing me them again? Thank you :)
 
Status
Not open for further replies.

Legacy vBArcade

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
898
Customer rating
0.00 star(s) 0 ratings
Back
Top