Результаты поиска

  1. Tobbe

    Get Multiple values Same Search Criteria

    http://shalabiauto\.com/upload/car/multi_car_img/\d+/.*?(?=")
  2. Tobbe

    Spintax Problem?

    Not sure I understand the problem, but there's no need to put the variable into each spintax. For example, you can use this "{-Variable.Anchor-} {Blog|Free Blog|Tips|Tricks|Tips and Tricks}" And {-Variable.Anchor-} could be pulled from a list, Get Line on random, if you want to variate it.
  3. Tobbe

    How To Instert Subheaders

    Took the freedom and compared our results :P http://i.gyazo.com/a45e7eeb976e0827025b3a55b7e9ea37.png
  4. Tobbe

    How To Instert Subheaders

    Like so? (result to the right)
  5. Tobbe

    Loop Question

    Did you pick Variable when you set the counter to 1?
  6. Tobbe

    How to track your ranking in Google using Zenno?

    This might get you started. http://zennolab.com/discussion/threads/wtb-rank-tracking-template.15655/#post-95625
  7. Tobbe

    How to loop and others

    Those are both very simple actions, you should read trough the wiki. https://wiki.zennolab.com/doku.php?id=en:variables If you clear the cookie you'd also be required to login again, adding 2 extra actions to each loop. I wouldn't recommend that, do it the proper way and it will also be faster...
  8. Tobbe

    Recieve E-Mail -> scrapping link doesnt work

    Your regex in the Receive Emails action was wrong and did not work, it didn't find the email nor the link. Compare yours and the one I uploaded (tho mine ain't perfect either). :-)
  9. Tobbe

    How to loop and others

    Can you show a print? Sure should work. There's no "loop"-action, but you can create one by using logics. For example an increaser which ads +1 each time to a variable and once it reach 10 you tell it to stop. https://wiki.zennolab.com/doku.php?id=en:looping
  10. Tobbe

    Recieve E-Mail -> scrapping link doesnt work

    Your regex was off, not sure where you got it from.
  11. Tobbe

    Protection against exploits

    Zenno is using Firefox, and yes. http://zennolab.com/discussion/threads/virus-question.17187/
  12. Tobbe

    How to fill in bootstrap timepicker?

    That picker looks like it just populates the field. Pick a date and watch the format then fill it in like a normal text field the same way.
  13. Tobbe

    Ideas for how to reset multithread projects in task manager?

    Upon success you can also create a text file, say delete.txt. On next run, if delete.txt exists you delete that + the leftover file.
  14. Tobbe

    Is there any sort way to make this template? Facebook Relate! Help Please

    You need to make the template more dynamic and use the advanced editor rather then static, step by step, recorder. You want to use more logical solutions and lists. I'm sorry to say it but this is just a mess. I wouldn't recommend anyone just starting out to start with facebook. Take your time...
  15. Tobbe

    How to Use Multiple Zennoposter 5 Profiles & Edit zpprofile

    Maybe this will get you started. https://wiki.zennolab.com/doku.php?id=en:profile
  16. Tobbe

    YouTube API

    Sure you can multithread on the same account and youtube also already offer you to upload multiple files at once.
  17. Tobbe

    YouTube API

    When working with a closed API you always leave a footprint. * Closed as in you need to register an API account / APP. Whatever its for twitter, facebook, youtube or instagram, you always have to authorize an app to manage your account and give it different permissions of what you'd allow it to...
  18. Tobbe

    Question on following on tumblr

    I haven't worked any with tumblr but after a quick peek, this is probably the element you have to click. You can also follow users by going to https://www.tumblr.com/follow/username
  19. Tobbe

    bad end not working correctly

    That is how it works. It's meant to be used if all else fails, so you can backup the data, set a log, or whatever you need to do before the template end. Bad End is not meant for looping. Use the correct actions. https://wiki.zennolab.com/doku.php?id=en:looping
  20. Tobbe

    Creating a new file?

    Yes, this action does. If no file is found it will create it.
  21. Tobbe

    How to keep fresh links while deleting processed ones.

    @britalic Think of it like this. When you don't bind the file you just make a copy of the text file and work with the copy in zenno, leaving the original file untouched. If you wanna process the same data each time the template is run this is a good solution. Example: You have 10 urls in a...
  22. Tobbe

    How to keep fresh links while deleting processed ones.

    Make sure to update the Master List (bind and all that) after you've taken a new line from New List and processed it. I wouldn't trust zenno to handle a list with a billion lines tho.
  23. Tobbe

    I'm unable to create YouTube accounts...

    What version is it using?
  24. Tobbe

    Getting run html element error, zenno poster failed error

    First thing after you navigate to the page you could do a logic check to see if a text of your choice is found on the page. If it's not found the page didn't load correctly and you could grab a new proxy and try again.
  25. Tobbe

    How to run multiple auto surf screens at one time

    Considering what forum you're posting this on, maybe zennoposter? You create the bot/template in Project Maker and execute it in ZennoPoster. https://zennolab.com/doku.php?id=en:start Or, are you asking for something else?
  26. Tobbe

    blank screen in all threads

    http://www.revouninstaller.com/
  27. Tobbe

    Null - ing list

    Same thing happen to me in v5.5, I updated to the latest build just a few days ago but haven't run the project yet.
  28. Tobbe

    Release ZennoPoster 5 New build 5.7.1.0 (25 Dec 2014)

    Please read my post again.
  29. Tobbe

    foreach in default zenno blocks

    They ain't "wrong", they're suggestions (made in paint to illustrate the idea) on features on how it would be easier to keep the project clean without having to create separated groups for single actions.
  30. Tobbe

    Release ZennoPoster 5 New build 5.7.1.0 (25 Dec 2014)

    Ah, nice, I like that! Would it be possible to switch the position on Delay Drawing and Advanced Editor tho? Kind of used to having the advanced editor being to the far right, as well as closing it (where delayed drawing doesn't show).
  31. Tobbe

    Release ZennoPoster 5 New build 5.7.1.0 (25 Dec 2014)

    Recently updated and just saw this button, what does it do?
  32. Tobbe

    foreach in default zenno blocks

    Something I'd like to be added is the possibility to connect a block to another in the same group without creating an additional group/ one block. It would be really helpful within bigger templates with many loops to keep it clean, without having to add single blocks or useless alerts just in...
  33. Tobbe

    foreach in default zenno blocks

    Isn't that how it works right now when you get a line from a list and loop it? foreach(listItem as VAR){ //good end, do something with the variable. } // bad end, out of lines from the list.
  34. Tobbe

    bind file/multithread help

    Both, 2 lists :)
  35. Tobbe

    bind file/multithread help

    It's those 2 actions.
  36. Tobbe

    capture captcha instructions

    Screenshot the element (captcha + description) and send it as a captcha, maybe. http://zennolab.com/discussion/threads/screenshot-from-this-site.8956/#post-51318
  37. Tobbe

    ★ Hotmail/Outlook creator ★ 33 accounts per IP [from Hungry Bulldozer & rostonix]

    @rostonix Just remember I bought this a while back and wanted to fire it up again. Using the latest version posted in this thread with private proxys. Something wrong? Is there any counter to track so I don't use a proxy less then 3 times? I wanna maximize the amount created for each proxy...
  38. Tobbe

    Lite to a Standard

    http://zennolab.com/en/buy-it-now/version-comparison/
  39. Tobbe

    Email Provider

    If possible, I'd buy a domain. http://en.wikipedia.org/wiki/Catch-all
  40. Tobbe

    dev licence

    I think the 2 main reasons is because 1) The price. 2) People was expecting .exe or custom brands to be released at the same time, a feature exclusive for developer license holders. I'd like to suggest a credit based system instead where we can pre-buy bot sells. The system right now is...
  41. Tobbe

    consolidating two lists?

    Or if you prefer to use actions instead of C# it can be done like this, along with many other ways.
  42. Tobbe

    How to distinguish between twitter follow/unfollow buttons?

    ..where WIDTH OR HEIGHT (of the Follow button) == 0 is an unfollow button and where WIDTH OR HEIGHT != 0 is a follow button.
  43. Tobbe

    Upload files with template

    http://zennolab.com/discussion/threads/option-to-upload-files-with-bots-for-zennobox.16147/
  44. Tobbe

    external files with zennobox

    Make your first action in the template to download or create those required files if they don't exist already.
  45. Tobbe

    Noob? Come here and I'll help you!

    I wouldn't even bother using CapMonster tbh. Buy a copy of GSA Captcha Breaker or Captcha Sniper to solve your captchas. Anyway, here's a guide. http://zennolab.com/discussion/threads/capmonster-tutorial.1988/
  46. Tobbe

    Log system improvements

    I apologize, your right. Not sure where I got that from :bw: The problem however is still that too much stuff shows up in the log, although my previous post was obvious a bad example.
  47. Tobbe

    Log system improvements

    I agree, this is a problem. I always tell my clients to boop that blue icon to see the status of the bot (my own alerts), and uncheck it for a detailed explanation or debugging. But all errors make them curious and think it's broken. For example, a IF statement with a False end will show up in...
  48. Tobbe

    Get "unique" ID of instance

    Why not just start your template generating a random string, and use that as variable?
  49. Tobbe

    a template to create backlinks to do blackhat seo

    It's hard to set a price tag on this as you don't really provide that much info about the sites you want to target. What I suggest is that you go trough those sites and check what platform they're running on, with help of some footprints. For example, if you scroll down to the bottom at this...
  50. Tobbe

    buy gmail register templates

    I haven't tried but I think you can, but it's not likely it will last and stay functional as google has a great anti spam system and it's therefore not worth it. You'd end up spending more time building on the template than actually using it, lol.