Search results

  1. Ecko

    Survey for Math Class

    This is for math? Green Hot Dog Samsung
  2. Ecko

    Forums

    SMF has a much better modding community, and language support. MyBB's plugin system is horrible too.
  3. Ecko

    Forums

    SMF > *
  4. Ecko

    Replacing ? in PHP GET.

    What's with the internal rewrite? Try: Options +FollowSymLinks <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /view.php/$1 [L] </IfModule>
  5. Ecko

    REMOVED.

    What about the folder permissions?
  6. Ecko

    BlackBerry to expand BBM service to iPhone, Android devices.

    Link me to a usable BBM API then. Derp, of course you need a phone number to message someone. The WhatsAPI let's me message a phone with WhatsApp by me placing my phone number/IMEI number in one of the files: http://autobots.biz/dev/whatsapp/tests/whatsapp.php
  7. Ecko

    REMOVED.

    Post line 27... If you have this in there then remove it: C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs
  8. Ecko

    This Life - (True Story)

    Oh dear God....
  9. Ecko

    BlackBerry to expand BBM service to iPhone, Android devices.

    Describe how BBM is 'easier to use'. Explain why people would leave something they already use with their friends, family, and co-workers to something that those same people are most likely not using. Your logic is flawed in saying people would leave WhatsApp. The main feature BBM has that...
  10. Ecko

    BlackBerry to expand BBM service to iPhone, Android devices.

    BBM will be offering limited features to Android and iOS devices when it first rolls out. The rest of the features of BBM won't be released until later in the year. BBM has 60 million active users. WhatsApp has over 200 million active users (more than Twitter). Over 12 billion messages are sent...
  11. Ecko

    BlackBerry to expand BBM service to iPhone, Android devices.

    A bit too late. Things like WhatsApp have taken over and can already do so much more than what they will be initially offering.
  12. Ecko

    Programming a game in Lua - Is it possible?

    Show? @OP: It depends on how you intend on using Lua. If you intend to use it more for scripting with the core engine written in another language like C++, then it's a great choice because of how lightweight and dynamically fast it is. It's great for multi-threaded programming since it...
  13. Ecko

    Show DevBest [Release] CookieFramework 2- Updated & Optimized.

    inc/inc.CF.php = noob way to put a copyright
  14. Ecko

    Removing ' and / from submits

    no. $var = trim($_POST['var'], "'\"");
  15. Ecko

    Help with an error in my CMS

    What happens if you change the query to this: $getCorp1 = mysql_query("SELECT * FROM jobs_corps ORDER BY id DESC LIMIT 25");
  16. Ecko

    Help with an error in my CMS

    No..
  17. Ecko

    Help with an error in my CMS

    You are not doing any error checking. The query is not returning any results. What is the value of $getCorpID ? Try running the query by itself to see what results it gives.
  18. Ecko

    [TUT] Javac is not recognized as an internal or external command [FIX]

    No one here compiles anything with Java really, but good job nonetheless. Prefer using an IDE to compile anyways.
  19. Ecko

    [HELP!] UberCMS - Messed Up Pages

    You don't use PHP to reference CSS files... You use HTML.
  20. Ecko

    [CMS][PHP/MySQLi] ZipCMS

    The image was created by you. Creating it in hex means it is no longer yours. This is only the belief that you actually created the image, having provided no proof whatsoever.
Top