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

  1. lokiys

    List processing and Multi Threading

    Everything else depends what your logic is. You can also use loop with counter and then take line by number, or you can re-save account details from backupfile. Or you can just double information in your file, like site1 site2 site1 site2 etc.
  2. lokiys

    Zennoposter MP Pro limited to 10 threads?

    Hi After settings has been changed restart ZennoPoster.
  3. lokiys

    List processing and Multi Threading

    Why do not you post your template example ? And why do not you use forum search. ? You do not need any C# to do this simple thing. in list processing action choose your list and pick bind to file. and in Path set static path OR any variable what holds your path. In list itself tick all 3...
  4. lokiys

    List processing and Multi Threading

    What you mean user have to specify path ? Do you develop templates for sale ? LOL Search in forum for examples with term bind to list. I think that you template takes info from file and puts in list then delete from list and this is all you have. This case bot will take all info and put all...
  5. lokiys

    drag and drop question

    Hey sorry I missed right names. Its leftinbrowser and topinbrowser. Use those to get right coordinates. Using forum search i found this tutorial http://zennoposter5.com/zennoposter-tutorials/clicks-on-flash-buttons-in-zennoposte/ Thanks
  6. lokiys

    List processing and Multi Threading

    Have you read all about lists in wiki ? http://zennolab.com/wiki/en:list If still you have problems let me know. Thanks
  7. 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...
  8. lokiys

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

    V etom v5.9.9.1 jesho FF38
  9. 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...
  10. 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
  11. 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
  12. 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.
  13. 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
  14. 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
  15. 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
  16. lokiys

    Calculating stock sales over certain period

    http://offer.ebay.com/ws/eBayISAPI.dll?ViewBidsLogin&item=301899369126&rt=nc&_trksid=p2047675.l2564
  17. 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...
  18. 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.
  19. 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
  20. lokiys

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

    Sure add me in skype: llookkiiyyss Thanks
  21. lokiys

    failing to find email even though it's there.

    Anton is right. Here you see newly created account settings.
  22. 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
  23. lokiys

    FTP upload speed

    Is there just one upload connection to server at a time ?
  24. 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.
  25. lokiys

    how to prevent redirecting to another website?!

    Post some test account login details for blogsky please for us to check.
  26. 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
  27. 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
  28. 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...
  29. lokiys

    Need someone to manage cloudflare template

    PM sent
  30. 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.
  31. lokiys

    Red border

    Bump
  32. 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
  33. lokiys

    Can Zenno Poster Work With Autofill Magic

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

    FTP uploading bug

    Bump
  35. 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
  36. 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...
  37. 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/
  38. lokiys

    How to work with such csv

    Thanks mate. I know that :)
  39. lokiys

    How to work with such csv

  40. lokiys

    How to work with such csv

    Where ?
  41. lokiys

    Downloaded file path

    Thanks. Any straight method to get downloaded file path ?
  42. 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
  43. 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
  44. lokiys

    Hotfix for newest version

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

    FTP uploading bug

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

    Hotfix for newest version

    Any news ?
  47. 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