newb requesting help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DaRemedy

    newb requesting help

    Hello people,

    Just a quick question if you guys wouldn't mind answering or pointing me in
    the right direction. How would I go about creating something like the
    'ScreenCam' thingy on http://www.xenocoder.co.uk/wordpress/ If you look on
    the top right corner of the page there is a little window which displays his
    desktop and when clicked upon, opens up a larger window and updates every so
    often whilst telling the visitor when it was last updated in minutes. Also,
    would anyone know what software was used to grab the desktop after a certain
    interval and upload it to a directory?

    Many thanks guys.

    Sipz


  • Stefan Hegenbart

    #2
    Re: newb requesting help

    DaRemedy wrote:[color=blue]
    > Hello people,
    >
    > Just a quick question if you guys wouldn't mind answering or pointing me in
    > the right direction. How would I go about creating something like the
    > 'ScreenCam' thingy on http://www.xenocoder.co.uk/wordpress/ If you look on
    > the top right corner of the page there is a little window which displays his
    > desktop and when clicked upon, opens up a larger window and updates every so
    > often whilst telling the visitor when it was last updated in minutes. Also,
    > would anyone know what software was used to grab the desktop after a certain
    > interval and upload it to a directory?
    >
    > Many thanks guys.
    >
    > Sipz
    >
    >[/color]

    Lo,

    this has nothing todo with php. okay.. nearly.

    if you just want to know how to get the picture: get a nice screenshot
    utility which has the ability to upload the picture to a ftp directory.
    or press the print screen urself and upload it.

    with php you just have to generate the <img> tag to reference the
    uploaded picture ;-)

    got it? :)

    regards,
    sh

    --
    "The goal of Computer Science is to build something that will last at
    least until we've finished building it." -- unknown

    Comment

    • DaRemedy

      #3
      Re: newb requesting help

      Actually, you're wrong there mate :). I have been in contact with the owner
      of the website and there is a bit of PHP to do with the site such as time
      the last upload took place and a function that decides whether the screen
      cam is online or offline depending on how long the last upload took place.

      Thanks for your help anyway.

      DR

      "Stefan Hegenbart" <ich@hegi.inf o> wrote in message
      news:2qrp27F12q 512U1@uni-berlin.de...[color=blue]
      > DaRemedy wrote:[color=green]
      > > Hello people,
      > >
      > > Just a quick question if you guys wouldn't mind answering or pointing me[/color][/color]
      in[color=blue][color=green]
      > > the right direction. How would I go about creating something like the
      > > 'ScreenCam' thingy on http://www.xenocoder.co.uk/wordpress/ If you look[/color][/color]
      on[color=blue][color=green]
      > > the top right corner of the page there is a little window which displays[/color][/color]
      his[color=blue][color=green]
      > > desktop and when clicked upon, opens up a larger window and updates[/color][/color]
      every so[color=blue][color=green]
      > > often whilst telling the visitor when it was last updated in minutes.[/color][/color]
      Also,[color=blue][color=green]
      > > would anyone know what software was used to grab the desktop after a[/color][/color]
      certain[color=blue][color=green]
      > > interval and upload it to a directory?
      > >
      > > Many thanks guys.
      > >
      > > Sipz
      > >
      > >[/color]
      >
      > Lo,
      >
      > this has nothing todo with php. okay.. nearly.
      >
      > if you just want to know how to get the picture: get a nice screenshot
      > utility which has the ability to upload the picture to a ftp directory.
      > or press the print screen urself and upload it.
      >
      > with php you just have to generate the <img> tag to reference the
      > uploaded picture ;-)
      >
      > got it? :)
      >
      > regards,
      > sh
      >
      > --
      > "The goal of Computer Science is to build something that will last at
      > least until we've finished building it." -- unknown[/color]


      Comment

      Working...