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
https://forums.phpfreaks.com/topic/115659-surfbarphp-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.