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

  1. M

    Remove found email or Remove all emails

    When I use the receive emails tool in zennoposter with an imap email, if I check either of the boxes "remove found email" or "remove all downloaded emails", it never deletes them. Does this not work with imap? Am I doing something wrong, or is this a bug? thanks!
  2. M

    ZennoPoster.ValidateEmail question...

    Hello, I understand how to check if an email account is working by using the following: try { ZennoPoster.ValidateEmail(current_imap_email,current_imap_email_pass,current_proxy); } catch { return "invalid email"; } But... my question is... how can I return the specific error details...
  3. M

    News ZennoPoster Chrome Edition

    I just downloaded the latest update v5.28.0.0... I don't see in project settings to set default browser to chrome... only giving me options for firefox versions. Also, when I try and manually change browser instance to chrome, projectmaker crashes when the project is run. Any ideas? EDIT...
  4. M

    Willing to pay for help with this...

    I know ZennoDroid comes with a standard set of build.props that we can use by default, but I am looking for a much bigger list. Currently, the build.prop's that come with ZD are all for version 4.4.2 KitKat. I'm looking for a more diverse set, including the latest phones/android versions...
  5. M

    Changing Build.Prop

    I downloaded an app called Device info so I can test what the settings look like when I change the Build.Prop, but I can't seem to figure out what I'm doing wrong. It always shows the same device info even after I change the Build.Prop within zennodroid. After loading a new prop file, do we...
  6. M

    BlueStacks - Download Pending - Can't Download Apps - AVD Works

    Finally got it working some how! not sure what I did, but I got it! Thanks so much! I do have another question, but I'll create a new thread for it. Thanks again
  7. M

    BlueStacks - Download Pending - Can't Download Apps - AVD Works

    Thank for the reply @VladZen, but the problem is I don't know what you mean by "authorize it properly". When I install it, I follow all the options it gives me, but I am not seeing any kind of "authorization". It doesn't prompt me for anything during the install.
  8. M

    BlueStacks - Download Pending - Can't Download Apps - AVD Works

    Hmmm - I am having this exact same issue. In addition, I can't get any browser to open inside of BS / ZennoDroid. I have tried reinstalling bluestacks2.7 from the link above but it still doesn't seem to be working. Any suggestions?
  9. M

    Cmd.exe question

    Thanks Rostonix -- I actually figured it out... or at least I got something working... System.Diagnostics.Process process = new System.Diagnostics.Process(); System.Diagnostics.ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo(); startInfo.WindowStyle =...
  10. M

    Cmd.exe question

    Hey guys, This should be simple, but I'm having trouble. I am using c# to run a specific command that I have stored in a variable. I would like to get the response from the cmd run into a variable after it is executed. for example, if I run a curl command in cmd.exe, how can I get the results...
  11. M

    Question about http POST

    Thanks for the reply. Yeah, I figure that was the issue, but wasn't sure if there way a way to encode it differently or something else? I can easily use a "replace" command to get rid of it or change it to something else, but that is just one example, there are a ton of other htmlspecialchar's...
  12. M

    Question about http POST

    This is driving me crazy. I'm sure its very simple. Lets assume I have a zenno variable called STRING1. The string variable has some html in it such as "mary & bill". Lets say I want to use http post to submit the variable string to a php script that is adding it to mysql for me. When I...
  13. M

    Paste into a Textbox on webpage

    Thanks!
  14. M

    Paste into a Textbox on webpage

    One more question about this... Any idea how to make it work more efficiently when using multiple threads. Is there a way to make each thread wait until the other one finishes the c# process before it does the same process? Just want to make sure the right things are getting pasted into the...
  15. M

    Paste into a Textbox on webpage

    thank you!! that worked!
  16. M

    Paste into a Textbox on webpage

    Anyone know how to emulate a paste command inside a specific textbox of a webpage. The website doesn't allow you to manually type and submit the data... it requires the act of pasting. I've tried playing around with c# using something like this: System.Windows.Forms.SendKeys.SendWait("^v")...
  17. M

    Help required solving google Recaptcha

    Did anyone get NoCaptcha working for DBC yet or for ImageTyperz? Would love to see a working example.
  18. M

    Http Put method

    Thanks for the info. Unfortunately, I'm still a little confused. I don't know how to use this with the current instance proxy and cookies or anything. Any chance someone can setup a simple template example for me? :-) I will even pay a little for a working example that uses cookies stored in a...
  19. M

    Http Put method

    Does anyone have a snippet or example project of how to do a "put" request with zennoposter in c#? I have figured out post and get through c# using zennoposter functions, but I can't figure out how to do a put method. Hope someone can help! :)
  20. M

    HttpPost duplicate submit

    Strange, I did a few more tests and it seems to be fixed now. Not sure why, but seems like restarting project maker fixed it
  21. M

    HttpPost duplicate submit

    Hmmm... thats very strange, as I am getting the same result that you see now. Originally I was getting a message about a duplicate file. The only thing that has changed is I have closed and reopened project maker, so maybe somehow that fixed the issue? I will do a few more tests and see if I...
  22. M

    HttpPost duplicate submit

    5.8.0.1
  23. M

    HttpPost duplicate submit

    I have attached an example template that creates a pdf file on a website. If you look at the response body, it will even show you that a file exist with that name, which is because it is submitting it 2 times.
  24. M

    HttpPost duplicate submit

    Yeah it is the latest build.
  25. M

    HttpPost duplicate submit

    I tested this on a few form submissions and when I use c# snippet for httppost, it submits the form 2 times and I get duplicate results. Has anyone else noticed this?
  26. M

    http post action and proxy

    hmmm.. what do you mean by a different format? If I am using the project maker action for post, wouldn't I just put in the data in the data section of the node like this: data1=some%20data%20here&data2=somethingelse etc? The proxy does use an old http version from the looks of it. Maybe I...
  27. M

    http post action and proxy

    Just tried multipart and that didnt work either.
  28. M

    http post action and proxy

    urlencoded
  29. M

    http post action and proxy

    I have been playing around with http post requests for the last 2 day trying to speed up my templates. I have finally figured out how to login to an account, use regex to get the cookie from the header and then reuse the cookie in another http post submission to submit data. But, I am having a...
  30. M

    Can't run any template in PM

    I just upgraded yesterday to the new version and have been having problems since. First I tried running some of my normal templates in ZP and some of them made the computer extremely unresponsive. Then, I decided to try and run some tests in PM, which is when I noticed I cannot run any...
  31. M

    What action to show text in log but not pop up window like Alert?

    Awesome! Look forward to it...
  32. M

    What action to show text in log but not pop up window like Alert?

    Was just looking for this answer too. Anyone know when the new build will be ready?
  33. M

    subtract 2 lists.

    ok cool. thanks again for your help!
  34. M

    subtract 2 lists.

    yeah, deleting it from the first list and adding it to a second list would work, but then when I run out of records in list 1, I would have to re-add everything from the second list to the first list... right?
  35. M

    subtract 2 lists.

    thanks for the fast response!! I'm not sure if that is exactly what I was looking for... it might be -- I guess I need to play around with it a little more to see if it works... But basically, the process would be similar to having a list of proxies that you load and that you only want to use...
  36. M

    subtract 2 lists.

    Does anyone have a simple example they can show me with how to take 2 different lists (or a tables) and subtract them from each other to get a unique record only? For example, I have a main list of URLS and I select a random URL from the first list (but not delete it) and once I finish doing a...
  37. M

    CapMonster

    I haven't played around with CapMonster yet, but was wondering if there has been any improvement with solving hotmail captchas with it?
  38. M

    c# click / double click html element

    thanks! couldn't find this before.
  39. M

    c# click / double click html element

    I have been trying for the last 2 hours to figure out how to use c# to double click on a specific html element on the active tab. I can't seem to figure this out. Can anyone help?
  40. M

    Selecting multiple nodes

    oh ok. :( That would be a nice feature to add.
  41. M

    Selecting multiple nodes

    When I am in advanced viewer mode in ProjectMaker and I use the mouse to select a group of nodes, it seems to auto un-select everything automatically. It shows for about 1 second the items that I selected, but then it un-selects everything again. I really need to be able to select multiple...
  42. M

    Crash of ProjectMaker and Bug with List

    I have found some kind of bug which also makes my ProjectMaker crash every time I run it. I try and run diagnostics.exe but get an error saying "Error during of getting information about installed programs Object reference not set to an instance of an object" any ideas?
  43. M

    Local MySQL help

    That is actually what I have been doing until now... just wanted to see if there was a way to save a few steps. I guess I can stick with the current method. thanks anyhow.
  44. M

    Local MySQL help

    The examples above def helped, but I now have another question. I know I can use the CodeCreator to make a template that uses php, but it won't let me import a template that I have already created in projectmaker... so, I was wondering if it is possible to run php code within the c# node of...
  45. M

    Processing Emails

    I checked the wiki, but couldn't find the answer to this question. I have successfully made my templates verify emails for me, but unfortunately, I can't find a way to determine if the email address/password authentication is bad. When running a template, it just keeps attempting to check the...
  46. M

    Local MySQL help

    Thanks so much! :)
  47. M

    Local MySQL help

    Anyone care to share the best method of having my templates interact with a local mysql database?
  48. M

    question about xlsx files mounted as table

    good to know. thanks!
  49. M

    question about xlsx files mounted as table

    Lets assume I have a main file called "emails.xlsx", is there any kind of problems that I could run into if I use that same file in multiple templates that are running at the same time? For example, let assume I have an email creator that is always running and adding new emails to that file...
  50. M

    Need help with c# Send text with random speed

    Ahh, this helps me too.