Jump to content
UBot Underground

ibotubot

Fellow UBotter
  • Content Count

    88
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ibotubot

  1. So as it looks it may be what I need. This plugin supports xpath correct? Would I be able to use wildcars within, such as //tr[*]/td[2]/span ? Thanks,
  2. Are you running on Win 8 or another OS as well? I am getting this error on Win server 2k12 and the blank screen issue on VMWare Win 7
  3. So far no luck. Support was not able to figure it out either. I tried it on my machine with VMware but there all I get is an empty screen. Once I compile a bot all I get is an empty exe with no functionality/ I tried - Running as admin and compatibility mode - Turned off firewall - Added proper rules to firewall - On my VMware - Checked with fiddler, license check works fine just not compiling - Re-installed .net (removed system update which included it and download dedicated exe for it) Anybody have any more ideas? Thanks!
  4. I know installed fiddler on the server and I see it tries t connect to secure2.ubotstudio.com/compiled_bots. Now I get the remote server timed out (504 error). As I start ubot it has no problem connecting secure2.ubotstudio.com/customers/validate_license , so I really do not know what the issue here is.
  5. Thanks , Unfortunately did not work either. Uninstalled the windows update which had net 4.5 , restarted installed the new one and still won't work after a restart. Support so far was not able to resolve it either - Firewall not a problem - Running it as an admin already - Working fine except when I need to compile the .exe Seriously have no other ideas at this point.
  6. Hi All, Somehow I just cannot compile a bot on my new server. "An exception occurred during web client request" is the error I always receive.I am running it on Win2k12 Server (previously worked on another server with same OS) Now I tried adding dedicated rules to the firewall and also turning it off but to no avail. Any other ideas what I could try? Thanks
  7. Thanks buddy I'll shoot you a pm in few minutes. Although I at least figured out what is happening in case anybody else ever has something similar. Once I click the first button it turns into another class, thus resetting the offset for the next button to lest say 0 instead of 1. Was thinking of re-scraping the results, however that would include the first button again I think.
  8. Hi all, I madea script for a site where I need to click a button with specific offset. All buttons are the same so : - I checked which position the associated text is in and use that position -1 as the offset. I tested it and seemed to work fine,however when I run the script now I can see that it for example clicks offset 1 and then when it loops to next item offset 2 it skips the actual next button and goes to the one after (which should be offset 3) Anybody have a clue as what could cause this? With the page changing like this there is no way for me to come up with a solution to clic
  9. I emailed buddy about some of his old source, particularly one source/bot. He noticed the site had changed a lot and send me some code for FREE to just help out. Did yet to dig through it in detail but it looks clean and advanced and buddy just sent that to me without me asking for anything ! Definitely would recommend this guy, as he seems helpful and honest. I have yet to test his training courses in detail (just lacking the time) but I am sure once I have more time to devote to ubot I will be back. thanks again buddy appreciate the help without trying to sell me on anything.
  10. Thanks for your reply I will give it a shot later when I find some time. Still getting used to ubot and trying to pick up javascript so anything helps.oh the site i tried was supremenewyork.com as a friend told me he always misses their stuff(which I would think is a good thing haha) and i thought id use it as practice as i thought how hard can it be lol. I can get the dropdown values and names no problem but then I would want them to populate in a dropdown in the ui. I can set the list item to 0,1,2 etc.. but first Id have to see what is actually available. I'll play around some more and s
  11. Hi, I am trying to scrape a dropdown but all the values always change. one time it would be option value=123 Item 1 option value=456 Item 2 and next time it would look like option value=567 Item 1 option value=890 Item 2 The items remain the same but their respective values always change. I want to display a dropdown that populates with these values once the URL is entered and then use that dropdown selection to add the item to cart. Just really started out with javascript so all I figured out so far was to get an array of the values, set the 1,2,3 item of the list ... but n
×
×
  • Create New...