GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   can u slove this????? (https://gfy.com/showthread.php?t=54067)

Tag 03-19-2002 05:00 PM

can u slove this?????
 
got sent it by a friend who says he can do it..


<SCRIPT language="JavaScript">
<!-- Key-code script by Bart Jellema
// You may use this script freely as long
// as you credit me for it...
var usermulcode=1 // code init
var code=0 // the entered code
var mul=1 // the multiplied digits
var digit=0 // number of digits entered so far
var fails=0 // number of tries done

function Enter_code(number)
{

code=code*10+number // Add the digit to the code
mul=mul*number // Update mul-value
document.codepad.thecode.value=code // Show code
digit++ // Increase digit

if (digit==3) // 3 digits entered
{
if (mul==35)
// This is to validate the code. If
// the code is 1234 the mul = 1*2*3*4 = 24
// If your code is 9562 it will be
// usermulcode = 540 (9*5*6*2)
{
window.open("switch.pl/"+code+".shtml",'_top')
fails++
code=0 // Reset values
mul=1
digit=0
}
else
{
fails++ // Increase fails
code=0 // Reset values
mul=1
digit=0
if (fails<6)
{
if (fails<5)
{document.codepad.thecode.value="Try again"}
if (fails==5)
{document.codepad.thecode.value="Last time"}
}
else // To many tries = worp back
{
location="http://www.exit.com"
document.codepad.thecode.value="Bye!"
}
}
}
}

function keycodepad(mulcode)
{
usermulcode=mulcode
document.write("<form name=\"codepad\">");
document.write("<input type=\"button\" value=\" 1 \" onClick=\"Enter_code(1)\">");
document.write("<input type=\"button\" value=\" 2 \" onClick=\"Enter_code(2)\">");
document.write("<input type=\"button\" value=\" 3 \" onClick=\"Enter_code(3)\"><br>");
document.write("<input type=\"button\" value=\" 4 \" onClick=\"Enter_code(4)\">");
document.write("<input type=\"button\" value=\" 5 \" onClick=\"Enter_code(5)\">");
document.write("<input type=\"button\" value=\" 6 \" onClick=\"Enter_code(6)\"><br>");
document.write("<input type=\"button\" value=\" 7 \" onClick=\"Enter_code(7)\">");
document.write("<input type=\"button\" value=\" 8 \" onClick=\"Enter_code(8)\">");
document.write("<input type=\"button\" value=\" 9 \" onClick=\"Enter_code(9)\"><br>");
document.write("<input type=\"text\" name=\"thecode\" size=10 value=\"\"><br>");
document.write("</form>");
}
// Key-code script by Bart Jellema -->
</SCRIPT>


you have to find a key code???
i cant figure it out

-=HOAX=- 03-19-2002 06:08 PM

uhm....what?!?!?!?

RK 03-19-2002 06:17 PM

1,5,7

in any order

Klaus... 03-19-2002 10:02 PM

ok.... :sleep

wake me when you post the puzzle

____________________

http://www.dialerconnection.com/img/...r_230x29_1.gif
Simply Better.

greentea 03-19-2002 10:04 PM

1)B
2)C
3)A
4)C
5)A


?

pimpshost 03-19-2002 10:09 PM

I can slove it!

kmanrox 03-19-2002 10:10 PM

is that like sodomize? slove?

RedShoe 03-19-2002 10:11 PM

my friend figured it out as well.

blunt 03-19-2002 10:15 PM

this is the code he tried to post. who's got the key?

PHP Code:


<SCRIPT language="JavaScript">
  <!-- 
Key-code script by Bart Jellema

    
// You may use this script freely as long
    // as you credit me for it...
    
var usermulcode=// code init
    
var code=0   // the entered code
    
var mul=1    // the multiplied digits
    
var digit=0  // number of digits entered so far
    
var fails=0  // number of tries done

    
function Enter_code(number)
    {
     
      
code=code*10+number         // Add the digit to the code
      
mul=mul*number              // Update mul-value
      
document.codepad.thecode.value=code  // Show code
      
digit++                     // Increase digit
      
      
if (digit==3)               // 3 digits entered
      
{
        if (
mul==35)
        
// This is to validate the code. If
        // the code is 1234 the mul = 1*2*3*4 = 24
        // If your code is 9562 it will be
        // usermulcode = 540 (9*5*6*2)
        
{
window.open("switch.pl/"+code+".shtml",'_top')
          
fails++          
          
code=0                  // Reset values
          
mul=1
          digit
=0       
        
}
        else
        {
          
fails++                 // Increase fails
          
code=0                  // Reset values
          
mul=1
          digit
=0
          
if (fails<6)            
          {
            if (
fails<5)
            {
document.codepad.thecode.value="Try again"}
            if (
fails==5)
            {
document.codepad.thecode.value="Last time"}
          }
          else                    
// To many tries = worp back 
          
{
            
location="http://www.exit.com"
            
document.codepad.thecode.value="Bye!"
          

        }
      }
    }

    function 
keycodepad(mulcode)
    {
      
usermulcode=mulcode
      document
.write("<form name=\"codepad\">");
      
document.write("<input type=\"button\" value=\" 1 \" onClick=\"Enter_code(1)\">");
      
document.write("<input type=\"button\" value=\" 2 \" onClick=\"Enter_code(2)\">");
      
document.write("<input type=\"button\" value=\" 3 \" onClick=\"Enter_code(3)\"><br>");
      
document.write("<input type=\"button\" value=\" 4 \" onClick=\"Enter_code(4)\">");
      
document.write("<input type=\"button\" value=\" 5 \" onClick=\"Enter_code(5)\">");
      
document.write("<input type=\"button\" value=\" 6 \" onClick=\"Enter_code(6)\"><br>");
      
document.write("<input type=\"button\" value=\" 7 \" onClick=\"Enter_code(7)\">");
      
document.write("<input type=\"button\" value=\" 8 \" onClick=\"Enter_code(8)\">");
      
document.write("<input type=\"button\" value=\" 9 \" onClick=\"Enter_code(9)\"><br>");
      
document.write("<input type=\"text\" name=\"thecode\" size=10 value=\"\"><br>");
      
document.write("</form>");
    }
  
// Key-code script by Bart Jellema -->
</SCRIPT> 



All times are GMT -7. The time now is 06:20 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123