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

  1. 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...
  2. A

    question about newer versions of zennoposter

    Ok, maybe I'll upgrade and test myself how much improvement it gives in terms of amount of threads.
  3. 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...
  4. A

    several lists next to eachother

    Well, you regexp all the rows (eg stuff between <tr></tr>)...and these consist out the columns data for that line, which you need, and the html code between it, which you don't need. You then regexp replace the stuff you don't need with your delimiter (if between column data) or with nothing...
  5. A

    several lists next to eachother

    I'm not reassembling data. I'm just pulling data from a table on a webpage and I want to put the table in a file. Columns of a table have to be seperated by a delimiter if you want to put it in a file. eg Name 1|Age 1|Mail 1 Name 2|Age 2|Mail 2 But it's ok, I've found a solution. It's not...
  6. A

    several lists next to eachother

    So we can conclude that here is no easy/fast way to do it with zenno. I know how to loop but if you have to loop it 10.000 times, it's not quite handy. Would have been great if you could eg write the first list to column A of a table, second list to column B, third list to column C ... and...
  7. A

    several lists next to eachother

    Don't really know what you mean. Do you mean one line per line? eg take variables a1, b1 and c1 and convert into a1|b1|c1, then same for a2|b2|c2,...? If so, I of course know you can do that. What I would like to do is have all lines at once. So eg 3 lists converted into 3 columns, seperated...
  8. 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...
  9. A

    ZennoBox discussion

    I haven't tried it out but I think the following system would be good enough for everybody: - client buys a software from me = your zenno bot - I generate a user/pass for that client in the zenno user area and pay a certain amount of money for this. - I give the user key to the client and he can...
  10. A

    Need help with proxies

    If CaptainObvious' idea wouldn't work, then you can still look at using proxies, but eg only 20.000. If you loop them and use a certain ip only once every hour (let's say they aren't banned then), then you can still check 480.000 urls which is still fair.
  11. A

    Need help with proxies

    You won't find it. And if you would, it would be too costly. Are the proxies always being banned after 4-5 times, even if you eg wait an hour between them?
  12. A

    how can i get the last 10 character?

    This should work (if you regexp a variable): ..........(?=\r) Though, you'll have to make sure that the last line also has a line break under it, otherwise it won't work for this last line. edit: see that you already have another solution.
  13. A

    Compare two list

    in logic: '{-variable.linkfound-}'!='' successful exit = link is there bad exit = link not there
  14. A

    [SOLVED] creating a file

    Oh. Was easy indeed. Thanks!
  15. 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...
  16. A

    HTML to BBCode JavaScript Help

    Dunno if this is what you mean, but if so...it shouldn't be difficult, even when you don't know js that good. You only have to use the replace function... var html='<a href="http://www.test.com">test</a>'; var convert1=html.replace('<a href="',''); var bbcode=convert2.replace('</a>',''); The...
  17. A

    Index was outside the bounds of the array.

    Have you tried it in zennoposter? In projectmaker it works, but not in zenno. Fer sure. But anyways, I've unchecked "remove the line" and hope it won't take the same lines. Thanks for looking at it though.
  18. A

    Index was outside the bounds of the array.

    ok, I've attached it So: testerror-nobinding.rar has the error testerror-nobinding-nodelete.rar hasn't because I unchecked the "remove after getting" option Thanks
  19. A

    Index was outside the bounds of the array.

    Ok, I have an idea what the problem/bug could be. I changed the template (see first part) and replaced the binding part so it doesn't start with an empty table. Same problem though. So that isn't it. Then I unchecked the "remove after getting" for pulling the line out of a table. And now it...
  20. A

    Index was outside the bounds of the array.

    Yes, I know that it is coming from that step. I simplified the whole template keeping only the few needed steps to generate the error. The comment I put there is still from the unsimplified template...should have changed the comment to "take random line from table2 (table2a.txt or table2b.txt)...
  21. 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%...
  22. A

    word processing regex: add result to variable

    Ok, that works. Though, it would be a little enhancement if you could do it without needing to make a list.
  23. A

    word processing regex: add result to variable

    Hmm, how can you add all matches to a variable then?
  24. A

    word processing regex: add result to variable

    Oh. Nice. Thanks.
  25. 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...
  26. A

    variable in table path

    Nice, it worked. Couldn't use the randomize option, since the random number for the text file was only an example. Though, binding a file to the table (with empty path) did work. Thanks both for your help.
  27. A

    variable in table path

    edit: hmm I'll try that out and see if it works. Thanks.
  28. 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...
  29. A

    shuffling a table

    No, I just wanted to shuffle the rows of the table. It's for an automated seo system where I can't post two times to the same random url (attached to its unique username/password)...I'll spare you the details. But I saw that you don't need to shuffle in v4, and the same effect has been reached...
  30. 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...
  31. A

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

    edit: thought I solved it but eventually not.
  32. A

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

    Hmm Doesn't seem to work after all. Is this the setting you meant? I assume you have to put this before the actual pop up comes along? Because when the pop up comes up, the template doesn't go beyond the submit button. Thanks again.
  33. A

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

    Nice. Thanks!
  34. 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.
  35. A

    Load module crash for project maker

    Same bug as in this topic I guess? http://zennolab.com/discussion/showthread.php?5188-If-you-can-t-run-ProjectMaker-on-Windows-7-Windows-2008-server
  36. A

    If you can't run ProjectMaker on Windows 7 / Windows 2008 server

    Hmm. Doesn't seem to work on my windows 7. Although I think I made the right changes:
  37. A

    Do you use text ZennoPoster manuals?

    I think text is eventually better for users. Video tutorials on the other hand is better if you want to attract new customers since they are more appealing and make it look easier.
  38. A

    Such a powerful tool and still lacking related resources

    @a2mateit I think nuaru is saying that it won't be the same method as ubot ("we don't copy the same feature from Ubot") but it will be possible to do it since having this feature won't be an advantage anymore for ubot ("but even this single advantage is going to be lost.") Anyways, saw on the...
  39. 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...
  40. A

    New line delimeter? How to scrape and mix articles

    You don't have to define /n because you can define the opposite. If you make a text file called test.txt with the following: and you put in the same map your template, then the macro...
  41. A

    No connection to authorization server

    Just delete the pc name in user area and reinstall the software. Only few minutes work and worked for me when I had the problem.
  42. A

    does it support proxyes from www.myprivateproxy.net

    Buyproxies.org proxies work for me, though I don't use zenno's proxy checker but pull them directly from a text file into the template.
  43. A

    Gmail, YouTube, G+ [LIMITED EDITION]

    Wow, great offer man.
  44. A

    How do I parse 2 sentences away from each other using regex

    Are those the only sentences between {}? Would be quite easy if it would since you could match both of them with \{.*?\} or something and then use match 0 and 1.
  45. A

    Variable used inside regex???

    If I understand what you mean, then you should use [\w\W]*? instead of .*?
  46. A

    Variable used inside regex???

    What is the original text? <option title="Health" value="myvalue"> or <option title="(Health)" value="myvalue"> cause if it is with (), then I think you should add \ in front of them, although I guess it should be without ()
  47. A

    How to reduce the steps of a template

    Well, the thing is I had some templates which always got the bug where steps disappear, most likely because there are too much steps. Sometimes I also need 5 or more logical operations behind eachother and since you can do this in one step with java too, I prefer java. Although I didn't know...
  48. 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...
  49. A

    google suggestions craper

    Damn, got sort of the same problem on another search engine...: http://www.vinden.nl/ Tried everything I know, even simulating keystrokes with codecreator. Would be great if anyone knows how to beat this one. It has 10 suggestions instead of 4.
  50. 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