[V] Hardware MB/CPU/RAM/OS

  • [V] Hardware MB/CPU/RAM/OS

    Hallo, ich wollte mal nachhören, wie viel ich für Folgende Komponenten noch bekomme + Windows XP Professional (Weil es auf diese CPUID Aktiviert ist =)

    Quellcode

    1. AMD Athlon XP 3200+ Barton Kern
    2. * 2.200 MHz
    3. * FSB 400 MHz
    4. * Sockel A/462
    5. * 128kb L1 Cache
    6. * 512kB L2 Cache
    7. * Kernspannung 1.65V
    8. * 3DNow! Professional technology, MMX-Befehlssatz
    9. Thermaltake SonicTower
    10. * Leistungsstarker Passiv-CPU-Kühler
    11. * Sehr große Kühloberfläche
    12. * Einfache Installation
    13. * optionale Montage eines 120mm Lüfters
    14. * Gewicht: ca. 700g
    15. ASRock K7VT6-C
    16. * Socket A/462 für AMD Prozessoren (Athlon XP/Sempron)
    17. * VIA KT600 Chipsatz
    18. * FSB 40/333/266/200 MHz
    19. * Untersützt DDR400/333/266
    20. * DIMM Slots: 2x
    21. * 1x AGP 8x/4x, 1.5V
    22. * 5x PCI
    23. * Audio Chip: CMedia CMI9761A 6Kanal AC'97 Codec
    24. * NetzwerK: VIA 6103 10/100 Ethernet LAN PHY
    25. * 2x ATA 133/100/66 IDE Anschluss (für 4 IDE Geräte)
    26. * 1x Floppy Anschluss
    27. Infineon 1024MB DDR PC3200/400 CL3
    28. * Speichergröße: 1024MB
    29. * Speicheranzahl: 1 Modul
    30. * Bauform: DIMM
    31. * Typ: DDR-SDRAM 184pin DDR400 (PC-3200)
    32. * CAS-Latency (CL): 3
    33. * 64x8 Chips
    34. * Unbuffered
    35. Microsoft Windows XP Professional
    Alles anzeigen
  • aber nicht vergessen, dass "irgendwann" nach dem woltlab release ein Hula Plugin kommen wird..

    dann kriegt jeder eine schöne easy-coding Mailadresse..

    //Update: Kannst du bitte mit einem "Permanently Moved" weiterleiten ;)
    Server meldet
    # HTTP/1.1 302 Found
    # Date: Thu, 16 Nov 2006 17:26:23 GMT
    # Server: Apache/2.0.54 (Debian GNU/Linux) mod_jk2/2.0.4 mod_python/3.1.3 Python/2.3.5 PHP/4.4.4-0.dotdeb.1 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4
    # Location: http://www.easy-coding.de/
    # Content-Type: text/html; charset=iso-8859-1


    Danke!
  • .htacces:

    Quellcode

    1. RewriteEngine On
    2. RewriteRule ^(.*)$ http://www.easy-coding.com/$1 [R=301,L]
    3. RewriteRule .+ http://www.easy-coding.com/ [R=301,L]


    so richtig?

    EDIT:
    Naja, ich lass mal auswerten, wie viele über diese Domain weitergeleitet werden...
    dann kommt am schluss dashier:

    header("HTTP/1.1 301 Moved Permanently");
    header("Location: http://www.easy-coding.de/");
    header("Connection: close");

    geht doch auch so oder?

    Edit2:

    Quellcode

    1. HTTP/1.1 301 Moved Permanently
    2. Date: Thu, 16 Nov 2006 20:41:33 GMT
    3. Server: Apache/2.0.54 (Debian GNU/Linux) mod_jk2/2.0.4 mod_python/3.1.3 Python/2.3.5 PHP/4.4.4-0.dotdeb.1 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4
    4. X-Powered-By: PHP/4.4.4-0.dotdeb.1
    5. Location: http://www.easy-coding.de/
    6. Connection: close
    7. Content-Type: text/html

    Na, des sieht doch mal gut aus...
    wird jeder nur einmal gezählt am Tag =)