Jump to content
UBot Underground

itexspert

Fellow UBotter
  • Content Count

    426
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by itexspert

  1. Can you give me like an example code i never had to do that?
  2. Scraping Code is simple but see attached in my debugger you can see line breaks even though i trim trailing spaces and still this happens in my excel (See attached pictures) That is my issue there are line breaks and i cant fix it! wait for browser event("Everything Loaded",3) set table cell(&Scraped,#row,0,$trim($scrape attribute(<itemprop="name">,"innertext"))) set(#adresa,$replace($trim($scrape attribute(<itemprop="address">,"innertext"))," - View Map",""),"Global") set table cell(&Scraped,#row,1,#adresa) set(#phone,$trim($scrape attribute
  3. Guys this is my issue in Ubot when scraping something i noticed that when you scrape addresses lets say one address is St. 34, Alesandra Avenue Scraping is fine and It will fill one column in Excel and i am ok with that but What about long strings lets say address is Street 34.Allesandra Avenue New York Department,Ministry of defense,local directory......bla,bla,bla In these cases Ubot automatically goes into new line and ruins my data my question is this: Is there a way to Limit how many informations Script scrapes from a particular string? Is there a way to force Ubot to keep ev
  4. This is an amazing Software for Promotion of anything you want on ANY Instagram Account http://itbots.net/uploads/3/5/3/7/3537892/5716029_orig.jpg This software uses In-Build browser in order to make your Account more popular, easy to find and it makes easier to contact other people for your business. Just Imagine if you have a product which you need to promote how awesome would it be to open some program Place all info for your promotion inside it and Click "Start" and BAAAM!!! http://itbots.net/uploads/3/5/3/7/3537892/7556804_orig.jpg Your business practically sells itself, in this video
  5. Hey pash what is this thing with Code View http://i.imgur.com/sjNdF1X.jpg When i installed your Plugin my Code View went crazy with this Huge Fonts now i uninstalled it and its normal. Can you look into that please!
  6. Man i love your plugins,i have someone who will love the Refresh Ui Panel Thing in this new thing! LOVE THE NEW PLUGIN!
  7. Regardless of how much toll this Coding stuff takes from you honestly..........I still love it! And enjoy in it very much!
  8. Release date : 18/1/2015 Version v1.3 Features Added Worldwide Scraper ModuleFixed Worldwide Scraping ModuleFixed Scraping Issue ("View Map" has been removed)Thanks for all support guys you have new video in the Main Post!
  9. This is Ubot v5.11 and all i have is few plugins installed this used to happen before then it disappeared and now its back i don't know why,i thought you guys would have a better idea!
  10. Hey guys i just wanted to ask do you guys have these weird issues when Debugger just goes black? I attached a mini video to explain this issue http://www.youtube.com/watch?v=HhFjxBIYcvU&feature=youtu.be Its not really an issue it just annoys me. You guys had this issue before?
  11. Haha If you think there is any difference between Caffeine and Speed you are sadly mistaken! Same Kick only Speed lasts longer btw.... Famous singers usually die cause someone put drugs in their heroin! In Late nights i usually put on some AC/DC to clear my head and release my tension. Everyone has different thing .......
  12. Damn Your case is even worse than mine,like i said Pash is on it! Guy has loads of plugins so it will take some time to fix this issue!
  13. Tool for all promoters,Business Leaders who wish to promote and Contact many Businesses at once. And Scrape All Data in the process! http://itbots.net/uploads/3/5/3/7/3537892/6325457_orig.jpg Yelp Business Suite is a Software dedicated to all those people who want to get more Information than ever This Automation Software was designed to help you get more customers more connections more buyers and ultimately Much More Sales!http://itbots.net/uploads/3/5/3/7/3537892/5073346_orig.jpg Just imagine if you could contact Business Leader all across America and the entire US for that Matter,wi
  14. haha it just crossed my mind how much sleep do you think Pash or Aymen gets???
  15. Another thing when i set in Ubot that my Table delimiter is ; And select Table to datagrid i cant see my data and when i set my table delimiter to , then it works can you make it so it works for both option?
  16. Try Cola, Aspirin and Very small amounts of Speed,we have great dealers here in croatia i can fix you up with. This combo ensures you are always full of energy aspirin makes sure your blood is in order,Cola keeps you awake and speed gives you the strength to move forward. Its great .....
  17. Hey guys i have a table which is scraping how do i get it to show just like in excel while it scrapes and populates all Columns and Rows Properly?
  18. its http://www.milanuncios.com/ofertas-de-empleo/
  19. Hahaa thanks man but that is really not an issue try to scrape something and then run node on Replace regex that is my issue i know about the loop man haha...you made me laugh! Anyway when i scrape number into variable then i try to replace the regular Expression and that is the source of my problem! EDIT: If it helps this is the corrected version of Loop on load("Bot Loaded") { navigate("http://www.milanuncios.com/ofertas-de-empleo/","Wait") } wait for browser event("Everything Loaded","") wait for browser event("DOM Ready","") set(#loop,30,"Global") loop(#loop) { click($element
  20. Guys i have strange thing i am trying to scrape Phone number from this spanish site and my goal is this i have to scrape only mobile numbers so every number which starts with "9" will be excluded from Scraping results and i managed to do the hard part but i have this weird issue. Check the Image Attached on load("Bot Loaded") { navigate("http://www.milanuncios.com/ofertas-de-empleo/","Wait") } wait for browser event("Everything Loaded","") wait for browser event("DOM Ready","") set(#loop,0,"Global") loop(#loop) { click($element offset(<tagname="b">,#loop),"Left Click","No")
  21. What if i had a Table which is currently scraping and i wanted users to see how the table is being populated with information while it scrapes........Possible???
×
×
  • Create New...