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

  1. A

    reloading xlsx table

    hello, I have a table that loads the content of an xlsx file. Though it only seems to reload the table when I open the project. Is there a way to reload the content of the (changed) xlsx file in a table while the project is running? Thanks in advance Steven
  2. A

    Executing action ImageProcessing Error loading image

    Hi When trying to get the screenshot of certain bigger webpages, I get the error: Executing action ImageProcessing Error loading image Eg with this webpage: https://medium.com/@maxdeutsch/how-i-learned-to-draw-realistic-portraits-in-only-30-days-3fb8e8eccee0 Is there a way to prevent this? Eg...
  3. A

    screenshot c code

    Hi I want to try out c code to take screenshot of pages because the captcha method doesn't work for some sites. I've got this but doesn't work-seems to get stuck at the "var img= ..." line. Anyone can help?: HtmlElement he =...
  4. A

    zennoposter execution and domain hosting on same server

    Hi there Currently I use zennoposter for a few little projects in which I execute a certain project on my pc and then upload the files it outputs on my domains via ftp. Because there are sometimes a lot of files, I thought it would be better if zennoposter and the domain folder/files were in...
  5. A

    sorting numbers

    Hi I would like to know what the easiest way would be to sort the following: 100|test 5|test 2|test 10|test into 2|test 5|test 10|test 100|test I could use java and logic if to check line per line but that seems to be a lot of work for something simple. Thanks in advance. Steven
  6. A

    autorunning zennoposter on startup

    Hi Anyone experience with autorunning zennoposter on startup? Added it to startup programs and disabled UAC, but to no avail. Let me know.
  7. A

    Asking for manual input

    Hi Was wondering if you could have a popup where you have to input eg the answer to a question. Could maybe do this via manual input for captcha entry...but maybe there is an easier way? Thanks in advance. Steven
  8. A

    way to stop the thread if it takes too long?

    Hi When using a template that goes to certain websites, it often happens that the thread does not end because it keeps hanging on the "go to webpage" step (I think)...the webpage is loaded, but nothing happens... This could happen after eg 100 completed threads or eg 1000...the thing is that I...
  9. A

    c# not working in zennoposter

    Hi The following code works in projectmaker, but not in zennoposter: Bitmap screen = new Bitmap(@"{-Project.Directory-}test-fullscreen.png"); int width= screen.Width; Rectangle cloneRect = new Rectangle(0, 0, width, 1000); System.Drawing.Imaging.PixelFormat format = screen.PixelFormat; Bitmap...
  10. A

    can't access network drive on windows 8

    Hi I've got a couple of network drives which I created from my synology nas. When I want to open a file in one of the drives using applications, I can see them listed. Though, this is not the case for projectmaker/zennoposter. And if I directly open a project file located in one of those...
  11. A

    mass edit template

    Hi I want to change the folder name in which the template needs to save some files. The problem is, I need to change lots of steps in the template since I use the folder path a lot of times. I know that some time ago, you could mass edit the template by opening the template in some editor and...
  12. A

    c# code only works in project maker

    Hi I use a c# code snippet to take a screenshot of a webpage. This code works in project maker, though not always immediately. So after executing the code, I check if the screenshot is downloaded, if not, then it repeats the step until it has downloaded it. In project maker, this seems to work...
  13. A

    Get file size of file.

    Hi I want to get the file size of a file. Read in other topic you need to use the code shown on this page: http://msdn.microsoft.com/en-us/library/system.io.fileinfo.length.aspx Tried to use the example, but doesn't seem to work. using System; using System.IO; public class FileLength {...
  14. A

    closing thread after specified time

    Hi I'm having a problem that a lot of other people have had, if I look through the forum: webpages that keep on loading...while I may not disable java since I look through thousands of webpages and I don't know which webpages need java and which not...and while timeout does not work/stop the...
  15. A

    Speed limited by text file?

    Hi I've got a simple offline template that has to take a line from a general file and then delete the line and do some regexp tasks with it. Now, if I run 2, 10, or 40 threads simultaniously, it doesn't matter. The speed of executions stays the same. I guess because only 1 template can edit a...
  16. A

    problem with "shortest match" in regex

    Hi Normally I don't have problems with regex but I think I misunderstand the "shortest match" = ? operator. Let's say you have a string: 1-2-3-4|5 And I want to extract "4". I though it's easy: "-" is before 4 and "|" after 4 ... and then you"ll get 4 if you use the shortest match...
  17. A

    http get request

    Hi I never had the thought about using the http get option but finally tested it and I see that this would be very useful, simply because it seems faster. Though, I'd like to ask if someone has the following knowledge about using this method: - is the success rate of pages loading better/worse...
  18. A

    take screenshot

    Hi I searched for this on the forum but didn't see someone else ask for the feature that would enable us to make a screenshot of a webpage. I myself would like to be able to take a screenshot with zenno because it would be handy for a number of things...you can make some services out of...
  19. A

    question about newer versions of zennoposter

    Hi I currently have an older version of zennoposter, namely 4.3.0.0. I don't need new features to build templates, though I saw the following in one of the updates: [+] Loading speed of instances and debug increased. [+] Memory usage for instances and proxychecker decreased. This could be...
  20. A

    several lists next to eachother

    Hello This is probably easy to do but I can't find out how to do it. Let's say you have 3 lists/variables: a1 a2 a3 a4 b1 b2 b3 b4 c1 c2 c3 c4 Now, how could I get those variables easily next to eachother, seperated by eg |? So that I would get a1|b1|c1 a2|b2|c2...
  21. A

    [SOLVED]  creating a file

    Hi I think I've lost my mind cause I can't seem to be able to create a simple file. I just want to create a file called finished.txt with finished text inside of it. I tried "Write text" under data/files but that only seems to work when the file already exists. Any idea where you can...
  22. A

    Index was outside the bounds of the array.

    Hi I've got a template for zennoposter MP which works with: - projectmaker (100% success rate) - zennoposter 1 thread (100% success rate) As soon as there is more than 1 thread, I get the error "Index was outside the bounds of the array." for one step (3/4 times, so I have about 25%...
  23. A

    word processing regex: add result to variable

    Hi Maybe there is a reason for the following, but if you go to -> word processing -> regex and you check "first", then below, you can "add result to variable". That's good because I want that. Though, when I want to take the second match, via Match No., then you can only "add result to...
  24. A

    variable in table path

    Hi In a table, you have to give a file path. Eg this works: {-Project.Directory-}\file1.txt but this not: {-Project.Directory-}\file{-Variable.varnumbertest-}.txt Now I'd like to know what you have to do if you want the content of the table to be either that of file1 or file2...
  25. A

    shuffling a table

    Hi New to the version 4 and I want to make a template in v4 which I already have in v3. In this template in version 3: - I take the content of a text file A1|B1|C1|D1 A2|B2|C2|D2 A3|B3|C3|D3 A4|B4|C4|D4 - I shuffle it (without saving it into the same/other file) A2|B2|C2|D2...
  26. A

    pop up: "Are you sure you want to Leave this page?"

    Hi On some wordpress sites, you get the pop up "Are you sure you want to Leave this page?" when you try to push the publish button. In the past, I skipped those sites, but I'd like to know now if somebody knows how to skip/confirm/disable this popup? Thanks.
  27. A

    Parsing multiple lines

    Hi If you want to parse a match with the regexp macro, then you have to input the number of the match, e.g 0. If you need parse all matches, you can use "all". But is there a way to parse e.g. match 5 to 10? Thought I had read it here some time ago, but can't seem to find it. Thanks...
  28. A

    How to reduce the steps of a template

    Hi I'm trying to find ways to reduce the steps of some big templates and thus making it smaller/faster. One way I have found is replacing the 3 counter macros (init, get value, increase) by a single java macro: {-JS.Execute-|- var...
  29. A

    javascript line break

    Hi I have been searching some time now and I'd like to know how I can delete line breaks with zenno since javascript won't work on multiple strings. Eg. how can you convert: one two three four five to: one two three four five hope someone can help thanks
  30. A

    projectmaker on vps

    Hi I mainly buy 1gb ram vps because for most programs that's enough. For zennoposter (5 threads) that's ok too but for projectmaker, it's very "laggy". But since I'd like to use projectmaker on a vps, I'd like to know if someone uses it on a vps without it being slow and what RAM they...
  31. A

    google suggestions craper

    Hi I'd like to scrape the google suggestions but can't make it to work. When you enter a word manually in the google search field, google gives you the suggestions. Though, the word doesn't show up when using zenno...only when you click on the search button, google then shows the word...
  32. A

    instance closing automatically

    Hi I created a template to scrape google adwords results. It works on my pc, but when I use it on a vps, then the instance automatically closes after signing in. Same thing in both projectmaker as zennoposter. Anyone experienced this before and found a solution?
  33. A

    search and replace marco values

    Hi Dunno if someone already said this but it would be great if we could replace certain values/words throughout the template. eg. I make a template that pulls info from templatenameX-profiles.txt / templatenameX-urls.txt / ... Later on I make a template (based on same basis) that...
  34. A

    taking x amount of words out of text file

    Hi I would like to be able to take eg. the first 500 words out of a big text file and then delete that part. Anyone knows an easy way to do that? Only thing I could think of for now is pulling one word per word with regexp and then replace it with nothing...but that's a bit clumsy.
  35. A

    DOM google search different on different pc's

    Hello I've made a template to parse google rankings and it works good. Though, it doesn't work on my vps and the reason for this is that the DOM is very different on the vps. Don't really know what the reason for this is. Maybe a different country as ip? Anyone experience with this or...
  36. A

    pop up windows outside of zenno

    Hi At the moment, I'm using zennoposter to filter out a big list of urls I scraped. Now there are of course some anoying sites in there, and the most annoying result in 20-100 internet explorer windows getting opened outside of zenno, causing the vps to get very slow. I tried different...
  37. A

    check if blank or not - not working with link and fielddata

    Hello I'd like to check if a link is there or not but I don't get it to work. 'text' is there or not 'text'!='' -> works text pulled from a macro is there or not '{-FieldData.FieldData-|-●7●1●4●2●8●6●-|-≡1≡9≡5≡2≡8≡4≡0≡3≡3≡0≡744-}'!='' -> works link is there or not...
  38. A

    clicking on link which is defined by another tag than a href

    Hello I'm working on a platform in which the the actual link (a href in source) is variable on the different sites, but a class tag is not. Problem is that I can't make zenno to click on the link when I define another tag than the a href one. Now, I have solved this by pulling the link...
  39. A

    How to get the name of a text file

    Hello I want to take a file, change it a lil bit, and then save it in another directory with the same filename as the original. So I need to pull the name of the file into zenno. Problem is that I can't seem to file a macro to do that. Anyone knows how to do this?
  40. A

    Authentication required pop up

    Hello Back with a question, this time a bit more difficult probably. I'm working on a platform in which after you register, they immediately ask for your username and pass, but in a Authentication required" pop up. Sometimes in the usual format, sometimes like in this image...
  41. A

    not necessary steps

    hello I'm building a template for a platform where certain fields are sometimes there, but sometimes they are not. I could work with a logic (if ... is there, then ...) but I just want to put all the fields in the template without any logic. I know zennoposter skips fields which are not there...
  42. A

    little spintax bug?

    I've searched a long time to find the cause of a spintax text that worked in thebestspinner but not in zennoposter: zennoposter added this before or between the text: {-String.split-|- Eventually I found it was because of the "-" in this spintax: {|:| -} I used the following value...
  43. A

    chinese characters?

    Hi I'm creating a template that supports multiple languages and it needs to know if the verification code is wrong or not in all the languages. I just do this by checking if there is an error message for this on the page. For chinese this doesn't work since the characters can't be read...
  44. A

    Inconsistent template

    Hello I've created a template but it is inconsistent at an important part: After it has logged in (and it gives confirmation that I'm logged in), it should go to the 'edit profile' page. Half of the time it does, but half of time it says that I am not logged in... I was running 4 thread...
  45. A

    mybb captcha - too difficult?

    Hello It's the first time I would try to solve captchas using capmonster. I wanted to do the mybb captcha but think it's maybe too difficult because of this: As you can see, eg Q is written two times differently, so I would have to use the pattern editor for all the variations. Or...
  46. A

    Rise event with href attribute doesn't seem to work

    Hello I'm working on a template for a platform that is used in different languages. The problem is that if I want to view my profile, that I have to click 'my profile' and the attribute with this is text (=my profile). This of course doesn't work if it is another language. Thus I try to...
  47. A

    Change of vps

    Hello I bought the standard version of zennoposter 1 month ago or something and I installed it on my home pc and on my vps since you can install the standard version on 2 computers. Now, I probably want to change vps and I don't know if it's possible to do this? Is it like (другой софт) where you...