Permanently Closed Marketplace Sales Thread

Status
Not open for further replies.
I ordered captcha sniper and was having trouble with the port 80 issue. I went through your guideline but it doesnt seem to work for me. Also I added you on skype "imbotz" and am waiting for you to come online. thanks
 
Anyone else having an issue with x4 freezing up and becoming unresponsive? I'm running it on a vps, but after a day or so, it's becoming unresponsive and I have to force quit it and re-start it. I never had this issue with x3 version.
 
Anyone else having an issue with x4 freezing up and becoming unresponsive? I'm running it on a vps, but after a day or so, it's becoming unresponsive and I have to force quit it and re-start it. I never had this issue with x3 version.
Yep, I'm having same problem, have to restart it every morning.
 
I have to admit that x3 seems more stable, hope with the new update solving scrapebox issue it will be more stable again.
 
sent you request on skype, so i hope to talk with you soon...
btw. how many captchas should be imported to get good solve rates while using training database?
it is better to use both: training database and hash table? are they complementary with each other or rather opposite?
if using hash table it guarantess that solve rates will be better with new captchas of specific type?

Heres a summary of whats going on with these:

Both of these features are using the simple box character segmentation for isolating individual characters. This means that CS scans the image from top to bottom, left to right and segments a white and non-white pixel (character). So make sure that the captcha can be easily segmented!!!! If not, neither of these will help.

Now the difference ..

Hash - This only works when the character image is STATIC, meaning its the same each time. This does NOT mean you can have only one represnetation of the letter 'A' for example, but if 'A' has an almost infinite # of variations, then hash is not what you want.

Training - This can work on any amount of variations of an isolated character, however its particullarly useful for crazy fonts that normal OCR would not recognize.

I ordered captcha sniper and was having trouble with the port 80 issue. I went through your guideline but it doesnt seem to work for me. Also I added you on skype "imbotz" and am waiting for you to come online. thanks

Port 80 is discussed extensively in the users guide which is located in the CS folder. Please refer to that if you are still having problems, then contact support directly.

Anyone else having an issue with x4 freezing up and becoming unresponsive? I'm running it on a vps, but after a day or so, it's becoming unresponsive and I have to force quit it and re-start it. I never had this issue with x3 version.

Can you please contact me directly so I can get as much information and many details as possible so that I can troubleshoot this ..

Yep, I'm having same problem, have to restart it every morning.

Can you please contact me directly so I can get as much information and many details as possible so that I can troubleshoot this ..

I have to admit that x3 seems more stable, hope with the new update solving scrapebox issue it will be more stable again.

the scrapebox issue addresses the fact that scrapebox (along with some other apps) will convert the images to jpg or another "lossing" format which can sometimes make the algorithm which is based on the actual original image do poorly in terms of success rate.

The way around this, is to add an additional filter to the algorithm that essentially makes all images ("lossed" or not) the same. The new update will have this new filter available and the wordpress algorithm which you are talking about along with some others have added this new filter to their algoirthms.
 
Heres a summary of whats going on with these:

Both of these features are using the simple box character segmentation for isolating individual characters. This means that CS scans the image from top to bottom, left to right and segments a white and non-white pixel (character). So make sure that the captcha can be easily segmented!!!! If not, neither of these will help.

Now the difference ..

Hash - This only works when the character image is STATIC, meaning its the same each time. This does NOT mean you can have only one represnetation of the letter 'A' for example, but if 'A' has an almost infinite # of variations, then hash is not what you want.

Training - This can work on any amount of variations of an isolated character, however its particullarly useful for crazy fonts that normal OCR would not recognize.

that's what I needed to know - thank you very much :-)

other questions:
1. is it better to choose character segmentation (set box min width) by hand, or it is better to create hash table to find it (box width) but not use hash at all.
2. how de-rotate works in character segmentation? is there any point using it without hash table?
3. in what metrics is box width? pixels? And angle is in degree's? right?
 
Guys (or Mikey), does this ever happened to you ? Bot's working fine with CS and then, you get a bunch of NO ANSWER or wrong answers in a row on a 55% solving rate captcha you created (using CDK module) ?

How do you handle this ?
Last one gave me 6 bad/no answer in a row (on some easy to solve captcha that should have been solved) before i finally entered the hole thing manually so the bot continues. Was working fine minutes/hours before this issue arised. I had a 100% solving rate (3 times)

Thanks

I forgot !
Sometimes i get other solving captcha type selected ? Even tho i got only one selected (the one i created for a project for this exemple). This seems to happen when it picks up an image, other than the captcha it should solve. For instance, i get a banner instead of the captcha (odd huh ?), so CS picks up another type of captcha solving as it probably doesn't know what to do with it.
Is it my settings or the way i work it out ?
Is it because the area i select to grab the captcha image isn't good enough or isn't perfect enough to work with CS ? Thus it picks up sometimes other images than the captcha image ?


I'm asking in here as the answers might help others.

Cheers !
 
I just wanted to stop in and give thanks to you for the great software!

Also for the great support I received and you taking your time to help troubleshoot via remote viewing.

Thanks again.
 
get a bunch of NO ANSWER or wrong answers in a row on a 55% solving rate captcha

I get this a lot ( even with 70%+ solving rate captchas ) with GSA.
Downgraded to CS3 - seems to work better
 
Hi!

Two quick questions:

1. Is 4.01 the newest version? Because it says: unable to reach server to check for updates.

2. I successfully created a new captcha with the Captcha Destruction Kit. I got a great success rate with it, but it says 'captcha unknown' when I try to use it. That's the only captcha I checked, so that can't be the problem. If I click solve unknown captchas, it gives a blank result, so that doesn't work either. How do I make it recognize my new captcha? (I clicked file size in the tools, it didn't work either)

Thanks!
 
Last edited:
that's what I needed to know - thank you very much :-)

other questions:
1. is it better to choose character segmentation (set box min width) by hand, or it is better to create hash table to find it (box width) but not use hash at all.
2. how de-rotate works in character segmentation? is there any point using it without hash table?
3. in what metrics is box width? pixels? And angle is in degree's? right?

1. The 2 are not dependant of each other. While hashing uses the boxing to segment characters, boxing can be performed on its own, and the minimum width is the minimum # of pixels to consider a charachter and not some background noise.

2. derotate is just that, it deroates rotated isolcated characters. Its best used with larger characters.

3. pixels, degrees.

Guys (or Mikey), does this ever happened to you ? Bot's working fine with CS and then, you get a bunch of NO ANSWER or wrong answers in a row on a 55% solving rate captcha you created (using CDK module) ?

How do you handle this ?
Last one gave me 6 bad/no answer in a row (on some easy to solve captcha that should have been solved) before i finally entered the hole thing manually so the bot continues. Was working fine minutes/hours before this issue arised. I had a 100% solving rate (3 times)

Thanks

I forgot !
Sometimes i get other solving captcha type selected ? Even tho i got only one selected (the one i created for a project for this exemple). This seems to happen when it picks up an image, other than the captcha it should solve. For instance, i get a banner instead of the captcha (odd huh ?), so CS picks up another type of captcha solving as it probably doesn't know what to do with it.
Is it my settings or the way i work it out ?
Is it because the area i select to grab the captcha image isn't good enough or isn't perfect enough to work with CS ? Thus it picks up sometimes other images than the captcha image ?


I'm asking in here as the answers might help others.

Cheers !

This will boil down to what you have selected and if you have CS set to solve unknown captcha types. If I recall, you are only sending a single captcha type in at a time. In this case you should only select the captcha needed and deselect 'let cs try to solve unknown captchas' from the settings menu.

It sounds like what happening is that your setting are like i mentioned and your sample set of your captcha is too small and resulting in some incoming captchas being detected as another type.

I just wanted to stop in and give thanks to you for the great software!

Also for the great support I received and you taking your time to help troubleshoot via remote viewing.

Thanks again.

Thanks so much for the kind words :)

I get this a lot ( even with 70%+ solving rate captchas ) with GSA.
Downgraded to CS3 - seems to work better

Theres no way in h .e double hockey sticks that X3 is outperforming X4. Please check the thread, the last few pages you'll see similar results and when saving captchas is tunred on for an audit, youll see how well CS X4 is doing.

Hi!

Two quick questions:

1. Is 4.01 the newest version? Because it says: unable to reach server to check for updates.

2. I successfully created a new captcha with the Captcha Destruction Kit. I got a great success rate with it, but it says 'captcha unknown' when I try to use it. That's the only captcha I checked, so that can't be the problem. If I click solve unknown captchas, it gives a blank result, so that doesn't work either. How do I make it recognize my new captcha? (I clicked file size in the tools, it didn't work either)

Thanks!

1. Yes, theres a bug with the check for updates.
2. Please check the answer above for using captchas in CDK that you have created
 
1. The 2 are not dependant of each other. While hashing uses the boxing to segment characters, boxing can be performed on its own, and the minimum width is the minimum # of pixels to consider a charachter and not some background noise.

2. derotate is just that, it deroates rotated isolcated characters. Its best used with larger characters.

3. pixels, degrees.



This will boil down to what you have selected and if you have CS set to solve unknown captcha types. If I recall, you are only sending a single captcha type in at a time. In this case you should only select the captcha needed and deselect 'let cs try to solve unknown captchas' from the settings menu.

It sounds like what happening is that your setting are like i mentioned and your sample set of your captcha is too small and resulting in some incoming captchas being detected as another type.



Thanks so much for the kind words :)



Theres no way in h .e double hockey sticks that X3 is outperforming X4. Please check the thread, the last few pages you'll see similar results and when saving captchas is tunred on for an audit, youll see how well CS X4 is doing.



1. Yes, theres a bug with the check for updates.
2. Please check the answer above for using captchas in CDK that you have created

Thank you very much! I got it working! There is a bug though with image typerz! I'm sure I put in the right credentials and it terminates the application. Just letting you know...

Thank you & all the best!
 
Theres no way in h .e double hockey sticks that X3 is outperforming X4. Please check the thread, the last few pages you'll see similar results and when saving captchas is tunred on for an audit, youll see how well CS X4 is doing.

To be honest the only BIG cs4 improvements and praises posts are from you.
But that's not the point - the point is that for me cs3 is working better,faster and "less buggier"
 
Do we have to setup something special so it works with more bots a at time ?

What i have done is remove "try to solve automatically" to make sure it works right when working with one bot a time but i'm in the process of adding more bots to go to work and they will all need CS.

1) Do i pre-select each captcha for each bot/project ?
2) Do i leave "try to solve automatically" un checked ?
3) Is there something else i should setup so all the bots pick up the right captcha i created under CDK ?
Ex: Site1 works with captcha CDK 1
Site2 works with captcha CDK 2
etc...

Thanks
 
To be honest the only BIG cs4 improvements and praises posts are from you.
But that's not the point - the point is that for me cs3 is working better,faster and "less buggier"

Do a quick audit by saving captchas and youll see. Also, check the threads, theres a tester with a huge database that WILL PROVE what im talking about, since you just 'think' its doing better (x3) and not provided any hard facts.

And no, look around some more, not all the praises are from me ... not even close. But beleive what you want and use whichever version you want to.

Do we have to setup something special so it works with more bots a at time ?

What i have done is remove "try to solve automatically" to make sure it works right when working with one bot a time but i'm in the process of adding more bots to go to work and they will all need CS.

1) Do i pre-select each captcha for each bot/project ?
2) Do i leave "try to solve automatically" un checked ?
3) Is there something else i should setup so all the bots pick up the right captcha i created under CDK ?
Ex: Site1 works with captcha CDK 1
Site2 works with captcha CDK 2
etc...

Thanks

Nothing special to work with multiple bots.

1. You select the captchas coming into CS, regardless of what bot and how many bots.
2. This is self explanatory. For what you are doing, do not select this option.
3. No
 
But beleive what you want and use whichever version you want to

Yep, I'll do that

I just wanted to confirm the last 3-4 pages of this thread that cs3 is more stable and cs4 is still beta
Please don't start on the hard facts thing as it's pointless - there were a lot of proofs before that where ignored ( at least in this thread ).

PS: Please don't be grumpy with your paying customers - I see it's a trend
 
Last edited:
I just bought Captcha Sniper, followed the instructions, and received a license file.
When I put the file in my captcha sniper folder and start the program, it is telling me the license is invalid, and I get an activelock 3 error.

Could you please help me?
 
I have a good feeling with your software but I think I need more review if I'm gonna try it or not. Thank you for introducing this kind of software.
 
Yep, I'll do that

I just wanted to confirm the last 3-4 pages of this thread that cs3 is more stable and cs4 is still beta
Please don't start on the hard facts thing as it's pointless - there were a lot of proofs before that where ignored ( at least in this thread ).

PS: Please don't be grumpy with your paying customers - I see it's a trend

Hard facts are pointless? hmmm ok :) Let me just say that my team has done literally thousands of hours of testing an analysis on this, more than any user has done by far. So, Im sorry you feel Im being grumpy, its not the case at all, its just that i know based ON FACTS that X4 is much better than X3. You could EASILY test this many different ways, instead of just looking at whats written and guessing at what you see.

I just bought Captcha Sniper, followed the instructions, and received a license file.
When I put the file in my captcha sniper folder and start the program, it is telling me the license is invalid, and I get an activelock 3 error.

Could you please help me?

You should be all set now :)

I have a good feeling with your software but I think I need more review if I'm gonna try it or not. Thank you for introducing this kind of software.

Your welcome, please check out the free 5 day trial: http://www.captchasniper.com/download-2
 
How many pcs can i run 1 license on at same time? How much is the cost for a second license?

lmk
 
Status
Not open for further replies.
Back
Top