The Arcive of vBulletin Modifications Site. |
|
Games not showing up :( Details »»
|
|||||||||||||||||||||||||
We have developed a problem where, when you click to play a game, the flash simply displays a coloured box ... no playable game.
When you rightclick this area, the flash menu shows 'movie not loaded' Our games used to work and I cannot think of anything that we have changed which could of caused this. Has anybody else had a similar problem .. and even better, has anyone been able to fix it? Thanks. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
One of my users had this exact problem. It turned out to be Firewall/Antivirus blocking the flash games. He has Norton Firewall and Antivurus.
If you have Norton I suggest you tweak the settings.
|
|
#3
|
||||
|
||||
|
im having this exact problem, and im using macos x without firewall or antivirus
well my problem was that im using vbseo, and i havent setup the rewriting rules to allow everything at the arcade folder to run, but its fixed now
|
|
#4
|
|||
|
|||
|
That solved my problem too. I had to add the arcade folder into our .htaccess file and everything is now fine again.
|
|
#5
|
||||
|
||||
|
what changes are needed to .htaccess to fix that ?
|
|
#6
|
||||
|
||||
|
i use lighttpd instead of apache, but its very similar, i just had to add arcade to my regexp of the folders that im ignoring for rewriting, this is on my url.rewrite-once variable:
Code:
"^(/foros/(admincp|modcp|clientscript|cpstyles|images|styles|arcade)/.*)$" => "$1" |
![]() |
|
|