sponsor hosted galleries script?!?!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • p1mpdogg
    Too lazy to set a custom title
    • Nov 2002
    • 16714

    #1

    sponsor hosted galleries script?!?!

    Are there any of these already made and forsale? or is it a simple enough script to have custom made?
    A fast fortune is easy to earn! Just go with a winner!
  • Mark
    Confirmed User
    • Jul 2001
    • 600

    #2
    What exactly would you need a script for?

    Comment

    • p1mpdogg
      Too lazy to set a custom title
      • Nov 2002
      • 16714

      #3
      .
      Last edited by p1mpdogg; 12-24-2002, 02:40 AM.
      A fast fortune is easy to earn! Just go with a winner!

      Comment

      • nocostporn
        Confirmed User
        • Mar 2002
        • 5228

        #4
        looking for this also... Mark ya know how CFF has rotated galleries or soulcash has hosted galleries? script like that,I talked to one of you about it awhile back but forgot who....speak bitch!
        CashTheChecks.com -coming soon-
        "Exclusive sites for Exclusive Webmasters"
        ICQ-119966868,add me first don't message

        Comment

        • chrism
          Confirmed User
          • Nov 2001
          • 256

          #5
          I'm looking for this too. Maybe we could get something custom written and share the cost?
          SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.

          Comment

          • DarkJedi
            No Refunds Issued.
            • Feb 2001
            • 28301

            #6
            i'm not looking for this script

            Comment

            • FuqALot
              Confirmed User
              • Dec 2001
              • 3817

              #7
              Hi... here's a simple code im just writing now.. so if you need help hit me up.

              create a file named rotate.cgi or something and put it in a directory where you also have all the possible rotated .html galleries. (so like yourdomain.com/galleries/rotate.cgi)

              put the following code in it:

              #!/usr/bin/perl
              $usrid = $ENV{'QUERY_STRING'};
              print "Content-type:text/html\n\n";
              @galleries = <*.html>;
              $galleryfile = $galleries[int(rand(@galleries))];
              open(gallery,$galleryfile);
              @galindex = <gallery>;
              close(gallery);
              foreach $line (@galindex) {
              $line =~ s/%revid%/$usrid/g;
              print $line;
              }

              In your galleries, replace the REVID, with %revid%, so the script knows where to insert the users id.

              Then let people visit like this:
              http://www.yourdomain.com/galleries/rotate.cgi?XXXXXX

              Now a random gallery will be picked and
              the %revid% will be replaced with XXXXXX and gallery will be printed.

              Just wrote is, but it's that easy that it should work. Heh.

              (dont quote the code, will mess thread up)

              Comment

              • AcidMax
                Confirmed User
                • May 2002
                • 1827

                #8
                The script I wrote is not for rotated galleries but for hosted galleries. Basically you upload 1 template, and create directories like 1,2,3,4,5,6 etc for the images. Use mod_rewrite to make the hosted galleries SE friendly and send it a url like

                http://www.yourdomain.com/galleries/...#/affiliateID/

                and mod_rewrite actually uses a PHP script to pull the information out of that directory and serves it to the user. So far it has been tested to over 250k hits a day and it works well.

                I could add more to it, customize the addition of galleries etc for you if you want. Let me know.


                Andy
                ICQ: 70930467
                Latest MMA news. http://www.mmawrapup.com

                Comment

                • Mark
                  Confirmed User
                  • Jul 2001
                  • 600

                  #9
                  if you just want hosted galleries that pass the affiliate id to the banners on the page then its just a matter of a bit of simple ssi on each page.. nothing more to it.. if you want to rotate them then thats another matter but still not too difficult.. I just wrote one for moneypile.com the other day.

                  Not sure if this will work here but this is the basic ssi you need..

                  put this at the top of the page..

                  < !--#set var="id" value="${QUERY_STRING}" -- >


                  then in each banner link where you want the affiliates id put this..

                  < !--#echo var="id" -- >

                  (remove the extra space at the start and end of those tags - before/after the < >)

                  the bit at the top of the page you can modify also to put conditions in if you want..

                  then you just use urls like: http://blah.com/gallery1.html?12345
                  Last edited by Mark; 12-24-2002, 04:32 AM.

                  Comment

                  • nocostporn
                    Confirmed User
                    • Mar 2002
                    • 5228

                    #10
                    thank ya fella's ... be in touch with one of you when I need more help with it
                    CashTheChecks.com -coming soon-
                    "Exclusive sites for Exclusive Webmasters"
                    ICQ-119966868,add me first don't message

                    Comment

                    • Gemini
                      Confirmed User
                      • Jan 2001
                      • 7183

                      #11
                      Anyone have a script that pulls, say 10 - 20 premade galleries per day from a list and posts the names to a page? Something that could have additional gallery names added to the list easily...
                      <center><a target="_blank" href="http://dev.datedollars.com/index.php?s=signup&amp;aid=535&amp;cfg=aac"><img border="0" src="http://216.130.172.224/gfy/gsig.gif" width="490" height="100"></a><br><a href="http://dev.datedollars.com/index.php?s=signup&amp;aid=535&amp;cfg=aac" target="_blank"><b><font face="Arial"><font color="#FF99FF"> Buy me away from Slavedriver Smokey!<br>It's May Sig Sweeps!<font></b></center>

                      Comment

                      • FuqALot
                        Confirmed User
                        • Dec 2001
                        • 3817

                        #12
                        Originally posted by Gemini
                        Anyone have a script that pulls, say 10 - 20 premade galleries per day from a list and posts the names to a page? Something that could have additional gallery names added to the list easily...
                        Hey,
                        I could code that for you in Perl/CGI using MySQL (if you want to do it the right way ;-)
                        Hit me up on 17285634 or [email protected]
                        Last edited by FuqALot; 12-24-2002, 06:31 AM.

                        Comment

                        • heymatty
                          Confirmed User
                          • Oct 2001
                          • 2188

                          #13
                          I just use the print function in php for mine to pass the affiliate id in the url.

                          Dead simple.

                          If you need some help, message 55349752 and I should have some time later.

                          Cashlantis ~ Black Book Cash

                          Comment

                          • nocostporn
                            Confirmed User
                            • Mar 2002
                            • 5228

                            #14
                            bumping this old ass thread because I'm in need now... How difficult is it going to be to put the hosted galleries on a different domain and server? it's possible I'm sure... If anybody wants to give us a little help over here drop me an icq,would be much appreaciated

                            215458240
                            CashTheChecks.com -coming soon-
                            "Exclusive sites for Exclusive Webmasters"
                            ICQ-119966868,add me first don't message

                            Comment

                            • nocostporn
                              Confirmed User
                              • Mar 2002
                              • 5228

                              #15
                              oh yeah,just add me to your icq dont send any messages because they won't get thru until I add you back
                              CashTheChecks.com -coming soon-
                              "Exclusive sites for Exclusive Webmasters"
                              ICQ-119966868,add me first don't message

                              Comment

                              • Nbritte
                                Confirmed User
                                • Sep 2001
                                • 689

                                #16
                                I have one that used templates and images set to create hosted galleries then inserts recip links on the pages and sends the webmaster to a page with links to the tgps and the urls to post with.
                                I have a demo version up at
                                http://www.cgibin-center.com/cgi-bin/hosted/gallery.cgi
                                just click the link for webmasters and use what ever you want for a reffer id
                                if you are interested in it hit me up on ICQ
                                4763784

                                Nbritt

                                SexyCityCash gets in Bed with PornoDan

                                Comment

                                • Dravyk
                                  Confirmed User
                                  • Jan 2001
                                  • 1202

                                  #17
                                  Think I have what some of you are looking for. Just released it yesterday. Please take a look. Thank you.
                                  All Of 'Em

                                  Comment

                                  • KDizzla
                                    Confirmed User
                                    • Sep 2002
                                    • 1795

                                    #18
                                    Originally posted by FuqALot
                                    Hi... here's a simple code im just writing now.. so if you need help hit me up.

                                    create a file named rotate.cgi or something and put it in a directory where you also have all the possible rotated .html galleries. (so like yourdomain.com/galleries/rotate.cgi)

                                    put the following code in it:

                                    #!/usr/bin/perl
                                    $usrid = $ENV{'QUERY_STRING'};
                                    print "Content-type:text/html\n\n";
                                    @galleries = &lt;*.html&gt;;
                                    $galleryfile = $galleries[int(rand(@galleries))];
                                    open(gallery,$galleryfile);
                                    @galindex = &lt;gallery&gt;;
                                    close(gallery);
                                    foreach $line (@galindex) {
                                    $line =~ s/%revid%/$usrid/g;
                                    print $line;
                                    }

                                    In your galleries, replace the REVID, with %revid%, so the script knows where to insert the users id.

                                    Then let people visit like this:
                                    http://www.yourdomain.com/galleries/rotate.cgi?XXXXXX

                                    Now a random gallery will be picked and
                                    the %revid% will be replaced with XXXXXX and gallery will be printed.

                                    Just wrote is, but it's that easy that it should work. Heh.

                                    (dont quote the code, will mess thread up)
                                    nice little scripts. thanks!

                                    KD
                                    www.ogrish.com

                                    Comment

                                    Working...