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

  1. T

    Zenno is detected as bot by website!!!!

    Here is a screenshot in the attachment. When I log in this website mobile.marathonbet.com with ZennoPoster, I am detected as a bot and have to manually pass image quiz, how to bypass this ? Before no problem with everything, but recently Zenno meets trouble... Thank you!
  2. T

    ZennoBox bot update issue!

    When I update my bot on user panel, and then but I can't find any update notification on the ZennoBox, as you can see the screenshot in the attachment, why???? Thank you! ent.
  3. T

    What is parameter "ids " in action "SaleBots" of Sales API?

    When using Sales API, action "SaleBots" has a parameter called "ids". What is it and how to get it? Is there in this link "https://userarea.zennolab.com/DumpBot.aspx?botid=*****"? By the way, about this action "SalesBots", if seller's account balance is $0, or buyer has bought this project, what...
  4. T

    I can't get correct response with Sale API

    When I use Sales API, I fill in correct parameters and Invoke, but get such as response message: "System.Security.SecurityException: You record ***.***.***.*** is temporary blocked" or "System.Security.Authentication.AuthenticationException: Invalid username and password!" Why? My login email...
  5. T

    Any other better solution to update project for customers???

    When I updates project file, then do the my customer have to delete and re-install the lasted ZennoBox every time?! Any other better solution to update project for customers??? Thank you!
  6. T

    Input setting password can not be secrect? Can it be sent back to creater!

    Hello, When I use input setting, I create password input form. When I sell this project to my customer, when he fill password by input setting, I can get his password by http get/post. My customer ask me how about this situtation? Password can not be secret???!!! Thank you!
  7. T

    Processing JSON to table with C#!

    Hi, How to code this action "Processing JSON to table" with C# program? Multiple records to multiple rows of table. Thank you!
  8. T

    How to set not active tab to be active?

    Hi, I have create two tabs: A and B, currently I open/active tab A, and my question is , how to use C# to set not active tab B to be active currently? Thank you!
  9. T

    I have top up funds to my area, but balance is not update so far!!!??

    Hi, I have top up funds by Alipay to my area today, but balance is not update so far!!!?? Why???? my account is [email protected]
  10. T

    How to keep browser after executing project for one time?

    When I execute project once on ZennoPoster, open browser and then close browser. My question is that, How to keep browser not be closed after executing project everytime?
  11. T

    Where to find new verison features?

    Hi, Thank you for your good software and update. I can't find how to use the added new version features as below: Added window.orientation property for mobile device emulation. Added automatic TouchEvent enabling/disabling (disabled for desktop useragents, enabled for tablet and mobile). Added...
  12. T

    How to stop current project with C#

    Hi How to stop current project with C#? I know tab.stop() is that stop current tab downloading, but how to stop current project when any error? Thank you!
  13. T

    Is it available to auto fill captcha?

    Hi, When use ZennoMaker captch recognized, is it available to auto fill captcha? Currently I have to manully fill it on the popup form. Thank you very much
  14. T

    Why does not browser display?

    Here is my ZennoPoster setting as screenshot in the attachment, and also my C# source code: var tab = instance.ActiveTab; tab.Navigate("https://www.google.com", ""); if (tab.IsBusy) tab.WaitDownloading(); System.Threading.Thread.Sleep(5 * 1000); But ZennoPoster, browser does not popup and...
  15. T

    About submitted form parameters on Bot UI, something...

    Hi, I create a form on Bot UI for user to submit , my question is when this Bot UI will popup, any trigger or automaticly? Thank you !
  16. T

    How to convert this process to C# programme?

    Hi, As you can see the screenshot in the attachment, how to convert this browser process to C# code, how does C# programme complete this? If(???) yes...no.... Thank you!
  17. T

    InputSetting start button unavailable?!

    As you can see the screenshot in the attachment, I create Inputsetting for my project, and when I run this project on ZP, I open the Bot UI, and click "Start" button in order to manualy start the project, but no response?!Why? How can I manually run the project after fill in some form...
  18. T

    How to resolve opening slow speed website?

    Hi, If my wanted to opening website is slow speed, but still available to open, long time loading so that you can go to next step, even can't do anything. Any solution to this situation? Thank you!
  19. T

    How can I output to execute file such as .exe?

    Hi, Can I output to execute file (.exe) to anyone who can run it without Zenno client? Thank you! By the way, where can I get ZennoBox?
  20. T

    System Requirement for 5 Threads?

    If running 5 threads at the same time smoothly, what is system requirement? 4G RAM, 2 Core CPU? Thank you?
  21. T

    Emulate mobile browser on android, but system changed every time!?

    I emulate mobile browser on android, but every time android system changes, not the same version of android. Is there any method keep the same android system when emulating mobile browser? Thank you!
  22. T

    OwnCodeUsings seems not work

    When I use owncodeusing, it didn't work, these are screeshot as below: Where is my fault, please? Log said that row69, row93.... my code didn't have any row69 or row93 line.... Thank you very much!
  23. T

    How to bypass webvisor?

    Hi, Is it successful that we bypass website detecting if webvisor tools such as metrika.yandex can't find? I totally emulate mouse move, emulate human behaviors and opening website step or something, is it any possible that website detect I am using bot? I need some constructive advice. Thank you!
  24. T

    Why logic not work?

    As screenshot, when variable is set to 'aaa', at this moment, why this logic goes to wrong?
  25. T

    How Get Nested element?

    Hello, Take a example of code as below: <div id="{variable}"> <div></div> <div></div> <div></div> </div> How to get/find the the nestd 2nd div element(stoked red) of div with id="{variable}"? Thank you very much!
  26. T

    How to add more parameters for request headers

    I use http get action, and because of api, I have to add more parameters for request headers, but base on Zenno Maker, I only can add user agent , cookies or other user profiles parameters, IF I need to add some other parameter such as "ajax-json: true", How should I do? Thank you!
  27. T

    Can ZennoMaker be installed in shared hosting?

    Can ZennoMaker be installed in shared hosting?
  28. T

    Why does my C# code somtimes not run or work?

    Why does my C# code somtimes not run or work, but sometime will run normally? Is there any impovement to always run? Thank you HtmlElement he = instance.ActiveTab.MainDocument.FindElementByAttribute("div", "id", project.Variables["tips_current_pick_column"].Value, "text", 0); if (!he.IsVoid) {...
  29. T

    How to unset proxy?

    In one project, I set proxy to go to one website A, and then at the same project, I also go to another website B, but which no proxy. How can I do? PS: first of all, goes to website A with proxy, and then goes to wbsite B without proxy. Thank you for helping!
  30. T

    Will the tab which is open last time be still there in one project task?

    Hi, I have create a scheduled task per one minute, and in this project task, I have open two tabs. Question is, once I run task by minute, for first time task will open two tabs, and will they be still availble in the next time? I mean if in next time project will open two another new tabs? In...
  31. T

    How to emulate scroll down to specified element?

    As title, how to emulate scroll down to specified element? I have tried this C# code as below, but no move: HtmlElement he = instance.ActiveTab.MainDocument.FindElementByAttribute("div", "id", "7_0", "text", 0); if (!he.IsVoid) { he.ScrollIntoView()...
  32. T

    Previous task didn't finish, next task run once at the scheduled time?

    A question about threads and scheduler , if I scheduled one task by one minute and my license is only 1 thread, when previous task didn't finish, will next task run once at the scheduled time? Or only previous one finished and then next one can run?
  33. T

    How to resolution Bluestacks?

    Right now how to resolution Bluestacks from Horizontal screen to be vertical screen? Thank you!
  34. T

    Is there any way to modify TCP/IP from windows network to Mac OS X?

    I want to simulate iphone envirement, so I have resigned most of profile setting about user agent.But two fields which I don't know how to modify, are TCP/IP and color depth. TCP/IP need to be modified from windows network to mac os x, and color depth from 24 bit to 32 bit. How?Any way? Is it...
  35. T

    How to handle login time too long or loading page slow?

    Sometime some website login time is too long, or page is loading too slowly, so that I can't find next elements. How to handle that issue?
  36. T

    Why is no data saved when pull data from mysql ?

    Why is no data saved when pull data from mysql whatever save format is table or list? My sql statement is as below: SELECT t.id, t.selection_odds, t.selection_column, t.selection_betoffer_type_id, t.selection_stake, t.selection_time, m.u_event_id FROM `#__socceridea_tips_auto` AS t LEFT JOIN...