Good Morning GFY

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • masterwebmonkey
    Registered User
    • Feb 2004
    • 93

    #1

    Good Morning GFY

    I love Met-Art

    I wrote myself a database import script for their gallery export tool ... then put together a php script to display the results

    check it out
    http://met-art.masterwebmonkey.com


    My question for you is:
    how would you promote this?
    Programmer looking for work you can hit me here -> Master Web Monkey or ICQ 281945544
    PHP mySQL Flash ActionScript3 html javascitpt PERL::MECINIZE expect NATS MPA3 Responsys Interact
  • undersoul
    Confirmed User
    • Sep 2006
    • 1212

    #2
    good morning. some hot ladies on met art for sure.
    **RIP TD**

    Comment

    • LiveDose
      Show Yer Tits!
      • Feb 2002
      • 25792

      #3
      Their photography is truly stunning...

      Good afternoon.

      Scammer Alert: acer19 acer [email protected] [email protected] Money stolen using PayPal

      Comment

      • HookUPcom
        Confirmed User
        • Sep 2008
        • 1235

        #4
        gorgeous.

        .
        icq: 364-320-971

        Comment

        • 2012
          So Fucking What
          • Jul 2006
          • 17189

          #5
          http://met-art.masterwebmonkey.com/index.php?id=245

          nice job.
          .htaccess is your pal
          best host: Webair | best sponsor: Kink | best coder: 688218966 | Go Fuck Yourself

          Comment

          • chelis
            Confirmed User
            • Jan 2006
            • 620

            #6
            Met-Art rocks, I'm completely in love with 3 of their girls already...and counting! lol

            BTW, Good afternoon guys!

            Comment

            • sicone
              Retired
              • Jan 2004
              • 18453

              #7
              Morning Jeff.. how's it going

              Cool tool, can you set it so it displays different girls on the main page daily? Or maybe even a large pic of a girl of the day up top with all the other ladies below like they are now

              Comment

              • masterwebmonkey
                Registered User
                • Feb 2004
                • 93

                #8
                Originally posted by sicone
                Morning Jeff.. how's it going

                Cool tool, can you set it so it displays different girls on the main page daily? Or maybe even a large pic of a girl of the day up top with all the other ladies below like they are now
                Sicone ... how you doing brother ...
                I was thinking about you the other day... thinking about the last time I saw you at Halloween party... You were talking to and I was lil out of ... I hope you don't think i was blowing you off or giving you the cold shoulder.

                Now to answer your question.

                YES all that and more ... I also wrote it in mind to use for any site.
                Programmer looking for work you can hit me here -> Master Web Monkey or ICQ 281945544
                PHP mySQL Flash ActionScript3 html javascitpt PERL::MECINIZE expect NATS MPA3 Responsys Interact

                Comment

                • John-ACWM
                  Work Work Work
                  • Nov 2008
                  • 20060

                  #9
                  As the name of the site says...art

                  Comment

                  • tranza
                    ICQ: 197-556-237
                    • Jun 2003
                    • 57559

                    #10
                    Fucking hot!
                    good morning!
                    I'm just a newbie.

                    Comment

                    • masterwebmonkey
                      Registered User
                      • Feb 2004
                      • 93

                      #11
                      Originally posted by sicone
                      Morning Jeff.. how's it going

                      Cool tool, can you set it so it displays different girls on the main page daily? Or maybe even a large pic of a girl of the day up top with all the other ladies below like they are now
                      did you mean something like this

                      http://met-art.masterwebmonkey.com/index_of_the_day.php

                      I take the indexes from the data set... randomize them...
                      then determine the set to display based on

                      $pic_index = date('z',time());
                      $where_to_start = $items_per_page * $pic_index;
                      $where_to_end = $where_to_start + $items_per_page;

                      if ( $where_to_start > $dc ) {
                      $where_to_start = $where_to_start % $dc;
                      $where_to_end = $where_to_end % $dc;
                      }

                      for ($i=$where_to_start;$i<$where_to_end;$i++){
                      $display_content[] = $data_content[$i];
                      }
                      Programmer looking for work you can hit me here -> Master Web Monkey or ICQ 281945544
                      PHP mySQL Flash ActionScript3 html javascitpt PERL::MECINIZE expect NATS MPA3 Responsys Interact

                      Comment

                      • u-Bob
                        there's no $$$ in porn
                        • Jul 2005
                        • 33063

                        #12
                        evening

                        Comment

                        • Khulan
                          Confirmed User
                          • Sep 2008
                          • 890

                          #13
                          Looks good!
                          TEEN CASH - CHECK OUT OUR EXCLUSIVE TEEN NICHE SITES

                          Check out our Newest Site: Babysitter Movies - Free Hosted Galleries, Flash Galleries, Tube Content, & Great Support
                          Sample Galleries: Movie Gallery 1 Flash Gallery 1 Gallery 1

                          Comment

                          • masterwebmonkey
                            Registered User
                            • Feb 2004
                            • 93

                            #14
                            I'm wondering if any body interested in a copy of this tool?

                            See it in action
                            http://met-art.masterwebmonkey.com/index.php

                            See the code for the page
                            http://met-art.masterwebmonkey.com/index.phps

                            if you are hit me up

                            aside from the customizable "html" templates, PHP class files, and the data import script.
                            all you need do is set the "join URL" and your db info at the top of the page.


                            I'm reading other threads like
                            http://www.gfy.com/showthread.php?t=888114

                            and see no reason this could not be adapted to service any program with a FHG export tool.
                            Programmer looking for work you can hit me here -> Master Web Monkey or ICQ 281945544
                            PHP mySQL Flash ActionScript3 html javascitpt PERL::MECINIZE expect NATS MPA3 Responsys Interact

                            Comment

                            • masterwebmonkey
                              Registered User
                              • Feb 2004
                              • 93

                              #15
                              BUMP! ... no one wants a copy?
                              Programmer looking for work you can hit me here -> Master Web Monkey or ICQ 281945544
                              PHP mySQL Flash ActionScript3 html javascitpt PERL::MECINIZE expect NATS MPA3 Responsys Interact

                              Comment

                              • sicone
                                Retired
                                • Jan 2004
                                • 18453

                                #16
                                Yes Jeff, That's what I was thinking of. I'll hit you up later tonight

                                Comment

                                • Bro Media - BANNED FOR LIFE
                                  MOBILE PORN: IMOBILEPORN
                                  • Jan 2004
                                  • 16502

                                  #17
                                  Not bad but it could be done a lot easier with less code.

                                  Comment

                                  • blowme_DL
                                    Confirmed User
                                    • Jan 2006
                                    • 2077

                                    #18
                                    good morning :D

                                    NOW 30% DISCOUNT +5Free Banners +2Free Galleries!!! MONTHLY DESIGN RATES NOW AVAILABLE
                                    icq: 228492283 eMail: sales {a} designersleague {dot} com
                                    DeeCASH | EliteDOLLARS | RealityCASH | k8tieKASH

                                    Comment

                                    Working...