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

  1. lokiys

    Project variables mess up

    I have not really any details yet, but there is some problem with project variables, when you open templates to do some edit, i a couple of times noticed that when i do some action copy then there brings over to other templates variables value. Example: template.xmlz, template1.xmlz...
  2. lokiys

    Action behind action

    This old bug also is back:
  3. lokiys

    Sometimes coming back

    There is old bug sometimes coming back
  4. lokiys

    Zennoposter notes bug

    Add 5 templates for instance, then zenno will ask to add note. Give some name and press ok... Templates is added bellow your note name and Without name as well... This is long time bug already, and not relay on new version
  5. lokiys

    Sometimes you should highlight action to delete

    http://screencast.com/t/edISyO8h Thanks
  6. lokiys

    [+] ProjectMaker was speed up.

    Yes i could agree with this but only at the beginning, when you have worked just longer it lags more than anytime before... Basically this new version starting to lag when it reach ~ 450 Mb RAM all previous versions started to lag to ~ 700 Mb RAM
  7. lokiys

    [+] Added the ability to quickly insert snippets from the Snippets folder in C # action.

    Please make support for c# source files .c
  8. lokiys

    Project directory

    I know that this was already suggested some time ago, but i would like to show why this option is really useful. And I'm talking about option to indicate project directory other than project is saved itself. Then we could save all our projects in dropbox and files for projects in other place...
  9. lokiys

    Poster close with task manager

    Run Zennoposter for example 3 days then try to restart with closing program, but to close you have to use task manager and kill it, because there is no other way to close it. If you press close and then yes ( continue to run templates when opened ) then you have to wait 30 min ( till now ) and...
  10. lokiys

    About v5.4

    [+] Ability to select actions using the framework and through Ctrl + Click in Projectmaker. Selected actions can be moved / cut / copied / deleted / inserted. Actions will keep their connections. Nice feature but need that we can pick 3 actions, for instance, from action group and copy them...
  11. lokiys

    Some problems with actions i guess

    Check this one And same action just in executed view
  12. lokiys

    Template disappear

    Open new project, save it under any name, right after that open any other project. First project will disappear...
  13. lokiys

    Right click bug + action designer bug

    I just help lessions for one client and he has win 8 and there was pretty weird bugs. First was same with right click when original firefox menu come out, but on win 8 this was really annoying because i could not get right menu after 10 tries. And also after that at least every second click was...
  14. lokiys

    Appropriate headers

    Useragent like that. Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5355d Safari/8536.25__ And screen: <WindowsInnerHeight>976;</WindowsInnerHeight><WindowsInnerWidth>1920;</WindowsInnerWidth> Is not that big footprint that this is...
  15. lokiys

    Reset all settings when reload

    When you press Restart in PM - then need to reset all settings to default. Instance emulation level stay that same. Should restart all PM to get back default settings. Thanks
  16. lokiys

    Load plugins

    What is use of this option ? As I understood this is something related to flash. If i want to register some sensitive accounts as youtube - do i need to enable or disable this ? Or it is even not related to this ? Thanks
  17. lokiys

    ID for if in logs

    Would be good if ID of "if' action appears in logs like any other action does... Thanks
  18. lokiys

    Change file dialog window to normal one

    Please change file file dialog window This appears when you choose directory ---> File path Then Browser ---> Download to Maybe somewhere else. Thanks
  19. lokiys

    Create Column names automatically

    When you click option "To variables" then Column names could be created automatically - like how many columns you have in table with data... Would be great time saver... Cheers
  20. lokiys

    SyncObjects.InputSyncer - - - - - - SyncObjects.ListSyncer

    Please explain or guide where I can find all necessary information about those methods. Or better tell when I should use them ? Every time I'm doing something with tables or lists i should use this method ? And what about SyncObjects.InputSyncer for what is this method ? Thanks
  21. lokiys

    Small list names

    Add please list names bellow lists also in small font http://screencast.com/t/pgIdSOEceL Thanks
  22. lokiys

    Zenno proxy checker jumping around

    When you check proxies in proxy tab and you organize them by speed for example, then all this list jump around, and not stay calm... I hope you understand what i mean... Cheers
  23. lokiys

    Closes itself...

    No errors nothing more, just crash at that is all... What need from me ? New in zenno proxychecker :D Thanks
  24. lokiys

    Show instance

    When we press show instance, would be good that instances appears on top of screen not in background. Every time i want to see working instance i have to minimize everything on my screen. Also I hope other awesome features we suggested long time ago related to Show Instane in ZP will be...
  25. lokiys

    Free VPN services for Your anonymity

    There you can get free VPN to use for your anonymity. http://superfreevpn.com/ http://freehotspotvpn.com/ http://www.vpnbook.com/#home http://usafreevpn.com/ http://www.cactusvpn.com/free-vpn/ https://hide.me/ Cheers
  26. lokiys

    Default email Confirmation Snippet

    I found out that it is much faster and better to use C# for email confirmation. Because you can control use of every option in one place, like: do not use HTML of email, remove messages and timeout to check message. Default email action require you to log in before You can change those...
  27. lokiys

    Log system improvements

    My view how logs should look like. Problem: There was some small improvements in logs, but this is far from what we need. Now for handled actions there is not error, but warning. Ok that gives little bit clearly logs, but for us. If we sell Zennobox to somebody they anyway thinking that there...
  28. lokiys

    Hotmail dead

    Looks like hotmail is dead as email provider :) Can not connect to pop3 with some old accounts. Also can not login without phone verification... Anybody noticed that ?
  29. lokiys

    Change image format and size

    // Get image path string imagePath = project.Variables["imagePath"].Value; // Create image file Bitmap tempBmp = new Bitmap(imagePath); Bitmap bmp = new Bitmap(tempBmp, 1280, 720); // Save new image bmp.Save(project.Variables["finalImagePath"].Value, System.Drawing.Imaging.ImageFormat.Jpeg)...
  30. lokiys

    Different menu on right click

    Sometimes on right click in PM I'm getting http://screencast.com/t/plsI0vsg3R1 v = newest Thanks UPDATE: Actually pretty often this happen
  31. lokiys

    Get requests - save cookies

    How to save cookies when using get + post requests. Using instance.SaveCookie(path); - nothing is saved. Thanks
  32. lokiys

    Work with email always on top

    Would be good Work with email window when is opened it will keep on top, and add minimize button if need to minimize. Thanks
  33. lokiys

    Method to create Project Variables from c#

    Would be good method to create project variables from c# Now we have to create Project variables before assign value, Would be good if could do something like string password = Set.project.Variables["password"].Value Or if there is no such variable in Project then it could be created...
  34. lokiys

    Logic ==> Alert c#

    How can we call Logic ==> Alert from C# ? Did not found in Assembly Thanks
  35. lokiys

    No connection

    Two hours already can not start to work, because of no connection to server. http://screencast.com/t/ruhegEwA https://userarea.zennolab.com/en/userarea is also down
  36. lokiys

    Active window

    I'm trying to activate PM using: Emulator.ActiveWindow("ProjectMaker for ZennoPoster v5.1.2.0 by ZennoLab.com licensed to [email protected]", true); But somehow nothing works
  37. lokiys

    Keyboard emulation in c#

    Is this true that if I would like to call Keyboard emulation action in c# and write ZENNO for instance then code will look like: Emulator.SendKey(instance.ActiveTab.Handle,System.Windows.Forms.Keys.Z, KeyboardEvent.Down); System.Threading.thread.Sleep(50)...
  38. lokiys

    Popup to enter login and pass "Proxy bug"

    There is picture: http://screencast.com/t/DKgDbPZjP Thanks
  39. lokiys

    Error in C#

    I have template with many c# snippets but there is a lot of code in those snippets like 100+ lines in each of them. And when I'm getting error i can not know where error happened. Basically i would like to get error line that would be the best way. Tried different online available ways but did...
  40. lokiys

    Replace bug

    How to reproduce: 1. use replace action and replace single space " " with "+" - without quotes of course 2. Add in project list and rename list, after you press ok check space disappears from replace action. Thanks
  41. lokiys

    Imagedecoders captcha

    On my server PC getting this error... Сообщение: "Результат распознавания: The stream does not support concurrent IO read or write operations."
  42. lokiys

    Death by captcha wrong answer

    For deathBy captcha {-Variable.WrongCaptcha0-} <=== nothing is there when getting answer from them. Thanks
  43. lokiys

    ★★★ Order ZennoPoster templates ★★★

    High quality work is only from me, I’m a well known member of zenno. Mostly ordered template types are: Account creators – to create accounts automatically in any site you request. Account creators for any site: # free hosts # social networks # web 2.0 # document sharing sites # twitter #...
  44. lokiys

    Variables auto complete

    When you using PM Profile Action and trying to setup useragent then you should just start to type and right variable is possible to choose with enter. Well this is auto complete. If we could get something like that in PM then this is very big time saver... Cheers
  45. lokiys

    Encoding bug

    How to reproduce: Very easy - save file in UTF-8 take all lines from file, when file gets empty encoding changes to ANSI automatically. WORKAROUND: Save line in file using c# and line will be saved in UTF-8 without BOM string path = @"C:\MyTest.txt"; // Append text in UTF-8 using...
  46. lokiys

    Default path for folders

    Please please make that when in lists/tables or any other place where should insert file then default place on file path window shows up project directory and not last opened place. Simple as that but very useful. Cheers
  47. lokiys

    Maybe file check bug

    I'm actually not sure is this bug or not because I'm using c# for that, and then there is no problems of course. I'm talking about check if file exist action - when i use that then i'm getting in logs - File exist of file not exist, but how is possible to determine next actions after that ? If...
  48. lokiys

    Resources in c#

    I'm willing to use pretty advanced c# code, but that require to use resource files. Is it possible to use resources in zenno c# action ? If that is not possible then maybe it is possible with CC ? Cheers
  49. lokiys

    Protection by default.

    I would suggest to add encryption to template by default. Meaning when you make new template then encryption is added already - with option that only you can edit template. That would be more secure for us, even when we making templates for personal use it is much better that we have encrypted...
  50. lokiys

    Some useful c# snippets from lokiys

    Very useful snippet when you want to use action keyboard emulation and want to press, example DOWN button random times. // Generate random nr. Random r = new Random( ); int countFrom = 5; // Change number to your needed from count int countTill = 10; // Change number to your needed till count...