Jump to content
UBot Underground

Abs*

Fellow UBotter
  • Content Count

    678
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Abs*

  1. HI JOhn Makes perfect sense - wll give it a go - But I have already got passed this by adding a UI area for the list total - the issue that I am facing is that the rand command works sometimes and not other times - if it worked correctly then I would be able to remove the UI text box which im really not liking I will give it a shot and see if it works - cant see why it shouldnt as it makes perfect sense - but if the set random list item doesnt work then im stuck again please dont get me wrong - it works the majority of the time however on a number of occasions it will not even gene
  2. Hi john the keyword position must match the url position as this is how they are entered so if we had 2 files like below - please note how the position is used to match the keywords URLS.txt Keywords.txt google.com {google|BigG|Googlesearch} yahoo.com {Yahoo|BigY|Yahoosearch} aol.com {AOL|Americaonline|americansearch} As you can see if i was to increment the urls and choose a random position from the keywords file then they will not match I have taken a quick screen shot of the b
  3. Hi John - just replied to your post - I actually note in the other thread that I manually minus one from the list as I set this in the UI - so if the list total was 6 then in the UI I would enter 5
  4. HI John thanks for the example - this is exactly how I was doing it before in regards to working with 2 lists - one for urls and the other for keywords - I would set a random number then choose the url and keyword from that position - both the url and keyword file would match according to the list position After looking at your bot - then the issue I will have is that I will be looping a list total of the urls that need commenting on and not the number of keywords or urls noted for backlinking purposes- these will be way more then the urls and keywords entered by the user - so as a re
  5. Hi Guys - thought id post back because ive managed to work around this - still not very pleased that the $rand command works sometimes and not others - this is of course when randomizing a variable which has been set to a value such as list total. So here is what I done - firstly I changed the file format so that it also had a # at the end of each line -so looks like this google/#{google|bigG|Gigagoogle}# yahoo/#{yahoo|bigyhoo|yahayaho}# bing/#{bing|BigBing|Bingbong}# aol/#{aol|america|onlineamerica}# I then added the file to list - list from text - read file - # as delimiter (list n
  6. Ok - well the example above isnt going to work as even though I have managed to get the list items when im randomizing then im still choosing from the url list which could mean it starts at the keywords and not the start I could do a maths x 2 which should work - however from my understanding the eval commands use java - this bot will require java disabled - if not it keeps crashing Damn - in a pickle
  7. Hi guys I have set a variable to randomize a list item selection The way ive done this is by setting a variable to the list total - and then another variable with $rand between 0 and the list total variable This works but not always - Prior to this i tried to just set up a variable for $rand between 0 and list total - but this had the same effects - The only way for me to get this to function correctly is by having the user enter the number of lines in a file - then using that variable from the UI for the maximum value -1 Any idea why its a hit and miss thanks
  8. Hi Guys im trying to brush up on a bot that I have - the bot currently works from 2 lists - one is a url list and the other a list of keywords - the way the bot works is by matching list positions to ensure the correct url and keyword is entered - so list position 2 of the keywords file will match list position 2 of the urls file etc What im trying to do is to combine these into the one file to make it much more user friendly (so you can have the urls and keywords in the one place) so heres what ive tried - i tried to separate the list using a # and I also need the keywords to be spin
  9. hmm 24 views and no takers - maybe its a hard one - I will now attempt to code one myself - If successfull will share with all thanks
  10. HI Kreatus Aint got a clue how you managed to find the <title>*</title> to scrape the listing name - WOuld be great if you could share how you found this - Must have spent more then 30 mins trying all sorts of variations without joy - The address of course was another area I coudnt get passed - There is workaround - but of course im sure many will not like it as you need to keep writing to the browser - Ive amended your bot and added a scrape page command outside of the socket compartment so that it works after a write to browser - However I also show how this can be us
  11. some of my users noted how data wasnt being saved - after checking their computer setup - they were using IE9 - Once IE8 was instaled all worked well The save path used was applicationfolder/filename.txt thanks
  12. Hi yes I believe this is possible I actually coded a bot once the socket commands were newly out - I wasnt aware how to use it so used it in conjunction with the in sub window command you can take a look at the following thread - a bot is also included http://ubotstudio.com/forum/index.php?/topic/6379-sockets-compartment-video-tutorial/page__p__30544__fromsearch__1#entry30544 I believe you could just remove the in sub window command and make a few tests
  13. hmm - kind of strange - thats right - the issue you faced was that there were no suggestions - Well even with suggestions this wouldnt work for a user of mine - so made some changes as noted above and all is working fine - Just wanted to know if the same scrape works for you - its different to what was used before - this works great for me and my users - still waiting to hear back from others as to issues - which im sure I will get with the previous code - not too sure about this one though thanks abs
  14. Hi guys - am looking for a software uploader - not really sure of the sites as its been ages since I done this - am assuming it will require PAD file uploads - Any takers please make a note here or send me a PM Thanks
  15. Hi Kreatus - Ok I had a user get back to me with issues regarding Bing - Of course this thread came straight to mind - Anyway - ive had a play with the code and now the bing scraping works for the user I have left a screenshot below showing the scrape command I used and also the replace function to remove the <STRONG> commands Any chance you could give it a shot and see if it works for you? Thanks abs
  16. Thanks for trying guys - Well from my understanding with the dev tool and flash then it is configured to handle it by moving the mouse - could be wrong as I havnt really tried to get round many flash sites thanks
  17. Yup - no follow links still work a treat guys - You should check out my bot that already does this - autocommentbomb.com someone just posted a review last week how they got their site to page one with the autocommentbomb Regarding the choose by attribute placed inside of the IF command then yes this deff works and this is what I was using previously - However one of the Ubot updates made this useless - It was important to scrape page in the IF node - Its all back to usual now and works a treat with the choose by attribute in the If node however I would suggest you stick to scrape page
  18. Happy to wait - hit me with a PM if you complete it
  19. Arghhhhh Thanks alot JOhn Just dont have the time to attempt it myself - but no worries - will try and work around it by using a site like pixelpipe or somehting Thanks for letting me know - Abs
  20. Hi John I think we meant page scrape and not scrape chosen attribute But I understand from your post before your last why this may not work thanks abs
  21. Hi Guys Looking for someone to programme me a video submission tool hopefully one that will work without about 15 sites Please PM me if you can do this, also please note time till completion and fee required will need the source code of course thanks abs
  22. Exactly the reason why I dont use it - very limited - can not click buttons when more then 2 - will not work with java - doesnt page scrape - will not work with drop down menus- Limited captcha solving - Let me just note that I spent more then a day on the sockets command - and it is useless for my needs at the moment - but am sure they will get there
  23. HI - write document text to browser before you try and scrape - as when using sockets the page is normally different - really not sure why however this has been the case with both your issues above yes I believe page scrape doesnt work thanks
×
×
  • Create New...