Search results for query: *

  • Users: oldfart
  • Content: Threads
  • Order by date
  1. oldfart

    OSW are not a freesteam community

    Hi guys, After spending an hour or so on the OSW IRC channel and being ridiculed and being accused of other evil deeds I thought I would post some of the transcript here so you can see what you are really dealing with ... These are cut and pasted but hopefully you can work them out! I have...
  2. oldfart

    OSW and VC++

    Hi guys, I'm working my way through Open SteamWorks and trying to document it - while I get it to work with MSVSC++ 2005. If anyone can assist with snippets of code or information I would appreciate it. I am trying to make a CWinThread wrapper and an associated project. The source will become...
  3. oldfart

    LAN Advertising Server - VC++ VS2005

    Hi guys, If anyone is interested in a VC++ UDP LAN Advertising server with an associated Secure TCP/IP Client/Listen Server please let me know. Both the Advertising server and the Listen server live on the same port. I use it to detect other instances of my YASAMM/VNetCafe application running...
  4. oldfart

    YASAM 1.0.7.0 - Finally :D

    YASAMM 1.0.7.0 What does YASAMM do ? Single PC - Multiple Steam Accounts 1. Basically it is a way of keeping track or your legit (or illegit) Steam Accounts. 2. A PC can hold many YASAMM accounts - 1 for each of your kids ? 3. A YASAMM account may hold many Steam Accounts - maintaining...
  5. oldfart

    Requesting New Toolbar for YASAMM

    Hi all you artistic guys out there ... I need a new toolbar for YASAMM the current one I'm using is comprised of 16 x 16 pixel buttons - but larger ones may be more appropriate. Button "ToolTips" from L-R 1. Go to web home page 2. Borrow a library account 3. Add new Steam...
  6. oldfart

    History in the making .. maybe

    Hi guys, At 3:30 PM AUS EDT - I caused a DOD 1.3 game to be launched (installed actually) on [FS]DigitalGeek's PC - BUT the exciting part was he lives in Texas and I live here in Aussieland! I am not sure if this has been done before (probably) but if not - it's a first for Free Steam - a...
  7. oldfart

    P2P Hole punching - VS6 Win32 C++

    Hi guys, Any interest in some P2P Hole punching Source code/projects in VS6 VC++? If there is - I will post up a link for downloads of the projects/source or just a generic test Client.exe and a Server.exe. Both client and server are CWinThread based with makes them pretty much self...
  8. oldfart

    Steam Dll Test Harness

    Hi all, I have just turned my C++ Wrapper for the Steam.Dll into a standalone project in both source and executable form. The source/project uses (Microsloth) VS6 and C++ but it should be readily ported to more recent versions of VS. There have been some "SteamClient.dll" interface additions...
  9. oldfart

    YASAMM Beta 1.0.5.0 Released

    Hi guys, I am releasing a Steam Command line version of YASAMM (aka vnetcafe.exe) it is available at this link Download Page - you are not required to Register on the web site - that is basically so my clan's members may borrow library accounts. This has not been checked for viruses...
  10. oldfart

    Plagiarized Code using Archives

    Hi Erix920, Here is some more "liberated" code from CodeProject.com - I hope that it may be some help. :D bool CCrypto::Decrypt(const CByteArray& arData, CObject& serializable) { // Return failure if we don't have a context or key. if(m_hCryptProv == NULL || m_hKey == NULL)...
  11. oldfart

    C and C++ Ideas Exchange

    Hi all, I was "chatting" with Hackless and we agreed to share some C/C++ ideas and knowledge in these forums. BTW: Not all people will agree with the ideas as presented but no one should object to criticism as long as it is constructive and isn't personal. I'll now marshal my thoughts...
  12. oldfart

    YASAMM - re-inventing the wheel

    Hi guys, YASAMM - Yet Another Steam Account Manager, Manager ;) I am probably reinventing the wheel here, but shortly I would like a few people to trial a new Steam Account Manager. It's currently aimed at people who own more than 1 x legitimate Steam Account. :eek: I am hoping that...
  13. oldfart

    C++ "Wrapper" for Steam DLL

    Hi guys, Thanks for your help and if you are interested I'm willing to share some C++ (VC++ 6.0) source code. It's no so much a snippet as a full CWinThread class. Below is "screen capture" of the test harness dialog I used to test this class. I have included the header file - the full...
  14. oldfart

    G'day from AUS

    Hi guys, I spotted this site about a week ago while searching for some way of injecting a Username and Password into Steam's login Dialog. I made a post requesting assistance but, no doubt my intro was somewhat arse-about-tit ;) I'm an Aussie and have been coding commercially for nearly...
  15. oldfart

    Login in to Steam - Programmatically ?

    Hi guys, I have written a multi-user, 2 x part Steam Account manager and the only fly in the ointment is the login to steam. I am aware of (and currently use) the command line launcher - but even with the new "securer" email method (finally implemented by Valve) I'm loathe to let passwords...
Back
Top