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

  1. PHaRTnONu

    Simple math with variables?

    .... switch wont work with >= aurguments..... this is why i asked about mathmatical forulas
  2. PHaRTnONu

    Simple math with variables?

    How can I do simple math with variables? I wanted to do a switch but it doesn't seem to work correctly.
  3. PHaRTnONu

    How to debug C# code in ProjectMaker?

    Look at forms useful articals by light wood. He made a thread about debugging c# (Would link but I'm on my phone and knew the answer)
  4. PHaRTnONu

    How to Include Master Captcha Template with Project in Project?

    Actually I got most of it figured out now with help from a buddy
  5. PHaRTnONu

    How to Include Master Captcha Template with Project in Project?

    https://imapx.codeplex.com/
  6. PHaRTnONu

    How to Include Master Captcha Template with Project in Project?

    ? imapx2 dll ? plenty of email moduals for sending via c#
  7. PHaRTnONu

    Bugs in new version 5.10.6.0

    i keep getting profile errors.... its freaking weird some will never load and some will i have NOT a clue on what the difference is between them. cause they where made by the same script. even if i remake the profile it will not run.... i cant figure it out why some run and others wont with...
  8. PHaRTnONu

    How to simulate "Paste" or "CTRL + V"

    Oh yeah that make since cause it will use the computers paste bin not something tied to the instance alone...
  9. PHaRTnONu

    How to simulate "Paste" or "CTRL + V"

    What buffer? I don't see that comment?
  10. PHaRTnONu

    C# imapx 2

    ive tried with no luck var client = new ImapClient("imap.1and1.com", true); if(client.Connect()) { if(client.Login(project.Variables["Login"].Value, project.Variables["Password"].Value)) { client.Behavior.MessageFetchMode = MessageFetchMode.Basic // login successful } }...
  11. PHaRTnONu

    How to simulate "Paste" or "CTRL + V"

    .... easier way here // performs the copy even instance.ActiveTab.KeyEvent("C", "press", "ctrl"); // performs the paste event instance.ActiveTab.KeyEvent("V", "press", "ctrl");
  12. PHaRTnONu

    C# imapx 2

    so i want to use imapX2 i dont know crap about loading c# code can some one give me a hand with this i would apreciate that. i need to retrieve unread ( flag ) thanks in advance
  13. PHaRTnONu

    Gumtree ad disappears after posting.

    when you go though PM does it post sucessful? let me see the click action please
  14. PHaRTnONu

    Gumtree ad disappears after posting.

    tehre may be a false button on the submit that is causing this error to catch bot's that will auto log you out and kill the ad? (false negative buttons can do that)
  15. PHaRTnONu

    Discussion - new version 5.10.5.1

    Thanks. Always remembering to do it manually is just a headache some days. Many ha e it check all external asmbly folder of all versions?? I don't know...
  16. PHaRTnONu

    Discussion - new version 5.10.5.1

    for does not alow extention type
  17. PHaRTnONu

    Discussion - new version 5.10.5.1

    no idea where that file is and when installing a standalone it imports task but not hte files in the externalassembles
  18. PHaRTnONu

    Discussion - new version 5.10.5.1

    can you please have the installer grab the \Progs\ExternalAssemblies file and import them automatically on the installations? even if we are not "upgrading" please it would make life easyer for us who keep multiple versions going :P
  19. PHaRTnONu

    Reload / Refresh List

    .... how about the end is where the list is empty and you just dont save to file and set the limit to 1 instance and just have it on repeat?
  20. PHaRTnONu

    Doubt about table

    glad it worked :P
  21. PHaRTnONu

    Doubt about table

    // take text for search from a variable (just the name of the varible not the whole {-variable. you want whats after the . var textContains = project.Variables["///NAME-OF-VARIBEL-HERE///"].Value; // get table for search replace whats in the pathereses with the naem of the table in PM var...
  22. PHaRTnONu

    Premium High Anonymous Private Socks5. Free test for 2 hours

    Ahhh much better. Are these domestic isp ips or are they resolved to hosting companys?
  23. PHaRTnONu

    Discussion - new version 5.10.4.1

    very stable. i would love a way to reset zp via command. sometimes things might mess up on my end and zp gets stuck on a unexpected error on my end (cant catch it only happens like once a week its crazy) but i would love to be able to send a email or text or a http post that would force rester...
  24. PHaRTnONu

    Premium High Anonymous Private Socks5. Free test for 2 hours

    1900 per month? 4 weeks (28 days) is 1600, and then avering 2 extra days per month (30) is 300$? wtf? 52 weeks 20800 12 months 22800 ??? a extra 2k? what sense does that make?
  25. PHaRTnONu

    Zenno Priority in Intel Turbo Boost Max

    did you notice any change in state running?
  26. PHaRTnONu

    Zenno Priority in Intel Turbo Boost Max

    i would realy like to know the answer to this too.....
  27. PHaRTnONu

    Ation designer, reg ex problem

    problem is the outers of stuff after "businesses" and "more friends" area can have exactly the same name and cause errors. hens you have to tell it to reg ex BEFORE it. and you cant do that in action design so using the BEST in action design does not apply thanks
  28. PHaRTnONu

    Ation designer, reg ex problem

    i want to click a action before hand. the solution was to reg ex the html put the result in a varible, then place that new varible into a click action.... cause you cant use the whole egex to parse out the result you wish to it seems...
  29. PHaRTnONu

    Ation designer, reg ex problem

    Just regex the sorce with the code and put results in a click action... that works. You would think though regex search action would work the same way though.... ? You would expect it to I thought.... Odd I need to add a step like that
  30. PHaRTnONu

    Bugs in version 5.10.3.1

    Ticket #MSB-430-72921 submitted action designer and right click loss again
  31. PHaRTnONu

    Bugs in version 5.10.3.0

    here is something im seeing quite often now i haven't before....
  32. PHaRTnONu

    Bugs in version 5.10.3.0

    ok also noticed when i had it open already and it does this and i hit search i get a error: document with specified adress not found submitted file to tickets as its to large to post here it says (right click does not work AT ALL instance) also retrieving dom and page source is not available...
  33. PHaRTnONu

    Discussion - new version 5.10.3.0

    ok if your in project maker and its on a action for keybord emulation. you press stop, keyboard keeps typing away until complete, if the keyboard emulation was set by a variable and for some reason the varible is like 10,000 characters your gona be sitting there 20+ minutes waiting on the action...
  34. PHaRTnONu

    Ation designer, reg ex problem

    so im having a issue in the reg ex it seems to work perfectly (?<=Contacts.*?)<div class="[\w\W]{5}"><!-- react-text: [\d]{1,7} -->name<!-- /react-text --><!-- react-empty: [\d]{1,7} --></div>(?=.*?Businesses) <div class="_11_d _4p-s"><div class="_29hk"><ul class="_29hl" role="listbox"...
  35. PHaRTnONu

    Bugs in version 5.10.3.0

    noticed one off shoot. in FB new messenger you cant click the name into action designer (start new message wait for the drop down list, now try to right click one of those names...) disappears every time, when u try to pull into action designer. and can grab it manually pulling page code... till...
  36. PHaRTnONu

    Discussion - new version 5.10.3.0

    much more stable, still would like intrut to actualy interupt keybord emulation (Same in project maker) and stop it dead hate waiting 20 minutes when i mess up something. also when crash occurs is it possibile for the instance to recover (if loaded profile reload, and go back to last url ...
  37. PHaRTnONu

    Interupt keybord emulation

    sometimes in project maker im sitting for like 10 minutes because i messed up something waiting on the keybord emulation to stop.... PLEASE for the love of god have a interupt button so we can stop action instantly. HARD STOP anything cause waiting on some of the process when i mess up takes a...
  38. PHaRTnONu

    action designer

    thank you
  39. PHaRTnONu

    action designer

    in action groups is there a way to tell it to take the last search result??? some time have 20 some times have 10 but always the one i want is last result...
  40. PHaRTnONu

    facebook?

    kep the mouse stil and right clicking a few times will finaly bring it up for me very unresponsive but i had the same issue then i waited like 20 seconds and t finaly showed up.... ll i did was click (right) ike 10 times in a row nonstop and wait...
  41. PHaRTnONu

    Is There A Mouse Emulation Variable?

    the mouse emulation has all that already im confused on why you have to use it in C#
  42. PHaRTnONu

    Is There A Mouse Emulation Variable?

    Can't you generate random within var? Set that result to a variable and then have that in the mouse coordinates?
  43. PHaRTnONu

    c# go to action

    Do loop until late var met?
  44. PHaRTnONu

    profile error

    i can not reasign fields NO MATTER WHAT I DO i load a profile try to reasign a passord change or make any changes and i CAN NEVER REASIGN IT EVER!@ no matter what i do why cant you just allow the field to be editable? in the profile section.... so frusttrating trying to change just one value...
  45. PHaRTnONu

    instilation error (28th build statndard)

    Oh... since it imported all the other setting I forgot about that... thanks I'll re-enable when I get back tonight thanks
  46. PHaRTnONu

    instilation error (28th build statndard)

    manulay deleted the files instillation went though fine... i noticed that you can no longer see list unless in advanced editor is that normal now? kinda a pain to switch back and forth...
  47. PHaRTnONu

    instilation error (28th build statndard)

    while doing both or either upgrade or standalone install
  48. PHaRTnONu

    Is mouse emulation different?

    you can specify are to randomly click in, you can also do a search by picture
  49. PHaRTnONu

    Facebook not working properly in browser

    mouse emulate, search by picture... lots of ways around it. but yes you are corret...
  50. PHaRTnONu

    Running projects in ZP5

    ? ? what ? it does?