Jump to content
UBot Underground

byrne1916

Fellow UBotter
  • Content Count

    39
  • Joined

  • Last visited

Everything posted by byrne1916

  1. Your images are all broken on the first page, it ruins your nice display **edit** they're all working fine now, hostgator was giving a 404 error for your images.
  2. OK, well meters is a pretty obvious choice then. Still not sure what the key differences are, but you guys have put my confidence in him. I really just want a secure bot that won't end up on piratebay. I've no idea how it works, but I need it to produce a licence after paying via clickbank. I picture some sort of DB scraping setup. Anyway, I'll give meters bot a go this week.... thank you for all the replies!
  3. Just looking at securing some of my bots for an up coming clickbank product launch.. I'm looking at these 2, but they look identical to me - http://www.ubotstudio.com/forum/index.php?/topic/12958-sell-ubotlocker-web-web-based-licensing-solution-that-prevents-decompiling-and-cracking/?hl=clickbank http://www.ubotstudio.com/forum/index.php?/topic/12900-new-licenseprotection-system-for-ubot/?hl=clickbank They're the same price, and have the same features from what I can see. Is there any key points I should note? (Please keep it friendly, I'm not looking to offend anyone on here)
  4. Hi WillyWonka... One of the guys on skype got it for me... Here is the code to the solution I needed - <src=w"http://t0.tagstat.com/skins/*"> (Tried uploading a screenshot but it said imgur wasn't allowed and I couldn't attach it either) I had location set to yes which was creating an error... and then the above code works fine. Really bugged me because I knew it was simple. The code will not select the top left which is what I want, but at least I'm automated again. Job Done
  5. Hello, I need to click a gif image on a website. I made a thread about it here but got no help. http://www.ubotstudio.com/forum/index.php?/topic/10683-cant-click-this-in-v4-anymore-anyway-around-it/ If anyone wants to write a regex or something to click it, I will pay the first person to successfully click it. I need the very first skin link/GIF that loads up on the left clicked. (I can provide a screenshot if needed) I had a dev licence but apparently its now a pro licence, so I need it to work with a v4 pro licence. I tried using - click element -> edited with list item -> posi
  6. I think my only possibility is EZ Macros.... then send keys. In V4 there is no send keys, but you can type text I think. I found this post by Eddie which was very helpful - http://www.ubotstudio.com/forum/index.php?/topic/9281-solvedsendkey/page__view__findpost__p__47939 Going to test now, hopefully its a short term solution and we'll get the move mouse feature back. Hope some of the above my help someone else also.
  7. Hello All, I've upgraded to V4 to get using private proxies, but I've now found some stuff isn't working. Referring to an old bot of mine - http://www.ubotstudio.com/forum/index.php?/topic/7441-tagged-skins-issue-some-buttons-cant-be-clicked/page__p__37873__hl__tagged__fromsearch__1#entry37873 You'll see John has come with a way to click an exact skin link on tagged. However when using the above code it would only ever click 1 exact link, it wouldn't run as a wild card properly. Anyway I replaced this with 2 options and it ran great - click by position or move mouse and click Really
  8. Thanks for such a nice and helpful reply, I do genuinely appreciate it, and I do understand your point of view. The problem is I don't want uBot 4. Lilly has told me in support that it is entirely new code, and from reading here some features have been messed around with, and I basically do not want it. I don't want to pay anymore, and I do not want uBot 4, even if I got it for free.... I never paid for uBot 4 and never asked for it. I paid for a developers licence on V3 and now its been abandoned with bugs still in place, and to people like me, its one big f%*k you... I've wrote very nice
  9. If its a feature then it should be working, I paid for it to work. Because they abandoned it isn't a valid excuse. In fact why would I ever pay for another uBot product, update or support if they just abandon us? I have no interest in V4 and don't plan on upgrading, I paid enough for this licence and it should do its job.
  10. For me it is.... if it can't switch proxies then it has no place in online marketing. Most bots are used to scale things up, and without proxies it becomes impossible. (Unless the bot isn't being used for marketing purposes.) The version I'm using is 3.515 I've read here it won't work for others also so I'm not imagining things. I have tested it myself with various proxies. I even went to the hassle of canceling a new subscription because it wouldn't work. I can manually change proxies, but uBot can't set the username and password on its own, it needs me to do it.
  11. No that function doesn't work. I've tried myself like I said, and seen many other threads about the problem.
  12. Hello, I'm making some bots lately that NEED to be able to switch private proxies. My home IP is dynamic like many others, so my only solution is user:pass protected proxies. I've read a tonne of threads on here saying that uBot can't switch proxies that are username and password protected. I've tried myself several times, using compiled bots, opening in sub-windows and opening in FF. I'm after having to get a refund for 70 proxies just now because of this. It's the end of uBot if it can't switch proxies, I really hope there is a fix, otherwise I'm finished it..... (fingers crossed for
  13. I actually never realised I got all these replies until now! Thank you all so very much Can anyone kindly explain to me how I can use the above code in a uBot? Is there anyway to save it or paste it in (I'm rusty). Had another stab this evening at making this, and it was pretty difficult, I can't find the addresses anywhere on the page, and not even in basic HTML view. (P.S Thanks again ti Lilly for sorting out my forum account, I didn't have the permission to make posts!)
  14. What you really need is an account creator, because marcus the owner bans anything funny right down to MAC addresses it seems, or at least flash cookies.
  15. Hey all, I have an inbox of about 20,000 emails now. I would like a bot to go in and take out and save the email addresses into a text file. I know your suppose to turn Gmail into HTML mode. But what is the right way about scripting this? Scrape page? Chooose by attribute? Does anyone have a sample script I could run off, I've just got myself really confused trying to do it. Just trying to figure in my head what the script should look like. I've made plenty of bots now, but none did any scraping I think. Thanks for any replies, Gilesy
  16. I just wanted to ask how do I set a list position using an input field (UI window, box etc). At the moment im setting the position in the script but I'd like to able to quickly change the position by just typing in "7" for say position 7 into a field, instead of me having to edit the actual script. I'm pretty sure this is simple, I checked the tutorials and searched the forum but I can't find anything relevant to me. Thanks for any replies, Gilesy
  17. Hey thanks for the reply! For number 1.) I can see it working now! In my case I'm pulling up one line at a time from a list and it works fine.. In hindsight, I don't NEED the spin, because I'm not changing the text in the phrases. But thank you anyway, it's nice to know that! For number 2.) I tried navigate with post data, and I set the URL to $url and now it works... navigate was a good idea! For number 3.) You need an account which are free to make... I can PM logins to anyone who'd like one.. Here's the URL I get stuck on http://www.tagged.com/photo_gallery.html?f=1 (like I sa
  18. Hey guys, I have a working bot for tagged(dot)com now the minute and it can do loads, I mean it's gona save me hours every week. Anyway after finally building up my bot with much thanks to the users who helped this week, I still have a couple of little questions. 1.) How to spin words using fill field? (I tried using fill field, then using text like this ->> {hey|hello|hi} and {hey}{hello}{hi} but that doesn't work... am I missing a comma between them or using the wrong {brackets} ? 2.) If I get an error "this webpage cannot be displayed" what script should I use to refresh th
  19. Thank you very much eddie That fix you provided works 110% now.... cheers!
  20. sorry I meant to type "use" instead of lose... must be going to dyslexic! I changed you script slightly and ran it and it runs really good and clean BUT it won't go up in ones? It goes 1, 10, 11, 12, 13, 14, 15 It skips 2-9 ? Now I don't mind renaming the files and just running this but it's damn strange, I checked all the files and tried to figure out how it could be bringing them up in that order like making sure they were all jpeg, I filtered them about by date, I basically looked at how the script could possibly miss these? I'd love to show you's on Teamviewer just for 5 mins...
  21. jesus man... very nice of you to make me up an example... I'm just goin out for a drink coming back and gona edit your way in. I noticed difference between our 2 scripts - you use special folders where I dont and I use the set command you also lose list total. I'll have an experiment in a little bit and tell you how it goes! Cheers again Enigma, Gilesy
  22. I'm actually using the developer version... I just updated my forum profile there, got it awhile back. I've added in the ascending/descending command but perhaps in the wrong place. I've put into set, list position #0, ascending/descending (ive tried both out of interest) I'm most likely putting that in the wrong place so I'll have another go... I feel the rust falling off me, I haven't used ubot in ages
  23. YES!!!! Good man, thanks for that!! it works now One thing I just want to ask -> I have these numbered 1-60 (all in order, no numbers missing) It just uploaded number 1, 10 and 11 (using a loop of 3cycles) should these not be all in order? 1,2,3 ? Gilesy
  24. I've tried this again and to no avail! My script goes like this -> clear list set position to 0 add to list (then select the folder or the image in folder) loop commands to upload pics change field chosen, with next list items inside the node. I tried an increase command but wasn't working for me either. I really don't see what I could be doing wrong here, it must be something so so simple? I've experimented with loads of ways and everytime it results in me uploading the same image over and over again. Gilesy
  25. Sorry man, I was replying when you were writing your second post. My head is a bit flustered, I tried setting the list position but it didn't work, I'm real tired so I'll look at this with a fresh head in the morning...
×
×
  • Create New...