![]() |
|
Neos NO-IP Updater - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: Neos NO-IP Updater (/Thread-Neos-NO-IP-Updater) Pages:
1
2
|
Neos NO-IP Updater - Neos07 - 10-25-2015 Neos NO-IP Updater ![]() Download Sourceforge Source Code Mediafire
RE: Neos NO-IP Updater - DreamSlayer - 10-25-2015 thanks man.. vouch for neos his stuff really work and it free
RE: Neos NO-IP Updater - Neos07 - 10-25-2015 (10-25-2015, 01:16 PM)DreamSlayer Wrote: thanks man.. vouch for neos his stuff really work and it free Thanks for the vouch! mile:
RE: Neos NO-IP Updater - Killpot - 10-25-2015 Maybe it wouldn't be a half bad idea to add a smart-detect function that checks every 10 or so minutes (could be set) to see if the public IP of the computer has changed, and if it has, to reset it? RE: Neos NO-IP Updater - Neos07 - 10-25-2015 (10-25-2015, 05:24 PM)Killpot Wrote: Maybe it wouldn't be a half bad idea to add a smart-detect function that checks every 10 or so minutes (could be set) to see if the public IP of the computer has changed, and if it has, to reset it? As you see I posted it in the VB.net section , so I'm focusing on making the main code, so people can use it to add an updater to their RATs. Why using it while there is the official DUC. RE: Neos NO-IP Updater - Killpot - 10-25-2015 (10-25-2015, 05:26 PM)Neos07 Wrote:(10-25-2015, 05:24 PM)Killpot Wrote: Maybe it wouldn't be a half bad idea to add a smart-detect function that checks every 10 or so minutes (could be set) to see if the public IP of the computer has changed, and if it has, to reset it? Well I say that you had a binary only download so I figured you might also want people to use this standalone, or instead of DUC. And I agree DUC is far superior, but you could possibly add more functionality in this project. RE: Neos NO-IP Updater - OutOfSight - 10-25-2015 Um could you explain this more plz ._. RE: Neos NO-IP Updater - Neos07 - 10-25-2015 (10-25-2015, 05:35 PM)OutOfSight Wrote: Um could you explain this more plz ._. It's a simple subtitute of DUC of NO-IP, he will update your NO-IP DNS with your new IP. RE: Neos NO-IP Updater - Killpot - 10-25-2015 (10-25-2015, 05:35 PM)OutOfSight Wrote: Um could you explain this more plz ._. Basically No-IP acts like a reverse-proxy, and every once and a while your IP changes, and the reverse proxy is still sending data to the old IP that is no longer yours. So what this program does is send a GET request to No-IP and updates their databases with your new IP so the data comes back to the right place. Think of it like updating the DNS for a domain, so the Domain leads to your IP, but now you have a program that automatically does it. RE: Neos NO-IP Updater - Spirit_mybb_import19370 - 10-25-2015 I'll give this a try. |