-
Posts
10,127 -
Joined
-
Last visited
-
Days Won
547 -
Speed Test
My Results
Everything posted by CA3LE
-
I clicked the wrong user.. I can see now your on verizon By the way, I just started logging users ISPs --- It still in beta, but you guys can test out the query script for host... http://www.testmy.net/host_stats.php just type your host and it should give averages... after the beta and bugging, I will of course have much more stat output... and comparison. Hope everything works out, it looks like my SQL logs are going to grow faster in size... I am aproching 1 million entries without a problem.
-
Was able to parse it down, I am going to try and get that implemented into the logging tonight Unstable, thank you for the suggestion that got a thought process going
-
I ended up using $ip = $_SERVER['REMOTE_ADDR']; $fullhost = gethostbyaddr($ip); $host = preg_replace("/^[^.]+./", "*.", $fullhost); I put it in http://www.testmy.net/whois.php for testsing you will see a portion that says "your host is ::*.ph.ph.cox.net *** host of your query is :: *.chvlva.adelphia.net " (that is just what i got when I pulled your IP unstable) But what I need to do is parse further and just get the end of that like instead of *.chvlva.adelphia.net it would say adelphia.net -- will just take me a little more to parse that down...
-
Naw naw.. it's cool, this shit is funny
-
I think I figured it out // I can do this in PHP function gethost ($ip) { $host = `host $ip`; return (($host ? end ( explode (' ', $host)) : $ip)); } I will try this when I get in tonight.
-
Here you might be onto something, as for building my own ip-country-isp database -- even if I did I would still have to run ARIN or something because the database changes about 10% /month -- I wouldn't want inaccurate data... I'm going to look into parsing NSLOOKUP though, that may be worth it. I will let you know what i come up with, if you can figure out how to do it in perl or PHP let me know, I can implement that into my logging easy as a mofo!
-
What I really need is the RAW database in .CSV -- I need "IP-Country-ISP" database ~ then I can import it to a mySQL database and query locally - but all I can find is people that want to charge me to get the database...... and I know why, most people that want this information are using it to GEO target users... well not me, I just want to make my database more searchable by ISP and stuff.... grrrr Help me find this guys!!!
-
This is the only forum that I allow guest posts... because I want to hear the opinions of all users reguardless of if they are a forum member or not. But I have been working on what your sugesting.. it is very hard to do because I can't do it through ARIN (unless you guys like to wait for an ARIN query with each test) ~~ but there are IP tables that I can get my hands on that show the IP blocks of ALL ISPS in the world... and are updated, I just need to figure out how to get them for free, and also get updated versions for free..... and them work it all into my site. Not all too easy for one guy to do --- DSL Reports has many people working on their stuff (I assume)
-
Here is my personal home connection https://testmy.net/personal_stats_30d.php?comp_id=6326047705&m=10&d=22&Y=2004 You can see in there where I was having connection problems... and where for the first time in a long time I had to use my own website to resolve the problems.. hehe
-
OOOKAY! Just spoke to a tech over at theplanet and he told me that level3 has been having problems -- one of the bandwidth providers for my datacenter. He said that the problems are 'supposed' to be resolved now but 2-4 days agao (he said) it was so bad that people were routing around them and dropping their service... so that is why some users lately have been reporting off speeds, not my server or my provider.... just one of the 12 providers that I route through. Hopefully these speed bumps will go away now.
-
How the fuck are you getting down speed like that!!
-
my sig too big? (dial-up users beware--> large pics)
CA3LE replied to Cobra's topic in General Discussion
Just make it pimptastic! hehe ~~ just make it look tight as a mofo! a PLASTIC knife man.... you poor bastard -
my sig too big? (dial-up users beware--> large pics)
CA3LE replied to Cobra's topic in General Discussion
that sig is PHAT! Keep it... who cares about the size.. who the hell on this site has dial-up ... it's a broadband site HEY.. make me a KICK ASS sig bro.. I'm too lazy --- or busy.. i don't know anymore what I am. -
Mike -- Niiiice focus, (just saw it on your site) take a guess what I just picked up the other day (well like a month ago) -- Hint: I just upgraded the intake, blow off valve and 3" turbo back exhaust Lets see who can guess of what kinda car it is I will give more hints as guesses come in. Sad thing is that right after I did my mods I crashed it because of the presidential debates in Tempe I hit a road closed sign... the friggen road wasn't closed 10 minutes earlier! Damn president!
-
Perfect averages.. 'cept those days when my server was messing up
-
-
This isn't my connection... it's my work connection at one of my offices .. it's been acting up alot. As for making yours better... it looks great to me for cable man ... just smile
-
hahaha Your all.. EHHH FUCK IT!
-
Thats very nice indeed This connection I'm on right now (not at home) is very up and down... you can check it out if you want... https://testmy.net/personal_stats_30d.php?comp_id=22528372166&m=10&d=22&Y=2004 It's just all over the place
-
I can't remember what the amperage is... but yea... volts aren't what kills ya, it's Amps -- well watts actually for instance you can take a 200,000 volt jolt at 0.000000000000000000001 amps and not even feel it... take 1 volt at 150 amps and your ass is dead (well actually your whole body is dead.. not just your ass ) (volts*amps) = watts [which is what kills you in the end.. the END power output]
-
Okay, your stuff is custom now --- other webmasters... look what can be done with my custom test, all customization can be done on your end. http://www.mikesel.karoo.net/speedtest.html All I added was (which for the most part you already had in your own template).... <style> a:link { color: #AABCCD; text-decoration: none; } a:visited { color: #AABCCD; text-decoration: none; } a:active { color: #AABCCD; text-decoration: none; } .tb { border: 1px dotted #697F94; } a:hover { color: #FBCA20; text-decoration: none; } body, td { font-family: Verdana; font-size: 10px; color: #FFFFFF; scrollbar-base-color: #385774; scrollbar-arrow-color: #000000; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #2F4254; scrollbar-face-color: #385774; } .progress { font-family: Arial, Helvetica, Verdana, Sans-serif; font-size: 11px; color: #FFFFFF; } .progresstable { background: #000000; border: 2px inset #FFFFFF; } .startfont { font-family: Arial, Helvetica, Verdana, Sans-serif; font-size: 10px; color: #FFFFFF; } TEXTAREA, .bginput { FONT-SIZE: 10px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; COLOR: #2F4254; BACKGROUND-COLOR: #4AABCCD; } </style> <body bgcolor="#2F4254" leftmargin="0" rightmargin="0">