Search results

  1. Ecko

    Good, cheap VPS hosting for 10$ USD or under?

    LOL so you can resell them? here: http://www.chicagovps.net/
  2. Ecko

    How should the homepage be done?

    All of the above
  3. Ecko

    SSL Certificate Redirect.

    And what are you going to do if that automation breaks or someone asks you for support you cannot provide?
  4. Ecko

    SSL Certificate Redirect.

    It's a GoDaddy cert
  5. Ecko

    SSL Certificate Redirect.

    Add to .htaccess RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://xen-hosts.com/$1 [R,L] If you can't do something this simple, you shouldn't be running your own host
  6. Ecko

    [PHP] Timestamp

    You should first check difference between current time and the timestamp form the database. Then if difference is greater than 60*60*24, it's been 24 hours.
  7. Ecko

    Avalon - A new forum CMS

    Too small content area
  8. Ecko

    Show DevBest Python: HDD killer

    Windows will still boot up even if the boot drive is full.
  9. Ecko

    Building my own PC.

    If you're smart, remove the SSD/HDD and RAM from the build and just wait until you see a decent deal show up on slickdeals.net. Only other thing I would change on that build is the H97 to Z97 mobo
  10. Ecko

    Server Build

    Everything is good, except for Windows Server 2012.
  11. Ecko

    Server Build

    Yes, they are. They bought IBM's PC division 10 years ago and have become the 3rd largest computer maker in the world.
  12. Ecko

    Zonefolio Development

    Doesn't look like there is any from that snippet he provided.
  13. Ecko

    Server Build

    If you want a server just to have one, you're better off buying a pre-built once instead of building one (especially with that processor). http://www.amazon.com/dp/B00FJF4UAW?psc=1
  14. Ecko

    Wanna select more ranks...

    <?php } if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = 5 OR id = 7 OR id = 9") { ?>
  15. Ecko

    Picking A Webserver

    http://www.litespeedtech.com/
  16. Ecko

    Requiring files?

    Your way is fine
  17. Ecko

    Mysql/PHP Access Denied

    Which user are you logging in with? Since the database is created right there in the script, it probably doesn't have privileges to that database.
  18. Ecko

    Show DevBest [Feedback] My Personal Website

    None of your navigation buttons work for me. And remove the 'AND A DAMN GOOD ONE' text.
  19. Ecko

    in need of navicat premium code

    http://www.warez-bb.org/ has been up for years
  20. Ecko

    cPanel help

    chrome://cache chrome://dns chrome://view-http-cache Reset Chrome. If domain shows up in any of those areas afterward (before trying to load it), you're fucked
Top