Jump to content
UBot Underground

dustinhtc13

Members
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by dustinhtc13

  1. clear all data
    navigate("http://www.ebay.de/itm/Apple-iPhone-6S-64GB-fur-519-30-verschiedene-Farben-ohne-Simlock-Wie-neu-/262645491140?var=&hash=item3d26e425c4:m:mruzzGhhGg9HaOeEGlRBo0g","Wait")
    wait for browser event("Everything Loaded","")
    wait(1)
    click(<id="icImg">,"Left Click","No")
    add item to list(%ImageUrl,$scrape attribute(<id="viEnlargeImgLayer_img_ctr">,"fullsrc"),"Delete","Global")
    loop while($exists(<(title="To Next Image" AND class="pntrArr pntrArrNext pntrArrImg activeNext")>)) {
        click(<title="To Next Image">,"Left Click","No")
        add item to list(%ImageUrl,$scrape attribute(<id="viEnlargeImgLayer_img_ctr">,"fullsrc"),"Delete","Global")
    }
    set list position(%ImageUrl,0)
    set(#ImageName,0,"Global")
    loop($list total(%ImageUrl)) {
        download file($next list item(%ImageUrl),"{$special folder("Application")}\\Images\\{#ImageName}.jpg")
        increment(#ImageName)
    }
    

     

    Thanks but the problem is now that ubot doesnt click on every ebay page : http://www.ebay.de/itm/HTC-One-M8-gunmetal-gray-Android-Smartphone-/401157007855?hash=item5d66d229ef:g:0LYAAOSw-CpX9aoM<-- This isnt working

     

    Your link is working it is very strange  :mellow:

  2.  

    The basic

    clear all data
    navigate("http://www.ebay.de/itm/Apple-iPhone-6S-64GB-fur-519-30-verschiedene-Farben-ohne-Simlock-Wie-neu-/262645491140?var=&hash=item3d26e425c4:m:mruzzGhhGg9HaOeEGlRBo0g","Wait")
    wait for browser event("Everything Loaded","")
    click(<id="icImg">,"Left Click","No")
    add item to list(%ImageUrl,$scrape attribute(<id="viEnlargeImgLayer_img_ctr">,"fullsrc"),"Delete","Global")
    loop while($exists(<(title="To Next Image" AND class="pntrArr pntrArrNext pntrArrImg activeNext")>)) {
        click(<title="To Next Image">,"Left Click","No")
        add item to list(%ImageUrl,$scrape attribute(<id="viEnlargeImgLayer_img_ctr">,"fullsrc"),"Delete","Global")
    }
    

     

    i tried your script but it isnt working for me. the script runs very fast. i also added a save function but the script doesnt do anything. (maybe im too stupid)

     

    Here is another way to do it.

     

    Not that mine is better, but I did it so may as well share it too.

     

    It's another look at least.

     

    Regards,

     

    Nick

     

    Your script is working perfectly but it is just saving the pictures in bad quality. Do you know how i can get them in better quality? (These are only the thumbnails)

     

     

  3. Hi,

     

    guys basically i want to grab the images of my auctions. How can i scrape the MaxImgUrl? 

    I can only scrape the small pictures because that MaxImgUrl is coded Javascript. 

     

     

    Thats a sample:

     

     http://www.ebay.de/itm/Apple-iPhone-6S-64GB-fur-519-30-verschiedene-Farben-ohne-Simlock-Wie-neu-/262645491140?var=&hash=item3d26e425c4:m:mruzzGhhGg9HaOeEGlRBo0g

     

     

    How can i grab the image url from all that images?

     

     

     

    Thank you!

     

     

×
×
  • Create New...