Jump to content
UBot Underground

lewzer

Fellow UBotter
  • Content Count

    12
  • Joined

  • Last visited

Community Reputation

1 Neutral

About lewzer

  • Rank
    Member

Contact Methods

  • Website URL
    http://www.gremlinbots.com

Profile Information

  • Gender
    Male
  • Location
    Canada

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

3445 profile views
  1. The issue is not grabbing it with regex , when I do a http get request it doesn't have any variables to scrape. Not sure if its loading from a java script.
  2. Hey all, I'm having an issue trying to scrape the upload ID from this site in order to be able to http Post instead of through the browser. I'm not sure if this is even possible, here is the code from firebug and I can see the upload id but when I do a GET I'm only seeing " http://img4.imageporter.com/cgi-bin/upload.cgi?upload_id= " when scraping the Xpath. (/html/body/center/div/div[3]/div[2]/form) ------------------------------------------------------------------------------------------------ <form onsubmit="if(this.adult.value == '') { alert('Select file type'); return false; } return
  3. I have a question with using the HTTP plugin and running multi threaded should I be using "in new browser" or is fine just run in new thread. I seem to keep having threads running and not closing off properly and just wondering if this is why.
  4. any update on this, I am having the same issue some threads are not be killed and when looping just have more and more stuck running. I am just running new threads, should I be running a browser in new thread so when it closes it kills the thread?
×
×
  • Create New...