Jump to content

Recommended Posts

Posted

I've got the Web Interface for popper up and running. I can connect to it on my lan from my phone, change tables, search for tables etc so it's working fine.

 

What doesn't work is the Windows Shutdown feature of the WebUI.

 

The shutdown functionality inside of poppers menu works fine.

 

But pressing the shutdown windows button on the webui on my phone, on the lan, doesn't do anything, like I never pressed it.

 

Any ideas?

 

Thanks!

 

 

341998409_1309409993258121_664187423198008850_n.jpg

342124620_1622623508204924_5727184949777366033_n.jpg

  • 4 weeks later...
  • 1 year later...
  • 5 months later...
Posted (edited)

The question is not entirely new, but if you are still interested... here is my solution.

 

In the wwwRoot directory I changed these two lines in index.html:

 

<button type="button" class="btn btn-primary" onclick="sendPup(56)">Restart PC</button>

<button type="button" class="btn btn-primary" onclick="sendPup(12)">ShutDown Windows</button>

 

to

 

<button type="button" class="btn btn-primary" onclick="sendPup(59)">Restart PC</button>

<button type="button" class="btn btn-primary" onclick="sendPup(58)">ShutDown Windows</button>

 

On the nailbuster wiki page you will find the list of pupkey events at the bottom.

Edited by jaydee

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...