Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
132 lines (124 sloc)
5.63 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Fuby - Why Admins use it?</title> | |
| </head> | |
| <body bgcolor="#1C592B" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"> | |
| <FONT SIZE=2 COLOR=#000000 FACE=Comic Sans> | |
| Hehe... Fuby here again... and more 2 come?<BR> | |
| <BR> | |
| But the Flash rulez... admin secure it!<BR> | |
| <BR> | |
| GREETZ AND RESPECT TO:<BR> | |
| The Dutch Goverment! (why i do not know), MySelf, Scarab, FleXz, M1cH3l, GumKop, Terrion, | |
| Diz-X, attrition...<BR> | |
| <BR> | |
| Also introduce... hehe what?<BR> | |
| <BR> | |
| Roda JC vs Wolfsburg... maybe the dutch will win! But I win tonight and strike again!<BR> | |
| <BR> | |
| That is all... may the force follow you! | |
| <!-- | |
| <script LANGUAGE="JavaScript"> | |
| <!-- | |
| var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; | |
| // Handle all the the FSCommand messages in a FutureSplash movie | |
| function ok_0_DoFSCommand(command, args) { | |
| var ok_0Obj = InternetExplorer ? ok_0 : document.ok_0; | |
| // Place your code here... | |
| } | |
| // Hook for Internet Explorer | |
| if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 9")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) { | |
| document.write('<SCRIPT LANGUAGE=VBScript\> \n'); | |
| document.write('on error resume next \n'); | |
| document.write('Sub ok_0_FSCommand(ByVal command, ByVal args)\n'); | |
| document.write(' call ok_0_DoFSCommand(command, args)\n'); | |
| document.write('end sub\n'); | |
| document.write('</SCRIPT\> \n'); | |
| } | |
| //--> | |
| <!-- | |
| </script> | |
| <script LANGUAGE="JavaScript"> | |
| <!-- | |
| var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; | |
| // Handle all the the FSCommand messages in a FutureSplash movie | |
| function ok_0_DoFSCommand(command, args) { | |
| var ok_0Obj = InternetExplorer ? ok_0 : document.ok_0; | |
| // Place your code here... | |
| } | |
| // Hook for Internet Explorer | |
| if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) { | |
| document.write('<SCRIPT LANGUAGE=VBScript\> \n'); | |
| document.write('on error resume next \n'); | |
| document.write('Sub ok_0_FSCommand(ByVal command, ByVal args)\n'); | |
| document.write(' call ok_0_DoFSCommand(command, args)\n'); | |
| document.write('end sub\n'); | |
| document.write('</SCRIPT\> \n'); | |
| } | |
| //--> | |
| <!-- | |
| </script> | |
| <script LANGUAGE="JavaScript"> | |
| <!-- | |
| var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; | |
| // Handle all the the FSCommand messages in a FutureSplash movie | |
| function ok_0_DoFSCommand(command, args) { | |
| var ok_0Obj = InternetExplorer ? ok_0 : document.ok_0; | |
| // Place your code here... | |
| } | |
| // Hook for Internet Explorer | |
| if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) { | |
| document.write('<SCRIPT LANGUAGE=VBScript\> \n'); | |
| document.write('on error resume next \n'); | |
| document.write('Sub ok_0_FSCommand(ByVal command, ByVal args)\n'); | |
| document.write(' call ok_0_DoFSCommand(command, args)\n'); | |
| document.write('end sub\n'); | |
| document.write('</SCRIPT\> \n'); | |
| } | |
| //--> | |
| <!-- | |
| </script> | |
| <!-- Aftershock ok_0.swf 3=100 4=95 2=1 5 24=3 38 40 26 --> | |
| <!-- | |
| <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=3,0,0,0" ID="ok_0" WIDTH="100%" HEIGHT="95%"> | |
| <param NAME="movie" VALUE="ok_0.swf"> | |
| <param NAME="quality" VALUE="high"> | |
| <param NAME="bgcolor" VALUE="#1C592B"> | |
| <script LANGUAGE="JavaScript"> | |
| <!-- | |
| function checkForShockwave() | |
| { | |
| navigator.plugins.refresh(); | |
| if ( navigator.plugins["Shockwave Flash"] ){ | |
| parent.location.reload(); | |
| } else { | |
| setTimeout( "checkForShockwave()", 1000 ); | |
| } | |
| } | |
| var ShockMode = 0; | |
| if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) { | |
| if (navigator.plugins && navigator.plugins["Shockwave Flash"]) | |
| ShockMode = 1; | |
| } | |
| if (!ShockMode && navigator.appName && navigator.appName.indexOf("Netscape") != - 1 && navigator.appVersion.indexOf("4.") != - 1 | |
| && navigator.javaEnabled() && netscape.softupdate.Trigger.UpdateEnabled() && document.cookie.indexOf("StartedShockwaveInstall") == -1) { | |
| var jarPath = new String(""); | |
| if (navigator.platform.indexOf("Win32") >= 0 ) | |
| jarPath = "http://download.macromedia.com/pub/shockwave/jars/english/silentflash32.jar" | |
| else if (navigator.platform.indexOf("Win16") >= 0 ) | |
| jarPath = "http://download.macromedia.com/pub/shockwave/jars/english/silentflash16.jar" | |
| else if (navigator.platform.indexOf("MacPPC") >= 0 ) | |
| jarPath = "http://download.macromedia.com/pub/shockwave/jars/english/silentflashppc.jar" | |
| if (jarPath.length) { | |
| netscape.softupdate.Trigger.StartSoftwareUpdate (jarPath, netscape.softupdate.Trigger.FORCE_MODE); | |
| document.cookie='StartedShockwaveInstall;path=/;' | |
| setTimeout("checkForShockwave()", 1000); | |
| } | |
| } | |
| //--> | |
| <!-- | |
| </script><embed SRC="ok_0.swf" NAME="ok_0" swLiveConnect="TRUE" WIDTH="100%" HEIGHT="95%" QUALITY="high" BGCOLOR="#1C592B" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> | |
| </object><!-- EndAftershock ok_0.swf --> | |
| <!-- <table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td align="right"><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#FFFFFF"><p align="right"><!--webbot bot="HitCounter" u-custom="images/numeros.gif" i-digits="7" i-image="5" PREVIEW="<strong>[Hit Counter]</strong>" i-resetvalue="0" startspan --><img SRC="_vti_bin/fpcount.exe/abrasil/?Page=index.htm|Custom=images/numeros.gif|Digits=7" ALT="Hit Counter"><!--webbot bot="HitCounter" startspan -->[HitCounter]<!--webbot bot="HitCounter" endspan i-CheckSum="29293" --> visitas | |
| </body> | |
| </html> |