Jump to content
UBot Underground

zenos

Members
  • Content Count

    283
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by zenos

  1. Thanks Dan for your answer ;)

    It seems to be easy but even if I do a lot of things on the browser ?

    Like: navigate, scrape, add to list, to table, compare things, click on buttons, change attributes, etc...

     

    I dont have to change all of my code ? Only the navigate with the cbrowser ?

    Or do I have to change all the elements, attributes etc... With xpath ?

     

    Thanks you again Dan, I'm close to be part of the "club" ;)

  2. Hi, is there a way to show a scraped picture on the "checkbox dialog" ?

     

    I scrape the url of a pic, I put it like this on my table : <img src="{#UrlOfThePic}">

     

    But this is showing me the code, not the image...

     

    Please let me know if someone know how to do it ;)

  3. Commands may be named the same as other plugins (among others).

    Try checking the name of the plugin

    Thanks ;)

     

    Another thing, I use "checkbox dialog", I cannot check mutliples box by clicking Shift+click mouse ... Is there a way to do that ? Is it possible for you to implement this easily ?

     

    Thank you pash ;)

  4. Hi pash, just bougth (yesterday) this amazing plugin, once again this is a really good job ;)

     

    But... Because I love your plugins, i have bougth 3 of them : Avdanced 1, Avdanced 2 and this one in this thread.

     

    Because of that I have some parameters in double like this :

    http://i.imgur.com/b1VRs1L.png

     

    Is it possible to just have this advanced plugin without the doublons ?

  5. Cant seem to figure out why this is not working... don't think it has anything to do with ssub, but maybe someone has a workaround... I am trying to add an onchange event to a checkbox, but it does not trigger the define... I tried onchange and onclick and neither can I get working... it works just fine on a dropdown tho...

     

    or... maybe a whole different solution.... ultimately what I am trying to do is generate a list of all the checkboxes checked as they are being checked (example for color...  red,black,blue)

     

    anyone have any ideas on this?

    Do you do this like this ? Clicking the "check box", click the "Edit define to run" , choose the event and put your define name ?

     

    http://i.imgur.com/DyXzYoV.png

     

    http://i.imgur.com/0lBGDSC.png

  6. Hello Lazybotter,

     

    I always have huge problems with your tool. I have a big problem with my CPU that crash. I have tested with table instead of div (like you tool do) and my bot earn 50% of CPU usage with tables. But if I use tables, I have a lot of work to change all the divs into td/tr etc...

     

    I am loosing a lot of customers because of the CPU usage with the SSUB template.

     

    Is there a way to export my template with tables instead of divs ?

     

    Can you check if you can do something for me/us ?

     

    If my customers have less than an intel i5 or i7 (CPU)  they cannot use my bot... This is not good for my business...

     

    I tought it was because of my ubot code, because this is a huge bot, but no... it comes from SSUB...

     

    I hope you can find a way to save me, I use SSUB because it makes very beautifull template, but if I cannot use them...

     

    If you need to be paied for that fix, this is not a problem for me, I just need to make it work.

     

    Thank you ;)

     

    :) [RESOLVED]

     

    OK, so , this is finilly coming from divs, this is a big bot and there are too many divs on it, someone told me on PM that he made his template with divs and with dreamweaver (not SSUB), he have the same problem with CPU

     

    So I found how to fix it, I don't use menu from SSUB, I use ubot's tabs and I export every panel with ssub and I put them on differents tabs on ubot (without toggle tabs and toggle navigation from SSUB).

     

    This is clearly better, from 100% CPU usage, to 30% on a old laptop computer (just opening the exported bot) ;)

  7. Hello Lazybotter,

    I always have huge problems with your tool. I have a big problem with my CPU that crash. I have tested with table instead of div (like you tool do) and my bot earn 50% of CPU usage with tables. But if I use tables, I have a lot of work to change all the divs into td/tr etc...

    I am loosing a lot of customers because of the CPU usage with the SSUB template.

    Is there a way to export my template with tables instead of divs ?

     

    Can you check if you can do something for me/us ?

     

    If my customers have less than an intel i5 or i7 (CPU)  they cannot use my bot... This is not good for my business...

     

    I tought it was because of my ubot code, because this is a huge bot, but no... it comes from SSUB...

     

    I hope you can find a way to save me, I use SSUB because it makes very beautifull template, but if I cannot use them...

     

    If you need to be paied for that fix, this is not a problem for me, I just need to make it work.

     

    Thank you ;)

  8. add list to list(%foldercontent$get files($special folder("My Pictures"), "Yes"), "Delete""Global")
    set list position(%foldercontent, 0)
    loop(4) {
        comment("your code to post")
        navigate("yoursite.com""Wait")
        set(#yourimage$next list item(%foldercontent), "Global")
        comment("post your image")
    }

×
×
  • Create New...