Jump to content
UBot Underground

Aymen

Fellow UBotter
  • Content Count

    1346
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Aymen

  1. Let's say you have this Http request http://www.w3schools.com/tags/demo_post_enctype.asp POST /tags/demo_post_enctype.asp HTTP/1.1 Host: www.w3schools.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Referer: http://www.w3schools.com/tags/tryit_view.asp?x=0.21224895891737117 Cookie: _ga=GA1.2.1159449414.1414767084; __gads=ID=53428c69b2d5a9ce:T=1414767087:S=ALNI_MYZKUHc5GsYW-x6ZSH3z4vnS1pWYA; _gat=1; ASPSESSIONIDQQRACRSB
  2. V 1.0.2 Update : -Added can user sort column option to datagrid styler -Added clear datagrid contextmenu command -Fixed navigation bar not showing when switching between browser and datagrid If you didn't get the update by email , PM me or send me an email!
  3. Submit your feature request here with more details : http://bugs.ubot-plugins.com/
  4. V 2.5.5 log : -Bug in http response status when used in threading fixed -added ability to use user/pass in proxy checker function (ip:port:user:pass) -Added multipart Post function , to send Multipart/form Post Http requests.(parameters usage are just like http post function) PS : i just launched a bug tracker , if you stumbled upon a bug make sure to submit it here http://bugs.ubot-plugins.com/
  5. Try this set(#xpath, $plugin function("HTTP post.dll", "$xpath parser", "html", "//div[@data-screen-name=\'ClassicalPurist\']", "data-user-id", "HTML"), "Global")
  6. Yes , but you need to have a bit of knowledge about Http requests to be able to make the scripts you need! So there is a bit of minimum know-how that you need to have to be able to use this plugin!
  7. Not really Dan, sorry if i promised you something , been buried in work for over 2 weeks , i didn't forget about any update though!
  8. Didn't had time to do any update yet , trying to finish couple of projects I'm launching soon , as soon as i get everything out of the way i'll make some nice updates!
  9. you can add me on skype : @aymenbnr i usually send updates via emails but you can ask for them anytime you want!
  10. Your package has been PMed to you! Sorry for the 404 issue , i really need to update that link .
  11. If it is a windows vps then yes it should work!
  12. Sent you your package! Welcome to the Sockets Club!
  13. It could be because of the % sign , do you have a test account ?
  14. Allright , will look into it in the next update! didn't have a look at it before , but why don't you try http upload function ?
  15. can you provide the whole code that causes this error ? also try it without any other plugin activated!
  16. Weird , no errors here :/ What does the error say ?
  17. You can't do it right now , but i'm looking into fixing it in next update , busy like crazy right but i'll try to release an update next week hopefully! I'll look into it!
  18. Package sent! Thank you for your business! Regards!
  19. http load error page is a setting command , to choose whether to show complete error pages or no
  20. Version : 2.5.4 Change Log : -Added http load error page -Minor cookie string command fixes -Fixed http clear objects null exception
  21. do you have an example code you tried ? post it here and i'll see what i can do
  22. Here is an example that works fine for me plugin command("DataGridUI.dll", "reset datagrid") plugin command("DataGridUI.dll", "show datagrid", "URLS") set(#doc, $plugin function("HTTP post.dll", "$http get", "http://www.ubotstudio.com/resources", $plugin function("HTTP post.dll", "$http useragent string", "Chrome 32.0 Win7 64-bit"), "", "", ""), "Global") clear list(%links) add list to list(%links, $list from text($plugin function("HTTP post.dll", "$http links finder", "All"), $new line), "Delete", "Global") loop($list total(%links)) { plugin command("DataGridUI.dll", "add datagrid row",
×
×
  • Create New...