Jump to content
UBot Underground

DjProg

Fellow UBotter
  • Content Count

    86
  • Joined

  • Last visited

Everything posted by DjProg

  1. Thanks John, it seems to work. I have also found another way : - to set the focus on the first element AFTER the iFrame (following the tab-order) - The do a (I don't know how it's called) back-tab (so tabbing in the opposite direction). So a Ubot Sendkey(+{TAB}) actually it's the solution to the key combination problem that most people are facing... I have no cluea why tabbing in the normal way doesn't work whereas tabbing "inverted" work... Cheers,
  2. Hi Guys, So I have the Pro Version and using 3.5 and I tried to access this iFrame by using JohnB fckEditor trick but it's not working... Right now I have done the following : - choose by attribute the TEXT right above the iFrame (Si vous n'avez pas encore de compte France Télévisions, merci de compléter le formulaire suivant - send click AND/OR focus chosen - then send key {TAB} 3 times with a 1 sec delay - but it doesn't work... I don't understand as if I do this manually it works perfectly... Here is the URL : http://blog.francetv.fr/create_blog.php Thanks for any tip
  3. Hi Guys, Well I know that I can forget Javascript Alerts with version 4 and due to various issues I won't actually use the version 4 for the next 3-6 months... Anyway, I found a thread from Frank a long time ago about Dialog Boxes to collect user input (e.g. ask the user Yes or No and continue or stop the script depending on the answer). Is it still something that has never been implemented in version 3.5.x ? Is there a workaround please ? Thanks, Cheers,
  4. Hi Guys, Can someone please tell me where the lastest version download link is ? I don't know why but it seems like the version 4 (amongst other things) doesn't ask for updates when some new ones are available. I have version 4.0.57, which is buggy like hell and I tried to download using this link hoping to get a better build : http://ubotstudio.com/files/setup.exe But then it says "you are not eligible to use this version"... but i'm a ubot user & pro version owner for more than a year now... Thanks, Cheers,
  5. LOL ! Anyway I saw a post regarding using HTTP GET instead of using Ubot browser which seems to be quite bad a hiding its footprints. I have a few ideas on how to do this so i might try if I find the time to do so. My theory (as i'm not selling bots I don't mind sharing ) is that i should be able to get almost all i need by using the open source WGET command line program. Anyway thanks for the tips, i'll give it a try if I don't get this WGET thing to work. Cheers,
  6. Hello Guys, I made a bot compiling some data for different domains and I need to query google for some basic competitor data such as number of competitor with the keyword in the URL, in the title...etc I'm using 10 private proxies, i'm rotating each one for each query + cleaning cookies before each query. So basically i'm doing something like this : - take proxy 1 - clear cookies - get allintitle for the keyword - take proxy 2 - clear cookies - get inurl for the keyword - take proxy 3...etc ...until proxy 10 - then take proxy 1 again However, i'm still getting blocked by google after a
  7. COM NET & ORG Namecheap bulk search is not good as you can only search up to 30 domains. Also results scraping is not that easy. I can't believe there isn't a free webservice for this . Weird. Cheers,
  8. Personally I simply run a shell command to open the created TXT file ! SHELL notepad.exe PATH-TO-YOUR-FILE\file.TXT Is it not what you want ? I'm getting sometimes crazy too with Ubot "I put everything in a file" behavior EDIT : SORRY I DIDN'T SEE YOU ABSOLUTELY WANTED IT INSIDE UBOT
  9. Hello guys, I need to find a way to get some TLDs availability in batch. The problem is that most big names such as eNome, Moniker, etc, only give access to their API to resellers and i'm not a reseller (+ I don't know how I would handle the API calls within Ubot anyway). Do you have an idea of a website on which bulk TLDs availability is fast and scraping of the results would be easy ? Thanks for any suggestion, Cheers,
  10. To be honest with you I would have used substring to parse this... or actually i would have used the wonderful functions Left() and Right() that I kindly asked Lilly to be implemented, lol
  11. Well so far i never had the problem but i know that for wordpress as an example, you have to be in the iFrame to edit. I think there is a tutorial for iFrame, have a look if it helps. Cheers,
  12. Hi, i'm not trying to pull anything so far. I just want a UI block text from Ubot containing items on each lines to become a list variable in Ubot... without doing anything weird. Thanks, Cheers,
  13. Hi guys, I'm getting nuts. I have a block text filled like this : ____________________ keyword 1 keyword 2 keyword 3 _____________________ How can I make a list out of it ??? I have tried : ADD TO LIST $list from text But $list from text doesn't seem to work with a carriage return as separator (or i couldn't find a way to tell Ubot that the separator was a carriage return) I have found this, which works but is plain stupid imho : SAVE TO FILE content of the block-text in a temporary folder ADD TO LIST content of the temp file created But this second solution is SOOOO
  14. OK found it, here is the sub if someone as the same problem : http://screencast.com/t/M7vVXT2Vv
  15. Hi, Any way to easely genrate the letters of the alphabet in a list ? Unfortunatly inc(a) doesn't return b... Cheers,
  16. Damn why is it not in the script reference ? I've been looking for this for a while today. And I guess it's not even the full list. Cheers, PS : I had a dream, that one day the script reference will be first class with examples and such things and always up to date so we don't have to spend our time looking in the forum and using the sh*tty forum search function (at least a custom google search should be implemented) ;-)
  17. the "cheap" one... I guess i'll have to upgrade... thanks for checking anyway, i thought about it.
  18. I guess you didn't try the most easy one : scrape the page title ! cheers !!!
  19. Hi guys, I'm having problems triggering a "suggestion" dropdown which appears after entering a few chars in a field. An example would be amazon.co.uk If you manually enter "a" in the product search field it will display a contextual suggestion dropdown with stuff like "assassin creeds...etc". I can't do this with Ubot so far. I have tried : a ) first try : sendkey chosen field b ) second try : set focus in the window, then navigate to the product search field by sending some "tab" then sending the "a" (this time kes were sent with the nircmd.exe utility) None of this work. Som
  20. Hi, as i already mentioned in some thread you should have a look at this freeware called NIRCMD: http://www.nirsoft.net/utils/nircmd.html It can simulate keyboard input like control + C, control + A, etc... Actually it kinda should be integrated in the standard Ubot version imho Cheers,
  21. Damn today it's EVEN WORTH : 92 failures out of 124 calls to bypasscaptcha services. Why isn't the feedback API implemented in Ubot, it's a REAL issue
  22. Actually I found more precise information : http://bypasscaptcha.com/api_doc/feedback.php So my question is, how can I run this script in Ubot : <!-- Action target --> <form action="http://bypasscaptcha.com/check_value.php" method="post"> <!-- Key owned by user --> <input type="text" name="key"> <!-- TaskId got from submitting --> <input type="text" name="task_id"> <!-- Correctness, 1 if input is correct, 0 otherwise --> <input type="text" name="cv"> <input type="submit" value="Submit"> </form> The problem is that I don't
  23. Hello guys, I'm havin a lot of failure (60% failure) in the decaptching of case sensistive captcha by bypasscaptcha (and yes my account is set to be case SeNsITiVe). I talked with daizee about this and he told me I should implement the feedback API. Problem is : I really don't know if I can do it myself or if I should wait for Ubot to support it. The only think I found about this API is here : http://bypasscaptcha.com/api_doc/index.php Anyone has had the same problem and knows a way to send feedback with ubot script ? Cheers,
  24. DjProg

    Save to file

    If your workflow is similar to the one I have in most of my bots (i.e. saving in loop) you should : IN THE LOOP : - Add to a list the content read from the file (old content from the last loop iteration, or no content if it's the first iteration in the loop) - Add the new items to this list (i.e. content you got for the current iteration) - Save the list it's actually quite usefull if for some reason your bot stops on one iteration of the loop (so you can look in the saved file and don't start your bot from the beginning) Cheers,
×
×
  • Create New...