
It will go down again later today when I install a new kernel. Had to build one with IPFW (IP Firewall) so we can more easily deal with site suckers.
Dave
Moderator: Site Moderator
It always about the corn 'round hereIt will go down again later today when I install a new kernel.
Uncle Jesse wrote:Sorry guys, I rebooted the wrong server so homedistiller went down for a few minutes.![]()
It will go down again later today when I install a new kernel. Had to build one with IPFW (IP Firewall) so we can more easily deal with site suckers.
Dave
What the hell? Ya gotta have good corn.. Dont ya???? DONT YA????blind drunk wrote:It always about the corn 'round hereIt will go down again later today when I install a new kernel.
95% of the time, we simply spout out geek speak, without even thinking about it.MuleKicker wrote:a ha...... Eggheads... Ha hahahhahha You guys are great.
Code: Select all
$doAge = false;
preg_match_all("/C2H5OH/", "alcohol laden wash", $jars);
foreach($jars as $jar){
if(acceptable($jar)){
$whitedog .= $jar;
}else{
$feints .= $jar;
}
}
store($feints);
if($doAge){
age($whitedog);
}else{
enjoy($whitedog);
}