Recent content by jagass

  1. J

    php...curl... and *gasp* craigslist...

    the only cookies i see from the previous page is the language being set... there has to be a cache or something??? where is session info stored?
  2. J

    php...curl... and *gasp* craigslist...

    $header[] = "Accept: text/xml,application/xml,application/xhtml+xml,"; $header[] .= "text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"; $header[] = "Cache-Control: max-age=1, must-revalidate"; $header[] = "Connection: keep-alive"; $header[] = "Keep-Alive: 300"; $header[] =...
  3. J

    php...curl... and *gasp* craigslist...

    Hey madblacker this is my curl settings and how i handeled clearing the cookies... function getPage($proxy, $url, $referer, $agent, $header, $timeout) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HEADER, $header); curl_setopt($ch...
  4. J

    php...curl... and *gasp* craigslist...

    the thing is that when I flag an ad normally, it just says "thanks for flagging" and doesnt take me to a new page, is clist detecting the proxies?
  5. J

    php...curl... and *gasp* craigslist...

    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...
Back
Top