Want Save Preview

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

    Want Save Preview

    Friends ,
    I m using 'wap4ik' moded Script. It has features Like "Themes Preview, Jar Icon Preview, Video Preview" So I want Save That Preview In Specific folder For Next Time Use,but I don't know how to Save it. Plz help Me to Save That Preview In Specific Folder

    #2
    PHP Code:
    <?php
    $thumb 
    'Your thumb location...';
    $location 'The location to save the thumb to... example (./thumbnails/)';
    rename($thumb$location.$thumb);
    ?>
    Mobile chat, iphone chat, android chat, chat, rooms http://www.aiochat.com

    Comment


      #3
      Originally posted by kevk3v View Post
      PHP Code:
      <?php
      $thumb 
      'Your thumb location...';
      $location 'The location to save the thumb to... example (./thumbnails/)';
      rename($thumb$location.$thumb);
      ?>
      I think you Don't understand My Post. I want save those icon Which has Been Created Atomatically For Jar,themes,video files

      Comment


        #4
        for video you need FFMPEG - there is scripts already posted here in the forum
        for jar there also is another topic posted explaining how

        Comment


          #5
          Originally posted by something else View Post
          for video you need FFMPEG - there is scripts already posted here in the forum
          for jar there also is another topic posted explaining how
          Sir, I know that how generate it. themes Preview & Jar Preview


          but Problem is that I want Save That Thumb In Specific Folder, It means I want save like this File In specific Folder
          Last edited by Surya4u; 12.01.13, 03:39.

          Comment


            #6
            Whatever location is in the img tag of your script, use it as the $thumb in the code i posted above, yes i understand what you meant
            Edit: think of rename(); as move...
            Mobile chat, iphone chat, android chat, chat, rooms http://www.aiochat.com

            Comment


              #7
              Originally posted by kevk3v View Post
              Whatever location is in the img tag of your script, use it as the $thumb in the code i posted above, yes i understand what you meant
              Edit: think of rename(); as move...
              I Mean that I want Save Thumb Which Automatically Generated For thame,jar files

              Comment


                #8
                Is it displayed when its automatically generated?
                Mobile chat, iphone chat, android chat, chat, rooms http://www.aiochat.com

                Comment


                  #9
                  Originally posted by kevk3v View Post
                  Is it displayed when its automatically generated?
                  Yes Bro ........

                  Comment


                    #10
                    Originally posted by Surya4u View Post
                    Yes Bro ........
                    Well this is the last time i'm going to say just put the link from this part of your code <img src="link will be here"... in the $thumb variable , in the code i posted in the first reply! AAAAAHHHHHHHHHHHHHH
                    Attached Files
                    Last edited by kevk3v; 12.01.13, 06:22.
                    Mobile chat, iphone chat, android chat, chat, rooms http://www.aiochat.com

                    Comment


                      #11
                      See this. http://coding-talk.com/f16/easyphpth...l-class-15922/
                      <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

                      Comment

                      Working...
                      X