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

  1. Z

    Is there any way to test out the bot before selling?

    I've got a client and want to sell him a bot. This would be my first bot creation. How to test the functionality of the bot and how to check how the bot will appear to my customer? Does the developer/seller gets a copy to test before selling? If not, I think it would be better to have this...
  2. Z

    Got a runtime error - 203 at 68779450

    Ok. I will bind that. But what about the runtime error I'm getting? Now, I'm getting it very frequently. Almost every 5 minutes.
  3. Z

    Got a runtime error - 203 at 68779450

    And now it stopped working giving error - Line No. -1 does not exist in table It was working fine and now stopped all of a sudden in between. I checked the input file and it has over 200 rows. So, not sure what this line means. I deleted the template from the list of templates in zenoposter...
  4. Z

    Got a runtime error - 203 at 68779450

    WTF -- I just now checked - price for professional version is reduced by $50? I bought it just 2 weeks back for $347 and now its for $297? So, old customers are made to pay more?
  5. Z

    Got a runtime error - 203 at 68779450

    Test my .net framework installation using the verification tool given there and I've all the versions installed properly i.e. Version 3.5 to version 4.0 The templates run fine for like 10-20 minutes and will fail soon after that with this exception. Not sure what to do and how to correct it...
  6. Z

    Got a runtime error - 203 at 68779450

    It's running on my VPS which is running without antivirus or firewall protection. I'm not even using any proxies. It's a simple template going to a site and scraping some data. And this error of "Active tab of instance is not found" is so common and frequent that all my automation work has...
  7. Z

    Got a runtime error - 203 at 68779450

    Ok. Now it really s**ks. I restarted my machine, ran it again. It ran for sometime and then again this runtime error. And I've seen that most of the templates fail with this reason - Active tab of instance is not found. Instance 1330797394:127.0.0.1. It's the most common reason for failure in...
  8. Z

    Got a runtime error - 203 at 68779450

    Hi, I was running zennoposter with 3 templates each using a single thread. It ran fine yesterday and was doing great even today also before I got this error: Runtime error 203 at 68779450 Any idea what is this? Thanks
  9. Z

    Regex to find all the urls on a given page with a specific word?

    Thanks... I also tried something like this: [a-zA-Z0-9._%-//:]*(contact)[a-zA-Z0-9._%-//:]* It covers urls like - http://abc.com/contactus http://abc.com/contactus.html www.abc.com/contactus www.abc.com/contactus.html It addition to this, it gets not required words likes contactus...
  10. Z

    Regex to find all the urls on a given page with a specific word?

    Still looking for it.. Any help? TIA..
  11. Z

    Regex to find all the urls on a given page with a specific word?

    Hi, I'm trying to find out a regex to search for a url on a page with specific word in it. e.g. I want all the contact us, about us, support etc pages of a website. So, I want to generalize it by searching for generic contact us pages for those websites using these common words. I'm...
  12. Z

    How to change user agents of a browser?

    Thanks
  13. Z

    How to change user agents of a browser?

    Hi, In a template while looping through the template and scraping various pages, I want to clear cache, cookies and change the user agent of the browser after (say) 10 loops. I can see cookies and cache options under browser settings but couldn't find how to change or randomize the user...
  14. Z

    Regex for email id?

    Thanks. :) I was able to build it to an extent but not completely correct like this one. Anyways, didn't understand the part - {2,4} towards the end. What does this part do? Thanks
  15. Z

    Regex for email id?

    Hi, i was trying to create a regex to find an email id on a page source but couldn't build a perfect regex for the same. Any help? e.g. a regex to cover all these scenarios [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]...