guide to make hamachi servers and sources

Discussion in 'Archives' started by Okro, Feb 4, 2008.

guide to make hamachi servers and sources
  1. Unread #1 - Feb 4, 2008 at 5:57 PM
  2. Okro
    Joined:
    Jan 29, 2008
    Posts:
    100
    Referrals:
    1
    Sythe Gold:
    509
    Vouch Thread:
    Click Here
    Discord Unique ID:
    254450932161445889
    Discord Username:
    Savage
    Two Factor Authentication User Potamus

    Okro On Sythe Since 2008
    $200 USD Donor New

    guide to make hamachi servers and sources

    i combined a bunch of links and got this.. hope it helps


    Well, this tutorial will show you how to make an hamachi server? With pictures. You say, what is hamachi? It is Hamachi gives you LAN over the Internet.

    Virtually any application that works over local/home networks can also be used over Hamachi networks.

    Think - Windows File Sharing, iTunes, Remote Desktop, Remote Assistance or even gaming - all fully encrypted, authenticated and peer-to-peer.


    Technology
    Hamachi is a zero-configuration virtual private networking application with an open security architecture and NAT-to-NAT traversal capabilities.

    Hamachi is the first application to mix seemingly unrelated networking technologies in one powerful package to deliver an unprecedented level of direct peer-to-peer connectivity. More ...


    Security
    Hamachi is secure. All Hamachi communications are encrypted and authenticated with industry-standard algorithms and protocols. Nobody will be able to see what two Hamachi peers are talking about. Not even us.

    However what is equally important - Hamachi security architecture is completely open meaning that its detailed description is available to anyone interested for review and validation. More ...


    Ease of Use
    Great effort went into designing and polishing the Hamachi user interface. The result is sleek, simple and intuitive; yet still very functional. Everything you need, nothing you don't.

    Hamachi software contains no spyware, bannerware or any other -ware unrelated to its purpose. And it never will.


    Tutorial:

    First Step go to www.hamachi.cc,





    When you click the following link Download it should show the following:




    Now you press Ok, it will show some downloads it should like the following:




    ^^ Pick the soft ware you have and download it^^


    Now when you pressed on the software you picked it should show the following:




    Press save, if you want to save it.


    Now to set-it up, I will post the pictures:

    When you click on it, it should show this.




    It will load,etc. Click yes on everything, read it thoughrly. Or you wont get it.


    Now your wondering, I cant open it when I open it on my desktop here is the following picture how:




    Now click Hamachi, it should say Hamachi starting... Here is a picture:





    Something Wordpad or something will Pop Out and teach you how to use it etc.


    Now lets teach you how to make your server on Hamachi: (Pictures)





    Ok, now a Box will show, it will say Hamachi Name, password, here is the following picture of how it SHOULD look like:



    Now after you press create, it will take you back to the Hamachi Box client Here is the following picture on how it SHOULD look like:





    Now, I will give you server sources, and tell you how to run them



    Most Widely Used
    --------------------
    1. TestScape- http://www.megaupload.com/?d=ZRQA0L1M
    2. CheezScape 80- http://www.megaupload.com/?d=W8NCP0YC
    3. Project16 v3- http://www.megaupload.com/?d=LHKND52G


    Popular
    --------------------
    1. PimpScape- http://www.megaupload.com/?d=16KZIJK5
    2. Ultimate Pk- http://www.megaupload.com/?d=IORCRQEE
    3. PvpScape- http://www.moparscape.org/smf/index....c,57702.0.html
    4. Tos-Scape- http://www.megaupload.com/?d=WR5FEI51
    5. PhoneScape- http://www.megaupload.com/?d=HAZSN579
    6. DemonScape v.3- http://www.moparscape.org/smf/index....c,85515.0.html

    (Note:: You need win-rar, to extract them)

    Here are some popular, servers, if your not advanced use the most widely Used!


    Here is a Perfect Compiler, which you edit "Compile" In the client, and put in there


    Quote:
    :::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::
    :: ::
    :: All of the following code is (C) Copywrited 2006-2007, ::
    :: Grene Penguin Entertainment. ::
    :: ::
    :::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::

    @echo off
    if exist "C:\Program Files (x86)\" set programfiles=C:\Program Files (x86)
    set pr=%programfiles%\Java\
    :co1
    set b=0
    set t=7
    goto co2
    :co2
    color %b%%t%
    :menu
    cls
    title The Perfect Compiler version 1.8
    echo Please choose an option below to do that function.
    echo Keep posted on the Moparscape Tutorials section for
    echo any updates that I post.
    echo.
    echo c - Compile your server.
    echo r - To Run your server.
    echo e - To exit out of the program.
    echo jar - It will create your server into an executable Jar archive.
    echo color - Change the Text and Backround colors of this compiler.
    echo reset - Resets your Compiler Logs.
    echo.
    echo.
    set /p c=Option:
    if %c%==c goto c
    if %c%==C goto c
    if %c%==r goto r
    if %c%==R goto r
    if %c%==jar goto jar
    if %c%==Jar goto jar
    if %c%==JAR goto jar
    if %c%==color goto color
    if %c%==Color goto color
    if %c%==COLOR goto color
    if %c%==reset goto reset
    if %c%==Reset goto reset
    if %c%==RESET goto reset
    if %c%==e goto e
    if %c%==E goto e
    if %c%==* goto er
    goto er
    :jar
    title Jar Creator
    cls
    echo What will be the name of the Jar file?
    echo.
    set /p name=Name:
    if exist *.class (del *.class)
    set pro=%pr%jdk1.5.0\
    set pro2=%pr%jdk1.6.0\
    set jav=bin\javac.exe
    set go=jar2
    goto cj
    :jar2
    %java% -cp . *java
    echo Manifest-Version: 1.0 >> manifest
    echo Created-By: 1.5.0_04 (Sun Microsystems Inc.) >> manifest
    echo Main-Class: server >> manifest
    set pro=%pr%jdk1.5.0\
    set pro2=%pr%jdk1.6.0\
    set jav=bin\jar.exe
    set go=jar3
    goto cj
    :jar3
    if not exist *.class (goto jre)
    %java% -cvfm %name%.jar manifest *.class
    del runserver.bat
    del manifest
    del *.class
    goto jl
    :jar4
    set pro=%pr%jre1.5.0\
    set pro2=%pr%jre1.6.0\
    set jav=bin\java.exe
    set go=jar5
    goto cj
    :jar5
    echo @echo off >> runserver.bat
    echo title %name% >> runserver.bat
    echo %java% -cp .;%name%.jar server >> runserver.bat
    echo pause >> runserver.bat
    cls
    echo %name% Jar file successfully made. The runserver.bat will
    echo now load the Jar file. If you have any errors while runnning
    echo the Jar file, please post about it in Mod Taharok's 'Perfect
    echo Compiler' topic on MoparScape.
    pause
    goto menu
    set
    :color
    cls
    echo Would you like to change the backround color, change
    echo the text color, or reset it to default?
    echo.
    echo back - Change the backround color.
    echo text - Change the text color.
    echo def - Change all colors back to default.
    echo.
    echo.
    set /p color=Option:
    if %color%==back goto back
    if %color%==BACK goto back
    if %color%==text goto text
    if %color%==TEXT goto text
    if %color%==def goto co1
    if %color%==DEF goto co1
    if %color%==* goto er
    goto er
    :back
    cls
    echo Please select a color to change the backround to:
    echo.
    echo black
    echo white
    echo red
    echo yellow
    echo green
    echo blue
    echo purple
    echo.
    echo.
    set /p back=Color:
    if %back%== black (set b=0)
    if %back%== white (set b=7)
    if %back%== red (set b=4)
    if %back%== yellow (set b=6)
    if %back%== green (set b=2)
    if %back%== blue (set b=1)
    if %back%== purple (set b=5)
    goto co2
    :text
    cls
    echo Please select a color to change the text to:
    echo.
    echo black
    echo white
    echo red
    echo yellow
    echo green
    echo blue
    echo purple
    echo.
    echo.
    set /p back=Color:
    if %back%== black (set t=0)
    if %back%== white (set t=7)
    if %back%== red (set t=4)
    if %back%== yellow (set t=6)
    if %back%== green (set t=2)
    if %back%== blue (set t=1)
    if %back%== purple (set t=5)
    goto co2
    :c
    cls
    title Compiler
    set pro=%pr%jdk1.5.0\
    set pro2=%pr%jdk1.6.0\
    set jav=bin\javac.exe
    set go=c2
    goto cj
    :c2
    if exist src (goto cl) else (goto c3)
    :c3
    if exist *.java (goto cl2) else (goto ce)
    :c4
    %java% -cp . *.java
    echo Files Compiled Successfully!
    pause
    cls
    goto menu
    :c5
    %java% -cp . .\src\*.java
    echo Files Compiled Successfully!
    pause
    move .\src\*.class .\classes\
    cls
    goto menu
    :ce
    cls
    echo You must have Java files for this Compiler to Compile.
    pause
    cls
    goto menu
    :r
    cls
    title Runserver
    set pro=%pr%jre1.5.0\
    set pro2=%pr%jre1.6.0\
    set jav=bin\java.exe
    set go=r2
    goto cj
    :r2
    set rjava=%java% -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server
    cls
    goto r3
    :r3
    if exist .\classes\server.class (goto sl2) else (goto r4)
    :r4
    if exist .\server.class (goto sl) else (goto se)
    :r5
    %rjava%
    pause
    cls
    goto menu
    :r6
    set rjava=
    set rjava=%java% -cp .;./classes; Server
    %rjava%
    pause
    cls
    goto menu
    :se
    cls
    title Error
    echo You do not have a Server.class. Make sure that you have used the
    echo compiler with your server BEFORE you try runing it.
    pause
    cls
    goto menu
    :er
    cls
    title Error
    echo Invalid command. Please make sure the commands you type
    echo in are correct.
    pause
    cls
    goto menu
    :e
    cls
    exit
    :cj
    if exist "%pro2%%jav%" (goto sj) else (goto cj2)
    :cj2
    if exist "%pro%_10%jav%" (goto sj2) else (goto cj3)
    :cj3
    if exist "%pro%_09%jav%" (goto sj3) else (goto cj4)
    :cj4
    if exist "%pro%_08%jav%" (goto sj4) else (goto cj5)
    :cj5
    if exist "%pro%_07%jav%" (goto sj5) else (goto cj6)
    :cj6
    if exist "%pro%_06%jav%" (goto sj6) else (goto cj7)
    :cj7
    if exist "%pro%_05%jav%" (goto sj7) else (goto cj8)
    :cj8
    if exist "%pro%_04%jav%" (goto sj8) else (goto cj9)
    :cj9
    if exist "%pro%_03%jav%" (goto sj9) else (goto cj10)
    :cj10
    if exist "%pro%_02%jav%" (goto sj10) else (goto cj11)
    :cj11
    if exist "%pro%_01%jav%" (goto sj11) else (goto cj12)
    :cj12
    if exist "%pro%%jav%" (goto sj12) else (goto je)
    :sj
    set java="%pro2%%jav%"
    goto %go%
    :sj2
    set java="%pro%_10%jav%"
    goto %go%
    :sj3
    set java="%pro%_09%jav%"
    goto %go%
    :sj4
    set java="%pro%_08%jav%"
    goto %go%
    :sj5
    set java="%pro%_07%jav%"
    goto %go%
    :sj6
    set java="%pro%_06%jav%"
    goto %go%
    :sj7
    set java="%pro%_05%jav%"
    goto %go%
    :sj8
    set java="%pro%_04%jav%"
    goto %go%
    :sj9
    set java="%pro%_03%jav%"
    goto %go%
    :sj10
    set java="%pro%_02%jav%"
    goto %go%
    :sj11
    set java="%pro%_01%jav%"
    goto %go%
    :sj12
    set java="%pro%%jav%"
    goto %go%
    :je
    cls
    title Error
    echo You do not have JDK 5.0 or JDK 6.0. Go to Mod Taharok's tutorial
    echo on the Moparscape Tuturoials section for step-by-step instructions
    echo link to download the newest JDK Update.
    pause
    cls
    goto menu
    :sl
    cls
    echo Ran Server at %time% and on %date%. >> "Compile Logs.txt"
    echo Server was run using %java%. >> "Compile Logs.txt"
    echo Thank you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto r5
    :sl2
    cls
    echo Ran Server at %time% and on %date%. >> "Compile Logs.txt"
    echo Server was run using %java%. >> "Compile Logs.txt"
    echo Thank you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto r6
    :cl
    cls
    echo Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"
    echo Java files were compiled using %java%. >> "Compile Logs.txt"
    echo Thank you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto c5
    :cl2
    cls
    echo Compiled Java files at %time% and on %date%. >> "Compile Logs.txt"
    echo Java files were compiled using %java%. >> "Compile Logs.txt"
    echo Thank you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto c4
    :jl
    cls
    echo %name% Jar file created at %time% and on %date%. >> "Compile Logs.txt"
    echo Jar file was created using %java%. >> "Compile Logs.txt"
    echo Thank you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt"
    echo. >> "Compile Logs.txt"
    goto jar4
    :reset
    cls
    echo Resetting the Compiler's Logs...
    pause
    del "Compile Logs.txt"
    goto menu


    Make Sure you have Java 6.0, Or it will not work!!

    After, you have extracted the source, the client should look like a Folder!


    Now Find Compile On the Folder, I have Provided A picture:





    And Press edit, And delete everything and paste the the compiler I have in "Quotes" And then press "Exit" And it will say are you sure you want to save, Press "Yes"!


    Now press Run server, find it on the files. Here is the following picture, it will show you where it is, how to let people go your server, and where to advertise it!:




    Well, done you have completed your server! And you are ready for people to go on it!


    Credits: Me, and to the people who made the server!


    If you need help post here!

    here are some source links

    http://www.sythe.org/showthread.php?t=367045

    http://moparscape.smfforfree2.com/index.php?action=links;cat=1

    srry i only have to but they both have alot of sources

    post back plz and also if u have a server u want ppl to go to or if u want

    to post a source feel free to do ty :D :D :D

    heres the link to were i got this site

    http://sythe.org/showthread.php?t=193810
     
< Hard Drive Help | New siggie. >

Users viewing this thread
1 guest


 
 
Adblock breaks this site