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

  1. lokiys

    drag and drop question

    First if problem is with coordinates and window size then you have wrong searching for your needed elements. You have to search element on page by standard actions, then get widthInBrowser and heightInBrowser attributes and then drag and drop your element. Code to set same windows size is...
  2. lokiys

    Релиз ZennoPoster 5 новый билд 5.9.9.1 (19.05.2016)

    V etom v5.9.9.1 jesho FF38
  3. lokiys

    List processing and Multi Threading

    Hey. Why you read file and then add that file content to list ? Why you do not bind that file to your list initially ? To answer to your question, there is no such tread counting as thread 1 2 3 etc. If you set 3 threads then all 3 lines will be taken one after another, not sure what you mean...
  4. lokiys

    Can't check for presence of text specified as variable

    ZennoPoster assembly is there https://help.zennolab.com/en/v5/zennoposter/5.9.9/webframe.html#topic1.html
  5. lokiys

    Possible to calculate an RFC 2104-compliant HMAC?

    Hey yeah. Amazon API is pretty complex I remember that some years ago I wanted to use it and finally decided to go and use browser instead of API. :) Maybe someone who works with amazon can help. Good luck
  6. lokiys

    Can't check for presence of text specified as variable

    Then this code will help you: if(instance.ActiveTab.PageText.Contains(project.Variables["projectVariableName"].Value)) return true; else return null; in projectVariableName enter any name your project variable have and it should work.
  7. lokiys

    Can't check for presence of text specified as variable

    Use this code. If text will be there it will go out to green dot, if not then red. if(instance.ActiveTab.PageText.Contains("whats up ;)")) return true; else return null; Cheers
  8. lokiys

    Can't check for presence of text specified as variable

    Can you post example please ? Template where I can see this problem, and url and field where this happens
  9. lokiys

    Can't check for presence of text specified as variable

    I guess no one can understand what you mean. Try to explain with some examples... As by now its really not clear what you asking for
  10. lokiys

    Calculating stock sales over certain period

    http://offer.ebay.com/ws/eBayISAPI.dll?ViewBidsLogin&item=301899369126&rt=nc&_trksid=p2047675.l2564
  11. lokiys

    Calculating stock sales over certain period

    Hey. First you need some unique id for each item. Then just save in file this unique id along with day last sale was made. Then with other template or same ( depends on your other logic ) check timespan in days. If it is over 30 days then go and delete this item. Thats all. Or if you want to...
  12. lokiys

    how to prevent redirecting to another website?!

    Hey @sonatine sorry for delay but I just checked blogsky with login and password you sent me. I have tried to login with chrome and then tried to login with Project maker. Both places redirected me to account dashboard. I guess thats just fine.
  13. lokiys

    ZennoPro training - From newbie To Pro in No time

    Hello I have posted my skype in your thread. This thread is about training I offer, would you be interested in that also ? Thanks
  14. lokiys

    Need template for SMS Verification http://smsvk.net/

    Sure add me in skype: llookkiiyyss Thanks
  15. lokiys

    failing to find email even though it's there.

    Anton is right. Here you see newly created account settings.
  16. lokiys

    Need template for SMS Verification http://smsvk.net/

    Hi. what version of ZennoPoster do you use ? In newest poster there is SMS service modules
  17. lokiys

    FTP upload speed

    Is there just one upload connection to server at a time ?
  18. lokiys

    failing to find email even though it's there.

    Hi @s41mm3r - Have you checked if pop and imap access is enabled in your email providers ? Because there is settings to enable access in gmail and outlook.
  19. lokiys

    how to prevent redirecting to another website?!

    Post some test account login details for blogsky please for us to check.
  20. lokiys

    how to prevent redirecting to another website?!

    If there is set some redirect from blogsky then you can not do anything. Probably they marked your account as spam account and redirecting you to some offer or something
  21. lokiys

    FTP upload speed

    Is there anyway to increase FTP upload speeds? My customer Content folder have 2500 text files to upload. So the FTP upload is slow, I have to wait 30 minutes to finish this step Thanks
  22. lokiys

    Bind to File Takes Too Long

    Bind to file is used for creating dynamic file paths, that mean when file path is built while template is working OR you want for example two tables to work with same file. If you have static path and you have set it in table settings then you do not need bind to file in any way. All will...
  23. lokiys

    Need someone to manage cloudflare template

    PM sent
  24. lokiys

    Red border

    Its not 0,5 seconds for sure. And I'm activating lots of actions while working, and moving lots of actions all that even if there would be 0,5 sec is taking too much time.
  25. lokiys

    Red border

    Bump
  26. lokiys

    how to take a screenshot

    Sure. Use captcha module and use CaptchaSaver.dll Also forum search works wonders. http://zennolab.com/discussion/search/2256672/?q=save+screenshot&o=date Cheers
  27. lokiys

    Can Zenno Poster Work With Autofill Magic

    Zennoposter use gecko engine. Same engine as firefox is using. But it is different...
  28. lokiys

    FTP uploading bug

    Bump
  29. lokiys

    Downloaded file path

    Does it work fine in multithreading also ? I mean if I have 5 instances per base, then wont be there any mix of files ? Like some threads are getting file paths from different thread in same base ? Thanks
  30. lokiys

    Make zenno work with TAB'ed CSV files

    Sorry what you mean ? there is csv files with TAB and zenno can not work with them, I want that zenno can work with them...
  31. lokiys

    Make zenno work with TAB'ed CSV files

    Title says it all... http://zennolab.com/discussion/threads/how-to-work-with-such-csv.28305/
  32. lokiys

    How to work with such csv

    Thanks mate. I know that :)
  33. lokiys

    How to work with such csv

  34. lokiys

    How to work with such csv

    Where ?
  35. lokiys

    Downloaded file path

    Thanks. Any straight method to get downloaded file path ?
  36. lokiys

    How to work with such csv

    How can I get to work this csv file ? https://www.dropbox.com/s/v4x5w6l8nn7tjld/dragon%20city.csv?dl=0 It show me all data in one line. PS. Allow .csv files to upload in forum
  37. lokiys

    Downloaded file path

    I'm downloading file from google keyword planner, and when I'm return instance.DownloadsPath; I get only folder where this file is saved and not file path itself. Result:C:\Program Files (x86)\ZennoLab\ZennoProjectMaker\Progs\Trash
  38. lokiys

    Hotfix for newest version

    This http://zennolab.com/discussion/threads/utechka-kuk.27544/
  39. lokiys

    FTP uploading bug

    Sent in ticket. Hope to get answer fast, to understand what to do next...
  40. lokiys

    Hotfix for newest version

    Any news ?
  41. lokiys

    How to extract data correctly using multithreading?

    Hey and welcome in Zenno Family :) Use tables and data in just one file http://zennolab.com/wiki/en:table this way you will get exact proxy for exact account. Cheers
  42. lokiys

    FTP uploading bug

    Any news on this ? My customer is sitting and waiting, and monitoring this thread...
  43. lokiys

    FTP uploading bug

    Yes. Filezilla uploaded just fine.
  44. lokiys

    FTP uploading bug

    My data in files become from this to this Like you see after every new line is added blank line... Version 5.9.8.0, same with using C# or actions, same on two different PCs
  45. lokiys

    Auto restart zenno

    Implement autorestart feature in zennoposter, as there is still problems with Zenno freezing after some days running and sometimes it is even closed down itself. This way some auto restart feature would be good. I know that I can do auto restart with taskmanager, but this is not what I'm...
  46. lokiys

    Hotfix for newest version

    Wont be there any hotfix for newest version ? For example related to this cookie problem, I really do not want to update if there is some mix in that. I have almost all my templates working with cookies so that could make serious problems for me. Thanks
  47. lokiys

    proxy with login:pass not good set up

    I'm a little confused. Where do you guys see @ in proxy login ? Thanks