Jump to content
UBot Underground

SaHiN

Fellow UBotter
  • Content Count

    244
  • Joined

  • Last visited

Everything posted by SaHiN

  1. Very good Aymen Thank you. .jpg, .png, ... => nice working captcha.php, captcha.asp => don't working.
  2. Hey Aymen, I have the same problem before and i think Load Html doesnt work on local images. You need to upload your images on your server.
  3. Content-Type: multipart/form-data; boundary=---------------------------[value] name="user" john name="pass" 123456Convert ; user=john&pass=123456 nice working
  4. set(#say, 0, "Global") thread { in new browser { increment(#say) } } #Say = variant Output Result : #say1, #say2, #say3, #say4, #say5 ......
  5. http://a1303.hizliresim.com/17/7/kty2z.png Bad idea?
  6. Hey Aymen, Multi thread Http Post or Page Scraper İdea; http://b1303.hizliresim.com/17/6/ksqbu.png
  7. Multi thread Page scraper or Multi thread http post problem. Sample page scraper code : clear list(%urls) add list to list(%urls, $list from text("http://www.google.com http://www.bing.com http://www.yandex.com.tr", $new line), "Delete", "Global") ui stat monitor("total list", $list total(%urls)) ui stat monitor("urls processed", #urls processed) ui stat monitor("current thread", #used threads) set(#threads to run, 3, "Global") set(#used threads, 0, "Global") set(#urls processed, 0, "Global") set(#say, 0, "Global") loop while($comparison($list total(%urls), ">", #urls processed))
  8. XHTML Image very good working Thank you dear
  9. hi, Load Html in pc image; pc image : C:\Users\admins\Desktop\image\abc.png Load html : load html("<img src=\"C:\\Users\\admins\\Desktop\\image\\abc.png\">") Don't working. Help me?
  10. Don 't working. why? set(#temp, $eval("encodeURIComponent(\"http://www.botguru.net/?ap_id=admin&test-date=1\")"), "Global")
  11. SaHiN

    multiple replace

    20 character replace very long code. different short code?
  12. hi, how to make multiple replace? my text; " bu yazıdaki türkçe karakterleri nasıl çevirebilirim " ı replace i ü replace u ç replace c help me? thank you.
  13. hey everyone; Do you have an example mywapblog.com ?
×
×
  • Create New...