Recent content by BTSTU

  1. B

    Looking for experienced Backend coder for website- PHP or Python

    Sent you a pm. Get back to me as soon as possible :D
  2. B

    Content writers required - urgent

    Sent you a request
  3. B

    {u206739} Journey | start from zero

    You ought to sell twitter followers. You're growing accounts pretty fast
  4. B

    Adding live chat to website - pay per minute

    This is pretty intersting. I guess the most cost efficient way to build something like this would be to use node.js. That way you wouldn't have to save the chats itself. You can just handle the payments and the shutting on/shutting off of the person in the real-time.
  5. B

    Question about Landing page

    if you're scared of investing, what I recommenced first is you : 1) Learn how to get traffic - all you need is a website host/domain name. 2) Learn how to monetize. - Right now you're worrying about monetization and if you worry about how you're going to monetize a site you're not going to...
  6. B

    First timer on BHW

    Hey, thought i would introduce myself. I'm not new to marketing. Been doing SEO/programming for a while now. First time on these forums, and so far it's been good. Thanks.
  7. B

    PHP/MYSQLi downline builder

    Use a framework man. It's much easier since all the groundwork is built for you already. Check out laravel. They have authentication built in, encryption, billing, etc.
  8. B

    PHP framework

    Use the framework he has most experience with. Don't let him code it without a framework though because if he leaves you, it will be hard for another dev to pick up the progamming style. Also there isn't a specific framework for x type of site. Each framework has it's own pros and cons. I...
  9. B

    HTML to string JS

    document.getElementsByTagName('html')[0].innerHTML Instead of the document object, you use the variable where you put the response of your http request. So if you did this: function getWebsite(url) { var xmlHttp = new XMLHttpRequest(); xmlHttp.open( "Get", url, false ); // Uses...
  10. B

    is it worth to buy SEO PowerSuite?

    No, don't buy it. There are way better free tools to use than buying it. You can get it for a 100% discount online too. Just look places.
  11. B

    What types of links should I make to use LSI and Generic Keywords for a new site?

    Web 2.0's are pointless unless you constantly update and build backlinks to them. I wouldn't buy "web 2.0" posts because they'll just die out unless you maintain them. You can make your own and drip feed spun content to them every week or so though. The content should be word-sentence-paragraph...
  12. B

    What is your insights about GSAP?

    It's just a javascript (library or framework?), so it's not that different from jQuery/Angular. You could probably make some sweet landing pages with it though. BUT, you can do that with normal javascript as well. Might just take some more time to get all the classes setup.
  13. B

    Does anyone have experience with Buying SEO?

    You don't really need alot of backlinks to rank with 200 articles. If you drip feed them and do a solid backlink a day, you'll get a ton of long tail traffic you can monetize. Then eventually as you build more links and drip feed more articles you'll start ranking for hard keywords. I remember...
  14. B

    Me, girlfriend, and chaturabte!

    The twitch sex tape idea is gold. rofl.
  15. B

    Anybody with the code to block Majestic, Ahrefs and all others from crawling a site

    The links will drop off eventually. The crawler will think the link disappeared.
Back
Top