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

  1. D

    C# to call external program via cmd.exe and pass arguments

    I am trying to grab an image from my network and resize and rename with image magic. When I use the following commands it works. convert.exe -resize 588x420 \\ut02\pics-dotnet\images\DealerCMO\Cash_For_Cars\Cash_For_Cars\Images\cl_upload\YV1AS982491100676\1.jpg...
  2. D

    Wrong USER Agent during SSL hand shake

    Lets see if I can explain this right I am posting ads on an HTTPS site I am using fiddler to capture all the traffic and headers to test a problem I am having. I have found the the session creates some connect - keep alive session randomly, these send the machines default User agent and...
  3. D

    Profile Processing New Options

    on Profile processing Please add the following items #1 Allow setting the color depth just like screen resolution Screen Size and Color Depth 1024x768x16 Liek this, it always displays my RDP session coloring scale. would like to be able to set this easier
  4. D

    Load Profile Issues

    I am testing the loading of profile Settings to Zenno have found a few bugs These setting appear to have no affect on Browser date collection availHeight Returns the height of the screen (excluding the Windows Taskbar) availWidth Returns the width of the screen (excluding the...
  5. D

    Cookie handeling in HTTP and POst, then to assing to browser

    Hi Guys, I have a site I am doing several steps in HTTP then post to fill out forms All goes well until there is an image upload button. I don't know how to pass the image upload in post, so I was trying swap back to the browser. Now I am having a hard time passing the cookie that I...
  6. D

    Easy way to assign cookies to a profile

    Would be nice to able to assign cookies to a profile.
  7. D

    Allow scroll left and right in Version 5 Poster

    when using many lont template folder and display option, you can not scroll left and right to see all the information, you have to resize each block to read. Please add a left right scroll bar inside the template list in the poster. Thanks Dan
  8. D

    New Version won't start projects, stuck in getting ready

    5.0.4.1 will not start projects. Always gets stuck with green circle next to the project.
  9. D

    Increase width of window for each column

    I love the ability to stretch the C# and PHP windows, and others to see all in it Pleas extent the to being able to drag and re size each column inside the window. in the Profile processing, Parameters column, you can't read all the variable.
  10. D

    easy way to count regex matches

    I have a DOM check that returns 1 to 50 matches, I then want to write this to a table. In V3 simple macro to splitstringcount. but not sure how to do this in V4
  11. D

    VPS running zenno poster pro issues when moving server

    I run zenno poster pro on a VPS running on Xen Server 4cpu and 16gb ram works great. However each time I have to more the vps to a different host, I get a license error. to date I have to reinstall the Zenno poster each time I do this to clear the license error and get it to re license...
  12. D

    System of Schedules - Shows in Russian ( I can't read it)

    I am finding very little documentation for the Scheduler. Also my English version Zennoposter has the calendar month and days in Russian. How do I change it to English, and is there a tutorial that goes of good setting for the scheduler?
  13. D

    Read line zero, then append to end of file

    I have a long list of emails that I want to use to post things with. I have created a simple test template to put my theory in order. I want to Read a line from top of a file containing the email:pass in that format. So I use the following Example...
  14. D

    Running Multiple Templates and Instances. Question

    If I have 30 templates running. Each one has a thread working. How do I tell what Instance (Port: ; Pid) are assigned to what instance. this would be handy for when errors occur, to check the actual Screen and the template. Currently I have to shut them all down, and run just one to...
  15. D

    creating a config file. how to read and use the info

    I have about 10 variable that have to change in a template for the template to work for my next customer. So instead of editing the template in 10 location I am trying to create a config script that sets all the variable for the template. So the only change is the the location of the config...