Thread: Uploading exe's

  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    Uploading exe's

    I know why the board does not allow the uploading of exe's but perhaps we could use some type of built-in virus scanner so that we could do just that.

    There are times when I do not want to reveal the source code but want to allow some people to test the program. Given all the work that goes into programs and games I find nothing wrong with keeping the source code and/or releasing it when and how you desire.

    I realize the board is about sharing and education, but truthfully, how many people are really going to learn that much from a complete program that does much much more than play tic tac toe or simply print crap on the screen? Probably not many.

    For instance if some of us have engines and we want people to test out certain aspects, it's not fair to force us to release the entire source for the engine just so they can compile it on their system.

    Given recent experiences with game projects I simply do not trust people with my code because they may use it to steal graphics from known games and create their 'own' game even though they stole everything from the sound to the graphics. That is not what I design my engines for and is not what others on the game programming board design them for.

    Source code for a DirectX game will not help any newcomers to DirectX because the framework is so simple that you must write your own classes and/or framework code just to get it to run. All of this is quite overwhelming.

    So far I've had some people add code willy nilly to my engine and then wonder why it doesn't work right, they have stolen graphics from another game and attempted to use those with my framework, and they have attempted to alter the source just a bit and claim it as their own.

    It's unfortunate that some people are as lazy as this but because of them it has forced me to be a lot more protective of my source.

    I would appreciate it if we could perhaps explore ways to allow us to upload complete programs....w/o the source. If it's not possible I understand.

    Thanks in advance.

    EDIT: This probably applies more to Win32 programs and MFC programs since it is extremely rare that any DirectX program would meet the board's upload limits.
    Last edited by VirtualAce; 05-20-2005 at 07:06 AM.

  2. #2
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Bubba, I really don't see this happening, so the only thing I can suggest is to either purchase some sort of web hosting and host the files yourself, and link to them from here. And if you want, I'd be happy to host the files for you and give you your own ftp login.

    EDIT: and if you join ES, you could just host your stuff in the members area. http://forums.entropysink.com

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Heh. Nice shameless plug there ober.

    I'll look into it and thanks for offering. I'll definitely take it into consideration.

  4. #4
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Couldn't help myself But it could help you

  5. #5
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> could use some type of built-in virus scanner

    Couldn't be done Bubba.

    Sure, if someone was to just upload a ready made virus that a scanner would see the keys for. If, however, someone writes their own malicious .exe to delete files, or format disks, how would a virus scanner recognise it?

    If you saw a .exe here, which went past your AV software, would you happily run it?
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  6. #6
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    Can't yall zip yer files 'afor uploadin 'em?!

    E-dit: And if yall can't zip yer files a-first, can't yall rename the execudebles to the pngs or the whatevers and then be all uploadin' 'em?
    Last edited by nickname_changed; 05-20-2005 at 09:15 AM.

  7. #7
    Cheesy Poofs! PJYelton's Avatar
    Join Date
    Sep 2002
    Location
    Boulder
    Posts
    1,728
    Board doesn't let you upload zips anymore either.

  8. #8
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    You can still rename the files to bmp or something.

    Not that I would ever execute anything from a board...
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  9. #9
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Seriously, just get some space somewhere. Do you want your programs to be archived here forever more (Chewing up space that could've been used to discuss the virtues of ES, for example )?

    Even if you don't think you'd use space, get some and play with PHP when taking breaks. You'll suddenly find a use for it (Logging downloads, only allowing certain people to touch your stuff, etc.)

  10. #10
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    I think the board's filesize limit is too small for most .exe's, so renaming them to .??? will probably not work, with the exception of small programs... I think... maybe...?
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How do you create exes from your c++ program?
    By Anubis208 in forum C++ Programming
    Replies: 22
    Last Post: 04-25-2008, 08:04 PM
  2. Linking DLLs to EXEs
    By code2d in forum Windows Programming
    Replies: 2
    Last Post: 01-02-2007, 11:35 AM
  3. Uploading & Downloading >
    By arron in forum Networking/Device Communication
    Replies: 5
    Last Post: 01-04-2006, 12:59 AM
  4. EXEs too big
    By Unregistered in forum C++ Programming
    Replies: 4
    Last Post: 07-07-2002, 11:34 AM
  5. exes in other directories
    By Skeptic in forum C++ Programming
    Replies: 9
    Last Post: 04-11-2002, 11:45 PM