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

  1. shabbysquire

    how to solve recaptcha using zennoposter?

    I tried that, but can I use it with Death By Captcha? Getting stuck on decaptcha2! :bw:
  2. shabbysquire

    Help required solving google Recaptcha

    Any update if we can use just ZP with DBC?
  3. shabbysquire

    General question re third-party SMS services in Zenno

    But, it makes sense for you to ask someone you know in UK to try on your behalf. It saves alot of hassle! 8-) That's why I ask. Shame there's no US/UK based SMS sytem. There used to be one via Orange (mobile network), and they had online account where you could pickup SMS msgs. They were the...
  4. shabbysquire

    Check for text presence issue.

    Thanks Lokiys for the workaround c#, I'll use that if it happens again. It seems that it's now working again in PM. I usually use text on page, but in Dom there is source option. Can't I parse it from there?
  5. shabbysquire

    Check for text presence issue.

    It's in the page source code: <label for="captcha_Ipt">Enter the numbers in the image</label>
  6. shabbysquire

    Check for text presence issue.

    Re latest ver: 5.9.9.0 When I highlight any text > check presence of text, nothing displays in the box.
  7. shabbysquire

    Using regex to point to a table file?

    I have a csv downloaded to a folder everyday, but the file has a different name. In tables file path, can I use a regex to point to the csv file? I've tried, but it doesn't seem to work.
  8. shabbysquire

    General question re third-party SMS services in Zenno

    I'm sure the UK/US ones, but I haven't tried them so I'm just speculating. :bz:
  9. shabbysquire

    General question re third-party SMS services in Zenno

    One of them said they only do Russian mobile nos, so I'm unable to use for UK/US sites. :ak:
  10. shabbysquire

    General question re third-party SMS services in Zenno

    Does anyone in the UK have any experience with the SMS services in Zenno? With sites like: SMS Activate, SMS-Reg.com, etc? I've asked the site owners some questions, but hoping to get any feedback here.
  11. shabbysquire

    How to divide list total number?

    Thanks, just a simple: variable/50.
  12. shabbysquire

    How to divide list total number?

    I'm looking to count the no of lines in a list, then divide it by 50. How can I achieve this? Thanks.
  13. shabbysquire

    Emulate a mobile browser

    Thanks, will do. Just trying to sort out the bug.
  14. shabbysquire

    Emulate a mobile browser

    So I need to emulate a mobile browser. Is it enough to just set UserAgent parameter to a mobile browser (ie iphone 6), or are most sites need other info to convince them I'm using a mobile? Update: tried to input a mobile UA into Reassign Profile (under value), and save, but when I reopen, the...
  15. shabbysquire

    An Element in specific div tag

    Can you provide the page, or PM it?
  16. shabbysquire

    Wanted - paid work for regex issue.

    Decent technique, thanks! :az: So you strip out all the spaces in the page source, then work with the result? Never tried that, but will use this from now on. Anyway, re the payment let me know if you change your mind.
  17. shabbysquire

    Wanted - paid work for regex issue.

    Thanks Tobbe. I'll check it out once I return home. If it does the job, then I'll send you the money (PM me your PP address).
  18. shabbysquire

    Wanted - paid work for regex issue.

    I need someone to compile a regex for ZP, and am willing to pay £20 (Paypal gift) to whoever completes it, and provides the correct regex that works with ZP. Some guy on Fiverr was unable to do it, so looking to the finest in this forum to have a shot. :D Ok, so if you look on this Amazon...
  19. shabbysquire

    Trying to match up words

    Perfect solution Toby, thanks! Can now match more than one word from the banned list, and compare to the title. :bz:
  20. shabbysquire

    Trying to match up words

    Not sure if it's possible, because I usually save the title in a file, each word on it's own line: Bamboo 8 piece kitchen knife set And then take one line and compare to banned items. It works ok sometimes, as some banned items are a single word, i.e. knife, but I can't match something like...
  21. shabbysquire

    Trying to match up words

    Facing an issue with matching words to product titles. I'm scraping a site for the product titles, ie: 'Bamboo 8 piece kitchen knife set'. I have a list of 100 banned items that I need to compare to the product title. So if the banned item is: 'kitchen knife', how do I compare it? Some banned...
  22. shabbysquire

    Handy tip if you're working with HTTP GET request

    Just a simple tip re: HTTP GET request, it's sometime difficult to see what page you're getting (sometimes the wrong page, or errors, or decaptcha triggers, etc). I just copy 'n' paste into this website. And view the page:
  23. shabbysquire

    How to assign correct profit margin?

    I need to add a certain profit margin to various prices, i.e. £1 - £20 Add £2 profit; £20.01 - £50 Add £3.50 profit; £50.01 - £100 Add £5 profit. I'm able to calculate the profit ok, but what's the best way to check the price brackets? i.e. check if £17.55 will go into £1 - £20?
  24. shabbysquire

    Issue with table processing using ',' as a separator

    Thanks for the c# code. I'm also experiencing major issues with table processing - both read/add info (ZP does the same thing to my files like yours).
  25. shabbysquire

    Table bug.

    I'll send the file & bot to your email.
  26. shabbysquire

    Extracting relevent data from a CSV file?

    Thanks Nick, I will try some of those suggestions.
  27. shabbysquire

    Table bug.

    Issue with latest build. Read all about it here. Works ok with build: 5.9.7.1 Update: now it doesn't work with 5.9.7.1
  28. shabbysquire

    Extracting relevent data from a CSV file?

    Ok, I thought I could match the CSV column header letters (i.e. A, B, F, I), but you can't. Problem with the CSV file is that there are loads of unwanted columns, so I don't want to create a variable for each one. Seems there's a bug - sometimes a comma separated csv is processed properly by...
  29. shabbysquire

    Text processing issue

    Not sure reg is the culprit, as it grabs all the other prices (all are four digits with a decimal point). Anyway, it works when I bypass this action. I think TP is buggered.
  30. shabbysquire

    Text processing issue

    In latest build, I'm experiencing issues with action: text processing. Due to pulling data from a csv file (related to this issue), the prices come with random characters which I clean via text processing: When doing it via text processing, it has a habit of missing some of the price data...
  31. shabbysquire

    Extracting relevent data from a CSV file?

    Yeah, eBay's File Exchange CSV is only comma separated ",". I tried semi-colon ";", but it drags all the line info into a single variable. Still can't get this to grab the relevant columns.
  32. shabbysquire

    Extracting relevent data from a CSV file?

    A bit rusty with table processing, so looking for some advice. I have a CSV file with approx 10 columns, but I only need to extract the data from 4 columns, like this: And in table processing, I thought I could match up the CSV columns (A, B, F, I), like: But when I get a new line, all...
  33. shabbysquire

    Wanted - someone to develop user interface

    I'm looking for an experienced ZP user to do some paid work for my project. I need someone to develop a user interface that will be used for my upcoming bot. The interface is where the user can input their own values. For example, the bot will scrape a price from a website, then add 10% on top...
  34. shabbysquire

    Can ZP calculate percentages?

    Ok, so you mention possible double paypal, so I've added to ebay as a total of: 13.4: double price= double.Parse(project.Variables["amazon_price"].Value); //Amazon item price double profit = 5.0; // My profit margin double fees = 13.4; // ebay's 10%, and Paypal's 3.4% (the 20p part of Paypal...
  35. shabbysquire

    Can ZP calculate percentages?

    Ok, I messed around with it (I don't know c#!), but I came up with this: double price= double.Parse(project.Variables["amazon_price"].Value); //Amazon item price double profit = 5.0; // My profit margin double ebay = 10.00; // ebay's final selling fees (%) double paypal = 3.4+0.20; // Paypal...
  36. shabbysquire

    Can ZP calculate percentages?

    Ok, just to add additional elements to the above: Item price = 15.00; My profit margin = 5.00; So total of above: 20.00 Then to add in the following: ebay fees = 10% Paypal fees = 3.4% + 0.20; Total =
  37. shabbysquire

    Speeding Up Zennoposter?

    Re task manager; do we set high priory every time we reboot win?
  38. shabbysquire

    Can ZP calculate percentages?

    Many thanks, has done the job!
  39. shabbysquire

    [Resolved] PM - issues with c# action

    Thanks Vlad! It's now working as it should. :D Have now changed thread to resolved.
  40. shabbysquire

    [Resolved] PM - issues with c# action

    Ok, have now updated the code to: double price =project.Variables["amazon_price"].Value; double percent =13.5; double total = price+price*percent/100; return total; Btw, because I cannot restart it, the amazon variable is empty. Not really sure if that throws a spanner in the works? But now...
  41. shabbysquire

    Can ZP calculate percentages?

    I've added it here.
  42. shabbysquire

    [Resolved] PM - issues with c# action

    PM v.5.9.5.1 (latest). Ok, so I started a thread re a solution to an problem, which you can read here. So every time I add the c# action, I add in my (price) variable into it, like this: double price ={-Variable.amazon_price-}; double percent =13.5; double total = price+price*percent/100...
  43. shabbysquire

    Can ZP calculate percentages?

    Vlad; that solution that you gave me is causing major bugs in my template. When I delete the c#, everything works as normal. I'm gonna stick this into bugs section.
  44. shabbysquire

    Can ZP calculate percentages?

    Sorry, I don't mean to add the currency; just add 5 to the percent total.
  45. shabbysquire

    Can ZP calculate percentages?

    Thanks man, that works a treat! Just one more question. Once I've use the c# to calculate the %, how do I add, say, £5 to the sum (which action)? I'm not familiar with maths in ZP! 8-)
  46. shabbysquire

    Can ZP calculate percentages?

    Would like to know how to get ZP to calculate percentages. i.e. I need to take a price, then add, say, 13.5% to the total. Is this possible?
  47. shabbysquire

    Minimum VPS specs for ZP?

    Tried to search the ZP forum, but couldn't find an answer. What is the min requirement to run ZP with max of 5 threads? Also, can you recommend a decent UK provider? Thanks.
  48. shabbysquire

    Using Regular Expression To Extract All URLs

    (?<=href=")http.*?\.com The only issue is the domain ext, some are: .co.uk, .mobi, etc.
  49. shabbysquire

    Using Regular Expression To Extract All URLs

    I use this one to capture urls in format: http://domain.com/ https://domain.com/ http://www.domain.com/ https://www.domain.com/ My regex: (?<=https?://(?:www\.)?)(?!www\.).*?(?=['/"]|</a>) Maybe someone can improve it?
  50. shabbysquire

    Anyone recommend decent back connect proxy provider?

    As per the title. Just need a provider that changes them quickly, and the proxy speed is fast enough.