Recent content by DevSwift

  1. D

    it's very important for me! Need help (Decoding Base64)

    That is definitely not base64-based...
  2. D

    Price Scraper?

    Generally when it comes to a project like this, you would need to build a separate scraper for each source. You're not going to find an out-of-the-box solution...
  3. D

    best dating script ?

    Good scripts don't come cheap. For something vast as a dating site, you're going to have to dig deeper in those wallets if you want a product that's going to stand out.
  4. D

    Need : How to stop people from watching a video unless the press like button

    Built one of these myself here recently. FB Javascript SDK provides an event listener for Like buttons. So what I did, created a div with a fake player image. When the user click, I pulled up a CSS dialog over the div with the Like button. Wrote a function for the event listener to close...
  5. D

    Death of php?

    PHP is pretty much all I do. To be honest, I share similar fears that PHP and websites in generally will eventually be outdated by apps, but even so, there is still a LONG lifetime PHP has left to live... I've still been brushing off my Java and learning my way around the Android SDK, and will...
  6. D

    Change User Agent

    You can use cURL to grab the URL, then troggle the CURLOPT_USERAGENT option via curl_setopt function.
Back
Top