I feel so smart ... hehehe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • minniesoporno
    Confirmed User
    • Nov 2004
    • 1150

    #1

    I feel so smart ... hehehe

    I got it to refresh every 30 seconds. also I was to add ina folder of photos that will play in a loop if I don't feel like being in front of the camera all the time.

    I just don't know if I should take out my imlive button or leave it the way it is.

    To see the full effect of it go to www.camgirlminnie.com/main.html and click on the guest cam.
    This the acutual page link - http://www.camgirlminnie.com/cam.html

    I am still working on the whole site, but I wanted to see what people thought about the guest cam feature.
    2
    Yes
    0%
    1
    No
    0%
    1
  • dozey
    Confirmed User
    • Nov 2004
    • 552

    #2
    If you don't want visitors to manually refresh and see a suspiciously different picture of you almost instantly, I suggest you use something like this (assuming you're running PHP).

    PHP Code:
    <?php
    srand(floor(time()/30));
    // seed uniquely only once every 30 seconds
    
    // load a list of all the images
    $imagesArray = glob('/pathtoimages/*.jpg');
    
    if(count($imagesArray) > 0){
        header('Content-type: image/jpeg');
        // output a random image
        readfile($imagesArray[array_rand($imagesArray)]);
    }
    ?>
    Incidently, I haven't tested that at all.
    Last edited by dozey; 02-02-2008, 08:18 AM.

    Comment

    • minniesoporno
      Confirmed User
      • Nov 2004
      • 1150

      #3
      Originally posted by dozey
      If you don't want visitors to manually refresh and see a suspiciously different picture of you almost instantly, I suggest you use something like this (assuming you're running PHP).

      PHP Code:
      <?php
      srand(floor(time()/30));
      // seed uniquely only once every 30 seconds
      
      // load a list of all the images
      $imagesArray = glob('/pathtoimages/*.jpg');
      
      if(count($imagesArray) > 0){
          header('Content-type: image/jpeg');
          // output a random image
          readfile($imagesArray[array_rand($imagesArray)]);
      }
      ?>
      Incidently, I haven't tested that at all.
      It's not in php I do not know shit about php on the main page it's there to show them there is a guest cam when they click on the page itself it will automatically refresh every 30 seconds.

      If you went to the main page then click on the link that click here to enlarge the page that popups refreshs every 30 seconds

      Comment

      • dozey
        Confirmed User
        • Nov 2004
        • 552

        #4
        My mistake. I figured it was meant to make you appear present at all times.

        Neat idea anyway!

        Comment

        • minddust
          Confirmed User
          • Feb 2005
          • 2438

          #5
          good job

          (the code thing, eh)

          Comment

          • V_RocKs
            Damn Right I Kiss Ass!
            • Nov 2003
            • 32467

            #6
            I guess you are a God now.

            I bow to you.

            Comment

            • sortie
              Confirmed User
              • Mar 2007
              • 7771

              #7
              It didn't work on my computer.
              I got the breast shot and I could see it blink to refresh but I got the same picture everytime.

              Comment

              • Webcam Guru
                Confirmed User
                • Aug 2004
                • 788

                #8
                Originally posted by sortie
                It didn't work on my computer.
                I got the breast shot and I could see it blink to refresh but I got the same picture everytime.

                Same here
                I'll rock the cam biz again soon...

                Comment

                • Davy
                  Confirmed User
                  • Apr 2006
                  • 4323

                  #9
                  Site's looking good!
                  ---
                  ICQ 14-76-98 <-- I don't use this at all

                  Comment

                  • rowan
                    Too lazy to set a custom title
                    • Mar 2002
                    • 17393

                    #10
                    Originally posted by sortie
                    It didn't work on my computer.
                    I got the breast shot and I could see it blink to refresh but I got the same picture everytime.
                    Probably means she's switched off the camera, so the image is no longer changing. I don't know what timezone she's in but I can see from the minutes that it's probably not active.

                    This is the way webcams were done in the old days, some people still do it like this.

                    Comment

                    • papill0n
                      Unregistered Abuser
                      • Oct 2007
                      • 15547

                      #11
                      Originally posted by rowan
                      Probably means she's switched off the camera, so the image is no longer changing. I don't know what timezone she's in but I can see from the minutes that it's probably not active.

                      This is the way webcams were done in the old days, some people still do it like this.
                      Rowan the whole point is it is meant to work even when she is not infront of the cam. It is fed by a dir full of pics.

                      Minnie - didn't work for me either. It just blinks at 30secs and I get the same breast shot as on your front page.

                      Comment

                      • minniesoporno
                        Confirmed User
                        • Nov 2004
                        • 1150

                        #12
                        Originally posted by RageCash-Ben
                        Rowan the whole point is it is meant to work even when she is not infront of the cam. It is fed by a dir full of pics.

                        Minnie - didn't work for me either. It just blinks at 30secs and I get the same breast shot as on your front page.

                        I have to add in the folder for it to change the photos using Fwink, and SplitCamera but that only works when my computer is on with those programs running.

                        So what I am planning on doing is having the cam pic change whenever I am online at my computer. So I don't run up my electric bill.

                        I am just trying to think of the right words to say to put on the page for when I am not at my computer or online doing cam shows.

                        Comment

                        • Chris
                          Too lazy to set a custom title
                          • May 2003
                          • 27880

                          #13
                          i see someone has taken minnie and made her a site
                          hope all works out
                          [email protected]

                          Comment

                          • minniesoporno
                            Confirmed User
                            • Nov 2004
                            • 1150

                            #14
                            Originally posted by Chris
                            i see someone has taken minnie and made her a site
                            hope all works out
                            I do camgirlminnie.com all by my damn self. I just had the domain since like 2004 and never really bothered with it because it's coming out the way I want my ideal site to be.

                            and the only way to get my ideal site is to be working with a company who can actually provide me with what I want.

                            Comment

                            Working...