<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/20399" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2018-03-06T01:45:30-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/20399</id>

		<entry>
		<author><name><![CDATA[Ezekiel]]></name></author>
		<updated>2018-03-06T01:45:30-04:00</updated>

		<published>2018-03-06T01:45:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106723#p106723</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106723#p106723"/>
		<title type="html"><![CDATA[BlackIP 1.6 by BLaCkShaDoW]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106723#p106723"><![CDATA[
you should check, because there is a new version of this tcl already released: BlackIP.tcl 1.7. Search it on BlackShadoW's official website or tclarchive...<br><br>----<br>(07:46:22 AM) &lt;@tester&gt; !ip {N}ick<br>(07:46:24 AM) &lt;@lamestbot&gt; Nick: {N}ick | Host: using.blacktools.systems<br>(07:46:25 AM) &lt;@lamestbot&gt; IP: 2607:fcd0:106<img alt=":3204:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/3204.svg">:de6b:d0d6 | Localizacion: Los Angeles, United States, California | ORG: QuadraNet<br>----<br><br>works well, no more DCC error..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12473">Ezekiel</a> — Tue Mar 06, 2018 1:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2018-03-05T12:50:28-04:00</updated>

		<published>2018-03-05T12:50:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106722#p106722</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106722#p106722"/>
		<title type="html"><![CDATA[Re: BlackIP 1.6 by BLaCkShaDoW]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106722#p106722"><![CDATA[
if correct is another tcl... badchan<br>friend can help me<br>  and if the details is when a nickname uses special characters<br>when it's a common nickname the tcl works very well<br>  example :  <strong class="text-strong">{N}ick</strong><br><br> * {N}ick (~ix@181.188.139.21) has joined #beni2<br><div class="codebox"><p>Code: </p><pre><code>pbind RAW - 319 bc_whois proc bc_whois {from key arg} {  global botnick bchan bcqueue bcnicks chanbadtimerz banmask  set arg [join $arg]  set nick [lindex $arg 1]  if {[info exists bcnicks($nick)]} {set chan $bcnicks($nick)} {return 0}  set chans [string tolower [lrange $arg 2 e]]  if {[lsearch $bchan(exempt) $chan] == -1 &amp;&amp; $bchan(global) != ""} {set bans $bchan(global)} {set bans ""}  if {[lsearch $bchan(chans) $chan] &gt; -1} {set bans "$bans $bchan($chan)"}foreach onchansbns [channels] {  if {[onchan $nick $onchansbns] &amp;&amp; ($nick != $botnick)} {set banmask [bmaskhost [getchanhost $nick $onchansbns]]foreach tok $chans {  set tok [string trimleft $tok ":@+"]  foreach ban $bans {  if {[string match [lindex $ban 0] $tok]} { newchanban $onchansbns $banmask badchan "[lrange $ban 1 e]" $chanbadtimerz ;  break     }    }   }  } }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Mon Mar 05, 2018 12:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BLaCkShaDoW]]></name></author>
		<updated>2018-03-04T08:31:06-04:00</updated>

		<published>2018-03-04T08:31:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106720#p106720</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106720#p106720"/>
		<title type="html"><![CDATA[Re: BlackIP 1.6 by BLaCkShaDoW]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106720#p106720"><![CDATA[
The "bc_whois" procedure isn't part of the BlackIP TCL. It's another procedure from another tcl loaded in your eggdrop that responds to the RAW for WHOIS &lt;nick&gt;. I guess bc_whois stands for bad chan whois..but it's a guess <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10416">BLaCkShaDoW</a> — Sun Mar 04, 2018 8:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2018-03-03T10:03:30-04:00</updated>

		<published>2018-03-03T10:03:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106717#p106717</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106717#p106717"/>
		<title type="html"><![CDATA[Re: BlackIP 1.6 by BLaCkShaDoW]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106717#p106717"><![CDATA[
new error <br>in partyline<br>this error only appears when a nickname has special characters<br>example the nickname .ip <strong class="text-strong">{N}ick</strong><div class="codebox"><p>Code: </p><pre><code>[13:59:16] Tcl error [bc_whois]: list element in braces followed by "ick" instead of space</code></pre></div>the good thing is that it gives result of the request<div class="codebox"><p>Code: </p><pre><code> &lt;@Kantuta&gt; 02NickName: 03{N}ick | 02Host: 06scz-190-104-20-00214.wimaxtigo.bo&lt;@Kantuta&gt; 02Ip: 04190.104.20.214 |02 Location: 14Santa Cruz, Bolivia, Departamento de Santa Cruz |02 ORG: 10TelefÃ³nica Celular de Bolivia S.A.</code></pre></div>some solution for nicknames with special characters<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Sat Mar 03, 2018 10:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2017-10-27T16:45:22-04:00</updated>

		<published>2017-10-27T16:45:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106493#p106493</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106493#p106493"/>
		<title type="html"><![CDATA[Re: BlackIP 1.6 by BLaCkShaDoW]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106493#p106493"><![CDATA[
Thanks bro <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> perfect.<br><div class="codebox"><p>Code: </p><pre><code>############################################################################# BlackIP 1.6#!ip &lt;ip&gt; / &lt;host&gt; / &lt;nickname&gt;# - Changed source website# - Now supports IPv6# - Now supports eggdrop version less than 1.8.0##To activate .chanset #channel +ip | BlackTools : .set +ip##To work, put the two tcl's in config from the arhive : json.tcl , http.tcl#(if you don't have them instaled)##                                             BLaCkShaDoW ProductionS############################################################################Set here who can execute the command (-|- for all)set ip_flags "-|-"############################################################################bind pub $ip_flags !ip black:ip:checkpackage require httppackage require jsonsetudef flag ipproc black:ip:check {nick host hand chan arg} {set ip [lindex [split $arg] 0]set ::chan $chanset ::ip $ipif {![channel get $chan ip]} {return}if {$ip == ""} {puthelp "NOTICE $nick :\[BlackIP\] USAGE: \002!ip\002 &lt;ip&gt;/\002&lt;host&gt;\002/&lt;nick&gt;"return}set check_ipv6 [regexp {^([0-9A-Fa-f]{0,4}:){2,7}([0-9A-Fa-f]{1,4}$|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.|$)){4})$} $ip]set check_ipv4 [regexp {^[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$} $ip]if {![string match -nocase "*:*" $ip] &amp;&amp; ![string match -nocase "*.*" $ip]} {putquick "WHOIS $ip"bind raw - 401 no:nickbind raw - 311 check:for:nickreturn}if {$check_ipv6 == "0" &amp;&amp; $check_ipv4 == "0"} {set getv6 [catch {exec host -t AAAA $ip 2&gt;/dev/null} results]set check_ipv6 [regexp {^([0-9A-Fa-f]{0,4}:){2,7}([0-9A-Fa-f]{1,4}$|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.|$)){4})$} [lindex $results 4]]if {$check_ipv6 == "1"} {check:ip [lindex $results 4] $chan 2 $ipreturn}dnslookup $ip solve:ip $chan}check:ip $ip $chan 0 none}proc no:nick { from keyword arguments } {set chan $::chanset ip $::ipputhelp "PRIVMSG $chan :\[\00304$ip\003]\ is not Online."unbind raw - 401 no:nickunbind raw - 311 check:for:nick}proc solve:ip {ip host receive chan} {if {$receive == "1"} {check:ip $ip $chan 2 $host} else {puthelp "PRIVMSG $chan :\[\00304X\003\] unable to resolve address \00314$host\003."}}proc solve:nick:ip {ip host receive chan nick} {if {$receive == "1"} {check:ip $ip $chan 3 "$host $nick"} else {puthelp "PRIVMSG $chan :\[\00304X\003\] unable to resolve address \00314$host\003 from \00303$nick\003."}}proc check:for:nick { from keyword arguments } {set chan $::chanset getip [lindex [split $arguments] 3]set getnick [lindex [split $arguments] 1]set check_ipv6 [regexp {^([0-9A-Fa-f]{0,4}:){2,7}([0-9A-Fa-f]{1,4}$|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.|$)){4})$} $getip]set check_ipv4 [regexp {^[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$} $getip]if {$check_ipv6 == "0" &amp;&amp; $check_ipv4 == "0"} {set getv6 [catch {exec host -t AAAA $getip 2&gt;/dev/null} results]set check_ipv6 [regexp {^([0-9A-Fa-f]{0,4}:){2,7}([0-9A-Fa-f]{1,4}$|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.|$)){4})$} [lindex $results 4]]if {$check_ipv6 == "1"} {check:ip [lindex $results 4] $chan 3 "$getip $getnick"unbind raw - 311 check:for:nickunbind raw - 401 no:nickreturn}dnslookup $getip solve:nick:ip $chan $getnickunbind raw - 311 check:for:nickunbind raw - 401 no:nickreturn}check:ip $getip $chan 0 $getnickunbind raw - 311 check:for:nickunbind raw - 401 no:nick}proc check:ip {ip chan status arg} {global botnickset noinfo 0set ipq [http::config -useragent "lynx"]set ipq [::http::geturl "http://ip-api.com/json/$ip"] set data [http::data $ipq]::http::cleanup $ipqset parse [::json::json2dict $data]  set location ""set hostname ""set org ""foreach {name info} $parse {if {[string equal -nocase $name "hostname"]} {if {$info != "No Hostname"} {set hostname $info}}if {[string equal -nocase $name "city"]} {if {$info != ""} {lappend location $info}}if {[string equal -nocase $name "regionName"]} {if {$info != ""} {lappend location $info}}if {[string equal -nocase $name "country"]} {if {$info != ""} {lappend location $info}}if {[string equal -nocase $name "org"]} {if {$info != ""} {set org $info}}if {[string equal -nocase $name "status"]} {if {$info != ""} {if {$info == "fail"} {set noinfo 1}}}}if {$noinfo == "1"} {return}if {$org != ""} {set org_text "|\00302 ORG: \00310$org\003"} else { set org_text "" }set location [join $location ", "]if {$status != 0} {if {$status == "1"} {if {$hostname != ""} {putserv "PRIVMSG $chan :\00302NickName: \00303$arg\003 | \00302Ip: \00304$ip\003 | \00302Host: \00304$hostname\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"} else {putserv "PRIVMSG $chan :\00302NickName: \00303$arg\003 | \00302Ip: \00304$ip\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"} }if {$status == "2"} { putserv "PRIVMSG $chan :\00302Host: \00306$arg\003 | \00302Ip: \00304$ip\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"}if {$status == "3"} { putserv "PRIVMSG $chan :\00302NickName: \00303[lindex [split $arg] 1]\003 | \00302Host: \00306[lindex [split $arg] 0]\003"if {$hostname != ""} {putserv "PRIVMSG $chan :\00302Ip: \00304$ip\003 | \00302Host: \00304$hostname\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"} else {putserv "PRIVMSG $chan :\00302Ip: \00304$ip\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"}}} else {if {$hostname != ""} {putserv "PRIVMSG $chan :\00302Ip: \00304$ip\003 | \00302Host: \00304$hostname\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"} else {putserv "PRIVMSG $chan :\00302Ip: \00304$ip\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"}}}putlog "BlackIP 1.6 (IPv6 support) by BLaCkShaDoW Loaded"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Fri Oct 27, 2017 4:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BLaCkShaDoW]]></name></author>
		<updated>2017-10-27T02:44:43-04:00</updated>

		<published>2017-10-27T02:44:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106490#p106490</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106490#p106490"/>
		<title type="html"><![CDATA[BlackIP 1.6 by BLaCkShaDoW]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106490#p106490"><![CDATA[
Hello<br>Please change within the script<div class="codebox"><p>Code: </p><pre><code>putserv "WHOIS $ip $ip"</code></pre></div>to<div class="codebox"><p>Code: </p><pre><code>putserv "WHOIS $ip"</code></pre></div>That should do the trick<br>Good Day.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10416">BLaCkShaDoW</a> — Fri Oct 27, 2017 2:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2017-10-26T15:05:25-04:00</updated>

		<published>2017-10-26T15:05:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106488#p106488</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106488#p106488"/>
		<title type="html"><![CDATA[BlackIP 1.6 by BLaCkShaDoW]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106488#p106488"><![CDATA[
This tcl works well but has a detail does not work the option:<br>  no such nick  or <strong class="text-strong">dokers No such nick</strong> in line 64<br>  proc no:nick { from keyword arguments } {<br><br>the option is active but not working<div class="codebox"><p>Code: </p><pre><code>############################################################################# BlackIP 1.6#!ip &lt;ip&gt; / &lt;host&gt; / &lt;nickname&gt;# - Changed source website# - Now supports IPv6# - Now supports eggdrop version less than 1.8.0##To activate .chanset #channel +ip | BlackTools : .set +ip##To work, put the two tcl's in config from the arhive : json.tcl , http.tcl#(if you don't have them instaled)##                                             BLaCkShaDoW ProductionS############################################################################Set here who can execute the command (-|- for all)set ip_flags "-|-"############################################################################bind pub $ip_flags !ip black:ip:checkpackage require httppackage require jsonsetudef flag ipproc black:ip:check {nick host hand chan arg} {set ip [lindex [split $arg] 0]set ::chan $chanset ::ip $ipif {![channel get $chan ip]} {return}if {$ip == ""} {puthelp "NOTICE $nick :\[BlackIP\] USAGE: \002!ip\002 &lt;ip&gt;/\002&lt;host&gt;\002/&lt;nick&gt;"return}set check_ipv6 [regexp {^([0-9A-Fa-f]{0,4}:){2,7}([0-9A-Fa-f]{1,4}$|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.|$)){4})$} $ip]set check_ipv4 [regexp {^[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$} $ip]if {![string match -nocase "*:*" $ip] &amp;&amp; ![string match -nocase "*.*" $ip]} {putquick "WHOIS $ip $ip"bind raw - 401 no:nickbind raw - 311 check:for:nickreturn}if {$check_ipv6 == "0" &amp;&amp; $check_ipv4 == "0"} {set getv6 [catch {exec host -t AAAA $ip 2&gt;/dev/null} results]set check_ipv6 [regexp {^([0-9A-Fa-f]{0,4}:){2,7}([0-9A-Fa-f]{1,4}$|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.|$)){4})$} [lindex $results 4]]if {$check_ipv6 == "1"} {check:ip [lindex $results 4] $chan 2 $ipreturn}dnslookup $ip solve:ip $chan}check:ip $ip $chan 0 none}proc no:nick { from keyword arguments } {set chan $::chanset ip $::ipputhelp "PRIVMSG $chan :\[\00304$ip\003]\ is not Online."unbind raw - 401 no:nickunbind raw - 311 check:for:nick}proc solve:ip {ip host receive chan} {if {$receive == "1"} {check:ip $ip $chan 2 $host} else {puthelp "PRIVMSG $chan :\[\00304X\003\] unable to resolve address \00314$host\003."}}proc solve:nick:ip {ip host receive chan nick} {if {$receive == "1"} {check:ip $ip $chan 3 "$host $nick"} else {puthelp "PRIVMSG $chan :\[\00304X\003\] unable to resolve address \00314$host\003 from \00303$nick\003."}}proc check:for:nick { from keyword arguments } {set chan $::chanset getip [lindex [split $arguments] 3]set getnick [lindex [split $arguments] 1]set check_ipv6 [regexp {^([0-9A-Fa-f]{0,4}:){2,7}([0-9A-Fa-f]{1,4}$|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.|$)){4})$} $getip]set check_ipv4 [regexp {^[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$} $getip]if {$check_ipv6 == "0" &amp;&amp; $check_ipv4 == "0"} {set getv6 [catch {exec host -t AAAA $getip 2&gt;/dev/null} results]set check_ipv6 [regexp {^([0-9A-Fa-f]{0,4}:){2,7}([0-9A-Fa-f]{1,4}$|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.|$)){4})$} [lindex $results 4]]if {$check_ipv6 == "1"} {check:ip [lindex $results 4] $chan 3 "$getip $getnick"unbind raw - 311 check:for:nickunbind raw - 401 no:nickreturn}dnslookup $getip solve:nick:ip $chan $getnickunbind raw - 311 check:for:nickunbind raw - 401 no:nickreturn}check:ip $getip $chan 0 $getnickunbind raw - 311 check:for:nickunbind raw - 401 no:nick}proc check:ip {ip chan status arg} {global botnickset noinfo 0set ipq [http::config -useragent "lynx"]set ipq [::http::geturl "http://ip-api.com/json/$ip"] set data [http::data $ipq]::http::cleanup $ipqset parse [::json::json2dict $data]  set location ""set hostname ""set org ""foreach {name info} $parse {if {[string equal -nocase $name "hostname"]} {if {$info != "No Hostname"} {set hostname $info}}if {[string equal -nocase $name "city"]} {if {$info != ""} {lappend location $info}}if {[string equal -nocase $name "regionName"]} {if {$info != ""} {lappend location $info}}if {[string equal -nocase $name "country"]} {if {$info != ""} {lappend location $info}}if {[string equal -nocase $name "org"]} {if {$info != ""} {set org $info}}if {[string equal -nocase $name "status"]} {if {$info != ""} {if {$info == "fail"} {set noinfo 1}}}}if {$noinfo == "1"} {return}if {$org != ""} {set org_text "|\00302 ORG: \00310$org\003"} else { set org_text "" }set location [join $location ", "]if {$status != 0} {if {$status == "1"} {if {$hostname != ""} {putserv "PRIVMSG $chan :\00302NickName: \00303$arg\003 | \00302Ip: \00304$ip\003 | \00302Host: \00304$hostname\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"} else {putserv "PRIVMSG $chan :\00302NickName: \00303$arg\003 | \00302Ip: \00304$ip\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"} }if {$status == "2"} { putserv "PRIVMSG $chan :\00302Host: \00306$arg\003 | \00302Ip: \00304$ip\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"}if {$status == "3"} { putserv "PRIVMSG $chan :\00302NickName: \00303[lindex [split $arg] 1]\003 | \00302Host: \00306[lindex [split $arg] 0]\003"if {$hostname != ""} {putserv "PRIVMSG $chan :\00302Ip: \00304$ip\003 | \00302Host: \00304$hostname\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"} else {putserv "PRIVMSG $chan :\00302Ip: \00304$ip\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"}}} else {if {$hostname != ""} {putserv "PRIVMSG $chan :\00302Ip: \00304$ip\003 | \00302Host: \00304$hostname\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"} else {putserv "PRIVMSG $chan :\00302Ip: \00304$ip\003 |\00302 Location: \00314$location\003 |\00302 ORG: \00310$org\003"}}}putlog "BlackIP 1.6 (IPv6 support) by BLaCkShaDoW Loaded"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Thu Oct 26, 2017 3:05 pm</p><hr />
]]></content>
	</entry>
	</feed>
