Search results

  1. Ecko

    BlackBerry to expand BBM service to iPhone, Android devices.

    Looks like I was right all along. BBM is released, gets a 4.5 rating. After 1 million downloads on the Android OS, that rating has now dropped to 3.0. WhatsApp still has 100,000,000 downloads on Android along with a 4.6 rating.
  2. Ecko

    REMOVED.

    $query_posts = sprintf("SELECT * FROM posts WHERE forumid = %s" AND WHERE title != 'reply', GetSQLValueString($colname_posts, "int")); If that doesn't work, try replacing != with NOT LIKE
  3. Ecko

    DELETE

    Post your .htaccess
  4. Ecko

    Show DevBest [Feedback] Personal/Portfolio template

    Change the red to a more suitable color.
  5. Ecko

    REMOVED.

    $query_replies = sprintf("SELECT * FROM posts WHERE topicid = %s LIMIT 2,1000000", GetSQLValueString($colname_replies, "int")); Or show us your table structure.
  6. Ecko

    WeDesign • Company Portfolio Template • Free

    background image ruins it
  7. Ecko

    What are you listening to now?

    http://www.youtube.com/watch?v=fflyskX6iZs
  8. Ecko

    Free subdomains 200+

    freedns.afraid.org/subdomain/
  9. Ecko

    Show DevBest Hosting Website Template - Flat UI - Showcase

    Choose better colors
  10. Ecko

    [Help]NGINX[Help]

    well wtf do u need help with
  11. Ecko

    How do I fix this radio glitch?

    Use a different flash player.
  12. Ecko

    Alternative for php include?

    The error is for require_once() not include(). Check that the path to the file correct. If you are trying to include PHP code (ie - variables/functions from another file), iframe will not work.[/CODE]
  13. Ecko

    [HELP] .htaccess (keeps returning 500 even though it's active)

    Is mod_rewrite enabled? Is there anything else in your .htaccess file? Is the .htaccess file readable by the Apache server (ie - 0644)?
  14. Ecko

    [PHP HELP] User Rank

    http://php.net/manual/en/function.mysql-query.php For SELECT, SHOW, DESCRIBE, EXPLAIN and other statements returning resultset, mysql_query() returns a resource on success, or FALSE on error $row = mysql_fetch_assoc(mysql_query("SELECT `rank` FROM `users` WHERE `id` = '" . $_SESSION['id'] ...
  15. Ecko

    Show DevBest File Manager I made 7 years ago

    You stick it in it's own directory and becomes it's own private directory. Only files and folders that are created within in show up (ie, files/folder that were already in the same dir will not show up).
  16. Ecko

    Show DevBest File Manager I made 7 years ago

    Just found it searching through an old HDD: Can demo it here: http://autobots.biz/code/filemanager.php devbest:demo123 (user/pass is stored in array) http://pastie.org/8345636
  17. Ecko

    Show DevBest Run android applications on Mac/Windows!

    You can already do this with the Android SDK..
  18. Ecko

    GTA V GTA V LEAK SPOLIER ALERT + LEAK DL (XBOX 360)

    The game got released to a few people early thanks to Amazon shipping early on accident. There is no DL for the 360 because no one has broken the encryption key need to boot the game.
  19. Ecko

    Looking for some resources on POOP

    http://net.tutsplus.com/tutorials/php/object-oriented-php-for-beginners/ http://www.phpfreaks.com/tutorial/oo-php-part-1-oop-in-full-effect
Top