• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

uberRestarter - Be online 24/7!

Status
Not open for further replies.
Experienced Elementalist
Joined
May 9, 2010
Messages
251
Reaction score
90
uberRestarter

Hey guys iJakey here. This is a little something that I made this morning. The idea popped in my head and I decided it's easy enough so I'll make it and release it...Open Source :O...

This is a Client -> Server type restarter....

You run the server where your uberEmu.exe is...

You give your friend or staff the client, then when your un-stable uberEmulator crash's and you don't want to give your friends your vps password or your not online...
BAM..Your back online!

Have fun! Download below.....



IF I FORGOT SOMETHING - TELL ME IN THE COMMENTS AND I'LL FIX IT...

-iJakey


 
Last edited:
Experienced Elementalist
Joined
May 9, 2010
Messages
251
Reaction score
90
I just coded this one this morning with no looking over other restarters....

You can tell it hense the fact its open source....
 
Junior Spellweaver
Joined
Mar 31, 2009
Messages
156
Reaction score
25
This is wonderful. :)

I've gotten this idea before, but I can't code poop ;D

Thanks for making my life easier.

---------- Post added at 08:47 PM ---------- Previous post was at 08:42 PM ----------

It comes with an emulator? LOL It says DemonEmu v1.0 ..
 
Experienced Elementalist
Joined
May 9, 2010
Messages
251
Reaction score
90
Update: Took my emu out :\ Lol, I would rather 3 people have it than 100 :p

IF you do for some reason release that exe, give creds to me..:p
 
Junior Spellweaver
Joined
Mar 31, 2009
Messages
156
Reaction score
25
I'm not releasing it >:]

Is it stable and sexy? LOL
 
Experienced Elementalist
Joined
May 9, 2010
Messages
251
Reaction score
90
Lol? It's not a batch file type program. You must not understand what this is or how batch works... One of the two....

Batch is just a way of writing command line arguments.
It is in no way able to do what this does... Pardon if I'm wrong but im 99.8 percent sure im correct...

This program is a client server type program... Which means it is coded with sockets..which batch cannot do...Also you this lets people on their computer restart the server even though they dont have access to the computer running it...



And yes...It is quite simple...But I guarantee it's harder for you than it is to me...

This was not intended to be the most complex program either you fool.
 
Joined
Apr 28, 2010
Messages
2,794
Reaction score
1,178
PHP:
@echo off
cls
echo Protecting you server from crashes...
echo If you want to close you server, close this window first!
title Server Watchdog
:server
echo (%time%) server started.
start /wait UberEmu.exe
echo (%time%) WARNING: server closed or crashed, restarting.
goto server

Restarts the server when it dies..
 
Junior Spellweaver
Joined
Mar 31, 2009
Messages
156
Reaction score
25
Will other people be able to restart the server even if there not staff?

Like lets say a noob comes online and hates my hotel,and he decides to torture it with restarts ...
 
Experienced Elementalist
Joined
May 9, 2010
Messages
251
Reaction score
90
PHP:
@echo off
cls
echo Protecting you server from crashes...
echo If you want to close you server, close this window first!
title Server Watchdog
:server
echo (%time%) server started.
start /wait UberEmu.exe
echo (%time%) WARNING: server closed or crashed, restarting.
goto server

Restarts the server when it dies..

Your the most retarded person I have met... Is that code including sockets, or any type of server -> client connections??



Come on...Really....Don't act like a Special person....
You completely/utterly must not understand a word said.
 
idk what to put here
Loyal Member
Joined
Oct 19, 2007
Messages
491
Reaction score
159
This wont work. I say this because the emulator doesn't crash, it simply freezes. Unless it's coded to restart when it freezes, I see no point in this.
 
Experienced Elementalist
Joined
May 9, 2010
Messages
251
Reaction score
90
Will other people be able to restart the server even if there not staff?

Like lets say a noob comes online and hates my hotel,and he decides to torture it with restarts ...

Not really, if you change the port to something besides the default one they would have to run a port scan on your computer, which most people are to retarded to know how to do...ALSO...They would have to wait till it scanned every port your allowed to use.

So change your port and your good to go.

---------- Post added at 09:15 PM ---------- Previous post was at 09:13 PM ----------

This wont work. I say this because the emulator doesn't crash, it simply freezes. Unless it's coded to restart when it freezes, I see no point in this.

It works just fine, it doesn't restart it the second it freezes/crash's... It lets other people restart it without access to the computer running it. Which ultimately keeps it online most of the time.
 
Status
Not open for further replies.
Back
Top