| Author |
Message |
buckeye65 New Member


Joined: Aug 22, 2008 Posts: 22
|
Posted:
Mon Aug 25, 2008 2:49 pm |
|
Can anyone tell me what might be causing this problem, I get it on any Teamspeak block I install. I am gett little white boxes with red "x" through them.
I am using the newest version of RavenNuke and Nuke Sentinel, it is like something is blocking the information.
Any help would be greatly appreciated. |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2401 Location: Iowa, USA
|
Posted:
Mon Aug 25, 2008 2:52 pm |
|
Did the graphics files get uploaded and put in the correct place on the server? |
|
|
|
 |
buckeye65 New Member


Joined: Aug 22, 2008 Posts: 22
|
Posted:
Mon Aug 25, 2008 3:13 pm |
|
Are you talking about the image file, If so I installed it in the block folder as the set up told me, do you think that was a mistake and it should go in the image folder? |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2401 Location: Iowa, USA
|
Posted:
Mon Aug 25, 2008 6:57 pm |
|
I can't really say without knowing/seeing the source code to your block. Hopefully it has instructions on how to upload stuff. Try uploading again with a good ftp client like FileZilla (free on sourceforge.net). |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7452 Location: Arizona
|
Posted:
Wed Aug 27, 2008 6:52 am |
|
You may also have an .htaccess file under your blocks directory with "deny from all" in it, which will get inherited down to any added subdirectories under blocks.
You may need to add another .htaccess file in the directory with your images with statements similar to this:
| Code: |
<FilesMatch "\.(png|gif|index.html)$">
allow from all
</FilesMatch>
|
But, make sure your image extensions are in that pipe-separated list. |
|
|
|
 |
|
|
|
|