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

  1. S

    Mental Power Video Tutorials [Basic to Advanced]

    I learned from this a lot.However, what settings to use for Hotspotshield VPN? The problem with current setting of mine are that the software opens up a new instance each time I change IP. Edit: I have found a solution in 3 steps: 1) -disconnect 2) -quit 3) -connect
  2. S

    Hotspot Shield VPN - Command Line Commands

    I am trying to disconnect and then recommend using Hotspot Shield VPN. If i use run program no matter what argument do I use (even Exit) each time i use it a new instance of the Hotspot Shield opens. After 5+ instances are opened, the VPN becomes quite buggy or even stops working. Is there a...
  3. S

    ZenBLOG - automatic blogs creator/poster many platforms

    How many web 2.0 blogs do you have and what success rate should I expect? Thanks.
  4. S

    [SOLVED] How to solve this captcha

    As far as I can see there are just 2 question: http://gli.tc/h/wiki/index.php?title=Special:UserLogin&type=signup&returnto=Main+Page 1) What does GLI.TC/H start with? 2) What shape is this? ∆ So it is the best to create answer to the question using an if block. The universal way is using...
  5. S

    Question - Webs/Weebly?

    Can account creation on Webs/Weebly be done with ZP 5? Poster is easy, works even with version 4, thought i post on blog - not on pages. Google seems to be doing some nice changes, ranking power of these 2 sites is constantly increasing (not the only factor) so backlinks from them are getting...
  6. S

    Whats best way to handle this?

    I didn't read the first post thoughtfully. Having said that, one way or another you have to wait some time and then check the page's code. The method above is clean, because you check if element is there and then wait if it isn't. So you just add a wait on the bad end of the element. It...
  7. S

    Whats best way to handle this?

    Why don't you try to click on the element, and if click isn't successful you wait for 5 seconds and repeat this step (click again)? You do this till the element click is successful. This is what I do on a flash based site to check if an article was successfully added over there. This method...
  8. S

    uploading file via flash button

    Summary: Mouse click requires project instances to work in visible mode. I am pretty sure clicking on element by ID would not require this. So yes - it works, but there were some errors (only with multithreading) because the dialog box from forms aren't properly locked. So if 2 threads are...
  9. S

    uploading file via flash button

    Clicking on the flash element doesn't work with the code bellow and it should be. Why? Tab tab = instance.MainTab; HtmlElement he = tab.FindElementById("SWFUpload_0"); he.Click();
  10. S

    How to click element by ID in C#?

    I can find element by id, but I do not know how to click on it. Tab tab = instance.MainTab; Document doc = tab.MainDocument; HtmlElement he = doc.FindElementById("swf_upload");
  11. S

    How to click element by ID in C#?

    How do I click on element in emulator in C# by ID? Id=swf_upload form=-1 This is the standard code but I do not know what to use in zenno. webbrowser.Document.GetElementById("swf_upload").InvokeMember("click");
  12. S

    Slideshare Poster

    The only problem with multithreading is that these file-dialog boxes can overlay, so zenno sometimes uploads a wrong file. This code (should) check and open dialog box only if there is no dialog box present. string dialogCaption = project.Variables["caption"].Value; // set active window string...
  13. S

    Javascript String Contains

    I know i can do this another way, but i want to learn a bit about javascript so I can make templates faster. I want to check in javascript if a string containts word "Article". var mystring = {-Variable.PostURL-}; var contains = (mystring.indexOf('Article') > -1); I tested and it doesn't...
  14. S

    Google+ register problem

    Did you made more accounts (like 100) ... as I need some blogger accounts(100+) and I wonder would I be asked for SMS verifications. The main concern is do I need loads of proxies if I want to avoid being asked for SMS verifications. I usually buy mail accounts, maybe this is a better way to...
  15. S

    Slideshare Poster

    Hi, thanks very much, I got the code working .. the last version. I will try the multi thread version letter. In zenno designer: caption = Select file(s) to upload by static.slidesharecdn.com lock (SyncObjects.InputSyncer) { // click hello button...
  16. S

    Slideshare Poster

    The slideshare uploader I created has been working just fine for few weeks. Not they disable non-flash upload button and now only the flash one (or uploading from dropbox) is available? Has anyone managed to solvethis problem? Could this code be applied to slideshare...
  17. S

    uploading file via flash button

    Work with slideshare?
  18. S

    Why This Doesn't Work

    There is probably a bug with XMP RCP however I figured it out after another 5 hours. If one does any http operation operation (I did a URL shortening) before a XML-RCP posting, it simply won't work unless cache and cookies are cleared. I guess it has something to to with cached headers or some...
  19. S

    Why This Doesn't Work

    Thanks. Already got it working thanks to your pm.
  20. S

    Why This Doesn't Work

    Still doesn't work but never mind. It is related to the XML RCP encoding which i cannot figure out.
  21. S

    Why This Doesn't Work

    var a = {-Variable.Article-}; var encoded = encodeURIComponent(a); Result is an empty string.
  22. S

    XML RCP for Wordpress sites

    delete this as well. Thanks.
  23. S

    XML RCP for Wordpress sites

    However the XML-RCP is completelly unusable, because it doesn't preserver HTML formatting. It can only post text and not links in WP 3.2.1.
  24. S

    XML RCP for Wordpress sites

    I am getting this error response: HTTP/1.1 200 OK Date: Mon, 13 May 2013 13:09:55 GMT Server: LiteSpeed Connection: close X-Powered-By: PHP/5.3.23 Content-Type: text/xml Content-Length: 386 Vary: User-Agent <?xml version="1.0"?> <methodResponse> <fault> <value> <struct>...
  25. S

    Anyone Post To Blog.yahoo.com In Bulk

    It seems like yahoo scans even link redirected though url shorteners. So once one domains is gone, and it's probably gone once few 100s links to it are posted (or shortened link leading to this domain), there is nothing one can do about it, However it is perfect for amazon, prosperent and...
  26. S

    XML RCP for Wordpress sites

    Awesome. This saves tons of time. However the XML-RCP is completelly unusable, because it doesn't preserve HTML formatting. It can only post text and not links in WP 3.2.1.
  27. S

    Anyone Post To Blog.yahoo.com In Bulk

    Ok I will try without images.
  28. S

    XML RCP for Wordpress sites

    Thanks. I didn;t exactly understood how to do it. I have found HTTP POST under post request, but i do not see what is the RCP part or how to format the posts and is it possible to retrieve the url of the posted article?
  29. S

    XML RCP for Wordpress sites

    Does anyone have a XML-RCP code for posting to wordpress sites? I have found these ones - http://stackoverflow.com/questions/9051912/send-post-tags-to-wordpress-within-xml-rpc and http://www.dotnetcurry.com/ShowArticle.aspx?ID=419 but i am not sure could they work, because there are some...
  30. S

    Anyone Post To Blog.yahoo.com In Bulk

    For example I use something like this (obviously i post higher quality posts there) - http://blog.yahoo.com/_Z6W6APP572IXQC57OHYXLAZXQM/articles/19640. And i still got banned. the only difference is that image source is from my site and the link leads to my site. I was hoping there is a...
  31. S

    Anyone Post To Blog.yahoo.com In Bulk

    It probably is not a zennoposter template question. I have made a template but I am having problem posting affiliate link there. Even i use just one affiliate link per post, after 40+ posts my blogs are usually deleted but to TOS breach. So is there anyone who knows what is UP with yahoo...
  32. S

    Log or execution problems - Not all Atempts are logged

    Nevermind. Logs are ok after reinstall.
  33. S

    Log or execution problems - Not all Atempts are logged

    Hi, I added a posting project to be attempted 1800 times some time ago. Now 1200 are success and there are around 200 to go. There is nothing on the log. So what has happened with the 400 missing attempts?
  34. S

    [SOLVED] I cannot get a random line of a table

    ...
  35. S

    [SOLVED] I cannot get a random line of a table

    I found al alternative way but the bug is still here. The bug only occurs when the first taking_line table_processing is set to random. If a specific number is add, everything works fine, even following taking_line table_processing is set to random.
  36. S

    [SOLVED] I cannot get a random line of a table

    Besically ZP isn't able to take a line from or I am doing something wrong. I am trying to get 5 random elements from a table that is 7 lines long. 1) bind_to_file 2) table_processing - random line - to variables Then I repeat this 5 times in order to get 5 elements. Then I get message...
  37. S

    Save/Load Profile

    Thanks. Did it another way.
  38. S

    Save/Load Profile

    I used a proxy to login to a site and then i have saved the profile. When I loaded the profile again everything was fine, except that there wasn't any proxy loaded. Is this a bug or profiles weren't meant to save proxies used, so we can reuse the same proxy each time we load the specific profile?
  39. S

    [SOLVED] Tab page is not found in instance.

    Ok, then it seems like a perfect solution. Thanks. Profiles load works perfectly as well.
  40. S

    [SOLVED] Tab page is not found in instance.

    So you thinks zenno gets blocked because there isn't enough memory? I saw it only uses 1.5GB and i have a total of 4G so this shouldn't be a problem. Do you think after adding therestart instances thing there shouldn't be any problem left?
  41. S

    [SOLVED] Tab page is not found in instance.

    Also I had cases where 1500 loops were done correctly but with just one thread. edit:Load profile thing will probably work i will save profile names as username and the load if the file exists, but still I would like to get it fixed, because it is easier to work when loops work correctly.
  42. S

    [SOLVED] Tab page is not found in instance.

    works.
  43. S

    [SOLVED] Tab page is not found in instance.

    OK.
  44. S

    [SOLVED] Tab page is not found in instance.

    It is a loop with 1500 repetitions.Only 100 repetitions are done. I do loop because I post 1500 posts on one site. Using other ways I would have to login to the site each time, which would slow the posting down by 3x.
  45. S

    [SOLVED] Tab page is not found in instance.

    After around 100 runs this message appears: "Tab page is not found in instance." What is typically the problem when this message appears? I run windows 7.
  46. S

    MultiThreading

    Thanks. Do you know what could be the problem if browsers aren't shown when I click on show button?
  47. S

    MultiThreading

    How to run a template in more than one thread? Do I need to open it multiple times and run one thread on each, or set "maximum # of threads" to desired number of threads? The second solution seems not to be working, so I wonder do i need to change template in order to run it in more than one...
  48. S

    Logical If and "Own javascript"

    If the question above is too difficult, then let me know how to assign a variable to own javascript. Lets say I have a variable {-Variable.1-} which is a string. How to add it to javascript and find if it contains a specific string?
  49. S

    Logical If and "Own javascript"

    I check if a word is present in a string using javascript. I know i can do this another way, but this would make the template i am working on way to long. So I added the following string in a if block and it reports an error even in javascript tester everything is fine...
  50. S

    Mute Youtube Videos

    Awesome. I have just installed windows 7 before reading the post. Also zenno should in general run better on win 7 than on win XP. What is your experience regarding that?