Incorporating F4 help

Hi,
Is it possible to incorporate F4 help like normal screen programming? Earlier, I created inputfields using service calls which automatically incorporated F4 help. Now I don't use service calls and bind nodes and attributes to direct dictionary structures. Is the incorporation of F4 help the same technique as done in ABAP screen programming?
Thanks,
Lloyd

Hi,
YOu can use OVS to incorporate F4 help for fields which donot have search helps associated to them.
Regards,
Ismail.[OVS_HELP|http://help.sap.com/saphelp_erp2005/helpdata/en/30/d7fa41c915da6fe10000000a1550b0/content.htm]
Edited by: Ismail Basha on Jan 23, 2008 9:38 AM

Similar Messages

  • RE: Incorporation of Help File

    hi,
    There is another way to do this. Try setting the default help
    File attribute of the window to the required help file.
    e.g.
    helpFile : File = new;
    helpFile.SetLocalName('c:\\myhelpfile.HLP');
    mywindow.window.DefaultHelpFile = helpFile;
    For this to work your 'Help Contents' Menu Command must have the
    command type 'Help Contents' . This can be easily set in the Menu
    workshop. Remember normally all Menu Commands have command type
    'Custom'. After you have done this run the application. Now whenever you
    click the 'contents' Menu it will display the contents as required.
    You do not have to use the winhelp command in this solution.
    Later you can change the Local Name to a Portable Name using
    SetPortableName instead of SetLocalName.
    hope this helps.
    regards,
    Manish Shirke
    Indus Consultancy Services.
    From: [email protected][SMTP:[email protected]]
    Reply To: [email protected]
    Sent: Monday, September 28, 1998 10:43 AM
    To: [email protected]
    Subject: Incorporation of Help File
    I am using WinHelp to load the 'Help' file that is invoked on the
    'Help'
    menu entry. During execution of the app, the 'Help' menu 'shell'
    appears,
    but the 'Contents' does not. When I click on 'Help' 'Contents' during
    the
    execution of the application, I have to do a 'file' 'open' to open the
    actual contents file.
    Can anyone tell me how to load the 'Contents' so that when a user
    clicks on
    'Help' the 'Contents' file will actually load?
    Thanks,
    Terry
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    hi,
    There is another way to do this. Try setting the default help
    File attribute of the window to the required help file.
    e.g.
    helpFile : File = new;
    helpFile.SetLocalName('c:\\myhelpfile.HLP');
    mywindow.window.DefaultHelpFile = helpFile;
    For this to work your 'Help Contents' Menu Command must have the
    command type 'Help Contents' . This can be easily set in the Menu
    workshop. Remember normally all Menu Commands have command type
    'Custom'. After you have done this run the application. Now whenever you
    click the 'contents' Menu it will display the contents as required.
    You do not have to use the winhelp command in this solution.
    Later you can change the Local Name to a Portable Name using
    SetPortableName instead of SetLocalName.
    hope this helps.
    regards,
    Manish Shirke
    Indus Consultancy Services.
    From: [email protected][SMTP:[email protected]]
    Reply To: [email protected]
    Sent: Monday, September 28, 1998 10:43 AM
    To: [email protected]
    Subject: Incorporation of Help File
    I am using WinHelp to load the 'Help' file that is invoked on the
    'Help'
    menu entry. During execution of the app, the 'Help' menu 'shell'
    appears,
    but the 'Contents' does not. When I click on 'Help' 'Contents' during
    the
    execution of the application, I have to do a 'file' 'open' to open the
    actual contents file.
    Can anyone tell me how to load the 'Contents' so that when a user
    clicks on
    'Help' the 'Contents' file will actually load?
    Thanks,
    Terry
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • EUL Modeling Question - Discoverer with Helper Tables.

    Hello All,
    I am interested in knowing if anyone has successful incorporated a helper table (or bridge table) from a star schema into a discoverer EUL and what steps they took to get this working correctly?
    The helper table handles the complex hierarchies within data but am not sure how best to incorporate this into discoverer.
    Christopher

    Hi
    You can do this using a VPD. The easiest is to create one database account for each SSO user using the same username. Then the VPD policy will use an NVL of the SSO context with the database name to work out access.
    This is not easy to set up and unless you have experience with a VPD you may need to get some help.
    By the way, from the Discoverer side there is nothing to set up. This will all be handled by the database and by the functions that control access to the E-Business Suite objects. As a bit of advice I don't recommend setting the VPD profiles against the base tables as this will also be applied when folks log into EBS. What I have done is to create a database view against each table that I need to report against and then apply the security to the view. This way only Discoverer reporting will be secured.
    You can create a view using something like: CREATE OR REPLACE VIEW V_table_name AS SELECT * FROM table_name
    Does this help?
    Best wishes
    Michael

  • Which AirHelp option produces less output files?

    Hello All,
    My help topics were created using RH8, and am looking into other web base help solution due to the large amount of files that Web Help currently outputs. For example, Adobe Air in RH8 has the following Output Types:
    Adobe Air Application,
    Browser based help,
    Air Application AND Browser based help, and
    Help Content.
    My ultimate goal is simply to have a compact output file (e.g., like a CHM file) so my developer can incorporate into his workflow solution (SharePoint 2010) to automatically deploy my web help to not just the central admin server but also all sub-servers. The initial approach of incorporating the help files (currently using RH WebHelp) into the install package did not address that scenario. Unfortunately, for him, he cannot dynamically include all the files into the solution; they must be included one-by-one, which is pain and will cause issues if new files are added later on. Hence, my inquiry to find another web help platform output to reduce the number of files needed to be included in the solution.
    In closing, what do you recommend out of Adobe Air web help solution?
    Thank you all for your time and consideration,
    ~PM

    Jeff will not be online yet. The AIR file is a single file but not the same as a CHM. A CHM is what the user opens. An AIR file is a bit like a zip file and it installs the AIR help on the user's PC as a program. Within Program Files, it looks much like WebHelp.
    You will need a freely available licence from Adobe if you are also going to install the AIR runtime that will be needed. See the AIR topics on my site.
    With that said, I don't think AIR of any type is your solution any more than a CHM is. The latter is designed to be run from the user's PC and not a server. See http://www.grainge.org/pages/authoring/chm_mspatch/896358.htm
    Quite simply, short of a PDF help file, there isn't a single file help option designed to run from web servers. What seems odd here and where more information is needed is why your developer cannot upload webhelp. Something is not ringing right here.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • RH6 licensing

    Now that RH6 enables command-line generating, we are
    incorporating the help generation into our nightly product build.
    Our build machine is a virtual machine that occasionally gets moved
    from one host server to another. This movement often causes a new
    IP and MAC address on the build machine.
    In the past I have had RH warn me that a license I was using
    for the install was already in use on my network, so I know it has
    tougher license checking than most products. My concern is that the
    movement of the build machine is going to require deactivating the
    license and possibly reinstalling RH.
    Can someone explain how the license check works? Is it one
    license tied to a single IP or MAC address, or does the installer
    simply record the license somewhere and then check the list during
    each install?
    Thank you.

    Good question! I hope someone with RH6 server installation
    experience has an answer (I'm curious, too).
    The older versions WRITE TO THE MASTER BOOT RECORD of the
    hard drive on the installation workstation (not something most Sys
    Admins are very happy with). That is why a crash or hard drive
    change required calling for a new installation license as a Ghost
    image WITHOUT THE PROPER COMMAND LINE SWITCH doesn't save/restore
    the full MBR...a pain considering how often Windows trashes and
    requires a complete wipe/reinstall of everything.
    Ghost does backup the first *absolute sector 0* which has the
    MBR code (Master Boot Record) and the Partition Table--but the rest
    of the master boot area (which is *absolute sector 1 thru 62*) is
    NOT backed up in Ghost's default mode--unless you use the Ghost
    command line switch *-ib* (image boot) which will then backup the
    whole Master Boot region of sectors 0 thru 62.
    Regards,
    GEWB

  • Length / word search

    hi,
    i have the ff values:
    ABC INC
    XYZ CORPORATION
    AAA INCORPORATED
    ZZZ CORP
    the names should be standard ie INC = INCORPORATED, CORP = CORPORATION. this should be resolved by replace(name,'INC','INCORPORATED','CORP','CORPORATION',etc). however, the CORP in INCORPORATED is again replaced by CORPORATION making the word 'INCORPORATIONORATED'.
    what is the right code for this? the replace CORP should ignore the name if it already contains INCORPORATED.
    pls help. thanks!
    syd

    Hello Syd,
    The following sample code might do the trick:
    SQL> CREATE TABLE sample
      2  (
      3  CH1 VARCHAR2(100 CHAR),
      4  CH2 VARCHAR2(100 CHAR)
      5  )
      6  ;
    Table created.
    SQL> INSERT INTO sample VALUES ('ABC','INC');
    1 row created.
    SQL> INSERT INTO sample VALUES ('XYZ','CORPORATION');
    1 row created.
    SQL> INSERT INTO sample VALUES ('AAA','INCORPORATED');
    1 row created.
    SQL> INSERT INTO sample VALUES ('ZZZ','CORP');
    1 row created.
    SQL> COMMIT;
    Commit complete.
    SQL> UPDATE sample SET CH2='CORPORATION' WHERE CH2 != 'CORPORATION' AND CH2 LIKE '%CORP%' AND CH2 NOT LIKE '%INC%';
    1 row updated.
    SQL> UPDATE SAMPLE SET CH2='INCORPORATED' WHERE CH2 != 'INCORPORATED' AND CH2 LIKE '%INC%';
    1 row updated.
    SQL> SELECT * FROM sample;
    CH1
    CH2
    ABC
    INCORPORATED
    XYZ
    CORPORATION
    AAA
    INCORPORATED
    ZZZ
    CORPORATION
    SQL> COMMIT;
    Commit complete.Regards,
    Yoann.

  • Design help - incorporating Budget information into star schema

    I currently have a star schema.
    At the fact level the data is broken down to be as grannular as possible, one row per order line Item with the line price being the main measure.
    There is a DimDate
    The DimProduct Dimension has ProductCode & Product Category ( I may break this up into two dimensions)
    I have now been given a budget that contains Monthly and annual estimates of each test category and expected sales and sale prices,  and asked to produce a report that:
    On a monthly basis, shows if the actual sales match up with estimates in budget, and if not, lists if its due to insufficient quantity sold, discounted pricing or a combo of the two.
    Im not sure how to implement this budget data. Should i:
    Create a Budget Dimension that has a row for each month of the budget that contains the estimates?
    Should this be imported directly into the fact table without a budget dimension?
    Create a seperate new fact table that is a Periodic Snapshot . Would contain One row for each test category per month, with measures for expected and actual amounts.
    Any advice on the best way of adding a budget to my model would be appreciated.
    Thanks a mil

    I was posting in the public forum as someone who may have tackled this before might be able to advise on a solution that may be better than what i come up with. I will try another public forum like sql server central. Thanks
    I think what you can do is this
    Populate budget info by reducing to day level granularity ie while putting in fact table make date as first day of the month ie datekey corresponding to start of the month from DimDate
    This will you can use the existing DimDate itself for relating within the cube
    While analysing because you analyze it at month level it will work fine
    ie for actuals it will aggregate every transaction (sales) from day level to month and compare it with month level budget (single entry at start of the month)
    so you'll get % attained and you can find reasons for that from other sales attributes like discounts etc
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Incorporating transaction types from F-43 to FB60...urgent help !!

    Hey guys...i need urgent help...my client is upgrading from ECC.5 to ECC.6 and in process they will no longer be using F-43 . Now they want me to incorporate all the transaction types from F-43 to FB60. Can someone explain the process. Thanks in advance.

    Dear Stiffler,
    The Payment Method field (ZLSCH) is not controlled via field status.
    This field cannot be set to required in the standard functionality in
    FB60.
    It means that for Vendor document entry for "payment method",
    you can only achieve it by creating a validation rule at call-up
    point 2.
    Or You can insert it into a Payment Term by OBB8 and insert the Payment Term into Your vendor/customer master data.
    I hope this helps.
    Mauri

  • Please send a download for firefox with the google tool bar that has " spell check " incorporated in itas this tool helps educate my teenager. I need the link to download this as I cant make sense of the downloads that are on the net .

    I need firefox with google tool bar with " spell check" included and a link so I can download it .

    Because I need spell check and happen to like google tool bar .

  • Help with if statement in cursor and for loop to get output

    I have the following cursor and and want to use if else statement to get the output. The cursor is working fine. What i need help with is how to use and if else statement to only get the folderrsn that have not been updated in the last 30 days. If you look at the talbe below my select statement is showing folderrs 291631 was updated only 4 days ago and folderrsn 322160 was also updated 4 days ago.
    I do not want these two to appear in my result set. So i need to use if else so that my result only shows all folderrsn that havenot been updated in the last 30 days.
    Here is my cursor:
    /*Cursor for Email procedure. It is working Shows userid and the string
    You need to update these folders*/
    DECLARE
    a_user varchar2(200) := null;
    v_assigneduser varchar2(20);
    v_folderrsn varchar2(200);
    v_emailaddress varchar2(60);
    v_subject varchar2(200);
    Cursor c IS
    SELECT assigneduser, vu.emailaddress, f.folderrsn, trunc(f.indate) AS "IN DATE",
    MAX (trunc(fpa.attemptdate)) AS "LAST UPDATE",
    trunc(sysdate) - MAX (trunc(fpa.attemptdate)) AS "DAYS PAST"
    --MAX (TRUNC (fpa.attemptdate)) - TRUNC (f.indate) AS "NUMBER OF DAYS"
    FROM folder f, folderprocess fp, validuser vu, folderprocessattempt fpa
    WHERE f.foldertype = 'HJ'
    AND f.statuscode NOT IN (20, 40)
    AND f.folderrsn = fp.folderrsn
    AND fp.processrsn = fpa.processrsn
    AND vu.userid = fp.assigneduser
    AND vu.statuscode = 1
    GROUP BY assigneduser, vu.emailaddress, f.folderrsn, f.indate
    ORDER BY fp.assigneduser;
    BEGIN
    FOR c1 IN c LOOP
    IF (c1.assigneduser = v_assigneduser) THEN
    dbms_output.put_line(' ' || c1.folderrsn);
    else
    dbms_output.put(c1.assigneduser ||': ' || 'Overdue Folders:You need to update these folders: Folderrsn: '||c1.folderrsn);
    END IF;
    a_user := c1.assigneduser;
    v_assigneduser := c1.assigneduser;
    v_folderrsn := c1.folderrsn;
    v_emailaddress := c1.emailaddress;
    v_subject := 'Subject: Project for';
    END LOOP;
    END;
    The reason I have included the folowing table is that I want you to see the output from the select statement. that way you can help me do the if statement in the above cursor so that the result will look like this:
    emailaddress
    Subject: 'Project for ' || V_email || 'not updated in the last 30 days'
    v_folderrsn
    v_folderrsn
    etc
    [email protected]......
    Subject: 'Project for: ' Jim...'not updated in the last 30 days'
    284087
    292709
    [email protected].....
    Subject: 'Project for: ' Kim...'not updated in the last 30 days'
    185083
    190121
    190132
    190133
    190159
    190237
    284109
    286647
    294631
    322922
    [email protected]....
    Subject: 'Project for: Joe...'not updated in the last 30 days'
    183332
    183336
    [email protected]......
    Subject: 'Project for: Sam...'not updated in the last 30 days'
    183876
    183877
    183879
    183880
    183881
    183882
    183883
    183884
    183886
    183887
    183888
    This table is to shwo you the select statement output. I want to eliminnate the two days that that are less than 30 days since the last update in the last column.
    Assigneduser....Email.........Folderrsn...........indate.............maxattemptdate...days past since last update
    JIM.........      jim@ aol.com.... 284087.............     9/28/2006.......10/5/2006...........690
    JIM.........      jim@ aol.com.... 292709.............     3/20/2007.......3/28/2007............516
    KIM.........      kim@ aol.com.... 185083.............     8/31/2004.......2/9/2006.............     928
    KIM...........kim@ aol.com.... 190121.............     2/9/2006.........2/9/2006.............928
    KIM...........kim@ aol.com.... 190132.............     2/9/2006.........2/9/2006.............928
    KIM...........kim@ aol.com.... 190133.............     2/9/2006.........2/9/2006.............928
    KIM...........kim@ aol.com.... 190159.............     2/13/2006.......2/14/2006............923
    KIM...........kim@ aol.com.... 190237.............     2/23/2006.......2/23/2006............914
    KIM...........kim@ aol.com.... 284109.............     9/28/2006.......9/28/2006............697
    KIM...........kim@ aol.com.... 286647.............     11/7/2006.......12/5/2006............629
    KIM...........kim@ aol.com.... 294631.............     4/2/2007.........3/4/2008.............174
    KIM...........kim@ aol.com.... 322922.............     7/29/2008.......7/29/2008............27
    JOE...........joe@ aol.com.... 183332.............     1/28/2004.......4/23/2004............1585
    JOE...........joe@ aol.com.... 183336.............     1/28/2004.......3/9/2004.............1630
    SAM...........sam@ aol.com....183876.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183877.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183879.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183880.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183881.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183882.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183883.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183884.............3/5/2004.........3/8/2004............     1631
    SAM...........sam@ aol.com....183886.............3/5/2004.........3/8/2004............     1631
    SAM...........sam@ aol.com....183887.............3/5/2004.........3/8/2004............     1631
    SAM...........sam@ aol.com....183888.............3/5/2004.........3/8/2004............     1631
    PAT...........pat@ aol.com.....291630.............2/23/2007.......7/8/2008............     48
    PAT...........pat@ aol.com.....313990.............2/27/2008.......7/28/2008............28
    NED...........ned@ aol.com.....190681.............4/4/2006........8/10/2006............746
    NED...........ned@ aol.com......95467.............6/14/2006.......11/6/2006............658
    NED...........ned@ aol.com......286688.............11/8/2006.......10/3/2007............327
    NED...........ned@ aol.com.....291631.............2/23/2007.......8/21/2008............4
    NED...........ned@ aol.com.....292111.............3/7/2007.........2/26/2008............181
    NED...........ned@ aol.com.....292410.............3/15/2007.......7/22/2008............34
    NED...........ned@ aol.com.....299410.............6/27/2007.......2/27/2008............180
    NED...........ned@ aol.com.....303790.............9/19/2007.......9/19/2007............341
    NED...........ned@ aol.com.....304268.............9/24/2007.......3/3/2008............     175
    NED...........ned@ aol.com.....308228.............12/6/2007.......12/6/2007............263
    NED...........ned@ aol.com.....316689.............3/19/2008.......3/19/2008............159
    NED...........ned@ aol.com.....316789.............3/20/2008.......3/20/2008............158
    NED...........ned@ aol.com.....317528.............3/25/2008.......3/25/2008............153
    NED...........ned@ aol.com.....321476.............6/4/2008.........6/17/2008............69
    NED...........ned@ aol.com.....322160.............7/3/2008.........8/21/2008............4
    MOE...........moe@ aol.com.....184169.............4/5/2004.......12/5/2006............629
    [email protected]/27/2004.......3/8/2004............1631
    How do I incorporate a if else statement in the above cursor so the two days less than 30 days since last update are not returned. I do not want to send email if the project have been updated within the last 30 days.
    Edited by: user4653174 on Aug 25, 2008 2:40 PM

    analytical functions: http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/functions2a.htm#81409
    CASE
    http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96624/02_funds.htm#36899
    http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96624/04_struc.htm#5997
    Incorporating either of these into your query should assist you in returning the desired results.

  • Help me format my external drive

    Ok here is my problem, the drive got corrupted (my fault, the drive was getting scanned and it lost power) now i hade hopes of restoring it, but that fell through (nothing important was on it) so now i try to format the drive and i get an input and out put error, then i try to partion it, but that also fails.....so then i connected it to my windows and to access the drive i have to go through disk manager and the partion and the format fails...this also happens to another drive of mine that was corrupted form another issue......
    i have giiven u every piece of inforamtion i have, please help me, also i want all information on the enclousre, and azny update drivers for it, i hope i have given enough information
    Here is the EXACT drive in question.
    http://www.geeks.com/details.asp?invtid=AP35-C&cat=CAS
    Here is the EXACT hard drive i use.
    http://wdc.custhelp.com/cgi-bin/wdc.cfg/php/enduser/stdadp.php?p_faqid=932&p_created=1049408910&p_sid=N_BmnJ5i&p_lva=&p_sp=cF9zcmNoPTEm cF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MiZwX3Byb2RzPSZwX2NhdHM9JnBfcHY9JnBf Y3Y9JnBfc2VhcmNoX3R5cGU9c2VhcmNoX2ZubCZwX3BhZ2U9MSZwX3NlYXJjaF90ZXh0PXdkMjUwMGxi &p_li=&ptopview=1
    here is all the information on my compouter
    Cingullar
    4/26/05 11:33 PM
    Hardware:
    Hardware Overview:
    Machine Name: PowerBook G4 15"
    Machine Model: PowerBook5,6
    CPU Type: PowerPC G4 (1.2)
    Number Of CPUs: 1
    CPU Speed: 1.67 GHz
    L2 Cache (per CPU): 512 KB
    Memory: 1 GB
    Bus Speed: 167 MHz
    Boot ROM Version: 4.9.1f1
    Serial Number: YD5220XLRG4
    Network:
    Built-in Ethernet:
    Type: Ethernet
    Hardware: Ethernet
    BSD Device Name: en0
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Ethernet:
    MAC Address: 00:11:24:88:bf:e8
    Media Options:
    Media Subtype: none
    AirPort:
    Type: AirPort
    Hardware: AirPort
    BSD Device Name: en1
    IPv4 Addresses: 192.168.2.6
    IPv4:
    Addresses: 192.168.2.6
    Configuration Method: DHCP
    Interface Name: en1
    Router: 192.168.2.1
    Subnet Masks: 255.255.255.0
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Default Zone: *
    Interface Name: en1
    Network ID: 65307
    Node ID: 151
    DNS:
    Domain Name: Belkin
    Server Addresses: 192.168.2.1
    DHCP Server Responses:
    Domain Name: Belkin
    Domain Name Servers: 192.168.2.1
    Lease Duration (seconds): 0
    DHCP Message Type: 0x05
    Routers: 192.168.2.1
    Server Identifier: 192.168.2.1
    Subnet Mask: 255.255.255.0
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: No
    HTTP Proxy Enabled: No
    HTTP Proxy Port: 8999
    HTTP Proxy Server: 127.0.0.1
    HTTPS Proxy Enabled: No
    HTTPS Proxy Port: 8999
    HTTPS Proxy Server: 127.0.0.1
    Auto Discovery Enabled: No
    Ethernet:
    MAC Address: 00:11:24:9c:3d:aa
    Media Options:
    Media Subtype: autoselect
    Internal Modem:
    Type: PPP (PPPSerial)
    Hardware: Modem
    BSD Device Name: modem
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Bluetooth:
    Type: PPP (PPPSerial)
    Hardware: Modem
    BSD Device Name: Bluetooth-Modem
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Built-in FireWire:
    Type: FireWire
    Hardware: FireWire
    BSD Device Name: fw0
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Ethernet:
    MAC Address: 00:11:24:ff:fe:88:bf:e8
    Media Options: Full Duplex
    Media Subtype: autoselect
    VPN (L2TP):
    Type: PPP (L2TP)
    IPv4:
    Configuration Method: PPP
    OverridePrimary: 1
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Software:
    System Software Overview:
    System Version: Mac OS X 10.4.6 (8I127)
    Kernel Version: Darwin 8.6.0
    Boot Volume: Steven
    Computer Name: Cingullar
    User Name: Steven Feldman (steven)
    ATA:
    ATA Bus:
    MATSHITADVD-R UJ-845E:
    Model: MATSHITADVD-R UJ-845E
    Revision: DMP2
    Serial Number:
    Detachable Drive: No
    Protocol: ATAPI
    Unit Number: 0
    Socket Type: Internal
    ATA Bus:
    FUJITSU MHT2080AH:
    Capacity: 74.53 GB
    Model: FUJITSU MHT2080AH
    Revision: 81EC
    Serial Number: NP0PT552APF0
    Removable Media: No
    Detachable Drive: No
    BSD Name: disk0
    Protocol: ATA
    Unit Number: 0
    Socket Type: Internal
    OS9 Drivers: No
    S.M.A.R.T. status: Verified
    Volumes:
    Steven:
    Capacity: 74.41 GB
    Available: 3.25 GB
    Writable: Yes
    File System: Journaled HFS+
    BSD Name: disk0s3
    Mount Point: /
    Audio (Built In):
    Built In Sound Card:
    Devices:
    Texas Instruments TAS3004:
    Inputs and Outputs:
    Internal Microphone:
    Controls: Left, Right
    Playthrough: Yes
    PluginID: TAS
    Line Level Input:
    Controls: Left, Right
    Playthrough: Yes
    PluginID: TAS
    Headphones:
    Controls: Mute, Left, Right
    PluginID: TAS
    Internal Speakers:
    Controls: Mute, Left, Right
    PluginID: TAS
    Formats:
    PCM 16:
    Bit Depth: 16
    Bit Width: 16
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz
    PCM 24:
    Bit Depth: 24
    Bit Width: 32
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz
    Bluetooth:
    Apple Bluetooth Software Version: 1.7.3f4
    Services:
    Bluetooth File Transfer:
    Folder other devices can browse: ~/Pictures
    Requires Authentication: Yes
    State: Enabled
    Bluetooth File Exchange:
    Folder for accepted items: ~/Documents/Shared
    Requires Authentication: Yes
    When other items are accepted: Ask
    When PIM items are accepted: Ask
    When receiving items: Prompt for each file
    State: Enabled
    Devices (Paired, Favorites, etc):
    CingularUpdator:
    Name: CingularUpdator
    Address: 00-02-ee-e2-f3-ae
    Type: Cellular Phone
    Services: OBEX Object Push, OBEX File Transfer, Dial-up networking, Nokia PC Suite, COM 1, Voice Gateway, Audio Gateway, Client SYNCML, SIM ACCESS
    Paired: Yes
    Favorite: Yes
    Connected: No
    MotorolaPhone:
    Name: MotorolaPhone
    Address: 00-14-9a-79-ad-51
    Type: Cellular Phone
    Services: Voice Gateway, Hands-Free voice gateway, OBEX Object Push, OBEX File Transfer, Dial-up networking Gateway
    Paired: Yes
    Favorite: Yes
    Connected: No
    CingularUpdator:
    Name: CingularUpdator
    Address: 00-02-ee-e2-eb-ee
    Type: Cellular Phone
    Services: OBEX Object Push, OBEX File Transfer, Dial-up networking, Nokia PC Suite, COM 1, Voice Gateway, Audio Gateway, Client SYNCML, SIM ACCESS
    Paired: Yes
    Favorite: No
    Connected: No
    Nokia6820Greg:
    Name: Nokia6820Greg
    Address: 00-02-ee-e2-58-0b
    Type: Cellular Phone
    Services: OBEX Object Push, OBEX File Transfer, Dial-up networking, Nokia PC Suite, COM 1, Voice Gateway, Audio Gateway, Client SYNCML, SIM ACCESS
    Paired: Yes
    Favorite: No
    Connected: No
    Incoming Serial Ports:
    Serial Port 1:
    Name: Bluetooth-PDA-Sync
    RFCOMM Channel: 3
    Requires Authentication: Yes
    Outgoing Serial Ports:
    Serial Port 1:
    Address: 00-02-EE-E2-EB-EE
    Name: CingularUpdator-1
    RFCOMM Channel: 15
    Requires Authentication: No
    Serial Port 2:
    Address: 00-02-EE-E2-EB-EE
    Name: CingularUpdator-2
    RFCOMM Channel: 1
    Requires Authentication: No
    Serial Port 3:
    Address:
    Name: Bluetooth-Modem
    RFCOMM Channel: 0
    Requires Authentication: No
    Diagnostics:
    Power On Self-Test:
    Last Run: 4/26/05 11:06 PM
    Result: Passed
    Apple Hardware Test:
    Last Run: 4/10/06 3:26 PM
    Version: 2.5 PB
    Test Suite: Extended Test
    Result: Passed
    Disc Burning:
    MATSHITA DVD-R UJ-845E:
    Firmware Revision: DMP2
    Interconnect: ATAPI
    Burn Support: Yes (Apple Shipped/Supported)
    Cache: 2048 KB
    Reads DVD: Yes
    CD-Write: -R, -RW
    DVD-Write: -R, -RW, +R, +RW
    Burn Underrun Protection CD: Yes
    Burn Underrun Protection DVD: Yes
    Write Strategies: CD-TAO, CD-SAO, DVD-DAO
    Media: No
    FireWire:
    FireWire Bus:
    Maximum Speed: Up to 800 Mb/sec
    Graphics/Displays:
    ATI Mobility Radeon 9700:
    Chipset Model: ATY,RV360M11
    Type: Display
    Bus: AGP
    VRAM (Total): 64 MB
    Vendor: ATI (0x1002)
    Device ID: 0x4e50
    Revision ID: 0x0000
    ROM Revision: 113-xxxxx-145
    Displays:
    Color LCD:
    Display Type: LCD
    Resolution: 1280 x 854
    Depth: 32-bit Color
    Built-In: Yes
    Core Image: Supported
    Main Display: Yes
    Mirror: Off
    Online: Yes
    Quartz Extreme: Supported
    Display:
    Status: No display connected
    Memory:
    SODIMM0/J25LOWER:
    Size: 512 MB
    Type: DDR SDRAM
    Speed: PC2700U-25330
    Status: OK
    SODIMM1/J25UPPER:
    Size: 512 MB
    Type: DDR SDRAM
    Speed: PC2700U-25330
    Status: OK
    PCI Cards:
    TXN,PCIXXXX-00:
    Name: cardbus
    Type: cardbus
    Bus: PCI
    Slot: PC Card
    Vendor ID: 0x104c
    Device ID: 0xac56
    Revision ID: 0x0000
    Power:
    System Power Settings:
    AC Power:
    System Sleep Timer (Minutes): 0
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 20
    Dynamic Power Step: No
    Reduce Processor Speed: No
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On LAN: Yes
    Wake On Modem Ring: Yes
    Display Sleep Uses Dim: Yes
    Battery Power:
    System Sleep Timer (Minutes): 5
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 1
    Dynamic Power Step: No
    Reduce Processor Speed: Yes
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On Modem Ring: No
    Display Sleep Uses Dim: Yes
    Reduce Brightness: Yes
    Battery Information:
    Battery Installed: Yes
    First low level warning: No
    Full Charge Capacity (mAh): 3854
    Remaining Capacity (mAh): 1464
    Amperage (mA): 2433
    Voltage (mV): 12116
    Cycle Count: 158
    AC Charger Information:
    AC Charger (Watts): 65
    Connected: Yes
    Charging: Yes
    Hardware Configuration:
    Clamshell Closed: No
    UPS Installed: No
    Printers:
    DESKJET 3820:
    Status: Idle
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://HEWLETT-PACKARD/DESKJET 3820?serial=CN28J1B11118
    PPD: hp deskjet 3820
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    DESKJET 3820:
    Status: Stopped
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://HEWLETT-PACKARD/DESKJET 3820?serial=CN28J1B11118
    PPD: hp deskjet 3820
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    deskjet 5550:
    Status: Stopped
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://hp/deskjet 5550?serial=MY37I1S1SB2L
    PPD: hp deskjet 5550
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    deskjet 5550:
    Status: Stopped
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://hp/deskjet 5550?serial=MY37I1S1SB2L
    PPD: hp deskjet 5550
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    deskjet 5600:
    Status: Idle
    Print Server: Local
    Driver Version: 2.7.1
    Default: Yes
    URI: usb://hp/deskjet 5600?serial=MY48A4N3SS79
    PPD: hp deskjet 5600
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    deskjet 5600:
    Status: Idle
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://hp/deskjet 5600?serial=MY48A4N3SS79
    PPD: hp deskjet 5600
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    hppsc131:
    Status: Idle
    Print Server: Local
    Driver Version: 10.4
    Default: No
    URI: smb://Home/Stevenpc/hppsc131
    PPD: Generic PostScript Printer
    PPD File Version: 1.0
    PostScript Version: (2000.0) 1
    USB:
    USB High-Speed Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBEHCI
    PCI Device ID: 0x00e0
    PCI Revision ID: 0x0004
    PCI Vendor ID: 0x1033
    Bus Number: 0x5b
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBOHCI
    PCI Device ID: 0x003f
    PCI Revision ID: 0x0000
    PCI Vendor ID: 0x106b
    Bus Number: 0x1a
    Bluetooth HCI:
    Version: 19.65
    Bus Power (mA): 500
    Speed: Up to 12 Mb/sec
    Product ID: 0x8205
    Vendor ID: 0x05ac (Apple Computer, Inc.)
    Apple Internal Keyboard/Trackpad:
    Version: 0.28
    Bus Power (mA): 500
    Speed: Up to 12 Mb/sec
    Manufacturer: Apple Computer
    Product ID: 0x020e
    Vendor ID: 0x05ac (Apple Computer, Inc.)
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBOHCI
    PCI Device ID: 0x0035
    PCI Revision ID: 0x0043
    PCI Vendor ID: 0x1033
    Bus Number: 0x1b
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBOHCI
    PCI Device ID: 0x0035
    PCI Revision ID: 0x0043
    PCI Vendor ID: 0x1033
    Bus Number: 0x3b
    AirPort Card:
    AirPort Card Information:
    Wireless Card Type: AirPort Extreme
    Wireless Card Locale: USA
    Wireless Card Firmware Version: 404.2 (3.90.34.0.p16)
    Current Wireless Network: belkin54g
    Wireless Channel: 11
    Firewall:
    Apple Remote Desktop:
    Policy: Denied
    TCP Ports: 3283, 5900
    iPhoto Bonjour Sharing:
    Policy: Denied
    TCP Ports: 8770
    Remote Login - SSH:
    Policy: Denied
    TCP Ports: 22
    diablo II:
    Policy: Allowed
    TCP Ports: 6112
    UDP Ports: 6112
    Personal File Sharing:
    Policy: Denied
    TCP Ports: 548, 427
    Network Time:
    Policy: Allowed
    UDP Ports: 123
    Adobe Version Cue CS2:
    Policy: Allowed
    TCP Ports: 3703, 427, 50800
    iTunes Music Sharing:
    Policy: Allowed
    TCP Ports: 3689
    FTP Access:
    Policy: Denied
    TCP Ports: 21
    iChat Bonjour:
    Policy: Denied
    TCP Ports: 5297, 5298
    Personal Web Sharing:
    Policy: Denied
    TCP Ports: 80, 427, 443
    Remote Apple Events:
    Policy: Denied
    TCP Ports: 3031
    d2:
    Policy: Allowed
    TCP Ports: 6112
    UDP Ports: 6112
    Windows Sharing:
    Policy: Denied
    TCP Ports: 139
    Printer Sharing:
    Policy: Denied
    TCP Ports: 631, 515
    Locations:
    School EtherNet:
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Proxy Enabled: 1
    FTP Passive Mode: 1
    FTP Proxy Port: 8002
    FTP Proxy Server: sfh-px1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: sfh-px1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: sfh-px1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: sfh-px1
    Auto Discovery Enabled: 0
    SOCKS Proxy Enabled: 1
    SOCKS Proxy Port: 8002
    SOCKS Proxy Server: sfh-px1
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    Exceptions List: Localhost, 127.0.0.1, .*.
    ExcludeSimpleHostnames: 1
    FTP Proxy Enabled: 1
    FTP Passive Mode: 1
    FTP Proxy Port: 8002
    FTP Proxy Server: Sfh-fs1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: Sfh-fs1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: Sfh-fs1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: Sfh-fs1
    Auto Discovery Enabled: 0
    RTSP Proxy Enabled: 1
    RTSP Proxy Port: 8002
    RTSP Proxy Server: Sfh-fs1
    SOCKS Proxy Enabled: 0
    SOCKS Proxy Port: 8002
    SOCKS Proxy Server: Sfh-fs1
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    Exceptions List: Localhost, 127.0.0.1, .*.
    ExcludeSimpleHostnames: 1
    FTP Proxy Enabled: 1
    FTP Passive Mode: 1
    FTP Proxy Port: 8002
    FTP Proxy Server: Sfh-fs1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: Sfh-fs1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: Sfh-fs1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: Sfh-fs1
    Auto Discovery Enabled: 0
    RTSP Proxy Enabled: 1
    RTSP Proxy Port: 8002
    RTSP Proxy Server: Sfh-fs1
    Dads House:
    Active Location: No
    Services:
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 0
    Auto Discovery Enabled: 0
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Ethernet:
    Media Subtype: autoselect
    MTU: 1500
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Location (1/4/06 4:15 PM):
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Moms Wireless:
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    VPN (L2TP):
    Type: PPP
    IPv4:
    Configuration Method: PPP
    OverridePrimary: 1
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 1
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 0
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 0
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 0
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 0
    LCP Echo Enabled: 1
    LCP Echo Failure: 15
    LCP Echo Interval: 20
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Automactic:
    Active Location: Yes
    Services:
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Ethernet:
    Media Subtype: autoselect
    MTU: 1500
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 0
    HTTP Proxy Enabled: 0
    HTTP Proxy Port: 8999
    HTTP Proxy Server: 127.0.0.1
    HTTPS Proxy Enabled: 0
    HTTPS Proxy Port: 8999
    HTTPS Proxy Server: 127.0.0.1
    Auto Discovery Enabled: 0
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Authorization Name: Nighteaater537
    Authorization Password: <002d003d 002d003d 002d003d >
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 0
    Redial Interval: 5
    Remote Address: 772-546-3768
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 1
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 180
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 1
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    VPN (L2TP):
    Type: PPP
    IPv4:
    Configuration Method: PPP
    OverridePrimary: 1
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 1
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 0
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 0
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 0
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 0
    LCP Echo Enabled: 1
    LCP Echo Failure: 15
    LCP Echo Interval: 20
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    MacTOPc:
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    VPN (PPTP):
    Type: PPP
    IPv4:
    Configuration Method: PPP
    OverridePrimary: 1
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 1
    CCP Enabled: 1
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 0
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 0
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 0
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 0
    LCP Echo Enabled: 1
    LCP Echo Failure: 15
    LCP Echo Interval: 20
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    School:
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Proxy Enabled: 1
    FTP Passive Mode: 0
    FTP Proxy Port: 8002
    FTP Proxy Server: sfh-px1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: sfh-px1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: sfh-px1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: sfh-px1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 1
    FTP Proxy Enabled: 1
    FTP Passive Mode: 0
    FTP Proxy Port: 8002
    FTP Proxy Server: ic-px1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: ic-px1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: ic-px1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: ic-px1
    Auto Discovery Enabled: 0
    RTSP Proxy Enabled: 1
    RTSP Proxy Port: 8002
    RTSP Proxy Server: ic-px1
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Modems:
    Modem Information:
    Modem Model: Jump
    Interface Type: I2S
    Modulation: V.92
    Hardware Version: Version 1.0
    Driver: MotorolaSM56K.kext (v1.3.3)
    Country: B5 (United States, Latin America)
    Applications:
    Acrobat Reader 5:
    Version: 5.0.5
    Last Modified: 10/19/05 10:31 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Acrobat Reader 5.0
    Acrobat Distiller 7.0:
    Version: 7.0.7
    Last Modified: 11/11/05 12:19 PM
    Kind: PowerPC
    Get Info String: Acrobat Distiller™ 7.0.7, 1984-2006 Adobe Systems Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Acrobat 7.0 Professional/Acrobat Distiller 7.0.app
    Acrobat Uninstaller:
    Version: Acrobat Uninstaller version 7.0.7
    Last Modified: 11/11/05 12:19 PM
    Kind: PowerPC
    Get Info String: Acrobat Uninstaller version 7.0.7, Copyright © 2005 by Adobe Systems, Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Acrobat 7.0 Professional/Acrobat Uninstaller.app
    Adobe Acrobat 7.0 Professional:
    Version: 7.0.7
    Last Modified: 11/11/05 12:19 PM
    Kind: PowerPC
    Get Info String: Adobe® Acrobat® 7.0.7, ©1984-2005 Adobe Systems Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app
    Bridge:
    Version: 1.0.0.545
    Last Modified: 11/11/05 11:58 AM
    Kind: PowerPC
    Get Info String: 1.0.0.545 (93460), Copyright 2003-2005, Adobe
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Bridge/Bridge.app
    Adobe GoLive CS2:
    Version: 8.0
    Last Modified: 11/11/05 12:31 PM
    Kind: PowerPC
    Get Info String: 8.0, Copyright © 1997-2005 Adobe Systems Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe GoLive CS2/Adobe GoLive CS2.app
    Adobe Help Center:
    Version: Adobe Help Center 1.0.0.793
    Last Modified: 11/11/05 11:58 AM
    Kind: PowerPC
    Get Info String: Adobe Help Center 1.0.0.793 (C) 2005 Adobe Systems, Inc. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Help Center.app
    Illustrator:
    Version: 12.0.0
    Last Modified: 11/11/05 12:15 PM
    Kind: PowerPC
    Get Info String: 12.0.0, Copyright © 1987-2005 Adobe Systems Inc. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Adobe Illustrator.app
    Demonstrator:
    Version: 2.0
    Last Modified: 11/11/05 12:15 PM
    Kind: PowerPC
    Get Info String: 1.0
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Demonstrator/Demonstrator.app
    Analyze Documents:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Analyze Documents.localized/Analyze Documents.app
    Make Calendar:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Calendar.localized/Make Calendar.app
    Collect for Output:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Collect for Output.localized/Collect for Output.app
    Contact Sheets:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Contact Sheet Demo.localized/Contact Sheets.app
    Dataset Batch PDF from Text:
    Last Modified: 11/11/05 12:15 PM
    Kind: PowerPC
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Datasets.localized/Dataset Batch PDF from Text.app
    Export Flash Animation:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Export Flash Animation.localized/Export Flash Animation.app
    Web Gallery:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Web Gallery.localized/Web Gallery.app
    Adobe InDesign CS2:
    Version: 4.0.0.421
    Last Modified: 11/11/05 12:07 PM
    Kind: PowerPC
    Get Info String: 4.0, Copyright 2000-2005 Adobe Systems Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe InDesign CS2/Adobe InDesign CS2.app
    Adobe ImageReady CS2:
    Version: 9.0x196
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Get Info String: 9.0x196, Copyright © 1998-2005 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Adobe ImageReady CS2.app
    Adobe Photoshop CS2:
    Version: 9.0 (9.0x196)
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Get Info String: 9.0 (9.0x196), Copyright ©1990-2005 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Adobe Photoshop CS2.app
    Constrain 350, Make JPG 30:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Constrain 350, Make JPG 30.exe
    Constrain to 200x200 pixels:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Constrain to 200x200 pixels.exe
    Constrain to 64X64 pixels:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Constrain to 64X64 pixels.exe
    Make Button:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make Button.exe
    Make GIF (128 colors):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make GIF (128 colors).exe
    Make GIF (32, no dither):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make GIF (32, no dither).exe
    Make GIF (64 colors):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make GIF (64 colors).exe
    Make JPEG (quality 10):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make JPEG (quality 10).exe
    Make JPEG (quality 30):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make JPEG (quality 30).exe
    Make JPEG (quality 60):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make JPEG (quality 60).exe
    Metal Slide Thumbnail:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Metal Slide Thumbnail.exe
    Multi-Size Save:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Multi-Size Save.exe
    Rounded Rect Thumbnail:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Rounded Rect Thumbnail.exe
    Slide Thumbnail:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Slide Thumbnail.exe
    Unsharp Mask:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Unsharp Mask.exe
    Aged Photo:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Aged Photo.exe
    Conditional Mode Change:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Conditional Mode Change.exe
    Constrain to 300 pixels:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Constrain to 300 pixels.exe
    Constrain to 64 pixels:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Constrain to 64 pixels.exe
    Drop Shadow Frame:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Drop Shadow Frame.exe
    Make Button:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Make Button.exe
    Make Sepia Tone:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Make Sepia Tone.exe
    Save As JPEG Medium:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Save As JPEG Medium.exe
    Save As Photoshop PDF:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Save As Photoshop PDF.exe
    VersionCueCS2:
    Version: 2.0
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Get Info String: 2.0, Copyright ©2001-2004 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Version Cue CS2/bin/VersionCueCS2.app
    VersionCueCS2Status:
    Version: 1.0.0
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Version Cue CS2/bin/VersionCueCS2Status.app
    VC2Native:
    Version: 2.0
    Last Modified: 11/11/05 12:02 PM
    Get Info String: 2.0.0, © 2003-2004 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Version Cue CS2/plugins/com.adobe.versioncue.nativecomm_2.0.0/res/macosx/VC2Native.app
    Uninstall Version Cue CS2:
    Version: 0.1
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Version Cue CS2/Uninstall Version Cue CS2.app
    DJ-1800 2.2.1:
    Version: 2.2.1
    Last Modified: 10/31/05 5:57 PM
    Kind: PowerPC
    Get Info String:

    Alot of information...
    First observation, is that your internal hard disk has too much on it - on an
    80gb internal hard disk, you want to keep 10% available for system usage,
    which would be 8gb vs the 3 and change gb available shown in your
    posted information above.
    See if I got this right...you have an external powered enclosure with a WD
    250gb ultra ata hard drive that has worked before on your PB. Snap,
    crackle, pop, power goes, and the HD is corrupted. Your PowerBook,
    however, still recognizes the external HD as a device, right? You tried
    hooking into a Windows-based system, and couldn't access anything.
    Assuming your PB recognizes it as a hard drive, have you brought up the
    Apple disk utility and tried to repair the drive (select external hard drive
    on left side of disk utility, then first aid tab, repair disk)? Results?

  • Need help  formating

    Ok here is my problem, the drive got corrupted (my fault, the drive was getting scanned and it lost power) now i hade hopes of restoring it, but that fell through (nothing important was on it) so now i try to format the drive and i get an input and out put error, then i try to partion it, but that also fails.....so then i connected it to my windows and to access the drive i have to go through disk manager and the partion and the format fails...this also happens to another drive of mine that was corrupted form another issue......
    i have giiven u every piece of inforamtion i have, please help me, also i want all information on the enclousre, and azny update drivers for it, i hope i have given enough information
    Here is the EXACT drive in question.
    http://www.geeks.com/details.asp?invtid=AP35-C&cat=CAS
    Here is the EXACT hard drive i use.
    Link
    here is all the information on my compouter
    Cingullar
    4/26/05 11:33 PM
    Hardware:
    Hardware Overview:
    Machine Name: PowerBook G4 15"
    Machine Model: PowerBook5,6
    CPU Type: PowerPC G4 (1.2)
    Number Of CPUs: 1
    CPU Speed: 1.67 GHz
    L2 Cache (per CPU): 512 KB
    Memory: 1 GB
    Bus Speed: 167 MHz
    Boot ROM Version: 4.9.1f1
    Serial Number: xxxxXLRG4
    Network:
    Built-in Ethernet:
    Type: Ethernet
    Hardware: Ethernet
    BSD Device Name: en0
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Ethernet:
    MAC Address: 00:11:24:88:bf:e8
    Media Options:
    Media Subtype: none
    AirPort:
    Type: AirPort
    Hardware: AirPort
    BSD Device Name: en1
    IPv4 Addresses: 192.168.2.6
    IPv4:
    Addresses: 192.168.2.6
    Configuration Method: DHCP
    Interface Name: en1
    Router: 192.168.2.1
    Subnet Masks: 255.255.255.0
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Default Zone: *
    Interface Name: en1
    Network ID: 65307
    Node ID: 151
    DNS:
    Domain Name: Belkin
    Server Addresses: 192.168.2.1
    DHCP Server Responses:
    Domain Name: Belkin
    Domain Name Servers: 192.168.2.1
    Lease Duration (seconds): 0
    DHCP Message Type: 0x05
    Routers: 192.168.2.1
    Server Identifier: 192.168.2.1
    Subnet Mask: 255.255.255.0
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: No
    HTTP Proxy Enabled: No
    HTTP Proxy Port: 8999
    HTTP Proxy Server: 127.0.0.1
    HTTPS Proxy Enabled: No
    HTTPS Proxy Port: 8999
    HTTPS Proxy Server: 127.0.0.1
    Auto Discovery Enabled: No
    Ethernet:
    MAC Address: 00:11:24:9c:3d:aa
    Media Options:
    Media Subtype: autoselect
    Internal Modem:
    Type: PPP (PPPSerial)
    Hardware: Modem
    BSD Device Name: modem
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Bluetooth:
    Type: PPP (PPPSerial)
    Hardware: Modem
    BSD Device Name: Bluetooth-Modem
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Built-in FireWire:
    Type: FireWire
    Hardware: FireWire
    BSD Device Name: fw0
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Ethernet:
    MAC Address: 00:11:24:ff:fe:88:bf:e8
    Media Options: Full Duplex
    Media Subtype: autoselect
    VPN (L2TP):
    Type: PPP (L2TP)
    IPv4:
    Configuration Method: PPP
    OverridePrimary: 1
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Software:
    System Software Overview:
    System Version: Mac OS X 10.4.6 (8I127)
    Kernel Version: Darwin 8.6.0
    Boot Volume: Steven
    Computer Name: Cingullar
    User Name: Steven Feldman (steven)
    ATA:
    ATA Bus:
    MATSHITADVD-R UJ-845E:
    Model: MATSHITADVD-R UJ-845E
    Revision: DMP2
    Serial Number:
    Detachable Drive: No
    Protocol: ATAPI
    Unit Number: 0
    Socket Type: Internal
    ATA Bus:
    FUJITSU MHT2080AH:
    Capacity: 74.53 GB
    Model: FUJITSU MHT2080AH
    Revision: 81EC
    Serial Number: NP0PT552APF0
    Removable Media: No
    Detachable Drive: No
    BSD Name: disk0
    Protocol: ATA
    Unit Number: 0
    Socket Type: Internal
    OS9 Drivers: No
    S.M.A.R.T. status: Verified
    Volumes:
    Steven:
    Capacity: 74.41 GB
    Available: 3.25 GB
    Writable: Yes
    File System: Journaled HFS+
    BSD Name: disk0s3
    Mount Point: /
    Audio (Built In):
    Built In Sound Card:
    Devices:
    Texas Instruments TAS3004:
    Inputs and Outputs:
    Internal Microphone:
    Controls: Left, Right
    Playthrough: Yes
    PluginID: TAS
    Line Level Input:
    Controls: Left, Right
    Playthrough: Yes
    PluginID: TAS
    Headphones:
    Controls: Mute, Left, Right
    PluginID: TAS
    Internal Speakers:
    Controls: Mute, Left, Right
    PluginID: TAS
    Formats:
    PCM 16:
    Bit Depth: 16
    Bit Width: 16
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz
    PCM 24:
    Bit Depth: 24
    Bit Width: 32
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz
    Bluetooth:
    Apple Bluetooth Software Version: 1.7.3f4
    Services:
    Bluetooth File Transfer:
    Folder other devices can browse: ~/Pictures
    Requires Authentication: Yes
    State: Enabled
    Bluetooth File Exchange:
    Folder for accepted items: ~/Documents/Shared
    Requires Authentication: Yes
    When other items are accepted: Ask
    When PIM items are accepted: Ask
    When receiving items: Prompt for each file
    State: Enabled
    Devices (Paired, Favorites, etc):
    CingularUpdator:
    Name: CingularUpdator
    Address: 00-02-ee-e2-f3-ae
    Type: Cellular Phone
    Services: OBEX Object Push, OBEX File Transfer, Dial-up networking, Nokia PC Suite, COM 1, Voice Gateway, Audio Gateway, Client SYNCML, SIM ACCESS
    Paired: Yes
    Favorite: Yes
    Connected: No
    MotorolaPhone:
    Name: MotorolaPhone
    Address: 00-14-9a-79-ad-51
    Type: Cellular Phone
    Services: Voice Gateway, Hands-Free voice gateway, OBEX Object Push, OBEX File Transfer, Dial-up networking Gateway
    Paired: Yes
    Favorite: Yes
    Connected: No
    CingularUpdator:
    Name: CingularUpdator
    Address: 00-02-ee-e2-eb-ee
    Type: Cellular Phone
    Services: OBEX Object Push, OBEX File Transfer, Dial-up networking, Nokia PC Suite, COM 1, Voice Gateway, Audio Gateway, Client SYNCML, SIM ACCESS
    Paired: Yes
    Favorite: No
    Connected: No
    Nokia6820Greg:
    Name: Nokia6820Greg
    Address: 00-02-ee-e2-58-0b
    Type: Cellular Phone
    Services: OBEX Object Push, OBEX File Transfer, Dial-up networking, Nokia PC Suite, COM 1, Voice Gateway, Audio Gateway, Client SYNCML, SIM ACCESS
    Paired: Yes
    Favorite: No
    Connected: No
    Incoming Serial Ports:
    Serial Port 1:
    Name: Bluetooth-PDA-Sync
    RFCOMM Channel: 3
    Requires Authentication: Yes
    Outgoing Serial Ports:
    Serial Port 1:
    Address: 00-02-EE-E2-EB-EE
    Name: CingularUpdator-1
    RFCOMM Channel: 15
    Requires Authentication: No
    Serial Port 2:
    Address: 00-02-EE-E2-EB-EE
    Name: CingularUpdator-2
    RFCOMM Channel: 1
    Requires Authentication: No
    Serial Port 3:
    Address:
    Name: Bluetooth-Modem
    RFCOMM Channel: 0
    Requires Authentication: No
    Diagnostics:
    Power On Self-Test:
    Last Run: 4/26/05 11:06 PM
    Result: Passed
    Apple Hardware Test:
    Last Run: 4/10/06 3:26 PM
    Version: 2.5 PB
    Test Suite: Extended Test
    Result: Passed
    Disc Burning:
    MATSHITA DVD-R UJ-845E:
    Firmware Revision: DMP2
    Interconnect: ATAPI
    Burn Support: Yes (Apple Shipped/Supported)
    Cache: 2048 KB
    Reads DVD: Yes
    CD-Write: -R, -RW
    DVD-Write: -R, -RW, +R, +RW
    Burn Underrun Protection CD: Yes
    Burn Underrun Protection DVD: Yes
    Write Strategies: CD-TAO, CD-SAO, DVD-DAO
    Media: No
    FireWire:
    FireWire Bus:
    Maximum Speed: Up to 800 Mb/sec
    Graphics/Displays:
    ATI Mobility Radeon 9700:
    Chipset Model: ATY,RV360M11
    Type: Display
    Bus: AGP
    VRAM (Total): 64 MB
    Vendor: ATI (0x1002)
    Device ID: 0x4e50
    Revision ID: 0x0000
    ROM Revision: 113-xxxxx-145
    Displays:
    Color LCD:
    Display Type: LCD
    Resolution: 1280 x 854
    Depth: 32-bit Color
    Built-In: Yes
    Core Image: Supported
    Main Display: Yes
    Mirror: Off
    Online: Yes
    Quartz Extreme: Supported
    Display:
    Status: No display connected
    Memory:
    SODIMM0/J25LOWER:
    Size: 512 MB
    Type: DDR SDRAM
    Speed: PC2700U-25330
    Status: OK
    SODIMM1/J25UPPER:
    Size: 512 MB
    Type: DDR SDRAM
    Speed: PC2700U-25330
    Status: OK
    PCI Cards:
    TXN,PCIXXXX-00:
    Name: cardbus
    Type: cardbus
    Bus: PCI
    Slot: PC Card
    Vendor ID: 0x104c
    Device ID: 0xac56
    Revision ID: 0x0000
    Power:
    System Power Settings:
    AC Power:
    System Sleep Timer (Minutes): 0
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 20
    Dynamic Power Step: No
    Reduce Processor Speed: No
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On LAN: Yes
    Wake On Modem Ring: Yes
    Display Sleep Uses Dim: Yes
    Battery Power:
    System Sleep Timer (Minutes): 5
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 1
    Dynamic Power Step: No
    Reduce Processor Speed: Yes
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On Modem Ring: No
    Display Sleep Uses Dim: Yes
    Reduce Brightness: Yes
    Battery Information:
    Battery Installed: Yes
    First low level warning: No
    Full Charge Capacity (mAh): 3854
    Remaining Capacity (mAh): 1464
    Amperage (mA): 2433
    Voltage (mV): 12116
    Cycle Count: 158
    AC Charger Information:
    AC Charger (Watts): 65
    Connected: Yes
    Charging: Yes
    Hardware Configuration:
    Clamshell Closed: No
    UPS Installed: No
    Printers:
    DESKJET 3820:
    Status: Idle
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://HEWLETT-PACKARD/DESKJET 3820?serial=CN28J1B11118
    PPD: hp deskjet 3820
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    DESKJET 3820:
    Status: Stopped
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://HEWLETT-PACKARD/DESKJET 3820?serial=CN28J1B11118
    PPD: hp deskjet 3820
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    deskjet 5550:
    Status: Stopped
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://hp/deskjet 5550?serial=MY37I1S1SB2L
    PPD: hp deskjet 5550
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    deskjet 5550:
    Status: Stopped
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://hp/deskjet 5550?serial=MY37I1S1SB2L
    PPD: hp deskjet 5550
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    deskjet 5600:
    Status: Idle
    Print Server: Local
    Driver Version: 2.7.1
    Default: Yes
    URI: usb://hp/deskjet 5600?serial=MY48A4N3SS79
    PPD: hp deskjet 5600
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    deskjet 5600:
    Status: Idle
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://hp/deskjet 5600?serial=MY48A4N3SS79
    PPD: hp deskjet 5600
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    hppsc131:
    Status: Idle
    Print Server: Local
    Driver Version: 10.4
    Default: No
    URI: smb://Home/Stevenpc/hppsc131
    PPD: Generic PostScript Printer
    PPD File Version: 1.0
    PostScript Version: (2000.0) 1
    USB:
    USB High-Speed Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBEHCI
    PCI Device ID: 0x00e0
    PCI Revision ID: 0x0004
    PCI Vendor ID: 0x1033
    Bus Number: 0x5b
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBOHCI
    PCI Device ID: 0x003f
    PCI Revision ID: 0x0000
    PCI Vendor ID: 0x106b
    Bus Number: 0x1a
    Bluetooth HCI:
    Version: 19.65
    Bus Power (mA): 500
    Speed: Up to 12 Mb/sec
    Product ID: 0x8205
    Vendor ID: 0x05ac (Apple Computer, Inc.)
    Apple Internal Keyboard/Trackpad:
    Version: 0.28
    Bus Power (mA): 500
    Speed: Up to 12 Mb/sec
    Manufacturer: Apple Computer
    Product ID: 0x020e
    Vendor ID: 0x05ac (Apple Computer, Inc.)
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBOHCI
    PCI Device ID: 0x0035
    PCI Revision ID: 0x0043
    PCI Vendor ID: 0x1033
    Bus Number: 0x1b
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBOHCI
    PCI Device ID: 0x0035
    PCI Revision ID: 0x0043
    PCI Vendor ID: 0x1033
    Bus Number: 0x3b
    AirPort Card:
    AirPort Card Information:
    Wireless Card Type: AirPort Extreme
    Wireless Card Locale: USA
    Wireless Card Firmware Version: 404.2 (3.90.34.0.p16)
    Current Wireless Network: belkin54g
    Wireless Channel: 11
    Firewall:
    Apple Remote Desktop:
    Policy: Denied
    TCP Ports: 3283, 5900
    iPhoto Bonjour Sharing:
    Policy: Denied
    TCP Ports: 8770
    Remote Login - SSH:
    Policy: Denied
    TCP Ports: 22
    diablo II:
    Policy: Allowed
    TCP Ports: 6112
    UDP Ports: 6112
    Personal File Sharing:
    Policy: Denied
    TCP Ports: 548, 427
    Network Time:
    Policy: Allowed
    UDP Ports: 123
    Adobe Version Cue CS2:
    Policy: Allowed
    TCP Ports: 3703, 427, 50800
    iTunes Music Sharing:
    Policy: Allowed
    TCP Ports: 3689
    FTP Access:
    Policy: Denied
    TCP Ports: 21
    iChat Bonjour:
    Policy: Denied
    TCP Ports: 5297, 5298
    Personal Web Sharing:
    Policy: Denied
    TCP Ports: 80, 427, 443
    Remote Apple Events:
    Policy: Denied
    TCP Ports: 3031
    d2:
    Policy: Allowed
    TCP Ports: 6112
    UDP Ports: 6112
    Windows Sharing:
    Policy: Denied
    TCP Ports: 139
    Printer Sharing:
    Policy: Denied
    TCP Ports: 631, 515
    Locations:
    School EtherNet:
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Proxy Enabled: 1
    FTP Passive Mode: 1
    FTP Proxy Port: 8002
    FTP Proxy Server: sfh-px1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: sfh-px1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: sfh-px1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: sfh-px1
    Auto Discovery Enabled: 0
    SOCKS Proxy Enabled: 1
    SOCKS Proxy Port: 8002
    SOCKS Proxy Server: sfh-px1
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    Exceptions List: Localhost, 127.0.0.1, .*.
    ExcludeSimpleHostnames: 1
    FTP Proxy Enabled: 1
    FTP Passive Mode: 1
    FTP Proxy Port: 8002
    FTP Proxy Server: Sfh-fs1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: Sfh-fs1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: Sfh-fs1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: Sfh-fs1
    Auto Discovery Enabled: 0
    RTSP Proxy Enabled: 1
    RTSP Proxy Port: 8002
    RTSP Proxy Server: Sfh-fs1
    SOCKS Proxy Enabled: 0
    SOCKS Proxy Port: 8002
    SOCKS Proxy Server: Sfh-fs1
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    Exceptions List: Localhost, 127.0.0.1, .*.
    ExcludeSimpleHostnames: 1
    FTP Proxy Enabled: 1
    FTP Passive Mode: 1
    FTP Proxy Port: 8002
    FTP Proxy Server: Sfh-fs1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: Sfh-fs1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: Sfh-fs1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: Sfh-fs1
    Auto Discovery Enabled: 0
    RTSP Proxy Enabled: 1
    RTSP Proxy Port: 8002
    RTSP Proxy Server: Sfh-fs1
    Dads House:
    Active Location: No
    Services:
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 0
    Auto Discovery Enabled: 0
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Ethernet:
    Media Subtype: autoselect
    MTU: 1500
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Location (1/4/06 4:15 PM):
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Moms Wireless:
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    VPN (L2TP):
    Type: PPP
    IPv4:
    Configuration Method: PPP
    OverridePrimary: 1
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 1
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 0
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 0
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 0
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 0
    LCP Echo Enabled: 1
    LCP Echo Failure: 15
    LCP Echo Interval: 20
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Automactic:
    Active Location: Yes
    Services:
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Ethernet:
    Media Subtype: autoselect
    MTU: 1500
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 0
    HTTP Proxy Enabled: 0
    HTTP Proxy Port: 8999
    HTTP Proxy Server: 127.0.0.1
    HTTPS Proxy Enabled: 0
    HTTPS Proxy Port: 8999
    HTTPS Proxy Server: 127.0.0.1
    Auto Discovery Enabled: 0
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Authorization Name: Nighteaater537
    Authorization Password: <002d003d 002d003d 002d003d >
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 0
    Redial Interval: 5
    Remote Address: 772-546-3768
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 1
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 180
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 1
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    VPN (L2TP):
    Type: PPP
    IPv4:
    Configuration Method: PPP
    OverridePrimary: 1
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 1
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 0
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 0
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 0
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 0
    LCP Echo Enabled: 1
    LCP Echo Failure: 15
    LCP Echo Interval: 20
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    MacTOPc:
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    VPN (PPTP):
    Type: PPP
    IPv4:
    Configuration Method: PPP
    OverridePrimary: 1
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 1
    CCP Enabled: 1
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 0
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 0
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 0
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 0
    LCP Echo Enabled: 1
    LCP Echo Failure: 15
    LCP Echo Interval: 20
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    School:
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Proxy Enabled: 1
    FTP Passive Mode: 0
    FTP Proxy Port: 8002
    FTP Proxy Server: sfh-px1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: sfh-px1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: sfh-px1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: sfh-px1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 1
    FTP Proxy Enabled: 1
    FTP Passive Mode: 0
    FTP Proxy Port: 8002
    FTP Proxy Server: ic-px1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: ic-px1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: ic-px1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: ic-px1
    Auto Discovery Enabled: 0
    RTSP Proxy Enabled: 1
    RTSP Proxy Port: 8002
    RTSP Proxy Server: ic-px1
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Modems:
    Modem Information:
    Modem Model: Jump
    Interface Type: I2S
    Modulation: V.92
    Hardware Version: Version 1.0
    Driver: MotorolaSM56K.kext (v1.3.3)
    Country: B5 (United States, Latin America)
    Applications:
    Acrobat Reader 5:
    Version: 5.0.5
    Last Modified: 10/19/05 10:31 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Acrobat Reader 5.0
    Acrobat Distiller 7.0:
    Version: 7.0.7
    Last Modified: 11/11/05 12:19 PM
    Kind: PowerPC
    Get Info String: Acrobat Distiller™ 7.0.7, 1984-2006 Adobe Systems Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Acrobat 7.0 Professional/Acrobat Distiller 7.0.app
    Acrobat Uninstaller:
    Version: Acrobat Uninstaller version 7.0.7
    Last Modified: 11/11/05 12:19 PM
    Kind: PowerPC
    Get Info String: Acrobat Uninstaller version 7.0.7, Copyright © 2005 by Adobe Systems, Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Acrobat 7.0 Professional/Acrobat Uninstaller.app
    Adobe Acrobat 7.0 Professional:
    Version: 7.0.7
    Last Modified: 11/11/05 12:19 PM
    Kind: PowerPC
    Get Info String: Adobe® Acrobat® 7.0.7, ©1984-2005 Adobe Systems Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app
    Bridge:
    Version: 1.0.0.545
    Last Modified: 11/11/05 11:58 AM
    Kind: PowerPC
    Get Info String: 1.0.0.545 (93460), Copyright 2003-2005, Adobe
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Bridge/Bridge.app
    Adobe GoLive CS2:
    Version: 8.0
    Last Modified: 11/11/05 12:31 PM
    Kind: PowerPC
    Get Info String: 8.0, Copyright © 1997-2005 Adobe Systems Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe GoLive CS2/Adobe GoLive CS2.app
    Adobe Help Center:
    Version: Adobe Help Center 1.0.0.793
    Last Modified: 11/11/05 11:58 AM
    Kind: PowerPC
    Get Info String: Adobe Help Center 1.0.0.793 (C) 2005 Adobe Systems, Inc. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Help Center.app
    Illustrator:
    Version: 12.0.0
    Last Modified: 11/11/05 12:15 PM
    Kind: PowerPC
    Get Info String: 12.0.0, Copyright © 1987-2005 Adobe Systems Inc. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Adobe Illustrator.app
    Demonstrator:
    Version: 2.0
    Last Modified: 11/11/05 12:15 PM
    Kind: PowerPC
    Get Info String: 1.0
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Demonstrator/Demonstrator.app
    Analyze Documents:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Analyze Documents.localized/Analyze Documents.app
    Make Calendar:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Calendar.localized/Make Calendar.app
    Collect for Output:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Collect for Output.localized/Collect for Output.app
    Contact Sheets:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Contact Sheet Demo.localized/Contact Sheets.app
    Dataset Batch PDF from Text:
    Last Modified: 11/11/05 12:15 PM
    Kind: PowerPC
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Datasets.localized/Dataset Batch PDF from Text.app
    Export Flash Animation:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Export Flash Animation.localized/Export Flash Animation.app
    Web Gallery:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Web Gallery.localized/Web Gallery.app
    Adobe InDesign CS2:
    Version: 4.0.0.421
    Last Modified: 11/11/05 12:07 PM
    Kind: PowerPC
    Get Info String: 4.0, Copyright 2000-2005 Adobe Systems Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe InDesign CS2/Adobe InDesign CS2.app
    Adobe ImageReady CS2:
    Version: 9.0x196
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Get Info String: 9.0x196, Copyright © 1998-2005 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Adobe ImageReady CS2.app
    Adobe Photoshop CS2:
    Version: 9.0 (9.0x196)
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Get Info String: 9.0 (9.0x196), Copyright ©1990-2005 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Adobe Photoshop CS2.app
    Constrain 350, Make JPG 30:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Constrain 350, Make JPG 30.exe
    Constrain to 200x200 pixels:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Constrain to 200x200 pixels.exe
    Constrain to 64X64 pixels:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Constrain to 64X64 pixels.exe
    Make Button:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make Button.exe
    Make GIF (128 colors):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make GIF (128 colors).exe
    Make GIF (32, no dither):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make GIF (32, no dither).exe
    Make GIF (64 colors):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make GIF (64 colors).exe
    Make JPEG (quality 10):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make JPEG (quality 10).exe
    Make JPEG (quality 30):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make JPEG (quality 30).exe
    Make JPEG (quality 60):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make JPEG (quality 60).exe
    Metal Slide Thumbnail:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Metal Slide Thumbnail.exe
    Multi-Size Save:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Multi-Size Save.exe
    Rounded Rect Thumbnail:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Rounded Rect Thumbnail.exe
    Slide Thumbnail:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Slide Thumbnail.exe
    Unsharp Mask:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Unsharp Mask.exe
    Aged Photo:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Aged Photo.exe
    Conditional Mode Change:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Conditional Mode Change.exe
    Constrain to 300 pixels:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Constrain to 300 pixels.exe
    Constrain to 64 pixels:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Constrain to 64 pixels.exe
    Drop Shadow Frame:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Drop Shadow Frame.exe
    Make Button:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Make Button.exe
    Make Sepia Tone:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Make Sepia Tone.exe
    Save As JPEG Medium:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Save As JPEG Medium.exe
    Save As Photoshop PDF:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Save As Photoshop PDF.exe
    VersionCueCS2:
    Version: 2.0
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Get Info String: 2.0, Copyright ©2001-2004 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Version Cue CS2/bin/VersionCueCS2.app
    VersionCueCS2Status:
    Version: 1.0.0
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Version Cue CS2/bin/VersionCueCS2Status.app
    VC2Native:
    Version: 2.0
    Last Modified: 11/11/05 12:02 PM
    Get Info String: 2.0.0, © 2003-2004 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Version Cue CS2/plugins/com.adobe.versioncue.nativecomm_2.0.0/res/macosx/VC2Native.app
    Uninstall Version Cue CS2:
    Version: 0.1
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Version Cue CS2/Uninstall Version Cue CS2.app
    DJ-1800 2.2.1:
    Version: 2.2.1
    Last Modified: 10/31/05 5:57 PM
    Kind: PowerPC

    The problem of losing power when running the drive, is that the needle may scratch part of the drive as it lands on the platter. Sufficient power may pick it up, but it may have permanently damaged the drive. I would get the drive itself replaced.
    A format which fails is a sign of a hard drive failure.

  • Can you help me please?

    Hi:
    Can you help me?
    I can´t access to the Adobe ExportPDF I´ve just purchased because it appears
    this:
    Thank you very much in advance!
    Gaby Madrigal
    El 31/5/13 13:52, "Adobe Systems Incorporated" <[email protected]>
    escribió:
    Hi Gaby,
    Thanks for subscribing to Adobe ExportPDF. Here's a snapshot of your order
    and steps for getting started.
                                    Subscription order details:
    Adobe ExportPDF Annual (Other,English)
      Subscription price     US  $19.99/annual
        For complete details, just click your order number     (AD008042687
    <http://www.adobe.com/go/account_orders_us> ) and log in with your Adobe ID
    ([email protected] <http://www.adobe.com/go/account_orders_us> ) and
    password.       
        Here's how to get started:
        Sign in to your account <https://exportpdf.acrobat.com/SignIn.html>
    with your Adobe ID and password.
        For help getting started, visit the ExportPDF forum
    <http://forums.adobe.com/community/exportpdf?view=discussions>   or check out
    the Help pages <https://www.acrobat.com/exportpdf/en/faq.html> .
                Your credit card will be charged US $19.99 plus applicable
    VAT/taxes. Your subscription will start as soon as your credit card is
    successfully charged and will renew automatically until you cancel your
    subscription. Price may change at the end of your subscription period. You may
    cancel your subscription at any time via the subscription manager on Adobe.com
    or by calling Adobe customer service at the number for your region.
    Subscription (except Digital Publishing Suite subscription) cancelled within
    the first 30 days after purchase will be refunded. Digital Publishing Suite
    subscriptions will not be refunded unless required by law.
    For customers except Digital Publishing Suite customers: If you cancel your
    subscription before the end of the one-year commitment period, we will refund
    a pro-rata portion of your purchase price of your most recent subscription.

    @sweetharmony, doing a hard reset will not affect your warranty in any way whatsoever !! I have reset my N97 numerous times and had it repaired a couple of times woth no issues !!
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • MacBook Pro Problems at Start Up: Please Help!!

    Hellos and Saluations,
    Lads and gents: I first want to say what a brilliant board you all have here. Congrats to the admins and mods for a splendid job!
    My new friends, I have a MacBook Pro (Intel) that I purchased a little over 1 year ago. I was still running Tiger when, about 6 weeks ago, upon opening the book, I started getting a gray screen that would stay there for a few seconds, then allowing me to start working. Fast forward to 4 weeks ago. The same thing happened, but it got stuck on the gray screen. The next morning it had the same symptoms, but eventually after messing with the mouse pad it came back on. Unfortunately, today it's doing the same thing, and it's stuck on gray.
    Being a noob to this forum doesn't make me a board noob in general. I did some searches on this and have tried a number of things from other thread suggestions.
    Things I've tried:
    A. At start up, holding the Option, Apple, P, R buttons.
    B. At start up, holding the Shift button
    C. At start up, holding the C button (this produced an audible sound only)
    D. There is no Apple icon on the screen, just gray/blue
    E. There is no spinning wheel of death
    F. I haven't spilled any liquid on it, nor dropped it
    A couple of weeks ago, I took the computer to the Apple store. They ran a stress test and tried to replicate the issue, but couldn't. I was advised that they determined the issue to not be hardware/hard drive related; but that the problem was most likely software based. At this time I took the opportunity to upgrade to Leopard. For a little over a week the book was good to go -- no issues at start up. However, not even a week later, when I returned home from work the issue reared it's ugly head again. After a couple attempts at hard shut downs I gave up. The next morning, same thing except that it eventually came back on...
    Fast forward to last night.. the MacBook Pro has been on the gray/bluish/greenish screen for close to 24 hours now. I've tried re-booting several times now; pulling the battery then restarting, restarting in safe mode, letting the battery go completely dead then powering up after plugging it in, etc. NOTHING works...
    This really fails. The book is only 14 months old and only used for a couple of hours/day. The "genius" at the Apple store advised me that this issue isn't hardware related, but I'm beginning to think that it's a video card issue, which, if I'm not mistaken, is incorporated into the motherboard -- making it a hardware issue. I'm gonna be hells p!ssed if they tell me it's the video card or the screen. Both will be stoopid expensive and, after only 14 months of light use, very very disappointing to their quality.
    Anyways, sorry if this is long winded, but I don't know any other way of explaining..
    Thanks in advance for any help that people can provide! Again, great forum too!
    Darren

    So yea. Just returned from the Apple store. They've deduced that the culprit to this issue is my video card. Whilst they were diagnosing the problem, I let the genius know that this is my first Mac product; that I run an international mail order business with 45 windows based pc's; that this book was somewhat of a trial to determine whether or not we would switch to Mac for our network; that we have a deal with Dell on the table to provide us with all new Dell computers; and finally that, given this catastrophic qc failure, we would more than likely be going with Dell (depending on if Apple was going to take care of me on this or not).
    Apparently this got through to the genius, as he advised me that, given the book was only 1 month out of warranty, they would be replacing the motherboard pro-bono. This was greatly appreciated by me (and my company) and we will be in talks with Apple to have them provide us with our new network. This whole ordeal, while somewhat insignificant to the overall day-to-day issues of my life, still had me rather concerned about the quality control, and especially customer service of Apple/Mac. I have a new found positive outlook on their service at this time and will report my dealings on all of the international forums that my company is a prominent member/vendor on.
    Last,I will continue to update this as it still offers to add to the comprehensive knowledge base of MacBook issues and Apple customer service.
    Darren

  • Spry Menu Bar issue, NEED HELP...???

    Here is the coding for a menu bar that i created with CS3, for some reason i am having an issue when i open the web page in IE, on firefox and safari it looks fine, the menu drops down to sub menu's fine, but for some reason when i open it in IE, the submenu's show on the very top of the page rather than right below the menu itself, please check my coding and see if there is an issue???
    i ran compatability and there are no issues shown.
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 10.4em;
        float: left;
        background-image: url(tab2.png);
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
        text-decoration: underline;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
        background-image: url(../tab1.png);
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: default;
        padding: 0.5em 0.75em;
        color: #FFFFFF;
        text-decoration: none;
        border-left-color: #0063bd;
        border-right-color: #0063bd;
        border-right-width: 3px;
        border-left-width: thin;
        font-family: Calibri;
        font-weight: bold;
        font-size: 19px;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        color: #000000;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        color: #000000;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline-block;
        f\loat: left;
        position: relative;

    Hey gramps, thanks for the info, i have updated my spry framework to 1.6.1 but the problem is still the same, i recreated my menu with the new 1.6 and it still doing the same thing, the submenu's are like vertically reversed... ugh need help.
    here the new code
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 10.4em;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
        background-image: url(../tab1.png);
        line-height: 18px;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        padding: 0.5em 0.75em;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 19px;
        font-family: Calibri;
        font-weight: bolder;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        color: #000000;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        color: #000000;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline;
        f\loat: left;

Maybe you are looking for