eBook for Presidents
This guide is designed to support you through two terms of service; not only as club president, but as club first vice president.
// file: logger.php // writes a record to a YY-MM file to record visits // author: Kase // update: 1/3/2019 added getbro date_default_timezone_set('America/Chicago'); $date = date('m/d/Y h:i:s a', time()); $datename = date('y-m', time()); $File = 'logs/'.$datename.".txt"; $debug = 0; // 1=TRUE // ----------------- the below does not need to change $url = @( $_SERVER["HTTPS"] != 'on' ) ? 'http://'.$_SERVER["SERVER_NAME"] : 'https://'.$_SERVER["SERVER_NAME"]; $url .= ( $_SERVER["SERVER_PORT"] !== 80 ) ? ":".$_SERVER["SERVER_PORT"] : ""; $url .= $_SERVER["REQUEST_URI"]; str_replace(array('http://','https://'), '', $url); str_replace(array('HTTP://','HTTPS://'), '', $url); $ua = strtolower($agent ? $agent : $_SERVER['HTTP_USER_AGENT']); $dvc = 'BOT'; if ((stripos($ua,'android')!==false)) { $dvc = 'Android'; } if ((stripos($ua,'iphone')!==false)) { $dvc = 'iPhone'; } if ((stripos($ua,'ipad')!==false)) { $dvc = 'iPad'; } if ((stripos($ua,'windows nt 5.1')!==false)) { $dvc = 'XP'; } if ((stripos($ua,'windows nt 6.1')!==false)) { $dvc = 'Win7'; } if ((stripos($ua,'windows nt 6.3')!==false)) { $dvc = 'Win8'; } if ((stripos($ua,'windows nt 10')!==false)) { $dvc = 'Win10'; } if ((stripos($ua,'linux x86')!==false)) { $dvc = 'Linux'; } if ((stripos($ua,'macintosh')!==false)) { $dvc = 'Macintosh'; } // ---------------------- get browser data include('getbro.php'); $ua=getBrowser(); $device = $ua['name'].' '.$ua['version'].' '.$ua['platform'].' '.$dvc; if (!empty($_SERVER['HTTP_CLIENT_IP'])) { $ipaddress=$_SERVER['HTTP_CLIENT_IP']; } elseif (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) { // check ip is pass from proxy $ipaddress=$_SERVER['HTTP_X_FORWARDED_FOR']; } else { // use the basic one $ipaddress=$_SERVER['REMOTE_ADDR']; } // $dumpstr = unserialize(file_get_contents("http://www.geoplugin.net/php.gp?ip=".$_SERVER["REMOTE_ADDR"])); $region = $dumpstr["geoplugin_region"]; $countryName = $dumpstr["geoplugin_countryName"]; $latitude = $dumpstr["geoplugin_latitude"]; $longitude = $dumpstr["geoplugin_longitude"]; $regionName = $dumpstr["geoplugin_regionName"]; $Handle = fopen($File, 'a'); $Data = $date.",". $ipaddress.",". $url.",". $region.",". $regionName.",". $countryName.",". $latitude.",". $longitude.",". $device."\r\n"; fwrite($Handle, $Data); fclose($Handle); // ------------------------------------------- last visitor $myfile = fopen("lastvisit.txt", "w") or die("Unable to write lastvisit"); $txt = $ipaddress.' '.$region.' '.$countryName; fwrite($myfile, $txt); fclose($myfile); if ($debug=='1') { echo $Data; } ?>
Where to conveniently find that information? District 27-A2 recognizes that many times it is difficult to even know where to go much less find the information you seek.
The District maintains the Document Resource page to be a resource for service guides, information, policies, and forms but also links to important, commonly used links. Documents are encoded in Adobe's Acrobat Portable Document Format for security purposes. If you do not have the Free Reader or your app is not up-to-date, you may download the Reader Download Free Reader
This guide is designed to support you through two terms of service; not only as club president, but as club first vice president.
This guide is designed to support you in your role as treasurer for your club.
This guide is designed to support you in your role as secretary for your club.
This guide will explain your responsibilities, provide tips and introduce available resources to assist your efforts.
This guide is designed to support you in your role as membership chairperson for your club.
This guide will help you and your mentor set goals, plan activities and mark your progress.
The Lions Advanced Mentoring Program involves the mentee actively serving in leadership roles.
Just Ask! is designed to guide your club through the process of recruiting new members.
This guide is designed to support you in your role as the service chairperson for your club.
Really, you should read this.
A "Must Read" for every Officer.
You have to use this one.
A great reference guide.
Lions International, State & District Addresses for Dues & Contributions.
Help your Club grow.
Help new and old members be better Lions.
Too young for Leos? Our Lion Cubs program is perfect for the whole family.
Club form to be used to report the passing of a member
Reporting form Clubs submit through the MyLCI system.
LCI Password and Registration Frequently Asked Questions
LCI WMMR Password and Registration Frequently Asked Questions
Fill out this form to reserve one of the vision screening tools.
Prevent Blindness Wisconsin developed this toolkit to simplify the process as much as possible.
Use this form to record your vision screening work.
- a comprehensive resource guide.
DG Lion Chuck Steinmetz and various sources have help for every Club's "Pep Master." .
PCC Del Hintzmann explains the "art" of Tail Twisting.
Complete this form and earn a Special Award pin for you and the new member you sponsored.
Complete this nomination form to run for office.
Getting Started.
Frequently Asked Questions.
Existing User Login.
Recover your Login Information or, if you have lost everything, email Lion Dan Uitti.