Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Action()
- {
- int i = 0;
- char value [200];
- web_add_cookie("_ga=GA1.2.1240646069.1449059959; DOMAIN=www.eastern.nl");
- web_reg_save_param("Project","LB=class=\"portfolio_more_button\"><a href=\"","RB=\" class=\"button\" target=\"_self\">","ORD=ALL", LAST);
- web_url("projecten",
- "URL=http://www.eastern.nl/projecten/",
- "Resource=0",
- "RecContentType=text/html",
- "Referer=",
- "Snapshot=t1.inf",
- "Mode=HTTP",
- LAST);
- for( i=1; i< atoi(lr_eval_string("{Project_count}")); i++)
- {
- // sprintf(status, "{statusA_%d}", i );
- sprintf(value,"URL={Project_%d}",i);
- lr_output_message("URL Found Value %d = %s ",i,lr_eval_string(value));
- web_url("projectenpage",
- lr_eval_string(value),
- "Resource=0",
- "RecContentType=text/html",
- "Referer=",
- "Snapshot=t1.inf",
- "Mode=HTTP",
- LAST);
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement