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

  1. bigcajones

    subtract 2 lists.

    Yes of course, but you can always delete it and add it to the end for each run.
  2. bigcajones

    subtract 2 lists.

    If you only want to use them one time in a run then delete them and add them to end of list at end of template. If you only want to use them once ever, delete them from list and add to a second list.
  3. bigcajones

    subtract 2 lists.

    Something like this?
  4. bigcajones

    need help with c# code

    Nitin, get rid of the .ToString() at the end of your project variables and put .Value instead. Project variables are already strings.
  5. bigcajones

    how to get a line that contain special word from list

    Sure.
  6. bigcajones

    how to get a line that contain special word from list

    Merge the list, then use wordprocessing=>regex and use .*{-Variable.SPECIAL WORD-}.* as match to get the line the word is on
  7. bigcajones

    Несколько листов в формате xls

    http://www.gemboxsoftware.com/
  8. bigcajones

    Как взять все данные из списка и добавить его в текстовое поле

    var tab = instance.ActiveTab; var he = tab.FindElementByAttribute ("wysiwyg: div", "class", @ "w-text \", "regexp", 0); if (tab.IsBusy) tab.WaitDownloading (); if (! he.IsVoid) { int x = Convert.ToInt32 (he.GetAttribute ("leftinbrowser")) +50; int y = Convert.ToInt32 (he.GetAttribute...
  9. bigcajones

    Zennoposter и Excel

    .xls .xlsx .txt
  10. bigcajones

    post запрос авторизация и постинг

    http://zennolab.com/discussion/threads/need-help-with-xmlhttprequest.13846/#post-82813
  11. bigcajones

    intellisearch is so unreliable..

    Amul, you will have to do something like (другой софт) to get it to work right. Do something like this... class="name" value=".*" name="firstname"|id="vfb-38"|name="firstname"|class="text" name="firstName"|class="textbox" name="firstname" id="firstname"|name="contact_firstname"|class=".*"...
  12. bigcajones

    Последовательность чисел?

    http://wiki.zennolab.com/doku.php?id=ru:ranges
  13. bigcajones

    How to insert watermark on the picture

    using EasyWatermarkLib; EasyWatermarkLib.Pattern p = new EasyWatermarkLib.Pattern(@"C:\template.xml");
  14. bigcajones

    How to compare two big files?

    Have you tried gscraper?
  15. bigcajones

    HOW TO SET EMAIL Email module for getting activation link like this

    Here...
  16. bigcajones

    HOW TO SET EMAIL Email module for getting activation link like this

    Use the activation link regex to find the email also.
  17. bigcajones

    Коты, подскажите, как сделать то лучше)

    Then let me give you this one. If you put this c # action at the end of your template for proxies, when it is done it will start every other template in the poster with one thread and one try automatically. Don't forget to put reference in GAC to System.XML. If you need to change the number of...
  18. bigcajones

    Project Failed on "Clear Cookies"

    Maybe you need to install the SDK. I did on my server in order to get c# code to run. Or visual studio.
  19. bigcajones

    Log system improvements

    Anton, that is fine for failure to execute the template, we are talking about normal working of zenno. For Optionals or Unsuccessful Exits it would be a nightmare to have to code for every possible action. Since it is implemented in our C# macros, why can't be implemented in Zenno itself?
  20. bigcajones

    Log system improvements

    It would be nice to have the comment of the action in the logs instead of just the standard error messages. I have a client now that is driving me crazy with 'I see error...I see error'. I try to explain that it isn't an error, just a check for captcha. If he saw in the log the comment "Check...
  21. bigcajones

    Upgrade the UserAgents

    Can the default UA's please be updated to something more current. Trying to create accounts on some sites with this: Mozilla/5.0 (Windows NT 6.1; WOW64; en:16.0) Gecko/20100101 Firefox/16.0 just isn't working anymore. Much appreciated! :dp:
  22. bigcajones

    {-Profile.Sex-} variable bug?

    Male = True Female = False
  23. bigcajones

    Picks the same image after first run

    Right click on ProjectMaker.exe and check compatibility.
  24. bigcajones

    Picks the same image after first run

    PM crashing on CL image upload has been a longstanding issue. Try changing compatibility. Sometimes it helps.
  25. bigcajones

    C# посчитать количество файлов в папке

    project.Variables ["folder"].Value
  26. bigcajones

    Need help with XMLHttprequest

    Anytime
  27. bigcajones

    Need help with XMLHttprequest

    Well you could do something different. I don't know what to search for here on this site, but you can do it with regular Get and Post requests included with zenno. Here's an example. You will just have to replace the url string in the second GET with what your search variables are.
  28. bigcajones

    Picks the same image after first run

    You should put the paths to the images in a list and the take line by line with delete. Do a folders action and get file list to list. If you are running multiple threads, you will also have to delete the files from the directory after upload so that another thread doesn't grab the same images.
  29. bigcajones

    CapMonster

    No it won't. Not even captcha breaker has much success with those captchas
  30. bigcajones

    How to do a screenshot an entire page ?

    Me neither, I'm a carpenter. :cj:
  31. bigcajones

    zennoposter run html element index was outside the bounds of the array

    It would help if we knew what site, what link you are trying to press. Then we could look and see if we could help you out.
  32. bigcajones

    How to do a screenshot an entire page ?

    HtmlElement he = instance.ActiveTab.FindElementByAttribute("body","fulltag","body","text",0); int heHeight = Convert.ToInt32(he.GetAttribute("height")); int heWidth = Convert.ToInt32(he.GetAttribute("width")); int step =2000; int countOfIterations = heHeight/step; var bitmaps = new...
  33. bigcajones

    Голосование: Первый конкурс статей

    And us English? When do we get a contest. :ap:
  34. bigcajones

    Need a Template Made? PM Me

    Click on the user's name and then when box pops up click on Start Conversation
  35. bigcajones

    Клик по названию с файла

    Is shell in Joomla or Wordpress install? If Yes, then click on the Link [..] with the 'A' as Tags and InnerHtml as search and [..] as criteria until you Find any 'Templates' or 'themes' Folder, and then inside That. If it is Joomla , and click Give index.php. If Wordpress, header.php and...
  36. bigcajones

    Line taken from file but not being deleted

    If you are taking a line from a file and then deleting it you should have an old macro in a Word Processing action and set it to variable there like {-File.GetString-|-{-Variable.PATHTO FILE-}-|-0-|-true-} which will delete the first line in the file when grabbing it. If your template is using a...
  37. bigcajones

    Line taken from file but not being deleted

    You are using a list to bind to the file?
  38. bigcajones

    Local MySQL help

    Why not just throw your php scripts in wampserver and use zenno's GET and POST to do your queries.
  39. bigcajones

    Input text when attribute names changing?

    You could try scraping the page with a regex like (?<=<textarea.*name=").*?(?=") or (?<=<textarea.*id=").*?(?="). Or find what the majority of the pages are calling their text box. Use the variable as your search criteria.
  40. bigcajones

    Local MySQL help

    Sure
  41. bigcajones

    Как дописать текст в список со своими параметрами

    I do not know if it helps, but here's how to save a random value in the table at no extra commas. God help me, if Google translate this wrong
  42. bigcajones

    How to do If contains in zennoposter

    Of course
  43. bigcajones

    Issue with setting user agent

    Did you try clicking the box underneath it to set it. sometimes it helps
  44. bigcajones

    How to do If contains in zennoposter

    Do a regex on your variable with error as the match. Then do a logic IF. '{-Variable.resultOfRegex-}'!='' will return true if error is in your variable string.
  45. bigcajones

    C# and pauses

    var r = new Random(); int set = r.Next(200,5000); System.Threading.Thread.Sleep(set);
  46. bigcajones

    Page.Domain

    When you have a website like blahblah.co.uk the Page.Domain variable returns .co.uk.
  47. bigcajones

    Взять максимальное число из элемента

    <span class="counter"> \d+ </ span> Match=last
  48. bigcajones

    Upload profile image to google

    Put a Pause. It is under Logic actions
  49. bigcajones

    Upload profile image to google

    Set the path to the file to upload in Browser Settings=>File to upload right before the upload button