CMS question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fr0gman
    Confirmed User
    • Feb 2005
    • 2093

    #1

    CMS question

    I am sure that this topic has been addressed in length, but it seems that the search feature on GFY is not working.

    I need a script that will automaticall add groups of images to a gallery and automatically remove them based in date criteria. As an example; I have a series of images (27 sets intotal) and I want to add one set per week and remove the oldest set. Week one would have 26 sets and in week 2 set number one would be removed and set number 27 would be added. Week two set one would be readded and set two would be removed, and so on...

    Does anyone have something like that or know where I can find it?
    Earn up to $.03 per Visitor -> No Click Monetization!
    "Because the World Wide Web is all about two things: horrifyingly stupid psychodrama, and naked chicks."
    Wild College Videos | ICQ: 7746696
  • fr0gman
    Confirmed User
    • Feb 2005
    • 2093

    #2
    bump for an answer
    Earn up to $.03 per Visitor -> No Click Monetization!
    "Because the World Wide Web is all about two things: horrifyingly stupid psychodrama, and naked chicks."
    Wild College Videos | ICQ: 7746696

    Comment

    • fr0gman
      Confirmed User
      • Feb 2005
      • 2093

      #3
      WTF, does anyone have the answer to this?
      Earn up to $.03 per Visitor -> No Click Monetization!
      "Because the World Wide Web is all about two things: horrifyingly stupid psychodrama, and naked chicks."
      Wild College Videos | ICQ: 7746696

      Comment

      • Dynamix
        G F Y not
        • Jan 2004
        • 2910

        #4
        It would probably have to be built into the gallery software you're running, but it's definately doable.. rather easily in fact.

        Basically what you would do is have folders in succession for each set, ie. Photos001, Photos002, Photos003, etc. etc.

        Then have several timestamps and the corresponding set of folders to parse as usable content setup in a text document.

        PHP and other scripting languages have a very nifty feature built into them called UNIX time, the number of seconds that have elasped since midnight, January 1, 1970 GMT.

        The script would evaluate the timestamp list and find which sets to use, and ignore the rest.

        TGPFactory Full TGP Design & Installation Services
        ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
        See who I am at AdultWhosWho.com!

        Comment

        • Dynamix
          G F Y not
          • Jan 2004
          • 2910

          #5
          The data file would look something like so:

          TS1 January 20th, 4589709234, 1, 25
          TS2 January 27th, 4987907809, 2, 26

          "TS1 January 20th" being some sort of identifier, 4589709234 being the UNIX time, 1 the starting set, 25 the ending set.


          And the script would just loop through each item in the file in sets of two. If the current UNIX time is less than the 2nd item's timestamp but greater than the 1st, it uses the corresponding sets

          TGPFactory Full TGP Design & Installation Services
          ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
          See who I am at AdultWhosWho.com!

          Comment

          • vysniukas
            Confirmed User
            • Jul 2004
            • 270

            #6
            thats custom job.
            can be done for 200-300$

            contact: 295-577-714
            http://www.myadultblogs.com/ - trade hardlinks with my blogs - more than 100 blogs.

            Comment

            • fr0gman
              Confirmed User
              • Feb 2005
              • 2093

              #7
              Originally posted by Dynamix
              The data file would look something like so:

              TS1 January 20th, 4589709234, 1, 25
              TS2 January 27th, 4987907809, 2, 26

              "TS1 January 20th" being some sort of identifier, 4589709234 being the UNIX time, 1 the starting set, 25 the ending set.


              And the script would just loop through each item in the file in sets of two. If the current UNIX time is less than the 2nd item's timestamp but greater than the 1st, it uses the corresponding sets
              I cannot say how much I appreciate the work you did and the help you provided on this project. If anyone reading this needs any PHP work done Dynamix is the guy to call. He built EXACTLY what I wanted and at a GREAT price.

              You guys should hit this guy up for your next PHP project.

              Thanks again man. I may just drive to Duluth, Duluth, Duluth is on fire to buy you a Friday night's worth of beer.
              Earn up to $.03 per Visitor -> No Click Monetization!
              "Because the World Wide Web is all about two things: horrifyingly stupid psychodrama, and naked chicks."
              Wild College Videos | ICQ: 7746696

              Comment

              • directfiesta
                Too lazy to set a custom title
                • Oct 2002
                • 30135

                #8
                Originally posted by credas
                thats custom job.
                can be done for 200-300$

                contact: 295-577-714

                please ....

                you can use :

                http://www.phpwcms.de/index.php

                joomla/mambo also offers that with the plugins...

                In fact, most picture gallery offer that ...
                I know that Asspimple is stoopid ... As he says, it is a FACT !

                But I can't figure out how he can breathe or type , at the same time ....

                Comment

                Working...