Release. Services auto restarter

09/24/2013 04:14 Sicarium#16
i have the same problem...
09/24/2013 18:57 gydekk#17
strComputer = "."
strSvcName = "YOUR_SERVICE_NAME"
set objWMI = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
set objService = objWMI.Get("Win32_Service.Name='" & strSvcName & "'")
If objService.State= "Stopped" Then
objService.StartService()
End If

-----

HWID doesnt work.
09/24/2013 19:58 jibi1996#18
It could have error, anyway I will quit the thanks checker, if you find the thread as useful you're who decides to acknowledge it.
09/24/2013 21:26 gydekk#19
jibi , i have give you thx , can give direct link pls? on pvt i said
09/27/2013 05:52 glossypvp#20
.
12/03/2023 05:26 jibi1996#21
Quote:
Originally Posted by glossypvp View Post
This is my new application: 4Story Server Assistant.
[Only registered and activated users can see links. Click Here To Register...]
It's working with my own programmed PHP apis.
My PHP apis are scanning the database for bugs, in every 3 seconds. My PHP API is giving back a http response to the 4Story Server Assistant API Controller client, and if it's needed, it launches an other API to fix, and / or scan the database again. It's auto stopping the services when fixing a bug, and start them when it's done. It also have a very useful tool: service auto-starter. It auto detects if a service is stopped, and it's auto starting it in 5 seconds. It doesn't conflict while my program is working on fixing a bug, because it will not start the services in this case, because fixer API is auto starting them after the fix is done.
So yeah it's a very useful, and clever application. I can sleep, and be afk because I know, that a robot is automatically fixing well-known bugs instead of me :)
wow can't believe we were doing this kind of stuff 10 years ago lmfao