Jump to content
UBot Underground

SaHiN

Fellow UBotter
  • Content Count

    244
  • Joined

  • Last visited

Everything posted by SaHiN

  1. hi, set(#scrape,"1 3 4 5 6 8 9 ","Global") add list to list(%list,$list from text(#scrape,$new line),"Don\'t Delete","Global") my problem auto delete blank lines. necessary - blank lines #scrape 12 line %list 7 line auto delete blank lines how to make add blank lines?
  2. Hi Dan, idea ; collapse all nodes expand all nodes
  3. plugin command("ExBrowser.dll", "ExBrowser Open New Browser Tab") Error. http://image.prntscr.com/image/318b92be25c342f399873bb6a6418db3.png
  4. Hi, Multi part post "=" problem valuename = code value = xhs6=ewr post data, code=xhs6=ewr http://image.prntscr.com/image/0b879e240a2f4fe4b52544be3e4e0534.png Help me? Thank you.
  5. Hi pash, new idea " Duplicate Image command "
  6. Don't Working Kev123 deneme1() deneme2() deneme3() deneme4() define deneme1 { thread { set(#post1, $plugin function("HTTP post.dll", "$http get", "http://bing.com", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0", "", "", ""), "Local") set(#cookie, $plugin function("HTTP post.dll", "$http response", "cookies response"), "Local") add item to list(%ddddddd, #cookie, "Delete", "Global") } } define deneme2 { thread { set(#post1, $plugin function("HTTP post.dll", "$http get", "https://www.fiverr.com/", "Mozilla/5.0 (Windows NT
  7. test pls, multi thread don't Working. thread { set(#post1, $plugin function("HTTP post.dll", "$http get", "http://bing.com", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0", "", "", ""), "Local") set(#cookie, $plugin function("HTTP post.dll", "$http response", "cookies response"), "Local") add item to list(%ddddddd, #cookie, "Delete", "Global") } thread { set(#post1, $plugin function("HTTP post.dll", "$http get", "https://www.fiverr.com/", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0", "", "", ""), "Local") set(#cooki
  8. hi Aymen, when will you update multi thread (header and cookie)? because headers and cookies are mixing.
  9. @Pash Hi. this old server license close please update plugin to last version Sign up for File plug-in and license. "http://ubotplugin.com/my-account/" Unable to log in, click on "Lost your password?".
  10. Hi Aymen, set(#cookie,$plugin function("HTTP post.dll", "$http response", "cookies response"),"Global") Local Plugin - Multi thread "cookies response" don't working.
  11. Hi Cris, my code, <div dir="auto" table="true" class="input" placeholder="ze" data="42545"></div> convert <div dir="auto" table="true" class="input" placeholder="ze" data="42545">text</div> textarea change attribute
  12. <a class="tryitbtn" href="tryit.asp?filename=tryhtml_links_w3schools" target="_blank">Try it Yourself »</a> hi, ExBrowser Change attribute "Try it Yourself text" change to demo ? plugin command("ExBrowser.dll", "ExBrowser Change Attribute", , "innertext", "demo") Don't working.
  13. Hi, How To Make Copy / Paste ? or text area Java script copy/paste ?
  14. hi dan, <div secure="10" menage="cat" kob="47"> how to make xpath scrape kob ?
  15. http://screencast.com/t/nnZkmCVI7r1 browser auto close? how to make don't close?
  16. Hi, my json code: { "status": "ok", "items": [{ "subtitle": "Ankara", "location": { "external_source": "demo", "city": "turkey", "code": 88589, }, "media_bundles": [] }, { "subtitle": "Ankara", "location": { "external_source": "demo", "city": "usa", "code": 5252525, }, "media_bundles": [] } } city-code turkey-88589 usa-5252525 how can ı do upper format? (aymen jsonPath parser or enother plugin ?)
  17. hi aymen, default header code Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*; q=0.7 how to make delete?
×
×
  • Create New...