Jump to content
UBot Underground

oricoun

Fellow UBotter
  • Content Count

    55
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by oricoun

  1.  

    On 2/20/2023 at 7:59 AM, Seth Turin said:

    I would like to add that this should only be showing up in the Enterprise Edition. If you guys are seeing this in any other edition, then this is a bug and we'll take care of it.

     

    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. 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[contains(text(),"Polo tričká")]

    ------------------

    but no luck, also bot freezes because XML contains 30 000 products.

     

    I would appreciate any help.

     

    THX.

     

     

  3. 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

  4. 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 For Element""<onclick=\"setCatId(431)\">""Appear", 2)
    plugin command("ExBrowser.dll""ExBrowser Click""<onclick=\"setCatId(431)\">")
    wait(2)
    plugin command("ExBrowser.dll""ExBrowser Change File Field""<id=\"uploadPhotoButton\">""pathtofile.jpg")

     

     

    If this can help

  5. 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.

  6. 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!!!!

  7. 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/192fc044e74dffea144f9ac5dc9f3395/heureka_sk_export.xml

     

    xpath parser will get "DESCRIPTION"

     

    And the result is absolute mess.

     

    Any help will be appreciated. THX.

  8.                     <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="description">
                            Fabric: other fabric Size: cm Length Waist Front Crotch Back Crotch Hip Thigh Leg Opening Free 30 76 25 32 100 54 30.
                        </p>
                        <div class="Extra_Info">
                        </div>
                        <hr class="hr" />
                            <h4>Wrangler Blues Women's Jeans</h4>
                        </a>
                        <span class="Price_Info">
                            <span class="Price">Price:</span><br />
                            <span class="Price_Normal">$26.99</span>
                            <span class="Price_Currency">USD</span>
                        </span>
                        <p class="description">
                            Wrangler Blues Women's Jeans.
                        </p>
                        <div class="Extra_Info">
                            • <h5>Brand:</h5> <a href="search__wrangler_Women+Jeans-REL-1.htm" title="Wrangler">Wrangler</a>
                        </div>
                        <hr class="hr" />
                            <h4>Fashion Casual Jeans Blue 100% Cotton Womens 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="description">
                            Category: / Women's Clothing / Women's Jeans.
                        </p>
                        <div class="Extra_Info">
                        </div>
                        <hr class="hr" />

     

     

    I need to take out everything in between description:

     

                        <p class="description">
                            *
                        </p>

     

    And put it back, once I clear some stuff out. But in same order.

×
×
  • Create New...