Search results

  1. Mazx

    Simple script to rotate text

    If you want to do that, you need to move the messages into a list and call a random function to grab a random message by index from the list. This might help too. https://github.com/ultros/spin-message
  2. Mazx

    How to find websites by WordPress theme footprint?

    See if any of this helps you. https://github.com/ultros/wpnuker
  3. Mazx

    How did you make money with email marketing

    I don't remember for sure but I'd guess 3 to 6 months to start ranking in the serps. This was when Wordpress comment spam was good traffic (dunno if it still is). Every week I would re-write articles. It worked well but like I said it was a small niche.
  4. Mazx

    How did you make money with email marketing

    I found a small niche in energy investments. Found longtail/short keywords Developed Blog Comment Backlink Building Mail Sender/Double Opt-In Provider Wrote on the company and investments and sold Clickbank investment category items It worked well. Emails were collected from page visitors.
  5. Mazx

    How long do you think Blackhatworld will last?

    It still has quite a bit of traffic if you go by new posts. When there is another good technique to make quick money on there will be more.
  6. Mazx

    [METHOD] [PYTHON] CREATE AUTOMATIC UDEMY COURSE ENROLLER BOT

    Followed you on Github. Thanks for this.
  7. Mazx

    How to start with Python

    If you complete everything on the Python course on "Zero to Mastery" you will be a Python programmer. It is the easiest way to get started imo.
  8. Mazx

    My Favorite Python Trick

    Thanks for this. I am going to implement it.
  9. Mazx

    Best way to learn python

    Take the Python course on Zero to Mastery and then start your projects. If you take your time with the course and complete it, you come out of it a Python developer.
  10. Mazx

    Which IDE you guys use?

    Pycharm and Visual Studio Code
  11. Mazx

    Want to code my own link builder bot

    I'd go with Python. requests, bs4, and re packages. Use the requests module to get the full page, study the code and start parsing with beautifulsoup (bs4) and drill down further using re (regex). scrape Google SERPs for keyword and Google dork (i.e. "powered by VBulletin") Locate form Populate...
  12. Mazx

    I'm Learning SEO and need your help!

    This plus on-page (e.g. html tags) is really all you need, before backlinks.
Back
Top