Add IP Option
1.10
Add option to disable IP address from showing on posts to admin center.
If a language other than english is selected, you will want to translate the text "Show IP in posts?" in Admin.pl to your selected language.
Drue Pautz
Settings.pl
########## Feature Settings ##########
$showip = 0; # Set to 1 to display IP on message
Sources/Display.pl
if ($showyabbcbutt) { $syabbcchecked = "checked" }
if ($showip) { $sipchecked = "checked" }
\$showyabbcbutt = $showyabbcbutt; # Set to 1 to display the yabbc buttons on Posting and IM Send Pages
\$showip = $showip; # Set to 1 to display IP on message
# Set as 0 or 1 if box was checked or not
my $fi;
push @onoff, 'showip';