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

  1. drvosjeca

    How to insert a empty space between letter? and how to use space replace letter?

    my guess would be that question was about using replace with zenno... :D this is what you use for replacement with space {-String.Space-}
  2. drvosjeca

    Parsing HTML Tables into a csv file?

    if you wish to avoid using regex for every single cell... than what you need to do is use regex to extract complete table, and than just use replace in order to replace <tr>,</tr> with nothing, and to replace </td>,</td> with some delimiter which you wanna use in your csv file... That should be...
  3. drvosjeca

    how copy data from list to table

    that error happens if you didnt define separator for table usually... you dont need to use write to cell, use Word Processing --> To table and everything will work fine
  4. drvosjeca

    Assign several regex results to a variable & not list?

    just write all results to list and in next step use list processing and select "Merge list items" and set variable. This will put all that is found in list to single variable
  5. drvosjeca

    [SOLVED] Anonymity problem

    Yeah... problem is that even when you use proxy your TCP/UDP is not hidden with zenno... and that is whyt is getting our ass kicked-out from many websites :D
  6. drvosjeca

    Getting Variables from Single line in file

    in my case I almoast never care to which line is data written... I pull data on random to leave less footprint, and if im after something explicit, than I just put macros with regex to use...so it really doesnt matter in which line data is located...and that is only thing that you can say is...
  7. drvosjeca

    Getting Variables from Single line in file

    hahahaaaa... did you ever test table processing at all??? It is always writing data to last line if you didnt notice! :D Beside, who cares even if that wasnt a case, he asked about pulling data in, not writing, and if you like list processing so much, you can still ad it at the end when you...
  8. drvosjeca

    Getting Variables from Single line in file

    I dont know why should you even think about using list processing or regex like HB suggested... most basic solution is to use table processing and get those variables straight away from it... check it here: http://www.youtube.com/watch?v=ibaRVMcyYf4
  9. drvosjeca

    how delete empty rows in the list

    you are off-target completly... \n means next line, which is basicly ENTER and you wont solve nothing with it... If you wanna go into details, than you rather set other regex for filter, one with square brackets :)
  10. drvosjeca

    Proxy support for email processing

    I agree with Clint on this one, there is no need for using proxy when it comes to email processing. I have so many hotmails, and gmails, and im switching ip's all the time, but i never had any issues with email processing. Even when i do some stupid stuff from my home ip, email processing itself...
  11. drvosjeca

    [SOLVED] Anonymity problem

    This is all true, zenno is not covering our ass like it should when we use proxies... Im paying for elite proxies, and they work like they should with all other tools, but like you mentioned, in zenno I get this error saying "we can not serve your request...blah blah blah...". So please take...
  12. drvosjeca

    ZP thread count

    yeah, I mentioned this before in one thread, and this is something i also see all the time...
  13. drvosjeca

    Ability to fill forms while captcha is sent to recognition.

    there is no point in doing this because your captcha might return error, and filling in form is fast enough (if you dont use keystrokes emulation)... In the end all you save is maybe 1/2 of second :)
  14. drvosjeca

    [SOLVED] Opposite of check text presence?

    you dont need switch, simple if is enough...All you need is to use negative exit on your if statement... so this means that you check for text with simple '{your variable}'!='' ...if text is there continue with work, if not you connect negative exit (red dot of action block) back to start or...
  15. drvosjeca

    Click on specific list of elements one by one.

    first of all if you wanna get all results that match your regex, you need to remove that atribute with innertext... what you have set there now is to look for both parameters match (both have group 0)... It would be other case if innertext atribute had group 1...but it is still beter to remove...
  16. drvosjeca

    Is it just me that thinks this?

    ah ah... A lot of guys can do it :p same here :D
  17. drvosjeca

    Is it just me that thinks this?

    Well... this is not only shady thing which is related with gmail template...all started earlier when guy wanted to sell his gmail template (I think it was "icebox", not sure) and few of us, including rostonix himself told him that selling the source would not be smart, it is better to sell...
  18. drvosjeca

    How to post on ggl +?

    No problem, im glad we solved it ;)
  19. drvosjeca

    How to post on ggl +?

    ping me on skype and i will take a look at it
  20. drvosjeca

    Optimization of debugging and recording project.

    yeah, just dont make it for every selection because things like outerhtml can have huge chunk of code in it, and it woud not be smart to get it autopopulated like that :D
  21. drvosjeca

    How can one upload a video to youtube?

    here you go:
  22. drvosjeca

    How can one upload a video to youtube?

    im not sure what are you doing, but i just tested it, and it works fine... http://www.youtube.com/watch?v=ySWGCmcxzGM did you use mouseover first before clicking on upload?
  23. drvosjeca

    How can one upload a video to youtube?

    first you need to set file for upload then just click on that field, and you are done... it is same as i explained in this video: http://www.youtube.com/watch?v=_psKZ99ZJCQ
  24. drvosjeca

    Optimization of debugging and recording project.

    Another thing I would like to see is that when you wanna edit something like table processing, list processing or specially C#... It would be great if these windows could be resized, that is specially useful for C# action block... this way for example you have a lot of code, or you need to sort...
  25. drvosjeca

    Optimization of debugging and recording project.

    What I would like to see for debugger is same as HB mentioned, but I also have one great suggestion for recorder... It would be nice if we could right-click in field or on element we are searching for and select show in "element tree"... to make it work like firebug extension for example because...
  26. drvosjeca

    Can't Load Profile

    Profile saving doesnt work on every site... You can save it, but it wont work when you load it
  27. drvosjeca

    MUST HAVE Table Processin/List Processing/Write Text Synchronised

    My point here was that things would be much easier to deal with if simply lists and tables would recognize empty line at the end, and remove it or something because not only "write text" action can be the one which is causing troubles, sometimes you edit text file manually, and you just click...
  28. drvosjeca

    MUST HAVE Table Processin/List Processing/Write Text Synchronised

    Are you serious??? When you have a project where you are generating files based on url/title/name...or whatever... it is easier to use Files action, but to successfuly add data line by line, you need to add line break at the end. Files get all formated nice as they should be, and line break is...
  29. drvosjeca

    MUST HAVE Table Processin/List Processing/Write Text Synchronised

    rostonix that is not the point of this discussion!!! We all know about that option, but try using it in real life and see what you get in file then when you are adding line by line...
  30. drvosjeca

    How to edit Theme in Tumblr

    why dont you make temporary solution like i would make in this case... 1. Emulate Click in HTML CODE field 2. Use keystrokes emulation for RIGHT and BACKSPACE to delete some crap of content 3. Use Get to grab the code from field 4. Use IF to see if string you get is empty 5. If string is not...
  31. drvosjeca

    How to edit Theme in Tumblr

    CTRL+A, CTRL+V or not...who cares, problem can be solved even without that :D
  32. drvosjeca

    MUST HAVE Table Processin/List Processing/Write Text Synchronised

    First of all that is not what im talking about, and we all know that there is always some workaround (which im already doing)... but what else could we expec from you?
  33. drvosjeca

    MUST HAVE Table Processin/List Processing/Write Text Synchronised

    Hi It is REAL PAIN IN THE ASS that when you for example use "write to txt" action, and add empty line at the end...and later you try to use that file with table processing or list processing, you still get error saying that file is empty, but it is not!!! Could you please already make this...
  34. drvosjeca

    Unable to Post To Wysiwyg in Wordpress.com

    Element tree is your answer, and you can learn more about it on this video tutorial i made: http://www.youtube.com/watch?v=y5t2OA-RXQg
  35. drvosjeca

    Bulk Template Locking Addon

    Hi Could you guys maybe make some addon or something that would give us an option to delete all user emails (except our) and import new emails and protection settings into all templates from particular folder. This way we could easily have list of our buyers, and just import users that can use...
  36. drvosjeca

    Getting Folder's Path.

    you guys are soooo funny :D just get the file path of file which is located in subfolder, and regex it...
  37. drvosjeca

    I can't able to Select Drop Down Box Item.

    That is easy to solve with keystrokes emulations if nothing else... Just use mouse click emulation to click into comment field, use keystrokes emulation for commenting, than TAB, DOWN for selecting the option...and that is it and one more thing... your template will not work because you set it...
  38. drvosjeca

    Page Rank 2 Squidoo Lenses For Sale - Great for Backlinks and Making Extra Buck

    Hi all, This time it is something different... I would like to offer you few squidoo lenses which I have for sale, and all of them are PR2. This should be great for some backlink building or even making some money with Amazon sales. All of these lenses are in motorcycles niche (harley...
  39. drvosjeca

    Reset Instance Branche

    yeah, i know about this, but sadly this wont work in every case scenario, and it takes a lot of work to implement and cover all possible situations, specially when all is done in multithreading, and when things like facebook are iframed into other sites... Thing is that memory building is still...
  40. drvosjeca

    Remove automatic ''Clean Cookies'' Action

    there is a way around it, but still, it would be good to remove it... What i do to avoid cleaning cookies when wanna continue from where i left is pressing Pause, and than opening popup, and just closing it straight away... This way you will create new actions group without cleaning cookies...
  41. drvosjeca

    Reset Instance Branche

    Im not sure that you quite understand things here... Sometimes we just need loops inside of the template, and not executions!!! Why??? Because like in case when you are using Facebook in order to mass Like... if you continue login/logout...which is your instance execution count... sooner or...
  42. drvosjeca

    [SOLVED] POPUP BLANK when it should not be

    yeah sure... bread is already made in bakery, but i can not buy it untill it gets to the store, where im already waiting in line to get one and eat it!!! Next year car model is already made, but i can not buy it now and enjoy the drive!!! House is built, but I can not live in it untill I pay for...
  43. drvosjeca

    [SOLVED] POPUP BLANK when it should not be

    guys... Dont you understand what word "SOLVED" means??? ... that is not the future prdeiction, it is present state!!!
  44. drvosjeca

    Poster Thread Setting

    I tested it few times and i got this error... now i cant give any more details because i have un-installed it once i saw popups are not working fine.
  45. drvosjeca

    [SOLVED] List Processing Issue Still Here

    im using list processing to add line to list, and later to pick random line from it...
  46. drvosjeca

    Poster Thread Setting

    I set template to run on 4 threads, but it is runing 8 instead! Settings are all fine, same as i had in V 4.3, but it is not working fine in V 4.3.5
  47. drvosjeca

    [SOLVED] POPUP BLANK when it should not be

    When im on specific site, and click on button...new page is opened in popup, but all i get in V 4.3.5 is BLANK page... This worked fine in V 4.3 !
  48. drvosjeca

    [SOLVED] List Processing Issue Still Here

    here we go again... Well this is getting quite frustrating already, simple thing as list processing is not working in poster, but it works fine in debuger!? In this example im not using any file to load from, im simply sending simple text lines (just 2 words, which are fix, no regex, no...
  49. drvosjeca

    [SOLVED] Keystrokes Emulation Problem When running Multiple instances

    he ment base, under settings, but that makes it eat shit load of ram... so not really useful :D
  50. drvosjeca

    [SOLVED] Keystrokes Emulation Problem When running Multiple instances

    you are one weird guy rostonix... first you agree that this is pain in the ass, now you say this is how it should be!!! Which one it is now?