CleanSlate Posted September 7, 2016 Share Posted September 7, 2016 Does anyone know how do i remove hosts from my allowed list? cause when i temp ban them it shows the allowed hosts 5 mins later i named them but they don't go in the green section i can only make them go in the green section if i click update on there circle theres no uipdate on the dedicated server just temp ban heres a screenshot of the dedi i want to remove off my allow list. Link to comment Share on other sites More sharing options...
abc123 Posted September 7, 2016 Share Posted September 7, 2016 Click on the allowed item, click the Reset Button This should remove it from the database Link to comment Share on other sites More sharing options...
CleanSlate Posted September 7, 2016 Author Share Posted September 7, 2016 do you have windows or mac os x? Click on the allowed item...then get the id, you can set the value to 0% but this won't stop showing it as allowed (although it won't be allowed unless above your allowed threshold). Now we can permanently delete this using a curl POST request I have windows how do you permanently delete this? Link to comment Share on other sites More sharing options...
abc123 Posted September 8, 2016 Share Posted September 8, 2016 I have windows how do you permanently delete this? just click the circle (red in this case), then the buttons appear down below...click the Reset button Link to comment Share on other sites More sharing options...
CleanSlate Posted September 8, 2016 Author Share Posted September 8, 2016 just click the circle (red in this case), then the buttons appear down below...click the Reset button I did that but there's no reset button when when I cliick the red nuke symbol.? Link to comment Share on other sites More sharing options...
abc123 Posted September 8, 2016 Share Posted September 8, 2016 I decided since there wasn't currently a method the following will clear the whole saved DB... Make sure to run as admin...and allow the script download powershell script here then run powershell as admin...cd to the file run the powershell script...it will default to your router ip being 192.168.88.1, if it is something else just run it with: .\r1_reset_all_saved.ps1 -routerIp 192.168.2.2 Link to comment Share on other sites More sharing options...
abc123 Posted September 8, 2016 Share Posted September 8, 2016 I did that but there's no reset button when when I cliick the red nuke symbol.? it should always be a circle, a nuke symbol means something else, if temp ban is an option than it is a server. Link to comment Share on other sites More sharing options...
CleanSlate Posted September 8, 2016 Author Share Posted September 8, 2016 I decided since there wasn't currently a method the following will clear the whole saved DB... Make sure to run as admin...and allow the script download powershell script here then run powershell as admin...cd to the file run the powershell script...it will default to your router ip being 192.168.88.1, if it is something else just run it with: .\r1_reset_all_saved.ps1 -routerIp 192.168.2.2 Reset all saved? what does it reset just the geo filter? Cause ive named all my devices you see would I have to do that again? Link to comment Share on other sites More sharing options...
CleanSlate Posted September 8, 2016 Author Share Posted September 8, 2016 it should always be a circle, a nuke symbol means something else, if temp ban is an option than it is a server. It's a nuke symbol cause I gave the Dedi 100% but there was no update button just a temp ban option il grab a screenshot later. Link to comment Share on other sites More sharing options...
CleanSlate Posted September 8, 2016 Author Share Posted September 8, 2016 Here's what i mean only a temp ban option there's no reset button Link to comment Share on other sites More sharing options...
abc123 Posted September 8, 2016 Share Posted September 8, 2016 Here's what i mean only a temp ban option there's no reset button Capture.PNG You can get around that...right click on the Temp Ban and click inspect... This will open developer tools, the line selected will be the tempBan button...look below it to find: <button id="reset_host" onclick="on_handle_reset()" class="hidden"><i class="fa fa-refresh"></i>Reset</button> Double click the word hidden...and delete it, changing the line to: <button id="reset_host" onclick="on_handle_reset()" class=""><i class="fa fa-refresh"></i>Reset</button> The button will appear...click it...enjoy Link to comment Share on other sites More sharing options...
abc123 Posted September 8, 2016 Share Posted September 8, 2016 To answer the earlier question "what does it reset" all saved geo-filter servers... Anything you've rated or named will be removed, no settings, no devices, just the saves server content Link to comment Share on other sites More sharing options...
CleanSlate Posted September 8, 2016 Author Share Posted September 8, 2016 You can get around that...right click on the Temp Ban and click inspect... This will open developer tools, the line selected will be the tempBan button...look below it to find: <button id="reset_host" onclick="on_handle_reset()" class="hidden"><i class="fa fa-refresh"></i>Reset</button> Double click the word hidden...and delete it, changing the line to: <button id="reset_host" onclick="on_handle_reset()" class=""><i class="fa fa-refresh"></i>Reset</button> The button will appear...click it...enjoy Thanks il try that next time i need to reset hosts i ended up factory restoring Link to comment Share on other sites More sharing options...
CleanSlate Posted September 8, 2016 Author Share Posted September 8, 2016 your right abc123 thanks for pointing that out i showed the duma team see if they fix it cheers Link to comment Share on other sites More sharing options...
CleanSlate Posted September 8, 2016 Author Share Posted September 8, 2016 one more thing i see the update button is hidden to is that suppose to be hidden? just double checking as when you click 100% to allow a host there no update button? Link to comment Share on other sites More sharing options...
Administrators Netduma Fraser Posted September 8, 2016 Administrators Share Posted September 8, 2016 When you temporarily ban a dedicated server you can't name it or put it in the deny/allow section. Ban only lasts for 5 minutes, then it will be allowed again if your settings allow it. It's not in the allow list, that is the symbol for a dormant host found by ping assist. Changing it to reset won't make a difference because it's not in the allow list or able to be put in the allowed list. It's been caught by ping assist which is why the symbol looks like that. This is the symbol for a host that's been allowed it does look quite similar to ping assist. Link to comment Share on other sites More sharing options...
CleanSlate Posted September 8, 2016 Author Share Posted September 8, 2016 When you temporarily ban a dedicated server you can't name it or put it in the deny/allow section. Ban only lasts for 5 minutes, then it will be allowed again if your settings allow it. It's not in the allow list, that is the symbol for a dormant host found by ping assist. Changing it to reset won't make a difference because it's not in the allow list or able to be put in the allowed list. It's been caught by ping assist which is why the symbol looks like that. This is the symbol for a host that's been allowed sparklycircle.png it does look quite similar to ping assist. Oh cheers for clearing that up Fraser but when i name the dedi it allows me to put a name and give it 100% Quality but how would i know its in the allow list? and if i wanted to remove it from the allow list later is it possible? and if i wanted to find that allowed dedi how do i find it if it's not in the green section? Link to comment Share on other sites More sharing options...
abc123 Posted September 8, 2016 Share Posted September 8, 2016 I think what he is saying is that you were getting that symbol because of the ping assist add Link to comment Share on other sites More sharing options...
CleanSlate Posted September 8, 2016 Author Share Posted September 8, 2016 I think what he is saying is that you were getting that symbol because of the ping assist add Yeah i had ping assist realized that now silly me i set ping assist to 0 and put the home location in the ocean. all good now Link to comment Share on other sites More sharing options...
Administrators Netduma Fraser Posted September 9, 2016 Administrators Share Posted September 9, 2016 Oh cheers for clearing that up Fraser but when i name the dedi it allows me to put a name and give it 100% Quality but how would i know its in the allow list? and if i wanted to remove it from the allow list later is it possible? and if i wanted to find that allowed dedi how do i find it if it's not in the green section? You can name it and give it a rating on the bar but unless you can click update then it won't save that info or put it into the deny/allow section Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.