Jump to content
UBot Underground

oricoun

Fellow UBotter
  • Content Count

    55
  • Joined

  • Last visited

  • Days Won

    1

oricoun last won the day on February 24 2012

oricoun had the most liked content!

Community Reputation

4 Neutral

About oricoun

  • Rank
    Advanced Member

Contact Methods

  • Website URL
    http://najweb.net

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    2Gb
  • Framework
    v4.0
  • License
    Professional Edition

Recent Profile Visitors

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

  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
×
×
  • Create New...