Recent content by xtr3m

  1. X

    Hello BlackHatWorld family, I need your help with my domain name!

    Have you tried AcRepairMiami.com or AcRepairInMiami.com? How about AirConRepairMiami.com? Try to shuffle or expand your main keywords before introducing new ones.
  2. X

    The Best Open-Source E-Commerce or Online Shopping CMS

    Magento is the de-facto standard. Everything else is a child's play, really. Of course it's an overkill if you only have a dozen or so products. Source: I'm a certified Magento developer.
  3. X

    [HELP] - VPS vs Low Cost Dedicated server (~15$ a month)

    You are still looking at cheap options and there's no guarantee they'll be any better. I'm on Linode and paying $20 for 512MB.
  4. X

    Suggest me a CMS

    Drupal has a steeper learning curve but it will take you much further than WordPress. As for SQL in Drupal: use the Views module. Views is a visual query builder.
  5. X

    Want to learn Javascript - any tips??

    Do you know how to code/script otherwise? If you're really a beginner then Codecademy is great and fun place to start.
  6. X

    What is the best PhP editor

    Notepad++ is nice and light but it's not an IDE (syntax checking, code completion). You might want to look into NetBeans.
  7. X

    Your benefits of learning to code?

    Java and C? Looks like you're going the Develozard's way. Great payfor long hours of dull work. I'd say "start-up programming" (JS frameworks, RoR, etc) has better prospects, at least for some.
  8. X

    Help newbie setup vps

    I'd suggest to learn doing it the SSH way. It's a great skill and will come handy. Google "linode lamp guides" for a good place to start.
  9. X

    Youporn content ilegal?

    Pretty much most of the porn 'tube sites are illegal. They're so big and there's so many of them the studios don't really bother suing them. HD-quality videos is all they got right now. So are you going to get in trouble? Probably not. Having said that porn 'tube sites don't convert well at all.
  10. X

    Where do you live?:)

    Beautiful British Columbia, Canada.
  11. X

    How to unlink hostng from domain name?

    He'll probably be able to access the site by the IP. Not sure if cPanel requires at least one domain to be present as it's been a while since I worked with it. If he does change the nameservers of your main domain and you don't remove it you'll still be able to access your site by adding "<the...
  12. X

    Need urgent help with conditional echo of file

    Yep, you were echo'ing the contents of the PHP file instead of actually executing it.
  13. X

    PHP... what kind of array/variable is this?

    echo gettype($_); >array
  14. X

    Quick PHP Question

    misulicus is right: make a small API out of it.
  15. X

    wordpress plugin for voting

    The GD Star Rating plugin supports multi-ratings.
Back
Top