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

  1. L

    CAPTCHAs Not Showing When Using Proxies

    Big problem: On several sites the captcha does NOT show which breaks my templates (in both XML & C#) only when using proxies (both public and private) Here's the thing: when using either public or private proxies, the captchas show up maybe 25% of the time. When I remove the proxies and...
  2. L

    How to Pause in CC?

    When I input the following code: // PAUSE 30 SECONDS var result = instance.RiseMacros("Pause", new [] {"30"}); I get the error message: "Unreachable code detected" What's the proper way to pause in CC?
  3. L

    How to Check for Parsed Text on CC?

    What's the right way to CHECK FOR PARSED TEXT in CC? Below is what was converted automatically from a working XML file. // Checking parsed text tb = instance.MainTab; if ((tb.IsVoid) || (tb.IsNull)) return -1; if (tb.IsBusy) tb.WaitDownloading(); var attribute =...
  4. L

    Youtube: Different Page Displayed on Action Recording than on Debug

    I've noticed that some sites have a different webpage that loads when input into 'Action recording on the webpage' (on ProjectMaker) than when in Debug or Live ZennoPoster template execution. Makes it impossible to create a template when a different page shows up when running the template...
  5. L

    How to Design Template around Specific Niches?

    When inputting anchor text, bio, body text, links to money sites...they are all niche-specific. How are you guys organizing your templates to accommodate several different niches on the same master template (i.e., (1) squidoo template that pulls anchor text from home improvement niche, then...