uberRestarter - Be online 24/7!

Page 2 of 2 FirstFirst 12
Results 26 to 39 of 39
  1. #26
    Sorcerer Supreme iJakey is offline
    Member +Rank
    May 2010 Join Date
    355Posts

    Re: uberRestarter - Be online 24/7!

    Easily, just change the process name in the Server.

    If you don't know how, I'll do it for you.

  2. #27
    Grand Master Zak© is offline
    Grand MasterRank
    Oct 2007 Join Date
    2,693Posts

    Re: uberRestarter - Be online 24/7!

    Nice I Use when i Decide to go to uber

  3. #28
    I'm back! iJay is offline
    Grand MasterRank
    Nov 2008 Join Date
    Down Under ;)Location
    602Posts

    Re: uberRestarter - Be online 24/7!

    Nice release Jakey, I saw you making this for Habbx :P

    Not that we really need it, ha ;)

  4. #29
    凸(ಠ益ಠ)凸 Omnija is offline
    Grand MasterRank
    Jun 2008 Join Date
    QuebecLocation
    2,229Posts

    Re: uberRestarter - Be online 24/7!

    damn i missed it cuz i was playing gears of war 2, kewl release and i've tryed batchs and they don't work. by the way i think it's a great tool ty
    Last edited by Omnija; 23-08-10 at 03:15 AM.

  5. #30
    Twinkies are nice. Stopthattwinkie is offline
    Grand MasterRank
    Feb 2007 Join Date
    In your fridge.Location
    509Posts

    Re: uberRestarter - Be online 24/7!

    If you want to use a port like "1234" instead of the listed ones:

    In the server AND client source, search for:
    Code:
    port = S;
    Replace with:
    Code:
    int port = Convert.ToInt32(S);
    For allowing connections from certain IPs:

    Add:
    Code:
    //Un-comment line below to enable allowedClient2
    string allowedClient1 = "";
    //string allowedClient2 = "";
    Before:
    Code:
    #region Pretty Stuff
    Replace:
    Code:
    if (data == "r")
                            {
    
                                Restart(client.Client.RemoteEndPoint.ToString().Split(':')[0]);
    
                            }
    with:
    Code:
                        //Remove comment below to enable allowedClient2
                        if (connectedClient == allowedClient1 /*|| connectedClient == allowedClient2*/)
                        {
                            if (data == "r")
                            {
    
                                Restart(client.Client.RemoteEndPoint.ToString().Split(':')[0]);
    
                            }
                        }
    To add more allowed clients just add
    Last edited by Stopthattwinkie; 23-08-10 at 11:29 AM.

  6. #31
    I'm back! iJay is offline
    Grand MasterRank
    Nov 2008 Join Date
    Down Under ;)Location
    602Posts

    Re: uberRestarter - Be online 24/7!

    @stopthattwinkle

    Thanks, I wanted to know how to change ports! =D

  7. #32
    Sorcerer Supreme Habbie is offline
    Member +Rank
    Mar 2009 Join Date
    302Posts

    Re: uberRestarter - Be online 24/7!

    Can you make one for Holograph Emulator?

  8. #33
    I'm back! iJay is offline
    Grand MasterRank
    Nov 2008 Join Date
    Down Under ;)Location
    602Posts

    Re: uberRestarter - Be online 24/7!

    I'm sure that would only require a few tweeks...

    Check out the source, it's probably as simple as changing the name of the server EXE?

  9. #34
    Elite Member Ubercheese is offline
    Member +Rank
    Mar 2009 Join Date
    238Posts

    Re: uberRestarter - Be online 24/7!

    This tool crashing after 2 - 3 restarts.

  10. #35
    Sorcerer Supreme iJakey is offline
    Member +Rank
    May 2010 Join Date
    355Posts

    Re: uberRestarter - Be online 24/7!

    I'll look into it and fix it.

  11. #36
    凸(ಠ益ಠ)凸 Omnija is offline
    Grand MasterRank
    Jun 2008 Join Date
    QuebecLocation
    2,229Posts

    Re: uberRestarter - Be online 24/7!

    you should definitely add something like you can add or change a line of name for the exe so it can be used for any emulator, i think this is a great program and i would recommend it to any server who has a weak stability.

  12. #37
    Sorcerer Supreme iJakey is offline
    Member +Rank
    May 2010 Join Date
    355Posts

    Re: uberRestarter - Be online 24/7!

    I can make it like how you said...I'll do it right now!

  13. #38
    凸(ಠ益ಠ)凸 Omnija is offline
    Grand MasterRank
    Jun 2008 Join Date
    QuebecLocation
    2,229Posts

    Re: uberRestarter - Be online 24/7!

    ty, i would definitely like to use this for any server i end up hosting in the future.

  14. #39
    Member HoloCMsick is offline
    MemberRank
    Apr 2009 Join Date
    US................Location
    44Posts

    Re: uberRestarter - Be online 24/7!

    Great job! My serever ijs terrible xd



Page 2 of 2 FirstFirst 12

Advertisement