no image prew but videos thumbnail

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Originally posted by metulj View Post
    add MIME types into .htaccess..
    that should fix the problem
    I'm sorry but what? how? please help me step by step I'm just new with this.

    Comment


      #17
      Originally posted by monsp3 View Post
      I'm sorry but what? how? please help me step by step I'm just new with this.
      you need to create one simple
      text file...
      no name at all and extension .htaccess
      upload it in root
      and for .htaccess content...
      maybe this could help you W3C about MIME type
      It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
      ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
      ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
      キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

      Comment


        #18
        Originally posted by metulj View Post
        you need to create one simple
        text file...
        no name at all and extension .htaccess
        upload it in root
        and for .htaccess content...
        maybe this could help you W3C about MIME type
        I tried to upload it on freehostia.com and it works fine, but in my hosting carrier which is godaddy.com it wont download as jar but on txt file, the script has a httaccess already should i change it?

        Comment


          #19
          Originally posted by monsp3 View Post
          I tried to upload it on freehostia.com and it works fine, but in my hosting carrier which is godaddy.com it wont download as jar but on txt file, the script has a httaccess already should i change it?
          Originally posted by metulj View Post
          add MIME types into .htaccess..
          that should fix the problem
          does this look chinese?
          It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
          ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
          ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
          キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

          Comment


            #20
            thanks so much, i got it working now.

            Comment


              #21
              here are mime types from my htaccess, you neet to copty and paste this to your htaccess


              Code:
              addtype audio/MP4A-LATM aac
              addtype audio/MP4A-LATM m4a
              addtype audio/x-mpegurl m3u
              addtype audio/mpegurl m3u
              addtype text/vnd.wap.wml wml
              addtype application/vnd.wap.wmlc wmlc
              addtype text/vnd.wap.wmlscript wmls
              addtype application/vnd.wap.wmlscriptc wmlsc
              addtype image/vnd.wap.wbmp wbmp
              addType application/java-archive jar
              addType application/x-java-archive jar
              addType text/vnd.sun.j2me.app-descriptor;charset=UTF-8 jad
              addType application/vnd.symbian.install sis
              addType audio/3gpp 3gp
              addType video/3gpp 3gp
              addType audio/x-wav wav
              addType audio/amr amr
              addType audio/amr-wb awb
              addType audio/mpeg mp3
              addType audio/x-midi mid
              addType audio/midi mid
              addType audio/midi midi
              addType application/x-smaf mmf
              addType application/vnd.smaf mmf
              addType application/vnd.mophun.application mpn
              addType application/vnd.mophun.application mpc
              addType application/vnd.eri.thm thm
              Advertise your mobile site for FREE with AdTwirl

              Comment


                #22
                Originally posted by GumSlone View Post
                here are mime types from my htaccess, you neet to copty and paste this to your htaccess


                Code:
                addtype audio/MP4A-LATM aac
                addtype audio/MP4A-LATM m4a
                addtype audio/x-mpegurl m3u
                addtype audio/mpegurl m3u
                addtype text/vnd.wap.wml wml
                addtype application/vnd.wap.wmlc wmlc
                addtype text/vnd.wap.wmlscript wmls
                addtype application/vnd.wap.wmlscriptc wmlsc
                addtype image/vnd.wap.wbmp wbmp
                addType application/java-archive jar
                addType application/x-java-archive jar
                addType text/vnd.sun.j2me.app-descriptor;charset=UTF-8 jad
                addType application/vnd.symbian.install sis
                addType audio/3gpp 3gp
                addType video/3gpp 3gp
                addType audio/x-wav wav
                addType audio/amr amr
                addType audio/amr-wb awb
                addType audio/mpeg mp3
                addType audio/x-midi mid
                addType audio/midi mid
                addType audio/midi midi
                addType application/x-smaf mmf
                addType application/vnd.smaf mmf
                addType application/vnd.mophun.application mpn
                addType application/vnd.mophun.application mpc
                addType application/vnd.eri.thm thm
                thanks I was planning to post a mime code like this to help other newbies like me, this gave me headaches but it's worth the read because I leaned hehe.. thanks thanks

                Comment


                  #23
                  Originally posted by monsp3 View Post
                  ..... but it's worth the read because I leaned hehe.. thanks thanks
                  that was the whole point
                  It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                  ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                  ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                  キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                  Comment


                    #24
                    why use this script? there is much better auto index scripts

                    my 2c

                    Comment


                      #25
                      Originally posted by polapain
                      What script you are using in your site?

                      simple css

                      Comment


                        #26
                        Originally posted by brentg View Post
                        simple css
                        Thanks.. Is it possible to share the script?

                        Comment


                          #27
                          thanxx 4 thiss

                          Comment


                            #28
                            by the way this script is a flunk, itsa porrly made and full of bugs, rdxmob is posting it all over the net with his password and username as his site address

                            he is nothing but a spammer

                            Comment


                              #29
                              curupted file

                              Comment

                              Working...
                              X