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

  1. Tobbe

    Wordpress,Google+,Facebook

    I'm pretty sure it actually is the best solution. Less action that could fail, ftp - it's all really fast. You could also take a look at XML-RPC. http://codex.wordpress.org/XML-RPC_WordPress_API/Media Don't say non of those 2 methods is a good solution. I dare you, or anyone, to find something...
  2. Tobbe

    Wordpress,Google+,Facebook

    For wordpress; Try adding delays, or even better, upload trough FTP. https://wordpress.org/plugins/add-from-server/
  3. Tobbe

    Noob? Come here and I'll help you!

    Click a checkbox without any unique ID in the checkbox element. Example: I've seen that question pop back and forth a few times, both here at the forum and in private so I thought I could add it here into my little "collection" lol. Seems like the attachment function is messing with me...
  4. Tobbe

    How to search and select?

    Here you have a live example
  5. Tobbe

    How to search and select?

    Set a variable to 0 (zero) - A counter. Create a regex to grab ALL rows of what you've named "Find" in your print and put them to a list. Take the first line from that list and compare if it matches your "name". If it's: False - Increase the counter by +1 and take next line and let it loop. Once...
  6. Tobbe

    How do I make regex ignore all text between x and y within a string?

    Post the link here, or PM me, with an url to one of those pages where there's several of those buttons. I could create you an example of the method drvosjeca mentioned above.
  7. Tobbe

    How do I make regex ignore all text between x and y within a string?

    Would be easier if you gave us the code where you'd like to grab the text from instead. You could use a wildcard, just make sure it grabs something unique so other stuff don't get caught in it. The ID attribute often is good (Actions Designer). For example : "This.*?\ sentence" Would match...
  8. Tobbe

    Taking printscreen of the website in Zennoposter

    1) It's C#, so you need to use the "C# Code"-action. Even tho the forum says it's JavaScript. 2) You need to create the folder "C:/Images" before saving anything into it. Or the action will fail. 3) Also set a variable for the C# action.
  9. Tobbe

    Taking printscreen of the website in Zennoposter

    Check this http://zennolab.com/discussion/threads/screenshot-from-this-site.8956/#post-51318
  10. Tobbe

    Couple of pinterest related questions

    1) Use Keystrokes Emulation and input several "{PGDN}", which emulates your Page Down -key. 2) Here's what the attributes looks like, they might not be what you're looking for, but there sure is a difference of follow/unfollow: Follow button class: UserFollowButton btn rounded Button hasText...
  11. Tobbe

    If logic 2 links problem

    Ofc you gotta get SOME result. Your above logic has a space in it however, so it will fail even if both variables are the same. Connect the IF to alerts, both for true and false and you'll see.
  12. Tobbe

    Wordpress Posting Problem

    Maybe you could build a template for WP XML instead. 1 Template would work for any upcoming wp site you might want to add later as well. http://codex.wordpress.org/XML-RPC_Support http://codex.wordpress.org/XML-RPC_WordPress_API
  13. Tobbe

    problem with proxies

    I'm using a private source for public proxys and buyproxies dot org for premium proxys. I'm having similar problem to this, I know that thread is old but I still notice a big difference in speed depending if I load them via ZP or trough a List within my template. Even my private ones wont work...
  14. Tobbe

    problem with proxies

    Try the same list with another proxy checker and see what result you get. I'm not sure about the quality of HMA as I'm not using them myself. But ZP proxy checker have always been weird for me so I'm loading the proxys within my templates.
  15. Tobbe

    Trying to extract table data

    Oh, thought you had a table-template working for all tables and not just this in particular. +Karma for helping tho :)
  16. Tobbe

    If uploading several videos at once how to regsiter progress when it fails part way?

    Above is a great way. Just make sure you remove the video AFTER upload and not when you grab it for upload (as both step 4 and 5 will fail otherwise :) ;-) )
  17. Tobbe

    Trying to extract table data

    You can change to English in the bottom left, in the footer of this forum. I'd also like to take a look at your template. So many different ways to solve it :) Don't take StevenCrimmb advice tho, not a good way to work it and may result in countless amount of errors.
  18. Tobbe

    [WantToBuy] Fake Visitor Template

    There should be a referrer as it's a click. Maybe this will make things different, although, it's not a click.
  19. Tobbe

    Project directory hotkey

    Yeah I'd also like this and suggested it before. I hate to drop the mouse for this particular variable as it need both hands to type "{" while every else is accessible from the right click menu. >>c) A hotkey for the variable {-project.directory-} OR add that variable as well to the right click...
  20. Tobbe

    Task Name as Variable?

    @cheekybot The fields in the Input Parameter -window can not be changed within Project Makers. You will have to set a default value just like you did for c:\filename.txt in InputSettings. ..If you're talking about PM here. If you got this problem in ZP I'd suggest you to open a bug thread...
  21. Tobbe

    Is there a file where the list of names of active zenno poster templates are stored?

    A text file. If your first action within the templates is to add this line to a text file, and the last one to remove it again, then you got yourself a register of which is running. 1 text file could be used across all templates. Just one file needed.
  22. Tobbe

    Is there a file where the list of names of active zenno poster templates are stored?

    Not sure if there's any xml table. But what you could do is: -Bind list to file. -Add Line, with an unique ID, upon start. -Delete Line by value, when finished.
  23. Tobbe

    Task Name as Variable?

    Why not use InputSettings? https://wiki.zennolab.com/doku.php?id=en:input-settings I'd recommend you to explain why you need this, as I'm pretty sure there's plenty of work arounds.
  24. Tobbe

    Task Name as Variable?

    Try {-Project.Name-}
  25. Tobbe

    what email service provider do u use?

    This is what I usually use as regex to find the particular email. Where {-Profile.Email-} is your email address variable. (?<=[\w\W]*){-Page.Domain-}[\w\W]*{-Profile.Email-}(?=[\w\W]*)
  26. Tobbe

    what email service provider do u use?

    Guess that will depend on what hosting/domain provider you're using. I'm using my domain with no limits . $10 a year for the domain and unlimited emails, pretty nice.
  27. Tobbe

    what email service provider do u use?

    @sonatine I won't explain in detail, but the big PRO about this is that you can create emails on the fly with wildcards. For example you could use {-Profile.Username-}@YourDomain.com in your templates and have all those email addresses forwarded to just one email, ie [email protected]. The...
  28. Tobbe

    Open Working YouLikeHits Template Needed

    I think you'd get more replies if you defined what you want done. There's almost 30 different ways to earn points there. Including: - Registerer? - Social account adder? - Manage your own campaigns / Spend points? I doubt anyone will create you a full featured open bot for $40 if they don't...
  29. Tobbe

    POST and GET requests problems in 5.4.3.0

    What kind of problem? No, not that I've noticed for the few templates I'm using.
  30. Tobbe

    what email service provider do u use?

    I'm using a Catch-all domain. http://en.wikipedia.org/wiki/Catch-all
  31. Tobbe

    WTB Rank Tracking Template

    Not sure what you mean by in depth articles. It sure gets the ranking URLS w/o a problem. The reason why it should grab the whole URL is to see what innerpage that actually rank, I had no problem with an usa proxy. The problem is the verifier regex tho, to check if it's my domain or not. As I...
  32. Tobbe

    WTB Rank Tracking Template

    Bummer :-) Created a simple scraper for you, didn't notice you had it solved before I finished. It includes pagination as well.
  33. Tobbe

    WTB Rank Tracking Template

    For what - Google, yahoo, bing, youtube, etsy? For what amount of keywords? Multithreaded, proxy support? Output to a .csv?
  34. Tobbe

    Right Click to Copy URL of Link in PM

    YES. A hover tip when you hold over a link would be awesome, just like the normal browsers has. What about right click -> copy, or ctrl + c to copy the url from the browser? Does the trick for me :ce:;-);-)
  35. Tobbe

    ZP slows down computer a lot when only using 15% CPU

    What about your RAM?
  36. Tobbe

    someone to help me ?

    I bet not, but I actually don't know. If you already have v3 an update costs $90, not $500.
  37. Tobbe

    someone to help me ?

    If the templates is for ZP v5+, sure, I can take look for you. If you've been watching tutorials for a month, you should have an idea yourself tho lol.
  38. Tobbe

    POST and GET in 5.4.3.0

    Is there any examples of how to use cookies? For example when I'm logged in and the site require a cookie to verify login and membership upon POST Request?
  39. Tobbe

    Get the #match as a variable

    I'm sure innerhtml and the values change as well. If you still want me to take a look, you can PM me for skype details or you could right click and save page as, and send me the files. That would make a copy of the page for me to view without any password attached.
  40. Tobbe

    Get the #match as a variable

    How do you even come up with that match? If that's the last match you could for example put all matches to a list and count the rows. Send me an URL and I can try to help you.
  41. Tobbe

    A Few Suggestions

    More. a) An option to disable auto focus in the Project window when debugging or be able to change the sensitivity. It's really annoying when we get into a loop and the windows keeps jumping like crazy to focus the current action although I already have a nice overview. b) A button in PM to...
  42. Tobbe

    Sometimes you should highlight action to delete

    If they ain't in a group, yeah. Mark all actions ->right click remove or use delete button. http://i.gyazo.com/4599606d4b24393df537b7979e5d4a2d.gif
  43. Tobbe

    Remove branding- last step to e shop

    It's about to get released soon. Not sure if I'll buy it tho as it's way to expensive, imo. http://zennolab.com/discussion/threads/difference-between-dev-license-subscription-or-one-time-payment.15028/#post-91156...
  44. Tobbe

    ZP error - Works Perfect in PM - Wtf?

    Maybe you can check the log and share what action that's failing, your post isn't really that helpful without any details. Could it be the same problem that other's facing? http://zennolab.com/discussion/threads/can-not-reload.15471/
  45. Tobbe

    How to screenshot and save the jpg file?

    http://zennolab.com/discussion/threads/screenshot-from-this-site.8956/
  46. Tobbe

    Can not reload

    Okey, that did just help for this one template I had. When can we expect a fix for this? It's starting to get really annoying..
  47. Tobbe

    How can I shortcut copy and paste of username and password etc when recording?

    Great idea, +1.
  48. Tobbe

    Search in interface

    It would be nice. But I'm not sure I'd actually use it. All programs have ctrl+F set as default for search and as a habit I always use the keyboard shortcut. Most of the times ctrl+f, ctrl+v, Enter. :)
  49. Tobbe

    Run Successfully in Project Maker but not in ZP

    Here you go.
  50. Tobbe

    i want buy Harvester ( grab ) template

    I'm sure there's people here who can create it for you if you raise your budget. You already have the footprints for the different platforms?