rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: asim on November 27, 2007, 10:01:26 AM
-
hi guys
i want to ask about showing a message for specific IP
i am using hfs 2.2a
Thanks ::)
-
If you mean a ban message, ban the IP and put a message in the reason.
If you mean just a message, make a javascript if statement that will only show the message for the ip. OR use the new HFS macro's.
-
thanks man :)
how can i make a JAVA Script cuz i'm not familiar with that
best regards
-
I'll keep it simple.
Paste this somewhere in the body of your template, input the message and ip you need.
<script type="text/javascript"> if("%ip%".match(" IP ")) document.write(' MESSAGE '); </script>
-
Thanx
i appreciate that :)
8)