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

  1. R

    anyone knows how to scrape tweets from twitter.com

    hi anyone knows how to scrape tweets from twitter.com? and also when it loads more tweets? Thanks
  2. R

    Appending results from regex to a file

    I will try it out thanks for the help
  3. R

    how to count number of characters in a string

    I figured it out by using java script
  4. R

    Appending results from regex to a file

    another question every time, when doing logic check( like this 'it's a sentence' != '' ), there is a single quotation in a sentence, it returns nothing, no true nor false. how do I do in this case to make it returns true though? Thanks
  5. R

    Appending results from regex to a file

    Hi thanks for the reply I did another approach I get one match at a time by using counter from the regex. after that macro, I use a logic check if 'something is not equal to noting' != '', then return true and write to a file, if false, done. so I do not have to write a template file and...
  6. R

    how to count number of characters in a string

    hi how to count number of characters in a string Thanks
  7. R

    Appending results from regex to a file

    I will try it but number of matches returned from regex is different each time then how do I know how many matches do I get from regex? thanks
  8. R

    Appending results from regex to a file

    Hi I got multiple matches after applying regex I want to write all the results to a file but add a new line(empty line) after each result. How do I do it? ex from regex: ---match # 0---- aaaaaa ---match # 1---- bbbbbb ---match # 2---- cccccc to a file: aaaaaa bbbbbb...
  9. R

    what does JS.PreString do?

    got it thanks
  10. R

    what does JS.PreString do?

    hi what does JS.PreString do? Thanks
  11. R

    when to use "Get DOM text of the page"

    hi If I want to find some words in a page, do I use "Get DOM text of the page" or "Get page text"? when to use "Get DOM text of the page"? and when to use "Get page text"? and when to use "Get source of the page"? Thanks
  12. R

    Looking for web 2.0 site templates to buy

    HI abu_zooz I visited your site and I could not understand what your template is going to do Do you have any web2.0 action on video which shows how your template works? Thanks
  13. R

    Looking for web 2.0 site templates to buy

    HI guys I am looking for web 2.0 site templates to buy please PM me if you have any for sell Thanks
  14. R

    [WTB] Looking for web 2.0 site templates to buy

    HI guys I am looking for web 2.0 site templates to buy please PM me Thanks
  15. R

    anyway to check if a proxy is being used by another thread?

    with compulsory settings, the proxy will be removed from the list and then add it back after it is done with it, right? I searched the forum and I did not find how to use compulsory settings. can you tell me how? Thanks
  16. R

    anyway to check if a proxy is being used by another thread?

    hi If I have multi-thread, how do I make sure that a proxy is being used by ONLY one thread? Thanks
  17. R

    problem with a page not loading

    Can anyone help out please?
  18. R

    problem to load captcha image from hotmail

    Can anyone help out please?
  19. R

    Changing Proxies with a template loop

    I do not have that in Network only "download page" and "Get proxy from the rule set" What version are you using? I am using Pro version. Does it matter which version then? Thanks
  20. R

    problem to load captcha image from hotmail

    hi is there anyway to check if the captcha image is loaded or not? if not, then reload the capthca image. Thanks
  21. R

    What do you do if a proxy dies out?

    where should I put this branch? before loading a page or after? Thanks
  22. R

    Where is the best way to buy proxy for zennoposter?

    is www.myprivateproxies.net bulletproof?
  23. R

    problem with a page not loading

    Hi I got a problem with a page not loading basically, 1. get a proxy from a file 2. go to a page at this stage, the page sometimes load and sometimes not due to proxies die out. what should i do if I want to reload a proxy and then the page again? by the way, I have a list of proxies...
  24. R

    Changing Proxies with a template loop

    I can't find part
  25. R

    unable to sign out from scribd

    thanks for your reply maybe you can go to scribd.com and click on log in then you will know what I mean It pops a window and at the bottom there is a "Already have a Scribd account?" link and then username and password fields slide out and enter them. I recorded those two fields but when I...
  26. R

    How to fix a recorded template

    How do I fix/insert a step branch if I made a mistake during recording, which is complete cleared?
  27. R

    unable to sign out from scribd

    another problem to sign in to scribd.com it is kind tricky. could not get the right input IDs to enter email/username and password. Please help Thanks
  28. R

    unable to sign out from scribd

    the sign out is in the sub menu under username. clicking on the username is not going to bring out the sign out link but move mouse over to username. any idea?
  29. R

    unable to sign out from scribd

    Hi I create a sign-up scribd.com template. after signing up the account, I tried to sign out but there is no sign out link that I can record. so I moved the mouse over to the account name on the top right hand side. It showed sign out. so how do I record moving the mouse over to the...
  30. R

    How to read from a file where the template is?

    Hi anyone knows how to read from a file where the template is? Thanks
  31. R

    How to generator a first name with at lease 5 characters long

    how about at least 5 characters?
  32. R

    How to generator a first name with at lease 5 characters long

    thanks for the step by step instruction by the way, what is .{5}?
  33. R

    How do I use a proxy in projectMaker?

    thanks for your help, admin
  34. R

    Hotmail account creation question

    thanks for directing me to that wonderful thread
  35. R

    My BIG resource of XML PROJECTS - for those new to ZennoPoster

    I am new these templates make my life easier and lots of examples that i can follow thanks man
  36. R

    How do I use a proxy in projectMaker?

    how about from a list?
  37. R

    How do I use a proxy in projectMaker?

    Hi How do I use a proxy in projectMaker when I debug my template? Thanks
  38. R

    How to generator a first name with at lease 5 characters long

    how did you do that? can you teach me. Thanks
  39. R

    anyway to do something like Switch Case statement

    where is Javascript Macro? is it Javascript tester?
  40. R

    Hotmail account creation question

    Hi when creating an email account, for choosing states, it can be done by a random number from 1 to 5X that is easy part but when filling in a zip code, it can't be any 5-digit zip code. because it checks for correct range of zip code. is there anyway to generate a correct zip code...
  41. R

    How to generator a first name with at lease 5 characters long

    hi How to generator a first/last name with at lease 5 characters long? Thanks
  42. R

    anyway to do something like Switch Case statement

    No for example switch something: 1: first statement 2: second statment default: thanks
  43. R

    anyway to do something like Switch Case statement

    hi is there anyway to do something like Switch Case statement in C/C++/Java..? Thanks