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

  1. S

    Scraper sometimes repeats same pages

    Just to add i found scraping google usinng get request is way faster that usual way.
  2. S

    Zennoposter freezes after a certain time

    Never mind. It seems like i made an infinite loop in an C# block. while (ind){ //in a case i didn't increase counter if (counter = something) ind = false; }
  3. S

    Zennoposter freezes after a certain time

    I have a long list of around 3MB with 100k lines.I remove duplicates from the list in the template.
  4. S

    Zennoposter freezes after a certain time

    Sometimes after 20 minutes and sometimes after 5 hours the script just stops working in the zennoposter. Threads are active and the browser look normal but they do not proceed after a certain point. All threads i used 5 for the projects, so i suppose this is not a thread specific problem but...
  5. S

    Using PHP in zennoposter 5

    No just c# and javascript.
  6. S

    How to read file VARIABLE into table/list

    Use bind to file with lists/tables. There is a good video tutorial about zp - http://www.youtube.com/user/dexlabseo/videos
  7. S

    Regenerate Profile

    I know but it still works. :)
  8. S

    Regenerate Profile

    I am not sure why didn't anyone explained the first name could be retrieved using macroses - {-Person.FirstName-|-eng-|-female-} {-Person.LastName-|-eng-|-female-} - http://help.zennolab.com/en/v3/zennoposter/index.html?_____.htm
  9. S

    Zennoposter vs Project Maker speed

    Sure, but isn't it strange that PM is almost 50% faster than ZP even i do not count time to start the instance.
  10. S

    Zennoposter vs Project Maker speed

    I have a huge script that takes around 50-60 sec to be completed in the project maker. However in zennoposter it takes 80-90 sec to be completed. Is this normal and is there anything else that i could do. The script itself is around 450 kb, and I would make it smaller if this could make it as...
  11. S

    ReCaptcha OCR — 0.5 USD per 1000 Images — decoding speed is 1 second

    Is it only for recaptchas or for other types of captchas as well?
  12. S

    Regex - extract only domain name from url ?

    There is a function in C# for this. It gets the root of a domain. For example for variable url= http://bakemehappy.org/bread-recipe/ you get bakemehappy.org. var root = ""; string url = Convert.ToString(project.Variables["url"].Value); root = new Uri(url).Host; root=...
  13. S

    Compare 2 lists and take only news lines

    This is a much faster solution, still takes around 100 seconds to check a 30K long list with a 10k master list. It goes through list temp and writes elements of the list in a string only if the element isn't present in the master list. The master list is merged in a string with .(dot) between...
  14. S

    Edit button disappeared from Edit & Record section

    I solved the problem by reinstalling windows. I went from win7 32 to win7 64bit. Now when I click in recording/debug the action property pop-ups and everything is fine.
  15. S

    Edit button disappeared from Edit & Record section

    This is turned on. Actually this cannot even be turned off as it gets turned on when i click on a block. And still when i click on any block nothing happens in the Record & Debug.
  16. S

    Edit button disappeared from Edit & Record section

    I cannot open action settings. When I click on any block nothing happens. See the picture. There is no edit button as you can see. Also when I click nothing happens. Anyway double click is the same as clicking on edit.
  17. S

    Edit button disappeared from Edit & Record section

    Edit button disappeared from Record & Debug section In Record & Debug section I cannot click to edit any block, actually the edit button has actually disappeared. The only thing that has changed is that i restored the old image of windows 7 on which this feature actually had been working for...
  18. S

    Convert 2 lines of Php to Zenno C#

    Batching url code addition: //request url string strAPIUrl1 = "http://lsapi.seomoz.com/linkscape/url-metrics/?AccessID=" + memberID + "&Expires=" + strExpiry + "&Signature=" + signature; //create json array manually out of a list. var myjson = "["; for (int...
  19. S

    How to run a very simple C# code in ZennoPoster

    Cool explanation. For example if you need reference for System.Web you for lets say encoding function such as HttpUtility.UrlEncode(URL) you can reference System.Web in Zenno (if you use other the might be already referenced) and call i System.Web.HttpUtility.UrlEncode(URL). I am not an expert...
  20. S

    Convert 2 lines of Php to Zenno C#

    It is Moz php from this url - http://apiwiki.moz.com/php. There are 2 version - Signed Authentication and Batching URLs. I would probably prefer Batching URLs if this can be done in C# and if you have it as because it returns data for 10 urls at once so it should be much faster. However if...
  21. S

    Convert 2 lines of Php to Zenno C#

    How do I convert these 2 lines of code to Zenno C#. $binarySignature = hash_hmac('sha1', $stringToSign, $secretKey, true) $urlSafeSignature = urlencode(base64_encode($binarySignature))
  22. S

    SeoMoz Opensiteexplorer.org comparasion does't work

    It seems to work when i added a proxy rotation. Who knows what causes this, but should be something javascript related.
  23. S

    SeoMoz Opensiteexplorer.org comparasion does't work

    This is query for opensiteexplorer for comparasion of domains in encoded format...
  24. S

    Check private proxy

    How do i check if a random proxy from my private proxy list works by pinging (from template)? Any c# code that does this? I do not want to try load a page, because it just takes too long to check proxies this way.
  25. S

    Regenerate Profile

    I am aware of that solution, but here another way is better because of a complex chain of templates that I need to execute in a specific order.
  26. S

    Regenerate Profile

    I actually ended up getting a list of names from http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/nlp/corpora/names/female.txt. I am surprised there is not an option for regeneration, as it is often mandatory, for example for gmail.
  27. S

    Regenerate Profile

    Thanks. What about profile regeneration? I can use assign fields and get random dates, but I am not able to get a good list of first/last-names.
  28. S

    Regenerate Profile

    I set a proxy in a template and after few branches I want to continue working without proxies. Is it possible to "unset" proxies?
  29. S

    Regenerate Profile

    I am making a template and if an account's creation is failed I then want to try again with changed proxies and a different profile. so the name, lastname, birthdate would be different.How do I regenerate profile within a template. Is a new profile created after restart instance block? In...
  30. S

    Page Rank - C#

    Is it possible somehow to call functions within the zenno's C#. I want to find out pagerank using c# if possible. Of course i can just scrape from some site but this should be much faster solution: using System; using System.Collections.Generic; using System.Text; using...
  31. S

    Xls report

    Hello, I managed to write links after I create them into a XLS spreadshet. Yet columns are pretty narrow. Is there a way to make them wider?
  32. S

    Facebook account creator template weird

    I know about this one, but still needed to use keyboard emulation to make it slow enough.
  33. S

    Simulating human behavior

    I see it is possible to do using keyboard simulation. No other way?
  34. S

    Simulating human behavior

    Fore creating facebook accounts I set emulation speed to "quality", however the typing of text I am adding in fields (such as Name) is still pretty fast. There is no pause between typing or each individual letter of a word. How did this user archived such a nice emulation...
  35. S

    Facebook account creator template weird

    why do not mess with facebook? Also how to I make zennposter typing slow - human like?
  36. S

    Flash Cookies

    I couldn't find on the forum, are flash cookies deleted as well as normal ones?
  37. S

    Scroll down using mouse?

    How do I scroll down using the mouse? The keyboard method just doesn't work.
  38. S

    Weebly with 5.0.3.1

    How do I scroll down using mouse? On weebly keybord seems not to work on theme choosing page.
  39. S

    Weebly with 5.0.3.1

    ...
  40. S

    5.3.1 stop button in debug cannot be clicked

    I got it. It is shown only using non step-by-step debug. However the design of the new project maker could be better, for example block's details should be shown in a popup windows not in a window down the page. This just takes space. Is it possible to turn it on?
  41. S

    5.3.1 stop button in debug cannot be clicked

    Is this a "standard" bug?
  42. S

    Wait for element command

    This should be added in blocks directly. Why? Because I always use some sort of command to determine if a page was loaded correctly. If i had command wait foe element this would take less time.
  43. S

    Weebly with 5.0.3.1

    What about a 32 LCD TV? It seem to be quite cheaper. Got it. I have just 1280*1024 now.
  44. S

    Weebly with 5.0.3.1

    .........
  45. S

    uploading file via flash button

    You should first get the coordinates of the element and then click on it (using action designer - get value)
  46. S

    uploading file via flash button

    Its win7 and zp 4.5
  47. S

    Weebly with 5.0.3.1

    Is it possible to post on weebly using drag/drop template using 5.0.3.1? I do not talk about posting to weebly's blog, I want to be able to create pages using drag/drop interface, because the blogs are nofollow. Also would my 17" monitor be OK for ZP5, as I heard 27" is recommended? Thanks
  48. S

    XML RCP for Wordpress sites

    How to remove diacritics - for XML RCP: http://stackoverflow.com/questions/6018160/c-sharp-how-to-replace-an-accent-insensitive-string-with-regex
  49. S

    Disable/Enable Network Via Command Line

    I am trying try to use "Run Programs" to disable/enable network. This is what i did and it doesn't work (added in "run program"): 1) Added patch of the CMD.exe - C:\Windows\System32\cmd.exe 2) Parameter: netsh interface set interface "Local Area Connection" DISABLED. It doesn't work and there...
  50. S

    Hotspot Shield VPN - Command Line Commands

    I have found that command "-quit" does the job. Is the hotspotshield secure, since i found that somehow another VPN called - https://www.vpntunnel.com/what-is-my-ip-address/ is able to trace my IP without any problem, while all other online tools for checking the IPs show that my IP is Ok...