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

  1. PHaRTnONu

    How to find an element on the page that changes all the time?"

    1. "I'm looking for its element" Wich element? there are hundreds? are you looking for ONE particular one? which one? 2. Please provide screen shots, we can not read your mind. you are providing nothing we have to work on. In all fairness you should look into firex to find your element, this...
  2. PHaRTnONu

    2 Table process issue's

    Ok ive TRACED & scaled back bit to see wtf is going on/wrong apparently i can not call the google sheet cell data? I can search it sure, but i have NO idea why i cant call the data in the cell's If some one could explain what is wrong here // define a dictionary to map the Zenno Poster...
  3. PHaRTnONu

    2 Table process issue's

    ive been through so many iterations i feel like im going insane, I legit Cant get this to work, i also cant itterate ColumnCount (or even ColumnName) Which MAKES ZERO SENSE because i an using the linq Direcetive..... anyways, this is the latest, It returns So SOME HOW its trying to use the...
  4. PHaRTnONu

    2 Table process issue's

    Ok So im trying to do a few things here. 1. return the row number based on a unique id inside the project variable UID 2. Dictate a dictionary of project variables and the corresponding columns they correlate to. 3. If text/data is present in the cell already ignore updating them UNLESS a...
  5. PHaRTnONu

    C# Date Conversion To UnixTimeCode

    BEFORE YOU EXECUTE THIS You need to add the line using System.Globalization; To your Directives & Shared code. Im including a screen shot so you can see, to access it again you'll notice in the right-hand side a new icon at the bottom of the photo. That is how you access it again if you need...
  6. PHaRTnONu

    Returning C# results

    api hit its daily capp....... so i dont know if it is working, i think it might be. ill have to wait till tomarrow to see
  7. PHaRTnONu

    Returning C# results

    that worked, except im just getting the return of "ok" which isnt the return value the cmd is supposed to give a result
  8. PHaRTnONu

    Returning C# results

    it was the . Right after . Variables removed it now have this error Compiling code of Error in action "CS0246" "The type or namespace name 'Process' could not be found (are you missing a using directive or an assembly reference?)". [Row: 15; Column: 1]
  9. PHaRTnONu

    Returning C# results

    this didnt work? am i able to pass a value through this?
  10. PHaRTnONu

    Returning C# results

    I added @"" Process P = Process.Start(@"C:\Program Files\Stringing\stringy.exe", @"-filename E:\RAW\project.Variablese.FileName -metaJSON E:\RAW\project.Variables.UID.json -thumbnail E:\RAW\project.Variables.Image"); P.WaitForExit(); int result = P.ExitCode; but now im getting this
  11. PHaRTnONu

    Returning C# results

    i am having the worst time at the moment, i dont know wtf im doing wrong and my head is killing me Process P = Process.Start(C:\Program Files\Stringing\stringy.exe, -filename E:\RAW\project.Variablese.FileName -metaJSON E:\RAW\project.Variables.UID.json -thumbnail...
  12. PHaRTnONu

    How to clean/reset several or multiple variables in one time ?

    I was looking for this im so gratefull you answered this saved me some time :)
  13. PHaRTnONu

    How to set timeout for action

    EtaLasquera reply is extremely good for a lot of case's but i don't think that was the question you were asking For a 'GENERAL' time out for some action blocks you need to go into the "action properties" (double click or in the action properties windows there are sometimes a tab thats says...
  14. PHaRTnONu

    if Date1 > Date2 question

    (couldnt edit, but if you have issue's you can make if case's so if you dont have dd you do d, or if you dont have the days at all remove the dd altogether, same for the month (if you only had the year) it would be yyyy in the "" ) i put like 5 if case scenarios in there but you get the jist...
  15. PHaRTnONu

    if Date1 > Date2 question

    I was able to get it eventually. So thank you var datestr = DateTime.ParseExact(project.Variables["ReleaseDate1"].Value, "MMMM dd, yyyy", System.Globalization.CultureInfo.InvariantCulture); DateTime date = Convert.ToDateTime(datestr); int unix = (Int32)(date.Subtract(new DateTime(1970, 1...
  16. PHaRTnONu

    if Date1 > Date2 question

    ........... Im pulling/scraping the date. its not like i can just call and tell them to change it HENCE me asking for a solution
  17. PHaRTnONu

    if Date1 > Date2 question

    im still stuck with this MMMM dd, YYYY format
  18. PHaRTnONu

    if Date1 > Date2 question

    Actually I had {-TimeNow.Date MMMM dd, yyyy-} < {-Variable.ReleaseDate1-} Which still gives the slightly different error but it looks perfect in the logic/return (will always return false, unless the month is the same then it will give correct information)
  19. PHaRTnONu

    if Date1 > Date2 question

    Yeah still not working :( This was actually the first way i tried it too
  20. PHaRTnONu

    if Date1 > Date2 question

    So to start, im feeling right dumb i am 99% sure I've done this in the past with out issue I need to make a logic decision on a action if One date is larger then the previous date EG: is date 1 in the future or past. And i can not remember how it was done. I did look in the forums with out...
  21. PHaRTnONu

    Nifty Tool for Analyzing Fingerprinting on Website

    i always come back to this hoping for implantation or news.... for years :(
  22. PHaRTnONu

    Bugs in version 2.3.0.0

    doing a test run to see if i can MAKE what i need before buying. But........ yeah not a full install, the wiki / Help area says it comes WITH the program installed.... but it doesnt.... so what do i do ?
  23. PHaRTnONu

    About network information browser fingerprint

    Hmmm able to crab audi info i never noticed before.... I would love to be able to emulate all those! that would be NICE!
  24. PHaRTnONu

    Remove Potential Tracking Footprint

    i Would RATHER that we dont BLOCK them, and have them a editable field, same way we save cookies we would want to save these too
  25. PHaRTnONu

    How is zenno going forward w chrome?

    1 2 3 Basicly its getting rid of global cookies (cookies still exist just not global ones.)
  26. PHaRTnONu

    How is zenno going forward w chrome?

    W google saying they are going to be dropping cookies how will this effect zenno poster going forward?
  27. PHaRTnONu

    Can't get keywords in English for EXIF data

    Shit... i have never run into that error before... Out of curiosity. Was the original language also chinese? Only thing i could suggest is rewriting the fields one at a time? i had a SIMILAR problem w older software trying to rewrite meta data like that and it would do 3/4 field but the rest...
  28. PHaRTnONu

    Out of the box "Font spoofing"

    Is anything like this possible in Zenno at the moment?
  29. PHaRTnONu

    Recaptcha solved with one click?

    This was a April 2019 fools prank... just looked into it
  30. PHaRTnONu

    Recaptcha solved with one click?

    Damn, so basicly they just send a responce that allowed a 1 click each time the request is sent... (they got a good click though, and just resent the same packet?)
  31. PHaRTnONu

    Can't get keywords in English for EXIF data

    Wait, so the correct information is being put into the correct meta data field BUT the correct information is in another language?
  32. PHaRTnONu

    How to hold down a key for while?

    https://zennolab.atlassian.net/wiki/spaces/EN/pages/924582161/Keyboard+emulation
  33. PHaRTnONu

    Can't get keywords in English for EXIF data

    Please, in words, tell me what you are trying to DO exactly.... Translate and section? extract text from a field and failing? the vaugeness helps no one, including yourself
  34. PHaRTnONu

    How to save browser profiles with cookies?

    Yes. Its built exactly for this.
  35. PHaRTnONu

    I need help

    :bm: READ THE RULES: HERE im not TRYING to be a asshole... but its literally like one sentence and pinned
  36. PHaRTnONu

    Private Templates

    This is the right place but you need to say what you want. cause right now there is zero information, no idea if you need reddit/fb/other site (please give example) registration, data scrape, verifcation, spam, nothing is here so no one is going to come out and say o/ i can do that...
  37. PHaRTnONu

    Facebook bot Detected

    One last bit of info(and i dont know of a great work around for it... would think a c sharp solution could be had.. but hopefully Vlad has solutions in the pipeline for finger printing) Webscript fingerprinting Edit: The EEF has a site to check unique id's so you can see what you may need to...
  38. PHaRTnONu

    Facebook and regex

    Because FB ads a random assortment of div to html coding and random letters and numbers to trick bots up (if you ever save the html from day to day you will see the assortment of bs they do in the coding. As Backoff said xpath is the solution to this.
  39. PHaRTnONu

    Facebook bot Detected

    Yes, as i said i have another script just doing RANDOM site traffic too. (super cookie building, because places SELL site traffic information, i actualy vist the sites w the profile this has avoided ban waves for 99% of my accounts i generate now. and it cost nothing. ever notice sites that...
  40. PHaRTnONu

    Facebook bot Detected

    This is exactly what i mean. when working in zenno, you can (you dont NEED to but i do it anyways.) Register email (what ever email, gmail is best IMO i have seen sites preserve a gmail account but ban another mail account both performing EVERYTHING similar only difrence was the email.) So...
  41. PHaRTnONu

    Facebook bot Detected

    I have not done MASS registrations but i do not have this issue please look into full mouse emulation. If your proxys & emails are good (as you used them in a real browser). The list of issues are small. Have you generated alot of cookies and saving them to the profile? create a database of top...
  42. PHaRTnONu

    Hit 'comment' button on Twitter

  43. PHaRTnONu

    News ZennoPoster 7 - grandiose update! (Beta testing)

    One question why 7, from 5, no version 6 ? or was there a version 6 being tested and scrapped and a whole new engine was built and called 7?
  44. PHaRTnONu

    Problems on Youtube

    Im 100% not trying to be rude or condescending im just here to help. Your better off hiring some one to teach you whats going on in this process, @lokiys is a prime example of some one i think still offers thease kind of lessons but i can tell you what your asking for comes from alot of...
  45. PHaRTnONu

    About the social registration has been blocked, to detect abnormal user behavior, there is a good so

    is there a way for zenno to Generate cookie browsing history?
  46. PHaRTnONu

    Snippet C# take frame from video

    ? Sorry could be more specific? You mean like 1 Random frame? You can execute a vlc Command line (Link # 3 in the list) vlc.exe "pathtovideo" --video-filter=scene --vout=dummy --start-time=300 --stop-time=600 --scene-ratio=250 --scene-path="pathtosaveimages" vlc://quit
  47. PHaRTnONu

    Synchronize Web-API with local Database

    huh... well here is 1 solution when you "update" your list just turn EVERY value to zero and update the valid ones if hte ip matches the ip as the key to 1 thats the fastest and quickest solution for you
  48. PHaRTnONu

    Synchronize Web-API with local Database

    i assume the key in the DB is the IP address?
  49. PHaRTnONu

    Synchronize Web-API with local Database

    im kinda baffled by this... its litteraly so basic. i dont mean this as a disrespectful way. but you could literally just process that w a query command in your database... IDK what DB your running as you provided no information but google or udemy will teach you this info for free. Your going...
  50. PHaRTnONu

    Cannot open Spotify Web Player. Help!

    Does instance.SetBrowserPreference("media.wmf.enabled", true); need to be set to enable to stream the songs ?