From: John Dong
IP Address | -DNS/Host | +IP/Host | +Origin | Vote | |
---|---|---|---|---|---|
<%= voter.ipaddress %> | -<% begin %> - <% raise ArgumentError.new if voter.ipaddress == "127.0.0.1" %> - <%= Whois::Whois.new(IPAddr.new(voter.ipaddress).to_s).search_whois.grep(/^OrgName/)[0].sub(/^OrgName\:/,'').strip %> + | <% begin %> + <% raise ArgumentError.new, "Local Server" if voter.ipaddress == "127.0.0.1" %> + <% raise ArgumentError.new, "XML-RPC Voter" if voter.ipaddress == "XMLRPC Request" %> + <% w= Whois::Whois.new(IPAddr.new(voter.ipaddress).to_s,true)%> + <%=(w.host == nil or w.host.empty?) ? "Unknown voter" : w.host%> + | ++ <%= w.search_whois.grep(/^OrgName/)[0].sub(/^OrgName\:/,'').strip %> <% rescue ArgumentError => err %> - <%= voter.ipaddress %> + <%= err %> + | +<%= err%> <% end %> | <%= voter.vote.votestring %> |