Jump to content
UBot Underground

Alexpte

Fellow UBotter
  • Content Count

    34
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Alexpte

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    3Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi Guys, I'm developing an article submitter, but for it to be useful it really needs to submit multiple articles from a single text file in one run. I'm having trouble working out what the most efficient way of doing this is. At the moment I'm using the format: article #1 title article #1 tags article #1 content ***** article #2 title article #2 tags article #2 content ***** article #3 title article #3 tags article #3 content etc... then creating a list by splitting with *, then a list splitting with "newline" and then looping through title, tags and content. The problem is that if the
  2. If I haven't used ubot for a while, what happens if there has been a stable release followed by a beta release in that time? I'm only getting a popup to upgrade to the latest version (which is a beta), is it possible to upgrade to the latest stable release? Thanks
  3. Sounds good, especially the windows features. So the big question is....how much will it cost?
  4. Great, thanks for the replies. I'll give it a go and let you know how it goes.
  5. Thanks, will try that. The main problem now is scraping just the domain name rather than the entire URL, any suggestions for how to do that? I've tried using wildcards and replace to try and strip the rest of the URL leaving just the domain name but can't get it to work unfortunately.
  6. Hi, I'm trying to make a bot that works out how many different domains are linking to a particular site rather than the number of backlinks in total. I'm having a hard time trying to figure out how to scrape a URL from yahoo site explorer and then trim it to root (i.e. bbc.co.uk/sport would end up as bbc.co.uk/). I then need to remove any duplicates from the list - is there any way to do this? I've been searching for a solution for a while so sorry if this has already been posted. Thanks
  7. Hi everyone, been away for a bit but I'm looking to enhance my existing keyword tool. At the moment my bot runs until it gets the message: "We apologise for the inconvenience, but we are unable to process your request at this time. Our engineers have been notified of this problem and will work to resolve it. Please note that using your browser's back button in AdWords can increase the likelihood of errors. If you think this was the cause of your error, please try again without using the back button." When this happens I have to shut down ubot and start again with a different keyword. Is th
  8. Hi again guys, I've got my keyword bot working but I want to edit it to only scrape keywords that aren't in the "additional keywords to consider" section. Anyone know how I can only scrape a result if it isn't part of this section? Both sections seem to use the same HTML and I can't work it out. The reason is I have a python script that checks competition data for every keyword so I don't want to have to check for unnecessary keywords. Thanks
  9. Hi all, I've just been through the keyword tool tutorial and got everything working and now I@m editing it to suit my own needs. I've managed to change the match type to "exact" but having problems adjusting the columns. I want to just be left with keyword, Avg CPC and global search but when I try to send "Show Estimated Avg CPC" via "send keys chosen" to the drop down list it seems to select the wrong column and displays "Estimated ad position" instead. Anyone know what I'm doing wrong? Thanks!
×
×
  • Create New...