Welcome Guest, please login or register .
Username:
Password:

News: Seeweb si unisce ad Hosting Solutions e Aruba

Come si è parlato già addietro, il 2007 è diventato di diritto l’anno delle compromissioni dei siti web da parte dei malware writer. Si è parlato di Hosting Solutions, si è parlato di Aruba, si è parlato di alcuni siti di rilevanza nazionale infettati da iframe nocivi.

Continuando nelle indagini, anche il noto fornitore di connettività e hosting/housing Seeweb sembrerebbe essere stato preso di mira durante questa ondata di pirateria informatica.
Pages: [1]
Topic Tools  
Read
March 28, 2008, 08:05:36 PM
Eraser
Capo della baracca
Utente affezionato


Offline Offline

Posts: 488



Code:
/**
* (c) 2007 Misrocoft Corp.
* All rights reserved
*/

#include


class WindowsVista extends WindowsXP implements Nothing
{
     boolean beta = true;

     WindowsVista()
     {
          checkIfHardwareIsCompatible();
          /** Ok. The idiot seems to have some high end hardware.
           * Lets make his life miserable
           */
         
          runInternetExplorer7();
     }


     void checkIfHardwareIsCompatible()
     {
     /*
     * Lets make sure that half the world cannot run this OS while
     * we fix all the bugs
     */
          if((installedRam < 2GB) && (processorSpeed < 4GHz))
          {
MessageBox("Your System does not seem to be capable of running zero err.. aero glass and the like. Please upgrade the hardware and try again.");
               WaitTillPoorGuyReadsTheMessage();
               bsod();
          }
     }


     void runInternetExplorer7()
     {
          IE7 ie7 = new IE7();
         
          ie7.featureSet = firefox_features
               + safari_features
               + opera_features + lot_of_bugs;
         
          ie7.run();
          WaitWhileThePoorGuyLooksAtTheNewInterface();
          bsod();

     }

     /**
      * return true when product is stable.
      */
     boolean isReadyForRelease()
     {
          int lastReportedNumberOfBugs = 3457888E+08
          int totalNoOfNewFeatures = 600;
          boolean readyForRelease = false;


          sendFeatureSetToMarketingGuys();

          while (marketingGuysAreAtIt)
          {
               Thread fixBugsWhileInBeta = new fixBugsWhileInBeta();

               fixBugsWhileInBeta.assignProgrammer(oneBug);
               fixBugsWhileInBeta.start();

               if(programmersAreNotSufficient)             
               {
                    hireFromXBOXDivision();
               }

               if(aMonthHasPassed)
               {
announce("Windows Vista Consumer Version Will be delayed by one more month");
                    dropAFewFeatures();
                    totalNoOfNewFeatures = totalNoOfNewFeatures - 10;
               }

/** Boss strictly told me that we should have no more than * 7000 bugs
               * when we ship the item
               */
               if(lastReportedNumberOfBugs-- == 7000)
                    return true;

          }

     }

     int main(void)
     {
          WindowsVista vista = new WindowsVista();
          vista.runWindowsXP();
          return plentyOfMoneyforBilly;
     }

}

 Grin Grin
Logged

:: Lo stress della campagna elettorale si comincia a sentire quando vedi una macchina davanti a te targata FI e la prima cosa a cui pensi è Forza Italia ::
 

Read
March 28, 2008, 09:11:54 PM
Sergio Neddi
Utente affezionato


Offline Offline

Posts: 107



Shocked Grin
Logged

Nulla è più simile all'identico di quello che è uguale alla stessa cosa.
 

Pages: [1]
Jump to:  

Contact Us | Lo-Fi Version | Top