screenUP beta menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Jens's Avatar Contributor
    Reputation
    179
    Join Date
    Sep 2006
    Posts
    251
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    screenUP beta

    whats this?
    screenUP is a little program i made, im new in programming so i try to put everything that comes into mind into programming =)
    this program will (with user set intervals from 30 sec to 5 min) take a screenshot and upload(hence the lame name) it to some ftp server by choice, i saw something like this somewere before but it was something you had to sign up for and so forth and now i cant find it, so i made my own!

    heres a sample. (wont change since im not running it atm )

    this is what the pragram looks like:


    whats needed:
    some ftp server (incl acc / pass and uploading privs)
    and a premade folder on that ftp server.
    its quite simple, if you own a homepage just make a folder on that homepage and make a index.html file with the following:

    Code:
    <html>
    <head>
    <meta http-equiv="refresh" content="30">
    <body>
    
    <IMG SRC="screen.png">
    </body>
    </head>
    </html>
    this will make sure that the uploaded screen is shown (screen.png) and auto refresh the page every 30 seconds (content="30")

    when the homepage part is done, on to the program
    you will have to set it up.

    user will be the ftp user
    password is the ftp password for the selected user
    the "homapage"(cba to edit ) is the homepage your using to upload it to, (dont use www. or any /'s, simply write homepage.com etc)
    and the folder is the premade folder on that ftp server where you put the index.html

    the program will save the options and load them if you run the program (if your paranoid you can delete them in the regedit, go to start -> run -> regedit and find CurrentUser -> Software -> screenUP and delete that )

    oh and im having some error with makeing a close form, so you have to ctrl alt del and close "screenUP" in processes working on it tho!


    after this is done the program should work =)

    the source is also up for download so you can look at the code and compile it yourself (paranoia much) and its in C#

    also i uploaded the files on my own homepage since the mmowned attachment thing wont work (upload failed)

    heres the virustotal


    im all open for critizm and ideas as im trying to improve as much as i can, and credits to everyone who helped me! ;D

    download the program including the mentioned index.html file for those lazy peons

    download the source in C# (csharp)

    post all the errors and bugs you can find and i'll try to fix them =)

    HF!
    Last edited by Jens; 03-11-2008 at 08:16 AM.

    screenUP beta
  2. #2
    justme86's Avatar Member
    Reputation
    3
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice one... now that OB dont have any remote viewer...

    +Rep

  3. #3
    shadowbladex's Avatar Member
    Reputation
    145
    Join Date
    Apr 2007
    Posts
    948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks pretty nifty


  4. #4
    Yamanaki's Avatar Member
    Reputation
    3
    Join Date
    Feb 2008
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Handy.

    No use for me, but a botter can use it at work. Then the person that is botting, can see how things are going at home, and if needed, can kill WoW if his account is in danger.

    On second thought, I can use it with the av afk bot.
    Proud to be Druid!6):

  5. #5
    justme86's Avatar Member
    Reputation
    3
    Join Date
    Feb 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Yamanaki View Post
    Handy.

    No use for me, but a botter can use it at work. Then the person that is botting, can see how things are going at home, and if needed, can kill WoW if his account is in danger.

    On second thought, I can use it with the av afk bot.
    how would you kill the account from work?

  6. #6
    Zexex's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice share mate i like it

  7. #7
    elebor's Avatar Member
    Reputation
    13
    Join Date
    Jan 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by justme86 View Post
    how would you kill the account from work?
    log into ur acount from work? lol or remote access

  8. #8
    Netzgeist's Avatar Contributor
    Reputation
    144
    Join Date
    Jan 2008
    Posts
    353
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would love your tool to monitor a webscam (silently) instead of the screen
    regards,
    NG

  9. #9
    Reaper5's Avatar Contributor
    Reputation
    153
    Join Date
    Sep 2007
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not bad not bad

  10. #10
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fixed the error with closing the App. You can either hit the usual "X" on the main form (with the time toggle and go! button) or press the "KILL!" button.

    Cleaned up the code a bit.

    Removed unused methods/vars etc.
    Also removed pointless using's at the tops.

    Here's the source. Feel free to compile it. (Changed it around a bit to my own likings.)

    Very good little app none the less. +rep for you my friend.
    Attached Files Attached Files

  11. #11
    fatalke's Avatar Member
    Reputation
    6
    Join Date
    Jan 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice up, will try it keep it up

Similar Threads

  1. Dave-evaD's WoW Reskinned repack BETA v0.02
    By Dave-evad in forum World of Warcraft Model Editing
    Replies: 7
    Last Post: 11-22-2006, 02:34 PM
  2. Burning Crusade Beta
    By tomrinny in forum World of Warcraft General
    Replies: 7
    Last Post: 11-09-2006, 06:51 AM
  3. Burning Crusade Beta
    By tomrinny in forum Community Chat
    Replies: 0
    Last Post: 10-17-2006, 04:37 PM
  4. BC Beta
    By Pjmax in forum World of Warcraft General
    Replies: 7
    Last Post: 10-09-2006, 12:22 AM
  5. Dave-evaD's WoW Reskinned repack BETA v0.01
    By Dave-evad in forum World of Warcraft Model Editing
    Replies: 13
    Last Post: 09-10-2006, 10:25 AM
All times are GMT -5. The time now is 06:32 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search