Recent content by Overfl0w

  1. O

    Wordpress Page Builders

    I've used Visual Composer for a Newspaper theme, very powerful, easy drag and drop and very customizable.
  2. O

    My first journey on my travel niche on instagram

    Good luck with your journey, but start off slow to avoid getting your accounts banned.
  3. O

    My journey to $5 Million by end of Dec 2016

    Good luck with your journey!
  4. O

    [Method] My Webcam Method To Making $600+ A Month!

    Gonna have to try this out myself, thanks for the share.
  5. O

    AutoCLICK code for "ADSENSE"

    Yea you're gonna get banned.
  6. O

    How would you randomise your IP address

    hidemyass might be blacklisted, better to use backconnect/reverse proxies that change ip regularly.
  7. O

    I need help with cookies

    You can use the PHP function setcookie with expire parameter as time()+60*60*24 == 24 hours, so the cookie would automatically expire in 24 hours. Check with $_COOKIE['unique-identifier'] if the cookie exists and if so don't display the div
  8. O

    which computer programming language should i go for??

    Python is a good one to start, good general purpose language, lots of libraries and frameworks for pretty much anything already available. Also cross platform.
  9. O

    "400 Bad Request" - error with Cache control with bot

    Must be something wrong with your request/headers/cookies etc. Best to capture the request with a real browser and try to replicate it.
  10. O

    Best Language to Learn ?

    Can't hurt to know some PHP, a lot of people are still using it, but for the future i'd look at a different language. Python/Ruby/NodeJS/Elixir maybe
  11. O

    what is your first programming language that you study

    The first programming language i learned was C#, haven't used it in a while though.
  12. O

    ¿What's mean SAME IP? Diferent port?

    Just put them in your browser's proxy config and go to some whatsmyip site.
Back
Top