Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)jaylunNovember 3, 2006 at 1:24 AM#how can I check the IP address the user inputs is correct ??the setup needs the user inputs the ip of the server,i can save the ip the user inputs to Var $R0,but i don't know how to check the ip fomat is correct
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)kichikNovember 3, 2006 at 8:50 AM#You can use CheckIP.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)bholligerNovember 3, 2006 at 8:55 AM#Hi! Here you are: http://nsis.sourceforge.net/Docs/AppendixE.html#E.3.16 VersionCompare YourIP 1.1.1.1 $var ; $var=1 Version1 is newer - and - VersionCompare YourIP 255.255.255.255 $var ; $var=2 Version2 is newer might be a solution. Cheers Bruno
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)kichikNovember 3, 2006 at 8:57 AM#That won't work because 1.1.1.500 is "newer" than 1.1.1.1, but "older" than 255.255.255.255 and it's still invalid.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)bholligerNovember 3, 2006 at 8:59 AM#Hi! As far as I can see CheckIP considers everything else than LanIP, APA or Loopback as an internet address. There's no validation. Do you agree? Cheers Bruno
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)kichikNovember 3, 2006 at 9:50 AM#You're right. It doesn't really validate the IP. I've created ValidateIP which should take care of that.
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)bholligerNovember 3, 2006 at 9:56 AM#Hi! Perfect. Thank you very much! Cheers Bruno