Jump to content
UBot Underground

flying_dutchman

Members
  • Content Count

    12
  • Joined

  • Last visited

Community Reputation

0 Neutral

About flying_dutchman

  • Rank
    Member

System Specs

  • OS
    Windows 7
  • Total Memory
    8Gb
  • Framework
    unsure
  • License
    Standard Edition

Recent Profile Visitors

1432 profile views
  1. and its free or we have to pay again? i have more than 1000 license and when i want to open the license is very slow now.
  2. hi aymen, xpath parser is not working now. can you check and fixing please? this is my script: set(#HttpDetailProduct,$plugin function("HTTP post.dll", "$http get", "https://www.tokopedia.com/f-a-store89/tas-selempang-tas-paha-tas-pinggang-pria-1btc-150", $plugin function("HTTP post.dll", "$http useragent string", "Chrome 32.0 Win7 64-bit"), "https://www.tokopedia.com", "", ""),"Global") alert($plugin function("HTTP post.dll", "$xpath exists", #HttpDetailProduct, "//span[@itemprop=\'price\']")) alert($plugin function("HTTP post.dll", "$xpath parser", #HttpDetailProduct, "//span[@itemprop=
  3. dan, thx for your reply. i have try the options but still not work. the result in fiddler is same. the cookie:***** is not show do you have another suggestion?
  4. aymen, is http set header still working well? today i use http set header to login to wordpress and when i see with fiddler. the header not work.. this is my code: plugin command("HTTP post.dll", "http set headers", "Cookie", "PHPSESSID=lubkq31cvh9clt65pv*****; wordpress_test_cookie=WP+Cookie+check") set(#LoginWPPost,$plugin function("HTTP post.dll", "$http post", "http://***.com/wp-login.php", "log=***&pwd=*****&wp-submit=Log+Masuk&redirect_to=http%3A%2F%2F***.com%2Fwp-admin%2F&testcookie=1", $plugin function("HTTP post.dll", "$http useragent string", "Firefox 27.0 Win7
  5. aymen, this plugin support for authorization header? i try to connect dropbox api and in that documentation, i have to set authorization header. this is my code: plugin command("HTTP post.dll", "http set headers", "Authorization", "Bearer <token>") set(#dropbox,$plugin function("HTTP post.dll", "$http post", "https://api.dropboxapi.com/2/auth/token/revoke", "", $plugin function("HTTP post.dll", "$http useragent string", "Firefox 27.0 Win7 64-bit"), "", "", ""),"Global") the result is 400 Bad Request. can you or somebody help me please. i have search the solution all day but i'm stu
  6. lordproker, i have try to scrape amazon without login and i got problem when i try to go to next page. can you give me an advice or share your http get code when your code try to go to next page. please help me.. sorry for my bad english
  7. Hi All, i need your help. i'm new with httpost plugin and want to try post a listing to ebay with aymen plugin. in ebay documentation, i found http header information like this: POST /path/to/upload/script HTTP/1.0Connection: Keep-AliveUser-Agent: My Client App v1.0Host:https://bulksell.ebay.com/ws/eBayISAPI.dll?FileExchangeUploadContent-type: multipart/form-data;boundary=THIS_STRING_SEPARATESContent-Length: 256--THIS_STRING_SEPARATESContent-Disposition: form-data; name="token"12345678987654321--THIS_STRING_SEPARATESContent-Disposition: form-data; name="file";filename="listings.csv"Content-T
  8. aymen, when i see the bonus package(doc and sample code) is outdated, so can you share to me your latest tutorial or document please. or if anyone have the latest doc how to use http post plugin please share to me. thx all.
×
×
  • Create New...