PHP question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • queer
    Confirmed User
    • Apr 2003
    • 671

    #1

    PHP question

    Say, when I hit "print screen" and thereby make a screen dump to memory. Is there a php function or something tricky if I want this to be dumped to a file? lets say a .jpg file ?
    In other words, I need something to dump the screen to a .jpg file using php.
    Anyone?

    FREE GALLERY RETURN TRAFFIC
    New better system for all TGP owners! Use your own sponsor codes!
    Traffic in return for listing quality galleries, RATIO 1:12 !
  • Brad Xtremepay
    So Fucking Banned
    • Dec 2003
    • 2000

    #2
    Never heard of anything like this, and doubt it is possible.
    You might be able to write something using GD though- just look into GD and see if there is a function to dump printscreen into an object.

    Good luck

    Comment

    • Intrigue
      Confirmed User
      • Feb 2004
      • 662

      #3
      php is not the language for this, it does not even have access to the clients screen, it is executed server side, and is processed before the response is sent to the client (eg: preprocessed) maybe with hahahahahahahahahaha, vbscript, or activeX this would be possible.

      Comment

      • Lane
        Will code for food...
        • Apr 2001
        • 8496

        #4
        lol, if anyone finds a php script that can take screenshots, let me know

        Comment

        • Doc911
          Confirmed User
          • Feb 2004
          • 3695

          #5
          < ?php
          DoWhile (headup_ass){
          open photoshop(newfile);
          if (!fingers_around_cock){
          rightclick(mouse_button);
          paste;
          }
          }
          ? >


          For PHP/MySQL scripts ICQ 161480555 or email [email protected]

          Comment

          • Brad Xtremepay
            So Fucking Banned
            • Dec 2003
            • 2000

            #6
            Originally posted by Doc911
            < ?php
            DoWhile (headup_ass){
            open photoshop(newfile);
            if (!fingers_around_cock){
            rightclick(mouse_button);
            paste;
            }
            }
            ? >

            BEST POST EVER.
            Congratulations on making me laugh my ass off.

            Comment

            • sexsup
              Confirmed User
              • Feb 2004
              • 3004

              #7
              Originally posted by Brad Xtremepay
              You might be able to write something using GD
              In some ways maybe it is possible, if you do it let me know please

              Comment

              • Brad Xtremepay
                So Fucking Banned
                • Dec 2003
                • 2000

                #8
                Originally posted by sexsup
                In some ways maybe it is possible, if you do it let me know please
                lol. I doubt that will ever happen. Might want to try yourself.

                Comment

                • Repetitive Monkey
                  Confirmed User
                  • Feb 2004
                  • 3505

                  #9
                  It is *possible*. Think PHP module.

                  But I'm not going to help a queer.

                  Comment

                  • WebDork
                    Confirmed User
                    • Jan 2002
                    • 402

                    #10
                    Its possible... Look on the imagemagick forums. You dump to a pdf doc then convert to jpg. Also if you have a GUI on linux then MUCH easier.
                    Video Ipod Porn Site with Affiliate Program. http://www.podies.com
                    Free 1:1 Adult Webmaster Banner Exchange.

                    Comment

                    • jerseygirls
                      Confirmed User
                      • Mar 2003
                      • 219

                      #11
                      on a linux server i think there is a screen command to snap a shot of something.

                      you can do it command line based in conjunction with netscape i think for screen shots of sites

                      Comment

                      • Basic_man
                        Programming King Pin
                        • Oct 2003
                        • 27360

                        #12
                        Why you want it in PHP ? There's alot of program written in C who can do this.. take a look @ Google!
                        UUGallery Builder - automated photo/video gallery plugin for Wordpress!
                        Stop looking! Checkout Naked Hosting, online since 1999 !

                        Comment

                        • Big E
                          Registered User
                          • Mar 2002
                          • 935

                          #13
                          Somebody said this before - PHP is *SERVER* side scripting. It's never going to be able to take a screenshot of a client.. DUH!

                          Java or ActiveX is the place to look - or if you're running a local client, any language (because you can tap into the Windows function calls).

                          Comment

                          • notjoe
                            Confirmed User
                            • May 2002
                            • 5599

                            #14
                            Originally posted by Big E
                            Somebody said this before - PHP is *SERVER* side scripting. It's never going to be able to take a screenshot of a client.. DUH!

                            Java or ActiveX is the place to look - or if you're running a local client, any language (because you can tap into the Windows function calls).
                            You are a DUMBASS

                            Comment

                            • notjoe
                              Confirmed User
                              • May 2002
                              • 5599

                              #15
                              you can get software which controls the "print screen" button and you can remap the button to the PHP binary.

                              Im not sure about how the data is passed back from windows but i would think that you should be able to pipe the data sent back (i believe it is natively in BMP format) into PHP, probably reading from STDIN.

                              Also, i would suppose the OS could make a difference as well but im assuming you're running on windoze which is what the above is for

                              Comment

                              • queer
                                Confirmed User
                                • Apr 2003
                                • 671

                                #16
                                Guys and Gals, thanks for the answers. Even the dude refusing to help Queers, even this is only a nick. LOL
                                Say, I think I'd need to rephrase the Q.
                                Php isnt really the issue here, I only need a tool or IE plugin whatever, that can save me the content of the memory from a screen dump into a .JPG file... Locally.
                                Meaning, when I screen dump into memory, I can by html (php/j-avascript etc.) save this memory to file.
                                I havent been able to find material for this yet!

                                Thanks all!

                                FREE GALLERY RETURN TRAFFIC
                                New better system for all TGP owners! Use your own sponsor codes!
                                Traffic in return for listing quality galleries, RATIO 1:12 !

                                Comment

                                Working...