Jump to content
UBot Underground

Ghoast

Fellow UBotter
  • Content Count

    55
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Ghoast

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

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

Recent Profile Visitors

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

  1. I've made a bot which should insert a string of text into a block of text. I want it to insert the text after a random fullstop '.' So far I've got this: set(#blocktext - text from file set(#blocktext, $insert text(#blocktext, ". {#stringtoinsert}", $find index(#blocktext, ".")), "Global") This inserts my string after the FIRST fullstop in every block text.. However I want to randomize this and make it choose a random full stop to insert the string after. After some hours of working on it I think a solution could be to return the indexes of all the full stops and then instruct ub
  2. I've made a bot which should insert a string of text into a block of text. I want it to insert the text after a random fullstop '.' So far I've got this: set(#blocktext - text from file set(#blocktext, $insert text(#blocktext, ". {#stringtoinsert}", $find index(#blocktext, ".")), "Global") This inserts my string after the FIRST fullstop in every block text.. However I want to randomize this and make it choose a random full stop to insert the string after. After some hours of working on it I think a solution could be to return the indexes of all the full stops and then instruct ub
  3. I'm trying to make a bot which can take a 500 word article and put html code into it at various places.. I basically want it to insert the HTML code after either the first, second, third, fourth or fith full stop in every article. This should be chosen at random.. SO far I'm using the 'insert text' function and I'm not sure what to put in the 'position to insert text' box.. Would appreciate any help on this one
  4. haha, it was a great fix - but 'this is not allowed with you current version of the software' - lol ubot is such a joke.. I mean WTF? I get mult-threading being for advanced and dev but just a bloody add files command? pfffff...
  5. I have a folder on my computer. It's called /photos I have many images in this folder. My bot creates blogs. I want my bot to go through the images in this folder and upload one image per blog site. Each image can only be used on one site and can only be used once. How do I go through a folder systematically like this? I can do this very easily when I'm working with a .txt list but I'm not sure how to do it when it comes to files within folders instead of just lines within a .txt file.. Thanks!
  6. I'm using the random list item command to select and item from a list. After this item has been selected randomly and used once I want it to be deleted so it cannot be randomly selected again. How do I do this? Thanks
  7. Hey mate - thanks you're spot on! I'm sure there's some sort of Javascript fix that would work - unfortunately I don't know how to use it - was hoping someone could share some code It would make it so much easier to get links from a lot more places - funnily enough it's sometimes hard to find blogs that allow HTML after you've been through the mainstream ones..
  8. Yeah - I saw that thread - I was hoping there was a javascript work around - something similar to the way people have been 'dragging and dropping' on some sites - this was fixed with javascript
  9. I'm scraping a URL and at the end of the url is #mes I need to replace #mes with nothing but whenever I write #mes ubot thinks it's a variable - how do I stop this from happening and just get ubot to think of it as a word instead of a variable?
  10. Um yeah if it was literally for this forum it would be bbcode.. As it happens on other sites I'm using it's actually HTML.. but what I want to do is the same for both - I need to highlight a word..
  11. I have a pretty good computer - I can easily run photoshop, a wysiwyg web editor, firefox(with 20+tabs open), spinning software and be connected to remote desktop WITH skype running in the background and have no problems at all... However when I run ubot (with no other programs running) it's constantly crashing.. The amount of work I've lost because of this is countless.. Not huge amounts of work - I'm always saving constantly - but just small amounts of work which I then have to tediously re-do.. For example I just made a small script which fills out the forms on the first page of a sign
  12. Here's the text: ----------------------------------------------------------------------------------------- Dear useraccount, Thanks for registering with blogigo! Your login data: Username: useraccount Password: mMtz8 You can now login at http://www.blogigo.com/ using the form in the upper left! The password is too complicated? Having logged in, you can change it using \My profile\. We are looking forward to your weblog, Your blogigo team -------------------------------------------------------------------------------------- So I need to scrape the password out of here.. I
×
×
  • Create New...