Jump to content

surfbar.php help


bjuice

Recommended Posts

Does anyone know how I can convert the code in my surfbar.php file over to a multi-button click verification. My surfing script is already a manual type but its single button. If you know the code and can help please do so.....Also if your a webmaster/admin and already have your own manualsurf site with a top notch click verification then I'm willing to pay you upwards of $5-10(AlertPay only)for a copy of these files so I can use them on my other autosurf sites using the exact same script, turning them into a manualsurf site.

 

Heres the part of the code that needs to be changed on my manualsurf site;

 

 

function start_time()

{

do_count();

}

 

function do_count()

{

  if (paused==0){

counter--;

  }

if (counter>=0) {document.f.stimer.value=counter;

setTimeout(\"do_count()\",1000);

}

  if (counter<0)

  {

    document.f.stopgo.value=':: CLICK OK >>'

document.f.test.disabled = false;

  //document.f.submit();

  }

}

 

function pause_time()

{

  paused=1-paused;

  if (paused==1) {document.f.stopgo.value='Start Timer';} else {document.f.stopgo.value='Pause Timer';}

}

 

function open_w(imf){

 

    window.open(imf);

return false;

 

}

 

if ($my_crds_today == "") {$my_crds_today = 'N/A'; }

echo("</head>\n<body onLoad=\"do_count();\" class=bar>\n");

echo("<script language=JavaScript>window.status=\"$title\";top.frames[1].location.href = \"$url\";</script>\n");

echo("<script language=JavaScript>if (document.all) document.body.onmousedown=new Function(\"if (event.button==2||event.button==3)alert('Sorry, right click is disabled here!')\")</script>\n");

echo("<form name=f method=GET><input type=hidden name=\"".session_name()."\" value=" . session_id() . "><input type=hidden name=vc_val value=" . md5($_SESSION['sess_data']['surf_encoder_vals']) . ">

<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\"><tr><td width=\"31%\"><div align=\"center\">");

echo("<input type=button name=\"stimer\" size=4 style=\"border: 0px;border-style: none;Color: $timer_txt;background-color: $timer_bg;text-align: center; top: 0; position: relative; float: center;\" onClick=\"return false;\"> <input name=\"stopgo\" value=\"&#171; Pause Timer &#187;\" type=\"button\" style=\"border: 0px;border-style: none;Color: $timer_txt;background-color: $timer_bg;width:100px; height:20px; text-align: center; top: 0; position: relative; float: center; cursor: hand;\" onClick=\"pause_time();\">

<input type=submit disabled=true name=\"true\" value=\"OK\" >

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.