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

  1. H

    How to click the 'view image' button on google images?

    when you do image search and click the inital image then view image to show the bigger one. I just cant figure out how to catch it with action builder or anyhting else i tried because they have one huge page and i cant get the right button cos there are several otehr buttons hidden which are...
  2. H

    How do I make the subsequent threads pause when using global vars

    I have c# setup using global variable on a counter to take line form subsequent lines of an accounts file. It works when i run the poster on one thread, then manually add another thread after a certain time. But when I setup 2 threads to run right away for some reason it takes the same data...
  3. H

    What is the regex to remove time form date and time?

    using: {-TimeNow.Date-} which gives date and time. but i only want the date. What is regex to remove everything after the date? Never mind found a post on here for it using C#.
  4. H

    REcord table cell is making an extra column every time i record

    How can i stop this? Every time I record a cell below even though i tell it to record to cell 2 for example in the file it will record to that cell but also put an extra ; in the file. So since Im record line by line each subsequent line gets an extra ; so by the end the final one could look...
  5. H

    How to make a (preferably silent) popup dialog box?

    darkwiz gave me a preparejava process to make an alert but it makes the windows 'bong!' noise :P. I would prefer no noise- i guess its a small thing but its a preference id like if its easy enough to do :). Im making a template to check youtube rankings and i want it to display them all in a...
  6. H

    how to handle multiple pinterest accounts/multithreading

    I had previoulsy been just copying the template to a new folder with new user details and running seperately. but now i want to make more and more accounts i want to somehow be able to multithread using the same template and tables. I thought of using a switch on each line of the users of...
  7. H

    Tumblr follow question

    I've got it so that zenno clicks on notes button on posts to bring up users. That brings up a popup of the users and then zenno pressed the + buttons thru a loop to add everyone who left a note. This works when the page is active but if I click away then it fails once it gets to the bottom...
  8. H

    Options for if button gets stuck clicking over an over?

    The situation: I have the pinterest button set so it finds the button by regex and will only click on the follow button so it searches the page for follow buttons and clicking them ignoring the unfollow button. All fine however recently i noticed it keeps getting stuck on certian follow...
  9. H

    What would be action builder search criteria for a pin on pinterest?

    When you click on the pin and it shows a bigger view. I need a way to grab that picture. I already know how to save the picture but i need to know how to find the picture when the url criteria will always be changing between pictures. Not had any luck with action builder so far.
  10. H

    Blank page on tumblr when I do the search function?

    Im wanitng to make a follow bot for tumblr but when I saearch and the peoples pictures/usernames would normally come up in the slideshow type thing at the top its jsut a blank page. How to fix?
  11. H

    Is it possible to do screen capture recordings with zenno?

    I know not with zenno itself but somehow use an online screen recorder? the web based screen recorders seem to sucks form what ive seen so far. i havent been able to get one to work so far plus they are all java based. Im thinking this may be one task zenno is unabe to deal with :P and ill...
  12. H

    Ctrl + A with keystrokes emulation?

    To highlight all text in a text region can keysrtokes emulaiton somehow do the ctrl + A function?
  13. H

    Is there a way to keep the instance open in poster?

    I am wanting to run a template once per hour but I want it to continue where it left off last on the page so not close the instance. Is the best way just to leave a loop of one hour in the template so it never completes or any other options? Just looking at my options and which will be best.
  14. H

    Whats wrong with this c# code?

    MouseButtonEvent.Click, project.Variables["xjavavarset"].Value, project.Variables["yjavavarset"].Value) I was trying to replace the numbers of the coordinates with variables from get commands. I placed both gets into set varbles. Still when i try and run now i get errors thru the whole...
  15. H

    Can I stop project maker deleting proxy when I restart template?

    When I set the proxy in the browser settins at the top I don't want it to delete the proxy all the time but it seems to do it I guess because of clear cookies? It is annoying having to put the proxy back in every single time i want to run the template again so can I stop this somehow so it will...
  16. H

    Alot of 'internal server error' for deathbycaptcha

    Message in captcha box reads: The remote server returned an error: (500) Internal Server Error. I have the user/pass setup in the settings. I have credits in deathbycaptcha and the system isnt overloaded. Why does this happen?
  17. H

    Not possible to multithread thru same proxy?

    I got banned from a few sites so only needed one proxy for now. But i noticed zenno keeps saying wait for proxy and will only run one thread at a time. can i get it to multithread with same proxy? Ok starting to get the hang of it wiht a bit of fiddling around...not sure what i did yet tho :D
  18. H

    How can i setup proxy for all templates without editing each one?

    As the title. I have over 50 templates so dont want to have to change each one to setup proxy if i can help it. Why cant you just add proxies form a textfile in zennoposter? seems dumb you can only have sources. Do i have to setup a source via a host in zp and use the checker?
  19. H

    How do I make the pinterest follow button only click when it is on follow?

    I don't know how to do it without an extra page regex + logic step? This may sounds like the same thing as my recent issues but it isn't It is but its different. Before I was doing it for unfollowing, which works to fail with outertext so it only clicks to unfollow on match 0 then once it does...
  20. H

    Can I prevent images from loading?

    I was thinking that could speed things up on these big pages. Can I block them from ever loading up as I dont need them?
  21. H

    Why does mouse emulation go to wrong coordinates after get?

    I have done get for top and left of an element. Checking them manually the coordinates are correct though when I do mouse coordinates it will only click on top left of the page. I find it strange cos sometimes it works correctly and other times (90%) top left. In other templates Ive had it...
  22. H

    More pinterst 'big page' issues.

    The problem for me is not the dom thing, i don't think it is anyhow. The problem is that I am continually scrolling down and it is eating up my system memory by the second. I only have 3k followers at the moment and already Im runing out of resources before i get to the bottom of the page...
  23. H

    How do I make regex ignore all text between x and y within a string?

    I cant just do replace because the content within the string will change. I finally found out a convouted regex for the pinterest follow and unfollow so I cna use for a logic swtich but to get only the button for the specific user requires it to grab alot of unwanted text which will be chaigng...
  24. H

    Couple of pinterest related questions

    One question: Pinterest only shows results on one big page and you have to scroll down and down and down just like on google images. I want to scrape a list of ALL my followers using regex but now I have a few thousand its tkaing ages to scroll down manually. How could I do it with zenno...
  25. H

    If uploading several videos at once how to regsiter progress when it fails part way?

    I figured it was easier to loop each indivdual template in terms of submission but now my problem is often the templates will fail for one reason or other. Before this was no problem since i was only using one vidoe to upload i could just do retries and 90% would be successful on 4 retries or...
  26. H

    Is there a file where the list of names of active zenno poster templates are stored?

    I want to grab the names only of templates currently active/running in the poster so that I can make a check loop for when they are all complete run another cycle with different file. The filenames will change so I cant just get all files in a folder- somtimes I don't run all in the folder for...
  27. H

    Is there a way to automate posting to multiple templates?

    I have 50+ that upload to different sites. I have to make several uploads a day and would like to automate this but currently I have to manually change the info and start all templates again in poster each run. How can I make it so i could somehow post video 1 to all 50 templates, then once...
  28. H

    Active tab of instance is not found?

    I'm getting this alot when running multithreads. Doesnt seem to happen in single threaded. For instance I have 50 templates to run. doing 5 threads. It starts off good all instances loading but after a while 3 or so dissappear and I just keep getting errors with that message Active tab of...
  29. H

    What setting controls the instance timeout in poster?

    Sometimes the flash uploader hangs for some reason and it halts that instance indefinitely. it seems to eventually timeout after a few minutes. but how do i make it timeout quicker? Hmm i suppose its better not to as then it would be timing out even on templates when there is not error? is that...
  30. H

    How can I shortcut copy and paste of username and password etc when recording?

    I don't mean in the template I mean when you are recording and you have to intially input the data. I want hotkeys for common things like username and password. I found a program, autohotkey which uses the send function. I was really pleased I'd found a solution, as I was testing in notepad...
  31. H

    Text presence check shows false positive...

    I have a few templates which will find the text even when it isnt visibly showing on the page. The checks are supposed to halt completion of template until the upload is complete but since for some reason the text is being found before the success page shows the uplaods are being interrupted...
  32. H

    How do I keep relative files paths while also seperating files?

    i need to use relative paths {-project.directoy-} but also want to keep files seperated. i have tempaltes in a folder where some are completed and some are not. i was moving the completed files to a new folder and using long directory path but now i realise i need to move the files back and...
  33. H

    Skype group details again please

    I deleted the group and now would like back in but dont have the details. I had been relying solely on bigcahones but he isn't around so much these days or got fed up with my questions :P reply or pm please the details.
  34. H

    Timeout problems uploading only in poster?

    The projects run fine in debugger but there seems to be some timeout override in poster... I haver set the tab timeout in the templates to 600 seconds since some templates the page will be on 'loading' whilst the file uploads. This doesnt seem to matter in poster tho and they keep timing out...
  35. H

    What do I do when 'files for upload' doesn't register?

    Im making templates for uploading videos to different sites. Sometimes when I click on the browse upload button on the site zenno doesn't register it so it messes up the whole template since I don't know how to build that manually with action builder. Please tell me how.
  36. H

    Can anyone figure out how yahoo detects zennoposter being used?

    I couldnt figure it out. If I make an account manually in my browser in yahoo uk I can make one account without needing captcha. If I try in zenno it always flags it somehow. I tried making pauses between each step to emulate human usage but its still gets flagged. What else could it be?
  37. H

    Any ways around email creation proxy/captcha issues?

    Im stumped. I wanted to make a bot just to make a few dollars here and there but the f'in captcha costs destroy me. Using public proxies, I get only 1/5 success. If the proxy works then it shouldnt be a wasted captcha but somehow Im still using up like 5 dollars of captchas for only 5 dollars...
  38. H

    How can I highlight all text in text field?

    I was told id have to do a c## thing for that. but i know nothign about that shit. I was told that this info is on the forum but i search and couldnt find that shit. I have a text field which i want to first delete the data in the field (email replies)before putting my own text in...
  39. H

    why did text presence check suddenly stop working?

    i spent all day doing lots of presence checks then just at the end when im pleased with my templates after debugging it suddenly randomly decides to stop fidning the text when it had been working flawlessly all day. I tried doing DOM and source and still the same. Then I reload zenno, it...
  40. H

    page keeps reloading causing zenno to wait for way to long

    The page seems to keep refreshing for like over 2 minutes before i can go to the next step in debug. it isnt loading anything new so how can i stop this from happening? i tried taking out flash but it removed the messages i want as well. i also tried taking out the other two...ajax and...
  41. H

    how do parse text with regex in mp4?

    i see the html thing to grab the text... i made a regex in the regex builder... but dont know where to put it so itll regex the text i grabbed.
  42. H

    Is there a way to avoid the website interface altogether?

    I find it really irritating when making web2.0s that I always spend most of my time trying to find where the submit buttons are and stuff like that as every web2 has some stupid flashy design and they hide their buttons in diff places. Can you somehow take the source code of the webpages and...
  43. H

    Stuck removing whitespace form articles in zenno

    Im making something to scrape artciles and rearrange the paragraphs so they are random. The way I did it such that there wouldnt be repeats causes there to be alot of whitespaces and '.' in the output. Here is an example: So how do I get rid of the dots and the whitespaces. Ive been having a...
  44. H

    Couple of issues from web2.0 sign up attempts

    I was just trying to program some web 2.0s and came across a cpl of issues for different ones. For multiply when I came to do the captcha recognition they seem to have made it so captcha is not one block to recognize but lots of small ones. I am guessing this was deliberate to deter...
  45. H

    Can I start debug from a certain point in the project?

    It is a nuisance to have to go through the whole debug process again from the start when only one thing is not working. So can I get it to resume from the point that is causing problems somehow?
  46. H

    What to do when debug 'halts' and doesn't complete a step?

    At the moment it seems to be happening right where it loads the webpage. I look in the browser instance and can see the webpage loads however debug's 'next' button has stayed greyed out for over an hour now as I left to do other things and still grey. So what do I do here? I tried...
  47. H

    HTML element isn´t found, according to the search criteria

    Ok so I find my template throwing that same error message for the same id each time but I am not sure what to do about it. Bulldozer mentioned increasing search criteria to make it universal. How do I do that? I had a quick look in the manual but didn't see anything.
  48. H

    Can I get the poster to resume from the place it got stuck?

    If a template screws up part way through a loop of say ten currently I'm having to do the rest manually. I thought the attempts option might be what I was after but this only starts the template back from the beginning. Can I get it to either retry or resume if it fails at a certain step (I...
  49. H

    What to do when action recording doesn't pick up a particular click/action?

    It seems to only be picking up clicks when it 'feels like it' and about 25%-50% of the actions I'm recording are getting missed. So what do I do? Presumably there is a manual way to do it when these steps get missed? I notice in the cases when it doesn't register the blue outline is missing...
  50. H

    Link click errors, how do I make them universal?

    Link click errors? I am submitting links for indexing to my own wp blogs. I setup a template for one blog and it seems to work 90% of the time but every so often I am getting: HTML element isn't found, according to search criteria. Bulldozer told me briefly over skype I would have to...