Jump to content

CA3LE

Administrator
  • Posts

    10,127
  • Joined

  • Last visited

  • Days Won

    547
  • Speed Test

    My Results

Everything posted by CA3LE

  1. In your home... yes, hell cox is going to offer that soon. but we are talking about over the main power lines in your city.
  2. hehe... I think it's actually in a very stable beta stage now. See, just give me an idea and I will make it a reality... I even converted d_load.cgi to php...... anyone who scripts out there can back me up on this on... that is a pain in the debugging ASS! ~~ But one down, many more to go.... just a few major ones though, then this site should get REALLY interactive after I tie everything together. FUN FUN --- just kidding I live for this shit guys --- GEEK! god damn my fingers hurt...
  3. sorry I can't read anything... Swimmers signature is fuckin' up my concentration.
  4. Clean results :::.. Download Stats ..::: Connection is:: 5060 Kbps about 5.1 Mbps (tested with 1496 KB) Download Speed is:: 618 KB/s Tested From:: http://www.testmy.net/ Bottom Line:: 90 times faster than 56K you can download 1MB in 1.66 second(s) Validation Link:: https://testmy.net/cgi-bin/get.cgi?Test_ID=LMN08LQO3 Server load and memory footprint dropped very much indeed with the optimized script, going to be even better with the whole site converted. PHP rules.
  5. I busted my ass tonight and got one script converted to PHP and it's live... the download test is now scripted in PHP, the first of many steps have been taken.. http://www.testmy.net/d_load.php ... I just got about oooohhhh... 4 million more scripts to convert. hehe, But even just this ONE script being converted should fix alot of glitches in the site and lower server load.
  6. I can't roll quite that HARD ... YO! :::.. Download Stats ..::: Connection is:: 4710 Kbps about 4.7 Mbps (tested with 2992 KB) Download Speed is:: 575 KB/s Tested From:: http://www.testmy.net/ Bottom Line:: 84 times faster than 56K you can download 1MB in 1.78 second(s) Validation Link:: https://testmy.net/cgi-bin/get.cgi?Test_ID=0MGJV7EPX :::.. Upload Stats ..::: Connection is: 501 Kbps about 0.5 Mbps (tested with 579 KB) Upload Speed is: 61 KB/s Tested From:: http://www.testmy.net/ Bottom Line: 9 times faster than 56K you can upload 1MB in 16.79 second(s) Validation Link :: https://testmy.net/cgi-bin/get.cgi?Test_ID=23T3CRSKN What kind of modem do you have speedy?
  7. Cox Communications is tha shiz! Always has been Always will be By the way Cobra... your new sig is awesome! Photoshop SKILLZ!
  8. you guys make me blush Always too kind ---- Sorry to be so late also... didn't notice this topic for some reason
  9. YOWZERS.. they are both eye candy!
  10. I have already discussed this in the forum. It is a VERY time consuming process, but it is in the future, will have to be after I re-write all my PERL scripts into PHP --- very time consuming, but it is being worked on... just on the back burner. - Damon
  11. Your host is listed under tconl.com ~ just go to http://www.testmy.net/host_stats.php?host=tconl.com&notboolean=1'>http://www.testmy.net/host_stats.php?host=tconl.com&notboolean=1 or just go to http://www.testmy.net/host_stats.php and it will fill out your ISP info auto - your ISP is fast... but is not in the top ten because there are not enough tests logged under that ISP. 6 tests under that ISP isn't going to cut it to get in the top ten....
  12. Looks like optonline.net is the fastest provider in the stats Top Ten Stats
  13. :::.. Download Stats ..::: Connection is:: 4668 Kbps about 4.7 Mbps (tested with 2992 KB) Download Speed is:: 570 KB/s Tested From:: http://www.testmy.net/ Bottom Line:: 83 times faster than 56K you can download 1MB in 1.8 second(s) Validation Link:: https://testmy.net/cgi-bin/get.cgi?Test_ID=ROISFURX1 :::.. Upload Stats ..::: Connection is: 512 Kbps about 0.5 Mbps (tested with 386 KB) Upload Speed is: 63 KB/s Tested From:: http://www.testmy.net/ Bottom Line: 9 times faster than 56K you can upload 1MB in 16.25 second(s) Validation Link :: https://testmy.net/cgi-bin/get.cgi?Test_ID=ONKCOPVDV
  14. Naw I was just doing a bunch of shit... DAMN your test page looks fuckin' bad ass!
  15. Yea those are pretty damn pimp... can you make the height smaller though --- that shit is freaky
  16. Make the changes to the TOP file [code:1] <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"> [/code:1] Just use that as a template... no you can't make a loading graphic that will replace what is on there... If you want to show how many users are testing place this [code:1] <!--#include virtual="/cgi-bin/counter.pl?ssi"--> [/code:1] Where you want it to display -- by the way, that shows how many users are testing TestMy.net - wide.
  17. okay refined it a bit function GetIPu() { if (getenv("HTTP_CLIENT_IP") && strcasecmp(getenv("HTTP_CLIENT_IP"), "unknown")) $ipu = getenv("HTTP_CLIENT_IP"); else if (getenv("HTTP_X_FORWARDED_FOR") && strcasecmp(getenv("HTTP_X_FORWARDED_FOR"), "unknown")) $ipu = getenv("HTTP_X_FORWARDED_FOR"); else if (getenv("REMOTE_ADDR") && strcasecmp(getenv("REMOTE_ADDR"), "unknown")) $ipu = getenv("REMOTE_ADDR"); else if (isset($_SERVER['REMOTE_ADDR']) && $_SERVER['REMOTE_ADDR'] && strcasecmp($_SERVER['REMOTE_ADDR'], "unknown")) $ipu = $_SERVER['REMOTE_ADDR']; else $ipu = "unknown"; return($ipu); } $ipu=GetIPu(); function get_isp($ip = '') { if (empty($ip)) { $ip = GetIPu(); } $longisp = gethostbyaddr($ip); $isp = explode('.', $longisp); $ispr = array_reverse($isp); $isp = $ispr[1].'.'.$ispr[0]; return $isp; } Nice reverse array now only outputs JUST the end of gethostbyaddr Then on the mySQL end I am using varchar(20) -- max length of User_Host is 20 characters -- but that should be more than needed. This new code should protect the size of my database and pull better logs... we will see in time.
×
×
  • Create New...