My gZen tools site

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CountScubula

    #1

    My gZen tools site


    Hello every one,
    ( I hope all of you forgive me for this shameless plug of my little site.)

    Some of you may know that I have a little site for php tools (I know its
    small, I am working on it), there has been a lot of traffic lateley, and it
    looks like people are using the tools. I do not know how much traffice
    comes from here, but I will say it does show significate increase since my
    slight involvement around here.

    Now my question to all of you. I have been toying with the idea of a new
    tool, one that will make a single php file from a collection of media
    (images, flash, etc). This way the collection can be distributed as one
    file, and the script will deliver (w/ mime-type) acording to the url, ie:
    'mycollection.p hp?intro.swf' I will make the collection in compressed
    binary format, thus not taking up anymore space. (the source will look like
    looking at the source to a jpeg)

    Ok, back to the question, should I make this, or is this another solution
    looking for a problem? So, I ask you [all those that visit my site and fancy
    my little tools]

    I would make it to where you upload a .zip of all your media, and it would
    send back a new .zip file with a single encoded php file.

    Well, I look forward to any coments you may have.

    Thank you,
    Michael Bradley
    http://gzen.myhq.info -- free online php tools




  • Larry Jaques

    #2
    Re: My gZen tools site

    On Sat, 03 Jan 2004 10:14:58 GMT, "CountScubu la"
    <me@scantek.hot mail.com> brought forth from the murky depths:
    -snip-[color=blue]
    >Now my question to all of you. I have been toying with the idea of a new
    >tool, one that will make a single php file from a collection of media
    >(images, flash, etc). This way the collection can be distributed as one
    >file, and the script will deliver (w/ mime-type) acording to the url, ie:
    >'mycollection. php?intro.swf' I will make the collection in compressed
    >binary format, thus not taking up anymore space. (the source will look like
    >looking at the source to a jpeg)
    >
    >Ok, back to the question, should I make this, or is this another solution
    >looking for a problem? So, I ask you [all those that visit my site and fancy
    >my little tools][/color]

    Don't Swish2, Flash, etc. already do this?

    [color=blue]
    >I would make it to where you upload a .zip of all your media, and it would
    >send back a new .zip file with a single encoded php file.[/color]

    Now that level of automation could be useful, but how could it
    be done without oversight, telling it where and how to put the
    included files for display? Templates?

    [color=blue]
    >Well, I look forward to any coments you may have.[/color]

    Is this straight PHP or a combo of other tools, too?
    'Sprain, preeze.


    =============== =============== =============== ===========
    Was that an African + http://www.diversify.com
    or European Swallow? + Gourmet Web Applications
    =============== =============== =============== ===========

    Comment

    • CountScubula

      #3
      Re: My gZen tools site

      "Larry Jaques" <novalidaddress @di\/ersify.com> wrote in message
      news:jildvvo4mh ps5al5ho7gil793 qquob0nlg@4ax.c om...
      [color=blue]
      > Don't Swish2, Flash, etc. already do this?
      >[/color]

      Those two allow one file to show all content at one time, ie, a photo album.
      [color=blue]
      >[color=green]
      > >I would make it to where you upload a .zip of all your media, and it[/color][/color]
      would[color=blue][color=green]
      > >send back a new .zip file with a single encoded php file.[/color]
      >
      > Now that level of automation could be useful, but how could it
      > be done without oversight, telling it where and how to put the
      > included files for display? Templates?
      >[/color]

      The uploaded .zip file should only contain media content, such as,(to name a
      few):
      ..jpg, .bmp, .gif, .png, .doc, .pdf, .mpg, .avi, .qt, .mp3

      then the collection of images (or others/mixed if you wish) would be packed
      into a single
      ..php file. lets say you had some images in your project that you didnt want
      anyone to modify,
      you could do something like this:

      <IMG SRC="mycollecti on.php?logo.jpg ">
      <IMG SRC="mycollecti on.php?button1. gif">


      [color=blue]
      >[color=green]
      > >Well, I look forward to any coments you may have.[/color]
      >
      > Is this straight PHP or a combo of other tools, too?
      > 'Sprain, preeze.[/color]

      The tool would return you one (1) straight php file. This php file would
      have valid php code (encoded) at the top, and a compressed binary payload of
      data at the end of it. So looking at the script would be like looking at a
      ..jpg with a text viewer


      --
      Mike Bradley
      http://gzen.myhq.info -- free online php tools


      Comment

      • Larry Jaques

        #4
        Re: My gZen tools site

        On Sat, 03 Jan 2004 21:05:39 GMT, "CountScubu la"
        <me@scantek.hot mail.com> brought forth from the murky depths:
        [color=blue]
        >"Larry Jaques" <novalidaddress @di\/ersify.com> wrote in message[color=green]
        >> Don't Swish2, Flash, etc. already do this?[/color]
        >
        >Those two allow one file to show all content at one time, ie, a photo album.[/color]

        And your tool would do what differently?

        [color=blue]
        >The uploaded .zip file should only contain media content, such as,(to name a
        >few):
        >.jpg, .bmp, .gif, .png, .doc, .pdf, .mpg, .avi, .qt, .mp3[/color]

        Ah, gotcha. XLS, too?

        [color=blue]
        >then the collection of images (or others/mixed if you wish) would be packed
        >into a single
        >.php file. lets say you had some images in your project that you didnt want
        >anyone to modify,
        >you could do something like this:
        >
        ><IMG SRC="mycollecti on.php?logo.jpg ">
        ><IMG SRC="mycollecti on.php?button1. gif">[/color]

        Expand?

        [color=blue]
        >The tool would return you one (1) straight php file. This php file would
        >have valid php code (encoded) at the top, and a compressed binary payload of
        >data at the end of it. So looking at the script would be like looking at a
        >.jpg with a text viewer[/color]

        Um, I'll clarify. Is the TOOL using straight PHP or are you writing
        it in C or some other language, etc?

        =============== =============== =============== ===========
        TANSTAAFL: There ain't no such thing as a free lunch.
        http://diversify.com Gourmet Web Applications
        =============== ===========

        Comment

        • CountScubula

          #5
          Re: My gZen tools site

          "Larry Jaques" <novalidaddress @di\/ersify.com> wrote in message
          news:j6bfvv0fgq srjo03647vt24bl 4c7nftkpi@4ax.c om...[color=blue][color=green]
          > >Those two allow one file to show all content at one time, ie, a photo[/color][/color]
          album.[color=blue]
          > And your tool would do what differently?[/color]

          just serve one content item - see my demo of embed:

          look at the source for the dialog is around 10 images
          [color=blue][color=green]
          > >The uploaded .zip file should only contain media content, such as,(to[/color][/color]
          name a[color=blue][color=green]
          > >few):
          > >.jpg, .bmp, .gif, .png, .doc, .pdf, .mpg, .avi, .qt, .mp3[/color]
          >
          > Ah, gotcha. XLS, too?[/color]

          Yes :)
          [color=blue][color=green]
          > ><IMG SRC="mycollecti on.php?button1. gif">[/color]
          >
          > Expand?[/color]

          You lost me here.......
          [color=blue]
          > Um, I'll clarify. Is the TOOL using straight PHP or are you writing
          > it in C or some other language, etc?[/color]

          I am trying to keep it all in php, problem is when I port it to windows (I
          plan to have a downloadable windows version of all the tools)


          --
          Mike Bradley
          http://gzen.myhq.info -- free online php tools


          Comment

          • CountScubula

            #6
            Re: My gZen tools site

            Woohoo!

            Media Collection 1.0 is available to anyone who cares.

            This is actualy a cool/usefull tool. :)

            --
            Mike Bradley
            http://gzen.myhq.info -- free online php tools


            Comment

            • Larry Jaques

              #7
              Re: My gZen tools site

              On Sun, 04 Jan 2004 06:40:20 GMT, "CountScubu la"
              <me@scantek.hot mail.com> brought forth from the murky depths:[color=blue][color=green][color=darkred]
              >>>Those two allow one file to show all content at one time, ie, a photo[/color][/color][/color]
              album.[color=blue][color=green]
              >> And your tool would do what differently?[/color][/color]
              [color=blue]
              >just serve one content item - see my demo of embed:
              >http://gzen.myhq.info/embed_example.php
              >look at the source for the dialog is around 10 images[/color]
              [color=blue][color=green]
              > >The uploaded .zip file should only contain media content, such as,(to[/color][/color]
              name a[color=blue][color=green]
              > >few):
              > >.jpg, .bmp, .gif, .png, .doc, .pdf, .mpg, .avi, .qt, .mp3[/color]
              >
              > Ah, gotcha. XLS, too?[/color]

              Yes :)
              [color=blue][color=green][color=darkred]
              >> ><IMG SRC="mycollecti on.php?button1. gif">[/color]
              >>
              >> Expand?[/color]
              >
              >You lost me here.......[/color]

              "That doesn't look very encoded to me. Can you expand on that?"
              I think I'm missing your point. The demo embed allowed me to grab
              the pictures. I thought the program was supposed to encode them
              so they couldn't be stolen. Are you just trying to keep your clients
              from changing their own sites, or what? Ya lost me.

              [color=blue][color=green]
              >> Um, I'll clarify. Is the TOOL using straight PHP or are you writing
              >> it in C or some other language, etc?[/color]
              >
              >I am trying to keep it all in php, problem is when I port it to windows (I
              >plan to have a downloadable windows version of all the tools)[/color]

              OK.


              =============== =============== =============== ===========
              TANSTAAFL: There ain't no such thing as a free lunch.
              http://diversify.com Gourmet Web Applications
              =============== ===========

              Comment

              • CountScubula

                #8
                Re: My gZen tools site

                [color=blue]
                >"That doesn't look very encoded to me. Can you expand on that?"
                >I think I'm missing your point. The demo embed allowed me to grab
                >the pictures. I thought the program was supposed to encode them
                >so they couldn't be stolen. Are you just trying to keep your clients
                >from changing their own sites, or what? Ya lost me.[/color]



                As with anything that gets sent to the browser, it can be downloaded, pics
                saved, etc, regardless of encoding/encryption

                What the encoder does, it protect the source for distribution. My tools are
                not realy geared toward protecting the output. But rather protecting your
                work and allowing you to distribute said work.

                A single individual working on his/her own site would have no use for these
                tools.

                My main reason for creating this one stemed from the embed example, a few
                clients wanted an .htaccess manager script (I also own a web hosting company
                and a data center).

                I didnt't want to distribute several scripts, so I embeded all the code and
                images into one single .php script. and this way, I just give them one file,
                and there are no worries about files/images being there or in the right
                place. (this was not encoded, just all embeded)

                sometimes is easier to distribute one single file for a utility than several
                files, and have people mess it all up.

                --
                Mike Bradley
                http://www.gzentools.com -- free online php tools


                Comment

                • Larry Jaques

                  #9
                  Re: My gZen tools site

                  On Sun, 04 Jan 2004 23:48:15 GMT, "CountScubu la"
                  <me@scantek.hot mail.com> brought forth from the murky depths:
                  [color=blue]
                  >What the encoder does, it protect the source for distribution. My tools are
                  >not realy geared toward protecting the output. But rather protecting your
                  >work and allowing you to distribute said work.[/color]

                  OK, I thought I'd seen something about output protection in
                  the earlier parts of the thread.

                  [color=blue]
                  >A single individual working on his/her own site would have no use for these
                  >tools.[/color]

                  Right, I knew you were using this with clients but didn't have
                  a good enough overview of it until your post here.

                  [color=blue]
                  >My main reason for creating this one stemed from the embed example, a few
                  >clients wanted an .htaccess manager script (I also own a web hosting company
                  >and a data center).[/color]
                  [color=blue]
                  >I didnt't want to distribute several scripts, so I embeded all the code and
                  >images into one single .php script. and this way, I just give them one file,
                  >and there are no worries about files/images being there or in the right
                  >place. (this was not encoded, just all embeded)[/color]

                  Yes, the easier the better.

                  [color=blue]
                  >sometimes is easier to distribute one single file for a utility than several
                  >files, and have people mess it all up.[/color]

                  Too true!

                  ----------------------------------------------------
                  Thesaurus: Ancient reptile with excellent vocabulary
                  http://diversify.com Dynamic Website Applications
                  =============== =============== =============== =======

                  Comment

                  Working...