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

  1. bigcajones

    How can I connect to a database using Project Maker?

    Aleksandar is right. When connecting with remote databases it is easier to use a simple php page.
  2. bigcajones

    ZennoPoster 5 New build 5.1.2.0 (27 Feb 2014)

    Thank You:dm:
  3. bigcajones

    why I can not read data more than 20 records by list or table.

    Again, it is just a representation of the list or table. A preview. :bd:
  4. bigcajones

    ZennoPoster 5 New build 5.1.2.0 (27 Feb 2014)

    Browser engine? :de:
  5. bigcajones

    How can I connect to a database using Project Maker?

    Did you remember to turn on your Wampserver? lol. Done it plenty of times.
  6. bigcajones

    how can i get access to list objects from javascript?

    You can just use List processing action for this. No need for javascript. It is memory intensive.
  7. bigcajones

    Combine two lists

    2 lists bound to the files. Take a line from each and combine them to a new list. {-Variable.var1-};{-Variable.var2-}. With delete of course
  8. bigcajones

    how can i use a variable as value in a 'action property'?

    Don't put quotes around it. Just use the variable and it should work. One thing that will always help is using regex as a match depending on what the variable value is. Also with youtube, set the document address to -1.
  9. bigcajones

    Project maker cant be stopped when entering long text

    Not a bug. PM won't stop the action if you press Stop. It will continue running until the complete action is finished.
  10. bigcajones

    how to find a way .we can know how much post links in forum

    First, you may have to make a separate template for each forum platform and instead of using the action designer, just scrape the main page for post links and put them in a list. Take each link from the list and visit that page and insert your post. Again, each forum platform will have different...
  11. bigcajones

    Match # and List Crap

    Thanks.
  12. bigcajones

    Match # and List Crap

    The dropdown only says Last and Random. Didn't know. Just seems that the match # would go in the match # box.
  13. bigcajones

    Match # and List Crap

    When is this going to be fixed? :aq: We've only been asking forever to be able to do a regex and choose a match # to be put into a variable and not a list. PLEASE! :dy::dy::dy::dy::be:
  14. bigcajones

    Рандом или не рандом.

    old school: Bo:
  15. bigcajones

    {-Project.Directory-} в коде C#?

    Sorry, works for me.:cb:
  16. bigcajones

    Не могу продать Zennobox по скидке за 2$???

    Добавить все ботов zennobox. Возврат как шаблон уже проданы. Затем добавить все шаблоны вместе на адрес электронной почты клиентов. $ 12
  17. bigcajones

    Thank God For Chrome With the New Forum

    I guess the forum has gone all Russian now? If it weren't for Chrome the English crowd would be lost on here.What's up with that? I like the new look and everything, but I like FF browser best. p.s. Where are these damn awards that I've earned. Can I trade them in for cash? ;)
  18. bigcajones

    {-Project.Directory-} в коде C#?

    {-Project.Directory-} является макро поэтому он не может быть использован в качестве переменной.
  19. bigcajones

    {-Project.Directory-} в коде C#?

    string directory = @"{-Project.Directory-}";
  20. bigcajones

    Ranges not Working with Tables?

    Maybe try something from this page...
  21. bigcajones

    ★★★ Order ZennoPoster templates ★★★

    All for $3? :p Seriously, good luck with your sales Indy. :beer:
  22. bigcajones

    Delete empty lines snippet not working

    Your code is wrong. {-Project.Directory-}Accounts.txt cannot be a variable so you can't call it in the code. You could have it as... string path = "{-Project.Directory-}Accounts.txt" or set it as a project variable in a previous Variable processing action. If you do that then you should use...
  23. bigcajones

    Email question - Possible to send from within ZP?

    http://zennolab.com/discussion/showthread.php?10873-Send-email-with-C-macro&highlight=send+email+c%23
  24. bigcajones

    How Can Zenno Download this?: Form Submission Download (Not Direct Link Download)

    did you try Browser Settings=> Download to and put a path to download the file?
  25. bigcajones

    what can we do by "Stick to Captcha"

    Stick to captcha is where you have a captcha image that is made up of multiple images. So when recording, you would right click on the first image and choose 'Stick to Captcha'. Then do second image the same. And so forth until the whole captcha 'image' is captured. You can also look for a div...
  26. bigcajones

    File.GetLines

    Yeah, but I had problems because of the results. Had to use string[] not string. Other conflicts also. This works... IList<string> list = project.Lists["List1"]; lock (SyncObjects.InputSyncer) { string[] result = FileSystem.FileGetLines(@"C:\images\failed.txt","0-10",true,false); foreach...
  27. bigcajones

    File.GetLines

    I got it, never mind.
  28. bigcajones

    File.GetLines

    How to use Range in File.GetLines macro?
  29. bigcajones

    Вычесть из одной даты другую - как получить разность в днях?

    DateTime now = DateTime.Today; int year1 = Convert.ToInt32(project.Variables["year"].Value); int month1 = Convert.ToInt32(project.Variables["month"].Value); int day1 = Convert.ToInt32(project.Variables["day"].Value); DateTime check = new DateTime(year1, month1, day1); TimeSpan interval = check -...
  30. bigcajones

    how to get A newline

  31. bigcajones

    Mr. bigcajones,Can you write a Regular expressions for seaching pinterest.com activat

    If he wasn't already confused...
  32. bigcajones

    Ii this a bug?

    ;)p
  33. bigcajones

    How to upload an image on Gumtree?

    Nitin, I tried but I think the browser engine being old is causing problems. I couldn't get it to bring up the file input box by physically clicking on the button. I know it is flash, but flash can be handled. Maybe not by this version of the browser engine.
  34. bigcajones

    why is only 0 and -1 document

    You need to learn about DOM. Consider a webpage as a document. There may be more than one address(area or section) on a webpage which are tagged by an opening arrow(tag) and dashes, the document address and then a closing tag. Your search above doesn't show the webpage, just a search of a...
  35. bigcajones

    Шаблон запускающий другие шаблоны. (C#)

    This should work... var searchName = project.Variables["site"].Value; var searchResult = false; // get the task list from the ZennoPoster var tasks = ZennoPoster.TasksList; foreach (var tsk in tasks) { // loading Xml documnt with task content var doc = new System.Xml.XmlDocument()...
  36. bigcajones

    i do not understand executed here

    When debugging it will show you what the value of your action really is. So instead of {-Variable.email-} if you press the Executed button you will see the actual email address
  37. bigcajones

    The difference between interhtml and outerhtml

    Think of innerhtml as the element properties between the tags and outerhtml as the tags and the element properties.
  38. bigcajones

    I do not understand "optional action"

    If the action can't be completed successfully, it will be skipped instead of the template stopping.
  39. bigcajones

    Mr. bigcajones,Can you write a Regular expressions for seaching pinterest.com activat

    You can do it two ways. 1. Do a nested regex. First regex to get the block of text that contains confirmation link (?<=Confirm\ your\ email)[\w\W]*(?=Confirm\ Email) Then regex out the actual url (?<=<a\ href=").*?(?=") Then put the resulting variable into a Go To Page action...
  40. bigcajones

    How could resolve this problem

    Download zenno from dropbox link.
  41. bigcajones

    Mr. bigcajones,Can you help me?

    You would have to have a regex that would include all of the activation links or your KEYWORDS in a text file separated by a pipe(|). So as an example you would have activate|verify|V| but don't know if that is going to work for you because when you download the emails with the code I gave...
  42. bigcajones

    ZP- in option "Show", track only one template

    There is, you have to right-click on the template name itself and not on the big Show button at top.
  43. bigcajones

    Is this a zp5 bug?

    If you build your own regular expression to find the email message, and you press OK, there will be nothing in that box. When you press complete and open the email processing action again, the regular expression should be inserted. I always copy my regular expression to a notepad file or...
  44. bigcajones

    Is this a zp5 bug?

    I don't think there is any way you are going to get that to work without deleting the first confirmation link they sent you. Did you press Resend confirmation link on wordpress because they usually only send you one. One WP account, one email. Here is what your email confirmation should look...
  45. bigcajones

    Convert 2 lines of Php to Zenno C#

    Here is the Signed for everyone that needs it. You will have to regex out of the result what you need like PA and DA. You will also need to add references to System.Web and System.Security to your GAC. string proxy = project.Variables["Proxy"].Value; string memberID =...
  46. bigcajones

    Convert 2 lines of Php to Zenno C#

    Stroks, what API is this for because I might have it encoded in C# already. Is it for Moz? Twitter?
  47. bigcajones

    How can I connect to a database using Project Maker?

    Use C# code for it. Download the .Net Connector and install. You will need to reference the MySql.Data.dll that it installs in the GAC. Then to connect, throw this into a C# action.... MySql.Data.MySqlClient.MySqlConnection conn; MySql.Data.MySqlClient.MySqlCommand cmd; string...
  48. bigcajones

    why receive email can not work

    Just to let you know, there is no more Hotmail. Everything is Outlook. Even your old Hotmail accounts will be Outlook now. And your settings for Outlook should be imap-mail.outlook.com with a port of 993 and Imap chosen in the dropdown.
  49. bigcajones

    why receive email can not work

    What settings are you putting in there? Make sure your POP or IMAP settings are correct.
  50. bigcajones

    Gmail annoys me, am I doing it wrong ?

    I use Outlook for that.