Jump to content
UBot Underground

oricoun

Fellow UBotter
  • Content Count

    55
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by oricoun

  1. This is showing up in my professional licence, it causing ubot crashes. What is the latest version we can use? THX. Is crypto upgrade 500 USD/year? If I dont pay after the first year can I downgrade back to professional ? THX.
  2. Yeah I was thinking about that, but problem is that location of "polo trička" inside of the CATEGORYTEXT is all the time different. I was thinking that xpath is more powerfull compare to regex with scraping large data,
  3. Hi gang, I have rather large datafeed XML file located on URL. Forexample: https://www.bibloo.sk/_upload/heureka.php?cj Example XML text looks like this: <ORIGINAL_PRICE>81.49</ORIGINAL_PRICE> <MANUFACTURER>Franklin & Marshall</MANUFACTURER> <CATEGORYTEXT>Pánske | Oblečenie | Tričká a tielka | Polo tričká</CATEGORYTEXT> <EAN>8055526901364</EAN> I would like to extract from CATEGORYTEXT , all items that have "Polo tričká" in it. Is that even possible? I tried to xpath parser ------------------ //CATEGORYTEXT[con
  4. Hi, Iloveubot, I love you ubot TOO, btw. FB can be tricky, I didnt run your code, but briefly, I would suggest to you to scrape particular "class" and then click it, or manipulate it. I think this class keeps changing.
  5. Is there any way how to put CD DATA into an elements /nodes?/ http://stackoverflow.com/questions/2784183/what-does-cdata-in-xml-mean Thanks
  6. It doesnt work for me either. Tried to send email from hotmail. NO GO. Ubot 5.whatever
  7. Thanks for looking into it Dan. Cheers,
  8. Nice share, but this doent not work on ubot.4, right? It doesnt even want to load as a plugin, tried even with Ubot launcher from Helloinsomnia.
  9. Hi, Problem is that after running this code /path to the file is correct/ I ended up with this: http://i.imgur.com/VnXbTE3.png /just opened dialog widow/ Bizzare thing is, that even if I change path and I wanna upload different picture, it is still the same path, without grabing that particular file. Problem also is, that there is no upload button. Once you select correct file, it will autoupload it. Without exbrowser plugin change file field works without any problem, but the file keeps spinning and uploading without actually being uploaded. http://i.imgur.com/wkfkSEK.png
  10. Yeah upload is possible without regisstration: set(#l, $plugin function("ExBrowser.dll", "$ExBrowser Set Browser Language", "English"), "Global") plugin command("ExBrowser.dll", "ExBrowser CleanUp") plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "") plugin command("ExBrowser.dll", "ExBrowser Navigate", "http://www.bazar.sk/pridanie-neprihlaseny/") plugin command("ExBrowser.dll", "ExBrowser Wait For Element", "<class=\"mainCat\">", "Appear", 2) plugin command("ExBrowser.dll", "ExBrowser Click", "<rel=\"14\">") plugin command("ExBrowser.dll", "ExBrowser Wait Fo
  11. Guys, Girls with exbrowsers plugin. I would like to ask you for help I am trying to upload pics into a classified ads web: If I navigate here http://www.bazar.sk/pridanie-neprihlaseny/ Select category, next step subcategory, and after that I am trying to upload pic http://imgur.com/sCFLzVz change file field(<id="uploadPhotoButton">, "pathtopicture.jpg") That opens out dialog window, completely wrong image path. Thanks for help.
  12. Thanks. You know what I did? Bizzare... I installed dropbox on my centos VPS: https://www.dropbox.com/install?os=lnx now I can upload files from URL into a dropbox: https://blogs.dropbox.com/developers/2015/06/programmatically-saving-a-url-to-dropbox/ Easy with http post plugin Than, I am using ssh plugin to move folders /files/ around, on my server. YAY!!!!!!
  13. I think, that title, pretty much , says it all. Is there any way to avoid slow internet connection and Upload file from URL into a server without hassle of downloading it locally into my own computer. I have Aymen http post plugin, FTP plugin also, but I dont really see it happening with my programming skills. If you guy have any suggestion, I am all ears. Little off topic: I recently discovered linux SCP command by moving data from one server to another - amazing!!! scp -r root@SERVERIP:/home/file.zip root@ANOTHERSERVERIP:/home/ yay!!!!
  14. Guys, I would like to transform XML feed into csv file, but I run into trouble of weird characters while getting data from XML, it is all nonsense, and I have no I idea how to go around it: Code: set(#xml, $plugin function("HTTP post.dll", "$http get", "http://www.hrnce-obchod.sk/192fc044e74dffea144f9ac5dc9f3395/heureka_sk_export.xml", "", "", "", 30), "Global") set(#DESCRIPTION, $plugin function("HTTP post.dll", "$xpath parser", #xml, "//DESCRIPTION", "InnerText", "XML"), "Global") load html(#DESCRIPTION) Basicaly, it will navigate to: http://www.hrnce-obchod.sk/192fc044e74dffea144f9a
  15. same here. The only free provider that works is hotmail.
  16. you set "li" tags "localy" /scrape them/, you then mark them by numbers "1 to 10" , then you do your "thing" and remove numbers. I hope I understood correctly the issue.
  17. I had same problem with hostgator. I coulnt connect. Then I navigated in cpanel to:"Remote Database Access Hosts" and I added my home IP address.After that I was able to connect to DB.
  18. Thanks Zap and Williwonka. Your imputs has been been great, Bot is working now great. "$insert text" and " $add" , who knew... Cheers.
  19. Hi, thanks for offer, I attached htm file. search_028e34838e1940c1c1db679ae4253c6c.htm
  20. Thanks, I know this part, but my problem is how to put those modified descriptions back to "file" in the same order .
  21. <h3>Search Results</h3> <hr /> <h4>2012 Spring New Women's Jeans Washed Straight Jeans Cotton Patchwork Drawstring Waist Casual Jeans</h4> </a> <span class="Price_Info"> <span class="Price">Price:</span><br /> <span class="Price_Normal">$34.99</span> <span class="Price_Currency">USD</span> </span> <p class="de
  22. Guys thanks a lot for your help, but /and it is only my fault, sorry/ I didnt make it clear completely. ABC1....ABC2...ABC3 are just ilustrations of different texts. Actually it is something like this. <tag>sfhgydfghnyfg</tag> <tag>xvxcvhdhf</tag> <tag>xcvbdhydfh</tag> And that is why I am stuck..still....
×
×
  • Create New...