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

  1. bigcajones

    If the blog platform does not support HTML editor, how can I insert link?

    Have you tried? There are a lot of sites that don't have html editors that when zenno pastes it in there it will show your post like it should. What platform are you talking about so we can take a look.
  2. bigcajones

    Logical IF - combine many variables?

    You don't really want to use count.rows. You will pull line from list and if the list is empty then go off of unsuccessful exit. If you want to check if the row count is empty, then you would have to do a logical IF for each of the list actions because they are three different variables. Here's...
  3. bigcajones

    Logical IF - combine many variables?

    Your gonna get an empty list error before you get to the logical IF. What you need to do is to go off of the unsuccessful exit (red dot) of the list processing to an action that you want to perform if the list is empty.
  4. bigcajones

    Is This A Bug In Cookies?

    I noticed when running a HTTP template that was always failing that the value of the variable is not inserted into the cookie while running the template. Could this be the cause of the account not registering? http://screencast.com/t/0QGwzexe4Lh
  5. bigcajones

    Can't Get Proxies To Work

    Pull them from a file into a list and use them that way. We've been doing it like this since the dinosaurs because Zenno spits them out randomly.
  6. bigcajones

    debug doesn't stop "loading" with private proxies only

    Also in the busy status, make sure you check the 'ignore GET/Post requests'
  7. bigcajones

    debug doesn't stop "loading" with private proxies only

    You can try turning off scripts so that the ads don't take up load time or you can use a tab timeout setting and change it from 60 to 10 or so and see if that helps.
  8. bigcajones

    New build 4.3.7.0 (17.01.2013)

    Okay, I tried a sample on the page and got an error. Error in action "CS0103" "The name 'Emulator' does not exist in the current context" в строке "string result = Emulator.ActiveWindow("First window"); What do we need to add?
  9. bigcajones

    New build 4.3.7.0 (17.01.2013)

    Thanks Shade. Now that wasn't so hard. I was looking in the macros part and couldn't find it. You are always a great help.
  10. bigcajones

    New build 4.3.7.0 (17.01.2013)

    http://www.youtube.com/watch?v=a2AGRYwyUqU Something like this.
  11. bigcajones

    New build 4.3.7.0 (17.01.2013)

    Where are the commands? Where is the documentation? Sending us to a the page you listed does nothing for us. Give us some examples on how to control our cursor and open up programs like windows automation should. This doesn't help us one bit especially us carpenters. Not all of us are programmers.
  12. bigcajones

    New build 4.3.7.0 (17.01.2013)

    SWWWWEEEEET! :cool:
  13. bigcajones

    Future addons, if possible

    It would be nice if Zenno would follow suit of their competitor and allow Windows manipulation and then we wouldn't need sikuli to run bluestacks or other desktop programs.
  14. bigcajones

    is there any way that can take a line from a string and delete that line?

    Sure, use Replace in the Wordprocessing action.
  15. bigcajones

    OMEGLE HELP PLEASE

    Something simple like this?
  16. bigcajones

    Reference library c#

    Decaptcher.dll is included with zennoposter is it not?
  17. bigcajones

    Tutorials

    Maybe this will help you then if you are a programmer... http://help.zennolab.com/en/v4/zennoposter/macros/4.3/webframe.html. Or possibly this...http://wiki.zennolab.com/doku.php?id=en:zennoposter:macros-documentation
  18. bigcajones

    Urgent-Insert text with in the paragraph tag

    Why does he need c# for this? You and I both know that this can be done without being a programmer. http://zennolab.com/discussion/showthread.php?8671-hectic-problem-help-needed&p=49627&viewfull=1#post49627 Use unsuccessful exit or optional for the actions. C'mon, we've been doing this for ages.
  19. bigcajones

    right click with mouse emulation

    Solved it for him.
  20. bigcajones

    BIG TIME Problem With Thread Count: Please Look

    That's ridiculous. I can get 100 threads on my dual core 2.77ghz at the house. That machine you have there should be spitting out over 200 at least, one would have thunk. I'm not updating until they can get this kind of thing fixed. I like the addition of the C# modules in the newer builds, but...
  21. bigcajones

    hectic problem - help needed

    Okay, first the captcha problem. Record a page that does have a captcha. Then when the template gets to that point on a site that doesn't have captcha just go off of the unsuccessful exit (red dot) to bypass the captcha or you can set the captcha as optional by right clicking on the action and...
  22. bigcajones

    urgent-finding an element

    The IF is a javascript conditional statement. If something exists on the page => then do something, if not then do something else. You need to use regular expressions (regular-expression.info) to find out if the element is on the page, save it to a variable and then use logical IF to check for...
  23. bigcajones

    urgent-select random anchor tag

    use action designer and choose outertext as search criteria and forum as match with match #0 and text as match type
  24. bigcajones

    how can I make a zenno template that works on multiple sites

    Hit me up on skype sometime and I'll try to help you out. You can't just explain it in writing because it would take a book to do that. You can use Intellisearch and record 10-20 sites to see if they all have the same forms in common. Put your urls in a text file, pull the first one and delete...
  25. bigcajones

    Project working perfect in ProjectMaker - not working in Zennoposter

    Hmmm, maybe you should send it to support to look at or I'll take a look if you don't mind. And you tried restarting MP of course?
  26. bigcajones

    Project working perfect in ProjectMaker - not working in Zennoposter

    What site are you working on? Does it navigate from one page to another? If so, do you have pauses in your template to allow site to fully load element? Is the document address for the element dynamic? What error are you getting in the log?
  27. bigcajones

    Proxy support for email processing

    If you use hotmail or some other provider besides gmail there will be no problem. Hotmail will let you have unlimited accounts from one IP. You just can't create more than 3 from the same IP on the same day. I have created and used 10's of thousands of email accounts and they are still good to...
  28. bigcajones

    Spintax Error....

    Some weird Canadian shit going on there eh? I tried it, pulled your string from a file, spun and split it and I got the correct answer which is <font size="4" color="530033">Get This</font>. Maybe something got screwed in the code when you saved the template. It has happened to me before where I...
  29. bigcajones

    Problem with Variable that is received from Email Action.

    I'm still using 4.3.0, but what I suggested works in it. Maybe in the new build it doesn't. Try this and let me know...
  30. bigcajones

    Problem with Variable that is received from Email Action.

    You can always do a Word processing replace before saving to file and replace the {-String.Enter-} with nothing
  31. bigcajones

    Click on specific list of elements one by one.

    The problem may be in the fact that the variable contains characters that cannot be used as a file name....ie \ / : * ? < > |
  32. bigcajones

    HOW do i gather ids off of pages?

    Hit me or Dejan up on skype: iamthedarkwiz or dejan.jugovic1 and we will help you out.
  33. bigcajones

    HOW do i gather ids off of pages?

    Save the ID's to a list and remove duplicates. The list should be bound to a file so that the old ID's will be available to check against
  34. bigcajones

    Optimization of debugging and recording project.

    Do I need to whip out my Ub__t to show you what we would like... :D I agree with HB that would be perfect. To be able to debug until template stops like in CC and then continue recording from there. It would be quick and easy to test different sites with the same platform if we were able to do...
  35. bigcajones

    Can't Load Profile

    Try doing it on zennolab.com/discussion.
  36. bigcajones

    Memmory Issue

    Doing loops is not a good idea because of the issue you are facing. It would be better if you used different threads for all the posting and save your profile so that your cookies will be saved with it and you won't have that problem.
  37. bigcajones

    Have issue on running same template in zennoposter.

    Are you running with proxies in the poster? Have you set the form # to -1 to find element on whole page? You may be running into dynamic document addresses and not seeing it in debug. Is the script # something like0;0 or 0;_1?
  38. bigcajones

    MUST HAVE Table Processin/List Processing/Write Text Synchronised

    He's talking about the checkbox at the bottom of save to file where you append a blank line to the file so that you don't end up with... username:passusername:passusername:passusername:pass when saving your text. He's not talking about trying to save an empty string to file. Who would do...
  39. bigcajones

    Filtering & choosing random search results?

    The problem with your logic operation is that you have both actions following it coming off of Successful Execution. If there is an action attached below another one like you have here with the goto ebay, that is a successful exit. You also have a successful exit coming off of the logic branch...
  40. bigcajones

    Proxies not working in Projectmaker - ZennoPoster v4.3.6.0

    private proxies need to be in the form of user:pass@ip:port for zenno
  41. bigcajones

    Set Proxy wont work - Would love some help

    Proxies for zenno have to be in the form of user:pass@ip:port
  42. bigcajones

    Filtering & choosing random search results?

    Save your results to list. Then do list processing and get row count. Then logic branch if row count < specified amount do something else. If more than specified amount another list processing and pull random line from list.
  43. bigcajones

    Bulk Email Processing

    Here's a free sample of it for you. The email and wordpress site will cost you dearly though. :p And just to show how it can be done, the table is named Tabl1 and lo and behold it still works! Imagine that.
  44. bigcajones

    Bulk Email Processing

    No typo if you name your table Tabl1
  45. bigcajones

    Newbie needs help please. XML file

    Here, maybe this will help you learn a little faster.
  46. bigcajones

    Newbie needs help please. XML file

    XML templates are for version 3. If you want to use it in MP then when you go to open it, hit the down arrow on the popup and choose v3 template and it will convert it. http://screencast.com/t/tncoXLaGSyT
  47. bigcajones

    Getting Content frm Multiple Txt Files

    You can use wordprocessing to do it either way. If you want to save the title as a variable, use regex in the word processing action and use FIRST as the match. If you want to save the title to a list, use ALL as a match. http://screencast.com/t/SiM2KgaHB -List...
  48. bigcajones

    Make several replacement

    Here you go Jen, the replacement string can't be a space. You have to use {-String.Space-}b in order for it not to fail on you. You can use spaces after letters in the replace function but not at the beginning.
  49. bigcajones

    problem with accents

    Well why doesn't Zenno MP save files in utf-8 like it did in version 3. Did you guys miss something?
  50. bigcajones

    [SOLVED] tables from files, only the first 14 lines loaded

    That table view is just a preview of what your table looks like. All your lines will be added believe me.