Jump to content
MakeWebGames

Several Questions


mrhat187

Recommended Posts

I noticed on my name I dont have an avatar pic anymore do I have to turn something on for this to work now? Also when I try to upload a jpg or a png it tells me "this isn't a jpg or png". 2nd On the starting template the art knight, my stats bar across the top has all the bars stacked and slightly offset from one another so you can't ready any of them except the last one, what causes this?

Link to comment
Share on other sites

You mean on your game, not name, I guess.

Anyhow, I think its due to a missing .htaccess in the modules/avatar/images folder

Try to copy paste the .htaccess from modules/messages in to the avatar/images folder.

Or make a file there called .htaccess

And fill it with

<FilesMatch "\.(png|jpg|gif)$">
 allow from all
</FilesMatch>

 

As for the file upload, is the file a .jpeg? Renaming the file to .jpg might be enough to get it through the upload.

Been meaning to report the missing .htaccess, forgot about it.

Link to comment
Share on other sites

Did you take a look at what Someone said? There should be some sort of array that only allows certain files to be uploaded. Since im on my phone im not much help for pin pointing to the file or line. With that being said try uploading a file that is not supposed to b listed as a safe file like a html file or something or check the .ext of the file you are trying to upload and make sure its a .jpg and not a .jpeg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...