i try the blew code,but not work
public static function Execute($instance, $project)
{
// set header
$instance->SetHeader("X-Forwarded-For", "123.34.5.78");
// clear cookie
$instance->ClearCookie();
// go to lessons.zennolab.com
$tab = $instance->ActiveTab;
if (($tab->IsVoid) || ($tab->IsNull)) return -1;
if ($tab->IsBusy) $tab->WaitDownloading();
$tab->Navigate("ip138.com", "");
if ($tab->IsBusy) $tab->WaitDownloading();
return 0;
}
can i use SetUserHeader
X-Forwarded-For
in the zennoposter? i try but not success
public static function Execute($instance, $project)
{
// set header
$instance->SetHeader("X-Forwarded-For", "123.34.5.78");
// clear cookie
$instance->ClearCookie();
// go to lessons.zennolab.com
$tab = $instance->ActiveTab;
if (($tab->IsVoid) || ($tab->IsNull)) return -1;
if ($tab->IsBusy) $tab->WaitDownloading();
$tab->Navigate("ip138.com", "");
if ($tab->IsBusy) $tab->WaitDownloading();
return 0;
}
can i use SetUserHeader
X-Forwarded-For
in the zennoposter? i try but not success
Последнее редактирование: