Недавний контент termi

  1. T

    Saving web page as PDF

    is it possible to save webpage as PDF? basically what i want to do is same as pressing right button and clicking "save as pdf" like on fallowing image
  2. T

    How to stop zenoposter form using whol RAM

    In case of this screenshot it is webarhive. But for this 24/7 project are just majestic API and Goodady api. But in this case problem is large amount of Data. I split XLS files for smaller files so they are essayer to handle but i still have 6GB data of just excels from 1 week of work and i do...
  3. T

    How to stop zenoposter form using whol RAM

    How can I make so zenoposter stop using whole RAM on my computer, i have 32GB ram and after couple hours of zenoposter working only with 5 threads it looks like this: I'm working on project in which zenoposter would have to run 24/7 and i can't go and manually restart it every hour.
  4. T

    Copy visible text

    I want too copy all visible text to variable basically same think that would happen when you press Ctrl + A and Ctrl + C. Get text from data action won't work becos it copy a lot of crap like comments or some styling. I did try also article extraction but it take too long and is very...
  5. T

    Can't process text from variable in c#

    Thank you it worked
  6. T

    Can't process text from variable in c#

    Thx, also if there are some other way inside zenno it will work too
  7. T

    Can't process text from variable in c#

    No that's not a problem variable name matches
  8. T

    Can't process text from variable in c#

    I try to process variable with Unicode and decode it to normal text using C# module. When i'm using text like that it works perfectly string text = "Some string that I am using but Poacher\u2019s shows unicode!"; byte[] textBytes = Encoding.Unicode.GetBytes(text)...
  9. T

    Decoding Amazon API output

    I'm getting in API output encoded characters like \u2019 \u2013 ect. Can i use URL decode text processing module to decode them to normal text? If yes which encoding should i use to do so?
  10. T

    Get reqest Godaddy api

    thx i had too also change data/type for other and "application/json" but it works
  11. T

    Get reqest Godaddy api

    I want to request bulk domain avability from godaddy API but I cant figure out how to make it work. Here documentation https://developer.godaddy.com/doc/endpoint/domains#/v1/availableBulk I post too fallowing code in post field: curl -X 'POST' \...
  12. T

    How to Integrate Zennoposter Wordai?

    Any idias on when it will be fixed?
  13. T

    How to put files on phone

    How to put files on phone from my local computer so I can use them in aps?
  14. T

    c# windows task monitoring problem

    Hi I try to create bot that would list all processes in windows so i can check if evrything is runing corecktly. I use c# code bellow. using System.Diagnostics; Process[] processlist = Process.GetProcesses(); foreach (Process theprocess in processlist) { Console.WriteLine("Process: {0} ID...
  15. T

    Anonimity Problem

    I try to create account creator for one website but some how it detects that I'm returning user it allowed me to register first account then i get error that i have already account. I obviously clean cookies and cashes but it dose not work i use different private fully animus proxies each...