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.
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...
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...
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
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...
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...
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
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.
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
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...
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.
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.
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
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
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...
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.
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
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
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
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
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