I need to flag a particular person's ads because they owe me significant $$ and they are giving me a run around.
my curl script is loading the /city/section up then going to the post from there, then its calling the flag url all in that sequence with random intervals between each stage... I had the php script go thru about 100 diff proxies to flag this one ad in new york city and it still didnt come down... I saw the "thanks for flagging this ad, and dont worry if you flagged it accidentally, it takes more than 1 flag to take a post down" from all the different proxy attempts/calls to the flag URL...
I was wondering if maybe it had something to do w/ my curl cookie settings? How can I clear my curl cache & cookies after each time I call the flag url? is it not counting the flag because it cant set a cookie? Any ideas?
Thx in advance
my curl script is loading the /city/section up then going to the post from there, then its calling the flag url all in that sequence with random intervals between each stage... I had the php script go thru about 100 diff proxies to flag this one ad in new york city and it still didnt come down... I saw the "thanks for flagging this ad, and dont worry if you flagged it accidentally, it takes more than 1 flag to take a post down" from all the different proxy attempts/calls to the flag URL...
I was wondering if maybe it had something to do w/ my curl cookie settings? How can I clear my curl cache & cookies after each time I call the flag url? is it not counting the flag because it cant set a cookie? Any ideas?
Thx in advance
Last edited: