View Poll Results: Would You Start A H2V Ded Server If you Had R-Con

Voters
19. You may not vote on this poll
  • Yes

    15 78.95%
  • No

    4 21.05%
Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16

Thread: H2V Mini-Rcon

  1. #11
    Senior Member Patrickssj6's Avatar
    Join Date
    Oct 2006
    Location
    'schland
    Posts
    3,838

    Re: H2V Mini-Rcon

    Quote Originally Posted by Limited View Post
    :O I heard you said it was easy then relised what you had to do and said it was too hard :O
    Wait, what?

    Is Mr. Canadian Sunshine (aka Skyline) high again or did I tell you that?
    Reply With Quote

  2. #12
    HA10 Limited's Avatar
    Join Date
    Sep 2006
    Location
    England
    Posts
    7,800

    Re: H2V Mini-Rcon

    Naw, he said to you it was going to work outside halo and we'd have to do networking and you were like mb thats not that easy

    I was going to work on it, but since im on XP I cant test it or anything so pretty hard for me to develop it.
    Reply With Quote

  3. #13
    Senior Member Patrickssj6's Avatar
    Join Date
    Oct 2006
    Location
    'schland
    Posts
    3,838

    Re: H2V Mini-Rcon

    I have a complete source in C# if you want :P
    Reply With Quote

  4. #14

    Post Netkitty

    For security measures I suggest you use Netcat (a.k.a. nc) or take a look at its source.

    Here is a batch file example named passnc comprised of five parts:


    I. connectnc.bat
    <- Local computer

    @cls
    @color 8
    @echo.
    @echo -----------------------------------------
    @echo USAGE: connectnc.bat [password]
    @echo -----------------------------------------
    @echo.
    @echo &#37;1 | nc -vv 127.0.0.1 42 -w 1
    @echo Authorizing ...
    @echo.
    @nc -vv 127.0.0.1 43
    @color
    @cls
    @echo.
    @echo -----------------------------------------
    @echo Disconnected
    @echo -----------------------------------------



    II. downps.txt <- Server
    ~leave blank~


    III .pass.txt <- Server
    *PASSWORD*

    IV. passnc.bat <- Server

    @cls
    @type NUL > downps.txt
    @echo.
    @echo -------------------------------------------
    @echo PASSNC is listening on port 42.
    @echo -------------------------------------------
    @echo.

    :START
    @nc -l -p 42 > downps.txt

    @fc downps.txt pass.txt | find /i "FC: no differences encountered" > nul
    @if errorlevel==1 goto WRONG

    @color 8
    @echo Access Granted on %date%-%time%
    @type NUL > downps.txt
    @echo.
    @nc -l -p 43 -e cmd.exe
    @goto START

    :WRONG
    @color fc
    @echo Access Denied on %date%-%time%
    @echo.
    @type NUL > downps.txt
    @goto START

    V. Netcat itself (~60kb) <- Server


    Don't forget to adjust the password file, ip address and the port number
    Last edited by Resinball; August 29th, 2007 at 08:04 PM.
    Reply With Quote

  5. #15
    Senior Member Vicky's Avatar
    Join Date
    May 2007
    Location
    Up there...
    Posts
    874

    Re: H2V Mini-Rcon

    Ever heard of the command 'echo off' ?
    Reply With Quote

  6. #16
    Senior Member Patrickssj6's Avatar
    Join Date
    Oct 2006
    Location
    'schland
    Posts
    3,838

    Re: H2V Mini-Rcon

    Tss...batching.

    Make sure you really don't mess up the security on this thing...for example if the server checks the password...HEY! how about I'll do anything to crack the app down so you can find some flaws to fix :P

    But off course..you guys have to build it first.
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •