Search results

  1. BlackHatRhino

    PHP or Java?

    Hi I think that PHP is more quickly for learning than Java. Imho, Java is a language for enterprise development or for android. If you are interested in fast result - learn php.
  2. BlackHatRhino

    Copied website with HTTrack but I get an error popup...

    Hi As I understand, after clicking, js make ajax request to php script for getting form with downloading link. But you didn't copy and you can't copy php script using tools like httrack
  3. BlackHatRhino

    iMacros Help!

    Hi Maybe it's now not a link? Try to use the CLICK command. Can you show this website? maybe they changed something in the DOM.
  4. BlackHatRhino

    Scraping Linkedin Jobs

    Do you change the user-agent and other "browser" data that can identity you? Yes, I agree that in most cases it is necessary to change the IP address, because many web services limit the number of requests from one IP address.
  5. BlackHatRhino

    Permanently Closed Marketplace Sales Thread

    https://www.instagram.com/about/legal/terms/api/ Rule #34
  6. BlackHatRhino

    The necessary tool for SMM

    I am not engaged in SMM. However, being a programmer, I'm interested in what tools need specialists in SMM. Briefly, what instrument you are missing for your work (SMM)? I'm sorry if I made mistakes in the text.
  7. BlackHatRhino

    Permanently Closed Marketplace Sales Thread

    Hi Do you use Instagram Private API for working with Instagram? Does instagram block accounts after work in your service? (as far as I know, the rules of instagram are forbidden to decode the application)
  8. BlackHatRhino

    Scrape android app data

    Sorry, but I can not fully help you without seeing what's happening. Try to follow for this tutorial http://ticketmastermobilestudio.com/blog/charles-proxy-with-android If you can not decode https even after the correct installation of charles certificates, then rather it's SSL pinning. Do you...
  9. BlackHatRhino

    Tool to unspin a list of URLs in spintext format

    You can use something text or code editor, for example Sublime Text for example, you have spinned text {a|b|c} You need replace "|" with "\n" and delete "}", "{" symbols
  10. BlackHatRhino

    How Do I Place an Array Inside of Another Array with Python?

    Do you mean nested loops? something like this? links = [example_link0, example_link1, example_link2] for link in links: i = 0 while i < len(link): ... i += 1
  11. BlackHatRhino

    How To Make This In Prestashop??

    Hi You can use CSS with hover and transitions I created example https://codepen.io/anon/pen/bLbpKM
  12. BlackHatRhino

    Is Reverse API superior to automation programming such as Selenium?

    Do you need to automate android application? I had experience with https://github.com/dtmilano/AndroidViewClient I think that it more simple and useful
  13. BlackHatRhino

    Scrape android app data

    More info about debugging you can find on charles website You can also use fiddler If your app use ssl pinning then you need to use Android-SSL-TrustKiller Sorry, but I can not add links to post
  14. BlackHatRhino

    Load more than 12 Pictures Instagram API/PHP

    I can do it later
  15. BlackHatRhino

    Load more than 12 Pictures Instagram API/PHP

    I only showed method for loading more 12 posts
  16. BlackHatRhino

    Load more than 12 Pictures Instagram API/PHP

    Hi You need to use the pagination 1. Load first 12 posts instagram.com/design.bot/?__a=1 2. Load prev 12 posts through instagram.com/design.bot/?__a=1&max_id=1697371457784291576 where max_id is id of last loaded post in media -> nodes May be it will help you Sorry for my English
  17. BlackHatRhino

    CMS for sales accounts

    No, i search CMS or service I wrote "(Except customization WP, Joomla, Drupal, etc.)"
  18. BlackHatRhino

    CMS for sales accounts

    I have experience with wordpress. Trust me, it's not the best solution. Too heavy SQL queries when working with 1000 accounts.
  19. BlackHatRhino

    CMS for sales accounts

    Hi, guys I search CMS (Content Management System) or web service for bulk sale accounts of social networks. May be somebody knows? (Except customization WP, Joomla, Drupal, etc.) Thanks and good day :)
  20. BlackHatRhino

    Proxy service with the affiliates

    Hi, guys Сan anyone recommend a service proxy with an affiliate program or referral system? Thanks
Back
Top