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

  1. BlackSun

    Mouse Drag - How to get the coordinates?

  2. BlackSun

    Mouse Drag - How to get the coordinates?

  3. BlackSun

    Mouse Drag - How to get the coordinates?

    The mouse emulation is very useful but I'm wondering if there is any what to extract the coordinates of the object that needs to be moved? For example, a list of moveable widgets on a page are in a random order. I can identify them by name but how would a get their coordinates to pass to the...
  4. BlackSun

    ZennoPoster Mental Power

    ZP 4 looks very nice. Good work :) I'd love to see the macro builder return. Custom macros are extremely useful and a big time saver. I think we can still safely use version 3 macros but it would be nice if these were officially supported.
  5. BlackSun

    Anyone familiar with reddit and detection methods?

    Reddit use a karma value to prevent gaming the system. Your accounts will need to gain karma before their votes are worth anything.
  6. BlackSun

    Zennoposter is taking an extremely long time to check authorization server

    Seems to take longer and longer to launch Zennoposter recently. And today I'm typing this while waiting for the program to launch. It would appear that the delay is due to it waiting for the authorization server to respond.
  7. BlackSun

    The Big Zenno Wishlist - Please add your thoughts and wishes too

    Both of these are implemented already aren't they?
  8. BlackSun

    The Big Zenno Wishlist - Please add your thoughts and wishes too

    Just add a regex macro to your template to automatically check and correct any text that is causing spintax errors.
  9. BlackSun

    The Big Zenno Wishlist - Please add your thoughts and wishes too

    This already is implemented isn't it?
  10. BlackSun

    New line delimeter? How to scrape and mix articles

    For New Line use the macro {-String.Enter-} Use it like this to pull a random paragraph from a block of text: {-String.Split-|-This is your block of text including new lines-|-{-String.Enter-}-|-{-Random.Int-|-0-|-5-}-} Of course paragraphs might be delemetered with 2 new lines in a row...
  11. BlackSun

    [BIG TIMESAVER!!!] Speed Up The Debug Process

    If you've broken your code into major blocks (Web actions) you can set any one of these to be the "First step". Can save you a lot of time :)
  12. BlackSun

    Excuting MSDOS Commands from within a template.

    Don't need to use a batch file. Use cmd.exe instead. "cmd.exe" /C MOVE test.txt test2.txt ;)
  13. BlackSun

    Projectmaker /Instance crashes

    I'm posting to one of my own WP sites with zenno on XP. Logs in OK but will have random instance crashes. I'd be interested to find here what was the cause in your case Mike.
  14. BlackSun

    No connection to authorization server

    "No connection to authorization server" This message has been appearing more and more frequently. And today this the only message that appears when trying to start Zennoposter. Which brings a serious drawback to software that won't run without first checking your license each and every...
  15. BlackSun

    Excuting MSDOS Commands from within a template.

    One problem with running a batch file. Windows keeps popping up a prompt "The publisher could not be verified. Are you sure you want to run this software?" Any ideas on how to click Run or avoid the prompt altogether?
  16. BlackSun

    Excuting MSDOS Commands from within a template.

    Thanks bigcajones, A batch file does the trick. :D
  17. BlackSun

    Excuting MSDOS Commands from within a template.

    I'd like to move some directories (folders) using a template created in ProjectMaker. Seems easy enough. Open a MSDOS command line window and use the move command then close the window. :rolleyes: So far I've only managed to get the MSDOS command line window open. :p Anyone know how to...
  18. BlackSun

    Difficulties with security when filling in a form

    I assume you've tried Call event > OnMouseOver then click in the field and then enter the field info?
  19. BlackSun

    Wordpress "insert into post"

    Thought WP 3.2.1 had thrown a curved ball. LOL turns out I had Download frames turned off and frames are required by WP tinymce. Not sure if @smk's problem is due to frames and tinymce
  20. BlackSun

    Wordpress "insert into post"

    Yep this is a show stopper here too. Looks like Wordpress uses jquery on the tinymce content form (that is the main form BTW). The only solution I know of at this moment is to make using QuickPress in the Dashboard area first then use edit post to add other details.
  21. BlackSun

    Imported ProjectMaker Templates won't run in CodeCreator

    Is it just me or are others having problems with CodeCreator. I've some large complex templates made in ProjectMaker and so far I've not been able to import any into CodeCreator and get them to run. PHP or C#, neither work. As for building new scripts in CodeCreator, I can't seem to get it...
  22. BlackSun

    Problem with GIF Images and CaptchaSaver.dll

    Actually I was saving them as jpg first then tried gif and bmp. The result is the same however when passing the image off to an online OCR service the gif and bmp work best. Probably because there are only 2 colors which makes ORC easier but with jpg there are a lot of compression artifacts that...
  23. BlackSun

    Problem with GIF Images and CaptchaSaver.dll

    Trying to use the CaptchaSaver.dll to grab a GIF image which I intend to send to Capmonster for training. :p Problem is the GIF is black text on a transparent background (alpha channel). Easy enough to see on the website but when CaptchaSaver.dll saves it as a jpg, it becomes dark grey text on...
  24. BlackSun

    Twitter anti bot?

    More likely they checked your useragent and ip. Are you randomizing your useragent and or using an anonymous proxy?
  25. BlackSun

    Control Character added to string when reading file using regex pattern match

    Thanks StereoMike. However the text files are generated by Zenno in the first place. This issue relates to this one http://zennolab.com/discussion/showthread.php?2270-How-to-get-1-string-from-a-file-based-on-a-regular-expression So perhaps both can be resolved in a future update :)
  26. BlackSun

    What's wrong with this IF logical statement?

    You need to use "==" to test the equivalence. '{-FieldData.FieldData-|-●7●5●7●1●8●6●-|-≡2≡0≡0≡9≡6≡7≡0≡4≡3≡-}'=='http://answers.yahoo.com/'
  27. BlackSun

    Control Character added to string when reading file using regex pattern match

    Yep that is what it looks like in the ProjectMaker output. Probably is a carriage return, comes just before the "end of line".
  28. BlackSun

    Control Character added to string when reading file using regex pattern match

    Unfortunately I don't know what the character is and it was stripped out when trying to post it here. Perhaps there is a way to look at it binary, but I haven't investigated it that far.
  29. BlackSun

    Network get proxy but is there network get all proxies from rule set?

    Make a template that cleans your proxy list and saves it to a list like"CleanedProxies.txt". Add CleanedProxies.txt as a source and give it a label "CleanedProxies". Create a new rule set with a label rule "CleanedProxies" From there you can use these cleaned proxies in any template you want...
  30. BlackSun

    Network get proxy but is there network get all proxies from rule set?

    You're right. As far as I know the only solution would be to run a loop and pull each proxy one by one and append it to a file. This should do the trick. ;)
  31. BlackSun

    How to get 1 string from a file based on a regular expression?

    That would be one way but it would be very slow at pulling a line from a large file. And if you're running multiple threads, there is always the possibility the contents will have changed before you find the line you need. You could use a file lock, read the entire file, scan it for the line...
  32. BlackSun

    How to insert regexp into the regexp replace macro?

    Try this {-RegExp.Replace-|-trdtdഊertert-|-ഊ-|-{-String.Enter-}-}
  33. BlackSun

    Get 1 string from a file based on a regular expression match

    At the moment it is possible to read 1 string from a file based on a regular expression match but its not possible to read and remove it at the same time. Currently it is possible is to read and remove all strings or a random string or a one string if you know the line number. Could we have one...
  34. BlackSun

    Macro for string length

    Yes, finding the length of a string is very useful. It is possible to get it with a small piece of javascript but a macro for this would be great. Here's how to do with a piece of javascript {-JS.Execute-|-var length='{-FieldData.FieldData-|-step-|-branch-}'.length;-}
  35. BlackSun

    How to get 1 string from a file based on a regular expression?

    I would like to be able to read and remove just one line from a file based on a regular expression match? Seems the only option at the moment is to read and remove all lines or a random line or a one line if you know the string number.
  36. BlackSun

    Control Character added to string when reading file using regex pattern match

    This control character is added to the result string when using File.GetString macro and a regular expression pattern match. The control character will then break Javascript with this error if you try to use the string. "Exception has been thrown by the target of an invocation." :(
  37. BlackSun

    Error creating window handle

    It seems that if a template is too large or perhaps too complex then copying a step branch (even one with no connections) will often result in these errors. "Value was either too large or too small for an Int32." "Error creating window handle" After that happens, it is not possible to...
  38. BlackSun

    Chaining or Nesting Rise Actions

    I'm trying to click a java generated link that is not unique on the page. The only unique code is some html near the link. I'd like to be able to select the unique outer html first and then click the non unique inner link. It seems that this may be possible with the Rise action using the...
  39. BlackSun

    Browser "Back" button

    Finally solved it. Javascript on the page was confusing the Action recording, however after editing the template history.back(1); does actually work.
  40. BlackSun

    Network GetProxy to work in Project Maker?

    As far as I know that is correct. {-Network.GetProxy-|-Proxy rule-} doesn't do anything in Project Maker, it's only works in Zennoposter.
  41. BlackSun

    Browser "Back" button

    Yes it does and it only needs to by entered in the address bar once in IE. It also works in the Action recorder but needs to be entered twice.
  42. BlackSun

    Browser "Back" button

    Thanks Hungry Bulldozer! Using javascript: history.back(1);-|-page works great on the test pages. Unfortunately however, it doesn't work for the site I'd like to automate. I guess there is some clash between the javascript on the site and the history.back(1) code.
  43. BlackSun

    Browser "Back" button

    Thanks but when I try to include this in a template browser "Go to page" step, I get this error: "Error occurred while executing template" I've tried: javascript: history.back(1); void 0;-|-page javascript: history.back(1);-|-page {-JS.Execute-|-history.back(1); void 0;-}-|-page...
  44. BlackSun

    Browser "Back" button

    Is this a simple command to emulate clicking the browser back button? Thanks
  45. BlackSun

    Step by step guide for uploading

    Maybe I'm misunderstanding your problem. But you need to create an additional branch or branches to set the path to the file you wish to upload. Then take that result of that branch and use it as the attribute value for the file upload branch.
  46. BlackSun

    "No page tab in the instance."

    Yes v3.5.0.407 on Server 2003. Not sure but it may be occurring after an instance crashes. That has happened a few times as well. Perhaps the code continues to run in the background after the instance has crashed?
  47. BlackSun

    Sometimes and instance will execute without using a proxy

    I'm only using anonymous proxies from the proxy checker. In the bottom left corner of every browser instance, it indicates whether or not a proxy is being used and the proxy ip and port number.
  48. BlackSun

    Captcha URL for complaint blank.

    Yep you're right, while the Macro {-FieldData.FieldData-|-Captcha-|-Captcha-|-Recognized-} works the Macro {-FieldData.FieldData-|-Captcha-|-Captcha-|-Complain-} doesn't seem to produce any output.
  49. BlackSun

    "No page tab in the instance."

    "No page tab in the instance" error shows up in the log every 30 seconds, even after all threads have been stopped and reduced to zero. For some reason there are sometimes threads still running even when all threads are supposed to have been stopped and there are no instance windows open. :huh:
  50. BlackSun

    Sometimes and instance will execute without using a proxy

    No matter whether the template task properties is set to "Compulsory" for proxies or whether the proxy is called for within the template and checked to have been allocated. Sometimes and instance will execute without using any proxy. :huh: Is there a way to avoid this? Is this a problem...