Permanently Closed Marketplace Sales Thread

Status
Not open for further replies.
Hello, Google scraper not working. I have updated search engines, use different proxy nothing works.
1606628239924.png
 
I am trying to find expired .es domains to register but all of them get marked as "No, domains seems to be taken", even they are not. Also, the premium plugin is not able to check .es domains.

Is this a Scrapebox issue or I am doing something wrong?

Unfortunately .es domains are one of the few that are not supported sorry.

Works with custom spinner plugins?

I'm not sure what you mean exactly, but the Article Scraper plugin works with a number of third party spinners as well as an internal spinner that you can train.

Hey, I'm trying to post a batch of articles to a WP site through the Article Scraper plugin. But after a few articles i get error 415. Any idea what causes it?

Thanks

I dont recall ever hearing this issue before, but i searched your error on Google and it says:

"The HTTP 415 Unsupported Media Type client error response code indicates that the server refuses to accept the request because the payload format is in an unsupported format. "

I dont know what you are trying to post, where too etc. But if you can contact support with a lot more info we can look in to it.

Hello, Google scraper not working. I have updated search engines, use different proxy nothing works. View attachment 153354

Yes Google scraper is working, perhaps take a look at Help >> Show error log >> Harvester.log maybe you are just blocked for too many queries.
 
From the latest version the default engines are not editable, this way we can keep them updated without wiping your customizations every time. Previously if Google made a change and we fixed it, we would be answering hundreds of support emails for months telling people to update the engines file.

So now if you want to make changes to an engine, you can either make the changes to an existing engines then save it as a new engine or create a new engine from scratch.
What nonsense? Why should I now waste my time on unnecessary actions, because before everything worked fine.
Why not then separate custom and default configurations so that users can configure quickly configure the desired parameters without unnecessary steps and creating configurations from scratch. This is very stupid
 
I have the same issue and the harverster.log is empty

Please go to Settings >> Harvester Engines Configuration >> Select Google, then click "Test Engine" Do you get search results returned here?

Hey,

Is there any blackfriday / Cyber Monday deal for scrapebox?


and is this page is updated?

Link: http://www.scrapebox.com/bhw
With V2 ?

Yes that page is updated and BHW members get the cheapest price possible for ScrapeBox.

What nonsense? Why should I now waste my time on unnecessary actions, because before everything worked fine.
Why not then separate custom and default configurations so that users can configure quickly configure the desired parameters without unnecessary steps and creating configurations from scratch. This is very stupid

That's how it's done, and you dont have to create custom configurations from scratch. You can change a single character in a default engine and click "Save as new engine" instead of clicking "Update engine" like before. It's the SAME AMOUNT OF CLICKS, you are simply clicking a different button so if that is nonsese and too much work for you then i would suggest just using the default engines and dont change anything.

And no everything didnt work fine before, people were updating the default engines and wiping their customizations. Now default engines and your custom engines are separate. Now we can update default engines without effecting your customizations, and you can update your own engines without messing up the default engines.
 
Please go to Settings >> Harvester Engines Configuration >> Select Google, then click "Test Engine" Do you get search results returned here?
I tested, it gets the page (I can see the saved page) but it seems it cannot parse the URLs, I get this message: No link could be retrieved
Then I changed this:
Code:
<div class="r"><a href="

To this:
Code:
<div class="yuRUbf"><a href="

And now it works

 
I tested, it gets the page (I can see the saved page) but it seems it cannot parse the URLs, I get this message: No link could be retrieved
Then I changed this:
Code:
<div class="r"><a href="

To this:
Code:
<div class="yuRUbf"><a href="

And now it works

Yes we made this update back on 2nd October 2020, if your engine file had <div class="r"><a href=" your engine file was months out of date and updating the engine definitions would of updated Google to class="yuRUbf"><a href=" as the new page marker. But glad you were able to get it running.

And @cryptexon this illustrates exactly why we need to be able to apply automatic updates to the engines instead of letting people update their own.

Google makes a change which requires a simple edit, we update the engine file the same day yet we answer support emails every day for several months about Google being broken and have to tell everyone to click the update button. It's not viable.
 
That's how it's done, and you dont have to create custom configurations from scratch. You can change a single character in a default engine and click "Save as new engine" instead of clicking "Update engine" like before. It's the SAME AMOUNT OF CLICKS, you are simply clicking a different button so if that is nonsese and too much work for you then i would suggest just using the default engines and dont change anything.
Thanks for the answer. Now I figured out and understood how to change configurations
 
Can you tell me what email address i used to purchase with if i can give you my transaction ID? Been sending emails to your support email for 1month now and getting 1 response for every 5 or 6 emails i send bumping it up.

I have the transaction ID, i have an old email with it on, from your support@

I just don't have the actual email address, it was maybe 6-7years ago, neither do i have access to that old paypal acc. Want to get scrapebox working again and get email grabber plugin for new use
 
Today i my license wasn't activated. I provided the same details that i used always , the same name the same email address the same trasanction id and wasnt activated. I bought scrapebox since 2014 and i didnt use it for sometime.
 
Can you tell me what email address i used to purchase with if i can give you my transaction ID? Been sending emails to your support email for 1month now and getting 1 response for every 5 or 6 emails i send bumping it up.

I have the transaction ID, i have an old email with it on, from your support@

I just don't have the actual email address, it was maybe 6-7years ago, neither do i have access to that old paypal acc. Want to get scrapebox working again and get email grabber plugin for new use

All license details, download link and transfer instructions were already sent to the purchase address.

Today i my license wasn't activated. I provided the same details that i used always , the same name the same email address the same trasanction id and wasnt activated. I bought scrapebox since 2014 and i didnt use it for sometime.

I see you purchased for $57 just over 6 years ago, numerous transfers have been done and all processed same day. A license transfer was submitted today, sorry but i don't see what issue you are having. Have you submitted another license transfer more then 12 hours ago that was not processed?
 
Hi. Is the dupremove addon working? I'm trying to split a 3000 lines file to 500 line each file on my windows 10 system but it only generated 2 files and got stuck endlessly

duperemove.png
 
Сreate multiple projects parsing - tasks1 tasks2 tasks3 tasks.. )

With the Automator you can run create jobfiles to perform multiple tasks one after the other. You can also run ScrapeBox and execute a jobfile using the command line.

The parameter is "automator:<path to the automator file>" for example scrapebox.exe "automator:C:\Users\Administrator\Desktop\ScrapeBox\1.sbaf"

Plus you can also chain multiple jobfiles to run one after the other for example:

scrapebox.exe "automator:C:\Users\Administrator\Desktop\ScrapeBox\1.sbaf" "automator:C:\Users\Administrator\Desktop\ScrapeBox\2.sbaf"

Hi. Is the dupremove addon working? I'm trying to split a 3000 lines file to 500 line each file on my windows 10 system but it only generated 2 files and got stuck endlessly

View attachment 153948

Would you be able to contact support with an example file we can replicate this issue with?

--------

Also just a reminder for everyone, especially with a lot of people getting new computers over the Black Friday and holiday period. Please be sure you back-up your license Name, Email and Transaction ID and that you download the latest version of ScrapeBox from our website, all updates are free.
 
I know this is a long shot.. but I purchased a license like 10 years ago. The email address I used and PayPal account are long gone. I know the email address of the PayPal account I used (it includes my username here - Abstroose), I just can't access it. Is there any chance of having it reset?
 
Do you plan to add Javascript support for contact form submitter? I know, I know, it's socket related but still, you need to fix this. It's pretty limited right now.
 
I know this is a long shot.. but I purchased a license like 10 years ago. The email address I used and PayPal account are long gone. I know the email address of the PayPal account I used (it includes my username here - Abstroose), I just can't access it. Is there any chance of having it reset?

If you can get access to your email account, we can definitely resend all purchase details to the original purchase address. Or PayPal can recover the Transaction ID, they generally show 2 years of transactions in the dashboard but can locate older transaction details.

With privacy laws we are somewhat limited in releasing customer details or purchase data to anyone except the original purchase address.

Do you plan to add Javascript support for contact form submitter? I know, I know, it's socket related but still, you need to fix this. It's pretty limited right now.

At the moment the code compiler we use doesn't have great cross platform browser capabilities that do the things we need, hopefully it's something we can release again in the near future. We had the slow poster before which used a browser, but it was slow and most folk just used the fast poster as it generated a lot more links quickly.

--------

Also just a reminder for everyone, especially with a lot of people getting new computers over the Black Friday and holiday period. Please be sure you back-up your license Name, Email and Transaction ID and that you download the latest version of ScrapeBox from our website, all updates are free.
 
YouTube have made come changes which broke the YouTube Downloader addon, so if you are receiving an error about no video info then please make sure you have updated the YouTube Downloader from within the Addons menu to v2.1.0.1.

We have also added an "Update YouTube Component" button, which allows us to push out a quick fix when YouTube makes changes without having to update the whole addon. So in the future if you have issues with retrieving video's, you can try hitting the update button and updating the component.
 
Status
Not open for further replies.
Back
Top