Недавний контент reislet

  1. R

    Not another Twitter Question :)

    I don't think it's possible it's a flash based uploader, you can't fully automate it. What you can do is change the hex code though
  2. R

    Is file uploading through Flash based uploading possible?

    First of all guys thanks for the new software I love it, and about the bugs well look at windows how many updates they have released :). Ok enough with the a groupie love. In v3 we couldn't use the flash based uploading and some sites have only flash based one :(. But now v4 is here :). I've...
  3. R

    Pinterest - Upload Images?

    Rofl, note to self don't give advice after midnight. The template what i've given you is for uploading a profile picture. So here's the pin upload. Btw the window pops up where you can search for a file, WAIT! zenno will fill out automatically, give it like 3 seconds.
  4. R

    Pinterest - Upload Images?

    My bad something wasn't working with the 3rd step. Here's a screenshot of the right one
  5. R

    Twitter accounts [FOR FREE!!!]

    Hmm for some reason it kills zenno as soon as I add the template. Any ideas why? Btw I haven't added any proxys to it.
  6. R

    Pinterest - Upload Images?

    Ok so today I played around with Pinterest and managed to get it working: 1- I fetch the picture with this macro: Directory.RandomFile 2- Click the Upload button so the browse is reveled: Rise on click (group:1 attribute name:InnerText attribute value:Upload\ an\ Image searchtype:regexp...
  7. R

    Pinterest - Upload Images?

    I think you have missed what darkwiz was saying: in the action selection part you have "attribute value" and not "attribute name" and usually you have to wait a second or two for that popup to be filled out
  8. R

    Pinterest - Upload Images?

    I've never touched pinterest before, I've only used it on twitter. For twitter it works the following way: -Right click on the field -Set Value with the help of a macro: {-Directory.SubItem-|-C:\yoururl-|-f-|-true-|-12-} f means file true so the files are ordered alpabetically 12 the number of...
  9. R

    Problem creating template for blogger

    So I've played around a bit manually and found this, you have to fill out the title and address field, and then you will be able to click the create button. Also for extra randomness change the theme as well.
  10. R

    Thinking of buying when can get help with this question

    I've only used the visual part of zenno, My 2 cents, have you tried configuring IE? Cause in most cases you have to add certain sites to the trusted field and only after that you can click on stuff, this has happened to me with my twitter bot. Here's a bit of help, login to a gmail account...
  11. R

    The Big Zenno Wishlist - Please add your thoughts and wishes too

    29: Break point. Just like most programming languages you can execute them to a particular point. This would be helpful if you are testing big templates. And of course you can execute loops really fast.
  12. R

    Do you use text ZennoPoster manuals?

    I've voted the first one. But for me using them both and reading through other people's questions on this forum helped me to get a grip on this software. - Videos are great for people to learn how to make complex things and how to manage templates - Text is good to get into the neety greaty...
  13. R

    Problem creating template for blogger

    I would like to recommend you this tutorial: http://www.youtube.com/watch?v=QtjtCX9-Psk Select a random theme and try to click it then. Maybe I will have some time tomorrow and experiment.
  14. R

    Use proxy in debug mode

    In the zennoposter: -help wizzard -one source -file on disc And your done :)
  15. R

    Which is more efficient?

    3) Use a loop. Your code will be shorter. -Get number of strings from file -Init a counter -get counter value -If counter < number of stings -fetch string @counter (you can delete it or not i guess not) -increase counter - loop it back to the get counter value The benefits: it can be dynamic...