Jump to content
UBot Underground

ugakebet

Fellow UBotter
  • Content Count

    235
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ugakebet

  1. Here you go. As you can see from the picture, where the cursor is I need to insert a substring. Basically I have a variable with the following data http://asdflasdfub.com/adsfuhasdpflis,123 http://asdfklygauf.com/adofn,456 http://adkusygnaoslf/alsimhf,567 What I need to do is to compare whatever is before the comma in the variable and if it matches the $list from table, then delete it (hence the use of subtract list). I thought that I can simply create a list from text using the substring of the variable (until the comma) http://img812.imageshack.us/img812/9374/netd.png
  2. and what do I do for the text? Assume I have only 2 lists. No variables or anything else. What I'm trying to do is use $subtract lists. In simple words this would be something like subtract list{ if substring of list1 matches column 0 of table1 then remove row from list1 } I know how to do the "column 0 of table1".... how do i do the first part regarding "substring of list1" And don't tell me to go about creating another list, because I like to keep my code clean and prefer to override one list rather than create 2 separate lists
  3. I also want to use the substring with subtract list so that from list 1 I only take a small substring which I want compared with list2 .... but cant because "add list to list" cant accept substrings!!!!... And i do not want to use "add item to list"
  4. I try to do so many things within one list, but cant because of the limited functionality of lists. I want to use substring within a "add list to list" so that I can replace a sequence of the first list in the second, but cant. I want to use $replace or $regex-replace in the "add list to list" but cant because they only go in the red areas, whereas a "add list to list" is a pink area. WHY Seth, Y!!!!!!
  5. Problem with the second method is that it would be outputed in the list as 1st variable (with all the matching regex rows), second variable(with all matching rows) In other words, V1 would complete then the comma then V2. What I want is 1st element of V1, 1st element of V2. then 2nd element of V1, 2nd element of V2 etc
  6. Ok, this is driving me up the wall!!. I want to use regex to add list to list. That's easy. now what if I have 2 regex's and want to add a comma between them. So that in the list its appears as a csv. Then I could save this csv on my HDD etc. But the add list to list does not allow me to add in a comma? Any idea, cant use add item to list because then everything would be scraped as one item.
  7. Liked your website design. The problem with automation on such websites is that sooner or later FB/Twitter wise up (since everyone starts using it)
  8. Ummm... I'm already in that (and now its called text mode -- which shows up in ubot as just "content")
  9. Well, the problem is in the first line which you wrote. I do not know the paragraphs (each post has different paras). When in text view, it doesnt show me the <p> tags so i cant use the 'set' option like you mentioned. What else?
  10. Im trying to insert pictures after paragraphs in Wordpress. I've got the pictures not the problem is how do I insert them after a paragraph. I can't seem to get the regex to find out when a paragraph is there.... Insert new line and then insert image
  11. Hey, So Im trying to make a small bot for clicking the twitter Follow wording on the youlikehits page. But what Im trying to do is to click it based on elements. So for instant, if I found out the id of one of the cells of the table (everything is put in a table format... so Im trying to drill down via each cell), how can i find out the child elements of it? I tried to use the child element, but it doesnt really work. Can someone post up a small bit of code, currently I was using add list to list(%twitterfollersURL, $scrape attribute(<id=w"follow*">, "id"), "Delete", "Global") click($
  12. I subscribed to updates today, and found out that the ubot version I had (before I subscribed) is still the same (even after I subscribed), it hasn't updated to the updates currently available. Why is that?
  13. and how do i close that new window? If i use the close page, the page closes, but that small window still remains on the side
  14. Hey, I was wondering about this same thing. I dont seem to understand what you mean by referral code and then nav separately to it? Can you clarify?
  15. I tried that as well but to no avail. I think its an issue with ubot
  16. I tried changing the user agent, but to no avail
  17. Yea I know that, the problem is if I go via normal IE 10 or chrome of FF from my desktop I can upload images all fine. No issues. The problem comes up when I try to do this via ubot?
  18. I found out that this error message has something to do with bluehost.... does ubot have some connection with that?
  19. So the latest version of WP has the option of gallery and when you click on it, it says, dropfiles anywhere to upload or there is a button that says "upload", how do i navigate to the open dialog box once I click this button Also, what if i want to upload images between the 2nd and 3rd paragraphs, how would i do this? Managed to get to upload a file, but now get stuck with: "File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your ..."
  20. Wow, that was so cool. Thank you very much north_star, you made my day
  21. The bot doesn't open? I downloaded and the bot shows up as completely blank. Perhaps you could copy paste the code here?
  22. I did that, but unfortunately these images do not have the class attribute attached to them, so I cant scrape them all together. what is the common linking between all images?
  23. Any idea how I can do that? I was thinking of disabling java, but that is too much work.
  24. Has uBot forums been discontinued on tapatalk? I can't access it via the app
×
×
  • Create New...