• WARNING: Tube/Valve amplifiers use potentially LETHAL HIGH VOLTAGES.
    Building, troubleshooting and testing of these amplifiers should only be
    performed by someone who is thoroughly familiar with
    the safety precautions around high voltages.

*PING* Tubechimp

Status
Not open for further replies.
Heya,

I've replied to your PM's, but you have your email turned off. Are you getting my replies on the tube stuff?

Cheers!


Sorry if this is the wrong place - I have clue not one how else to get ahold of him.... he doesn't seem to be getting my PM's 🙁
 
😎
 

Attachments

  • ping-tubechimp.png
    ping-tubechimp.png
    28.3 KB · Views: 192
Hmmm...

[devnull@www ~]# dig taj

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> taj
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 40232
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;taj. IN A

;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2010091301 1800 900 604800 86400

;; Query time: 825 msec
;; SERVER: 68.94.157.1#53(68.94.157.1)
;; WHEN: Mon Sep 13 16:11:47 2010
;; MSG SIZE rcvd: 96
 
Code:
 traceroute www.diyaudio.com
traceroute to www.diyaudio.com (209.59.179.1), 30 hops max, 40 byte packets
 1  69.65.9.1 (69.65.9.1)  0.901 ms  0.886 ms  0.879 ms
 2  core1.ord.servernap.com (69.65.16.129)  0.872 ms  1.827 ms  1.818 ms
 3  p122.csr1.Chi3.Servernap.net (66.252.0.153)  0.816 ms  0.810 ms  0.803 ms
 4  te3-4.er1.Chi1.Servernap.net (66.252.0.74)  1.774 ms  1.767 ms  1.759 ms
 5  te-9-2.car2.Chicago1.Level3.net (4.71.183.217)  1.727 ms  1.724 ms  1.715 ms
 6  ae-32-52.ebr2.Chicago1.Level3.net (4.68.101.62)  5.674 ms * ae-32-52.ebr2.Chicago1.Level3.net (4.68.101.62)  1.966 ms
 7  ae-5-5.ebr2.Chicago2.Level3.net (4.69.140.194)  1.975 ms  1.967 ms  1.958 ms
 8  ae-2-52.edge2.Chicago2.Level3.net (4.69.138.163)  2.944 ms  2.935 ms  2.915 ms
 9  GLOBAL-INTE.edge2.Chicago2.Level3.net (4.59.29.78)  3.902 ms  3.894 ms  3.885 ms
10  lw-core4-te91.rtr.liquidweb.com (209.59.157.206)  8.861 ms  8.857 ms  8.841 ms
11  lw-dc2-core3-ge2-15.rtr.liquidweb.com (209.59.157.104)  7.823 ms  7.816 ms  7.806 ms
12  lw-dc2-sec3-dist6-po1.rtr.liquidweb.com (209.59.157.122)  9.965 ms  9.949 ms  9.929 ms
13  titan.diyaudio.com (209.59.179.1)  7.966 ms !X  7.943 ms !X  7.936 ms !X


pings,dings, and hops.


diy server says hi.
 
No it is not, I own a company that does state by state ebay style auction/classifieds, but only for the state it's in, sincitytrader.com is the Nevada branch, seacoasttrader.com is the Maine branch, and beantowntrader.com is the next to open, for Massachusetts.


I have a few other entities I own, but there just for pocket change.
 
The only way to get a geekier ping than this is to write it in 68000 assembler (IMHO)😉:


my ($a, $b, $c, $d)=unpack('C4',$http_addr);
if ($a>=192) {
$http_domain=$a.".".$b.".".$c;
}
else {
$http_domain=$a.".".$b;
}
my @remote=split(/\./,$ENV{'REMOTE_ADDR'});
$remote_domain=$remote[0].".".$remote[1];
@target=split(/\./,$addr);
if(!($http_domain eq $remote_domain)) {
if(defined($target_domain)) {
if($target_domain eq $http_domain) {
$err.="$function server does not provide $function"."s to ".
"targets such as $addr inside the $http_domain domain, ".
"for browsers outside the $http_domain domain.<br>\n";
}
}
push(@Tropts,"-f 3");
}
else {
$start="";
}
 
Status
Not open for further replies.