Recent content by Marcel Freiberg

  1. M

    Tips for advanced web scraping?

    Concerning your RAM issue you could either use a higher Tier of vps with more RAM (+money/ -time) or build your own image based on alpine with a low memory consumption (+time/ no money). But After Dreingabe your questions I would suggest to ask someone here (marketplace / wtb) To get the result...
  2. M

    Tips for advanced web scraping?

    For projects without any requirement in quality ip-adresses I use the tor network with a local implementation of rotating proxy. You can find tutorials and ready To use Docker Images. Otherwise I would use one of the many free proxy lists (here at blackhatw, or in the web). Then use a own...
  3. M

    Tips for advanced web scraping?

    The thread below is old but still usefull concerning scaling of scraper: - Distribute Work (Python -> Celery / Queues) - Use Rotating Proxy - Use free Tier VPS or Cheap Hosting - work on your deployment process (eg automation with docker containers...
  4. M

    Neeeding help , excel programatiom

    Programming is a large word in context of excel but you can use visual basic for applications (vba) to automize tasks or even grab some page content (webrequest) consume webservice etc.
  5. M

    google page speed vs. gtmetrixs vs. webpagetest

    As i am pretty sure that Google is not impressed at all from a solid A of gtmetrix I would always Go with Google. Btw. a new Tool from google is: www.web.dev
  6. M

    build an open-source cloaker strategy?

    This will end in the same cat and mice game like the instagram botting. You will build a genius cloaker with blacklisted Facebook/Ads IPs, they will use proxies to recheck, you will add proxies, the will use residential/mobile proxies, you will check for browser/Resolution/useragent they will...
  7. M

    Create a URL from JQUERY?

    Would suggest to build a little bot for browser automation. There are simple tutorials if you search for python selenium Next step is grabbing a proxy list here from the forum. There are a few free proxies threads with regular updates. Then simple build a frame Programm: Loop thru proxy list...
  8. M

    Starting a SEO Company - Thoughts & Advice?

    Well where would I (as a potential customer) search for a SEO-Agency... at the top entries (best unpaid) of google. So I would make sure that my offer is good and easy to find. Make your homework concerning the important keywords and their competition. A Flyer for selling online service works...
  9. M

    Need little help from hosting pros

    Kind of simple. The amount of ip‘s are restricted. Bots crawl whatever they can find. I had an honey pot open on a residential IP and an open MongoDB to see how long it takes. Less then 24h someone deleted the dummy content of the database in exchange of a bitcoin number and I should pay if I...
  10. M

    My youtube Channel got Hacked

    @davids355 i guess the OP just was not able to choose: „I made a mistake“ as topic because it still hurts too much. This whole topic got nothing to do with being hacked. It is like loosing a 50$ note on the street and claiming your where robbed. Sorry mate for your loss but I guess compared to...
  11. M

    Journey to develop a bot

    A few days ago someone here would like to know whether there is a bot for building up reputation on q&a sites (yahoo answer, quora,...) Obvious there is no bot, so feel free. I will add the link to the thread because I already wrote a bit concerning the design...
  12. M

    Tool that monitors Q and A sites?

    Sounds like you will need a custom made bot: -Scrape newest questions (quora, yahoo,...) -Filter scraped questions by keywords -Chose a answer (from templates) manually -Post answer thru api or browser automation Shouldn’t be too expensive but I don‘t know the actual rates of the botmakers...
  13. M

    Deleting competitor's wp config file to decrease their rankings?

    Do you use a „free and cheese“ Theme on your Block or is your Password „secret“ or „password“. You could check date and user for last edit of file. There you will see whether it was changed from WP (code injection...) or from console hacked root... Maybe you just got a wrong configured addon...
  14. M

    Hi all, i'm experienced programmer just joined this forum for fun

    As a community who help each other with jobs which are ... well blackhat... it is really important that „trading or doing business“ which each other is secure. The mods and admin do a great job. A new member without any posts who wants to skype with people seems suspicious. It is no problem at...
  15. M

    Make page only accesable via root domain

    I would use the rewrite options of your Webserver (Apache/nginx). Both support the RewriteCond %{HTTP_HOST} Parameter together with regular expression. So basically rewrite all request where Hostnamen not your Hostname reaching for your special site to index or whatever you want.
Back
Top