Hideif on IP range

This will show or hide stuff according to the IP

numero = 44
interpreted = N
texte =
[If ("[ipaddress]">"194.158.032.000")[!][/!]&("[ipaddress]"<"194.158.063.255"][Then]Don't show stuff[/Then][Else]Show stuff[/Else][/If]
Note that IP addresses must be expressed as three-digit quadrants. Also notice the use of comment tags ([!] and [/!]) in this example to break the code into lines for ease of reading. Line breaks within a tag are not allowed.
[If ("[ipaddress]">"194.158.032.000")[!]
[/!]&("[ipaddress]"<"194.158.063.255"]
[Then]Don't show stuff[/Then]
[Else]Show stuff[/Else]
[/If]


Note that IP addresses must be expressed as three-digit quadrants.

Also notice the use of comment tags ([!] and [/!]) in this example to break the code into lines for ease of reading. Line breaks within a tag are not allowed. Tim Robinson

DOWNLOAD WEBDNA NOW!

Top Articles:

Download WebDNA Applications

WebDNA applications...

Technical Change History

This Technical Change History provides a reverse chronological list of WebDNA changes...

WebDNA Modules

A list of the currently available modules...

WebDNA Libraries

A list of available libraries for WebDNA...

WebDNA reference

...

AWS Raw WebDNA LAMP-Plus WebServer

Amazon Web Services (AWS) README for Machine Image ID...

Related Readings:

random password-generator code

Generate a random alpha-numeric string...

Formatting a long list in a table

How to show the result of a search as a table...

WebDNA Google Map Mashup

Generate a Google map with pins on your database addresses...

Redefining [date] & [time] to match your time zone

Your server is not always in the same time zone as your web site...

Handling credit card numbers

Encrypting the credit card numbers does the job quite nicely...

Annoying character on writefile

How do I get rid of or convert the line feed character during a writefile?...