Jump to content

TriRan

Moderators
  • Posts

    1,445
  • Joined

  • Last visited

  • Days Won

    55
  • Speed Test

    My Results

Posts posted by TriRan

  1. lol while we're at testing huge connections i just tested my new servers speed im pretty impressed :)

    i applied Vans 100Mbps Cablenut settings

    :::.. Download Stats ..:::

    Connection is:: 40345 Kbps about 40.3 Mbps (tested with 12160 kB)

    Download Speed is:: 4925 kB/s

    Tested From:: https://testmy.net/ (server2)

    Test Time:: Tue Sep 27 03:31:16 CDT 2005

    Bottom Line:: 720X faster than 56K 1MB download in 0.21 sec

    Diagnosis: Awesome! 20% + : 160.74 % faster than the average for host (vsk.com)

    Validation Link:: https://testmy.net/stats/id-VWSDFJ7H9

    :::.. Upload Stats ..:::

    Connection is:: 8962 Kbps about 9 Mbps (tested with 12159 kB)

    Upload Speed is:: 1094 kB/s

    Tested From:: https://testmy.net/ (server1)

    Test Time:: Tue Sep 27 03:24:32 CDT 2005

    Bottom Line:: 160X faster than 56K 1MB upload in 0.94 sec

    Diagnosis: Awesome! 20% + : 119.23 % faster than the average for host (vsk.com)

    Validation Link:: https://testmy.net/stats/id-FWDPGQX2S

  2. no... php 4.x.x has a problem with MySQL 4.1.x

    im not sure which version of MySQL your using but this could be the problem.. php4 runs fine with MySQL 4.0.x but doesn't work with MySQL 4.1.x with the new password encryption the fix for this is set MySQL4.1.x to use old password encryption

    also php 5.x.x works fine with all versions of MySQL

    for a little more info on this topic click Here

  3. hrm i use this to store / retrieve a Team event list

    BTW if you see some code in here thats not standard php its because im using this as a postnuke module

    DBINFO


    <?PHP
    $db_host = 'localhost';
    $db_name = 'edit';
    $db_user = 'edit';
    $db_pass = 'edit';
    ?>
    [/code]

    Index

    [code]

    mysql_connect($db_host,$db_user,$db_pass);

    @mysql_select_db($db_name) or die( "Unable to select database");

    $query="SELECT * FROM events";

    $result=mysql_query($query);

    $num=mysql_numrows($result);

    mysql_close();

  4. nb for 1Mb/1Mb

    :::.. Download Stats ..:::

    Connection is:: 1398 Kbps about 1.4 Mbps (tested with 1496 kB)

    Download Speed is:: 171 kB/s

    Tested From:: https://testmy.net/ (server2)

    Test Time:: Tue Aug 30 04:11:44 CDT 2005

    Bottom Line:: 25X faster than 56K 1MB download in 5.99 sec

    Diagnosis: May need help : running at only 71.22 % of your hosts average (grm.net)

    Validation Link:: https://testmy.net/stats/id-CPS4XFKJO

    :::.. Upload Stats ..:::

    Connection is:: 1271 Kbps about 1.3 Mbps (tested with 2992 kB)

    Upload Speed is:: 155 kB/s

    Tested From:: https://testmy.net/ (server2)

    Test Time:: Tue Aug 30 04:11:08 CDT 2005

    Bottom Line:: 23X faster than 56K 1MB upload in 6.61 sec

    Diagnosis: Awesome! 20% + : 51.13 % faster than the average for host (grm.net)

    Validation Link:: https://testmy.net/stats/id-HCD5SRE1X

  5. Pinging testmy.net [67.18.179.85] with 32 bytes of data:

    Reply from 67.18.179.85: bytes=32 time=42ms TTL=52

    Reply from 67.18.179.85: bytes=32 time=40ms TTL=52

    Reply from 67.18.179.85: bytes=32 time=40ms TTL=52

    Reply from 67.18.179.85: bytes=32 time=41ms TTL=52

    Ping statistics for 67.18.179.85:

        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

    Approximate round trip times in milli-seconds:

        Minimum = 40ms, Maximum = 42ms, Average = 40ms

  6. :::.. Download Stats ..:::

    Connection is::Infinty Kbps about Infinity Mbps (tested with 12160 kB)

    Download Speed is:: Infinity kB/s

    Tested From:: https://testmy.net/ (server2)

    Test Time:: Mon Aug 29 2005 15:27:16 GMT-0500 (Central Daylight Time)

    Bottom Line:: Infinity X faster than 56K 1MB download in 0.01 sec

    Diagnosis: Awesome! 20% + : Infinity % faster than the average for host (Comcast.net)

    Validation Link:: https://testmy.net/stats/id-EZL13QM98

    Dont be jealous

  7. lol van.. what you need to do is partition say 10 gb with partition magic then run linux installer set it up to install on whichever hd.. then tell it to install on the partition instead of drive C: i installed mine on drive I a partition i made.. when i did that it asked to delete drive I and format it.. i clicked yes and everything worked out.. if that doesn't work i have no idea..

×
×
  • Create New...