Jump to content
UBot Underground

brusacco

Fellow UBotter
  • Content Count

    185
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by brusacco

  1. UbotDev.com, yes eventualy I came up with that ... Now I have 10 instances running like a charm. Thanks for all the help ... I just get the PRO, so I'm new in Ubot threads ...
  2. Thanks a lot for your help I'll make some more code and get the resuts.
  3. Thanks a lot for the reply ... and how about the DEFINE commands? The parameters are passed as values or reference? Thanks
  4. Hello, 1) I have a list of 10 users in a CSV file. 2) All users are loaded into a table and each row launch a new thread(login, etc) 3) Each thread scraps some data and post to a site(this info is in the table too, from the CSV) The CSV is like this: user, url, category So we have the username, the pass is harcoded, the url to scrape, and the category to post it My question is this: The tables are global? The "Define" command, its params are pased by reference o by value? The login one works file ... But the poster, seems to screw the table somehow ... or the lists cell(&
  5. Never mind ... I was getting some extranges results, but now all is Ok. Thanks.
  6. There is any diference in running a node alone, using the "Run Node" and running it inside the normal program?
  7. I'm finishing one now ... Works great ... And making some Blogger API tests. At the end, I think that UBot will end up been an API framework integrator, and scrapper+spinner. Why we have to navigate to a POST page if the site offers an API? Nice one the plugins addition, that open the pandora box!!!
  8. Well, this put and END to my days of UBot going to Wordpress pages for posting If you know what I mean.
  9. Well, Its working now ... Im using ilMerge.exe, very usefull tool to merge DLL's.
  10. I have a working test client software using a client DLL in C#. When I try to implement it in the Ubot Plugins Framework, the external DLL its not been loaded. ANy ideas about this? Where should I put the externals DLL so they can be loaded? Thanks.
  11. Does the email verification command share the same cookies of the current main session window? I'm traying to verify some accounts and been loged in I try to run the command ... it deletes the verification mail, so I guess that Ubot found it but in the site I'm still requested for a mail verification. So the short question is ... The verify mail command shares session with the main active browser? Thanks.
  12. Well, any developer here? There is a handle to the DOM from the plugin context? So we can analyze(scrap) its values? I know I can pass the $DOCUMENT variable to the plugin, but if there is a more elegant way to do it, I wanna know. Thanks.
  13. How do we access the DOM from a plugin? Do we have a handle to it? Or I just have to pass the $document parameter? Thanks.
  14. Hello, Do we have any samples about scraping the current page? Like the $scrape attribute? I have an idea about making a custom version of the $scrape attribute, but have no samples of how to doit.
  15. Already requested the key ... justo waiting here ...
  16. You cannot just download the DLL and add it to your Ubot Studio? You just get a warning....
  17. Well, I was testing it for 2 days ... and It works very well ... Someone tested?
  18. Well this version is free as can you see ... "I'll release it for free, the spanish to english version." There are many more options in the PRO vers.
  19. Well I'm working on a PRO ver. of this Plugin ... lemme know if it work fine.!
  20. Ahhhhhhhh I get it now .... LOL I DO need a key for it you mean ... Thanks
  21. I dont undestand ... the $translate string "Text Function" only requires a API key and a TEXT to translate. That KEY is the BING one ... and its free for 2.000.000 chars/month. Let me know if you can use it! Thanks.
  22. Yes the KEY if free ... Many Online API's require KEY's its kinda normal no? This one is free for 2.000.000 words/month ... I'm playing a lot his month and I'm not even close to the 1.000.000 ...
  23. Well its working, very basic yet, pre alpha stage , but works. Sorry its in the SimpleCommands DLL, but I have another proyect more advanced and I'll put that one soon. It will add a "Text Function" $translate string ... You have to put there your API KEY and text to translate, it will auto detect the source languaje(all that BING supports), and translate it to English.(No options for now i'll put later the full version) Get the key here https://datamarket.azure.com/dataset/bing/microsofttranslator the last option is free 2.000.000 chars/month. Once sobscribed for free, get the KEY here h
×
×
  • Create New...