Search results

  1. Ecko

    [API]Picify![Captcha]

    It looks like the first two characters are always 'fc' and the next two digits are just increasing by 1. May I ask if you're using PHP's GD library?
  2. Ecko

    What to learn?

    Should be HTML>CSS>JS>PHP>MySQL Dunno why people are including non-web specific languages like Java and C++.
  3. Ecko

    What to learn?

    You can, but I think most people will have a better grasp if they know at least HTML first.
  4. Ecko

    What to learn?

    Learn HTML and CSS first. Once you understand it well enough you should move on to PHP.
  5. Ecko

    [API]Picify![Captcha]

    Not bad, but lots of spam bots can OCR that since there isn't much randomness to throw them off. You need to add random colored lines and stuff. Here's a captcha I made 4-5 years ago:
  6. Ecko

    What here is wrong?

    http://www.javascriptkit.com/dhtmltutors/ajaxgetpost.shtml
  7. Ecko

    Computer build [fin]

    2GB GFX card is really unnecessary.
  8. Ecko

    Show DevBest [TuT]Maintenance Mysql/PHP[TuT]

    So being new to a particular forum is how you judge intellect? RastaLulz knows what type of access I have to his server, maybe you'd like to ask him about that.
  9. Ecko

    Show DevBest [TuT]Maintenance Mysql/PHP[TuT]

    Are you blind? There's a table called settings already. Alter that table to add a column for maintenance.
  10. Ecko

    What are you listening to lately?

    Same general idea that will contain the same types of posts. Instead of having two places for those types of posts, post in the one that is stickied.
  11. Ecko

    What are you listening to lately?

    http://devbest.com/threads/what-are-you-listening-to-now.835/
  12. Ecko

    Mindfucked

    That's what you call a misleading question because it assumes only one thing was done when in fact both were done.
  13. Ecko

    Show DevBest Ip ban

    I disagree. If you are the administrator of a server, you should be denying at the firewall level. If not, then as root you should be denying at the OS level. If you are not root, then you deny at the server level. Denying at the script level should be the last option...
  14. Ecko

    Favourite Car

    Lexus LFA
  15. Ecko

    Mysqli Login Issue

    You don't use fetch_array with mysqli $result = $query->fetch_array(MYSQLI_ASSOC); should be $result = $query->fetch(MYSQLI_ASSOC);
  16. Ecko

    What bands/artists have you seen live?

    The Eagles Justice Deadmau5 Andain Neon Indian Toro y Moi Girl Talk
  17. Ecko

    Show DevBest [TuT]Maintenance Mysql/PHP[TuT]

    Why create a whole table for that? I see a table called settings already, should just add it in there.
  18. Ecko

    How much internet allowance do you get for what price?

    You should see the speeds I get at work :p
  19. Ecko

    UNION CMS

    Obvious rip of CSS, especially since it's all on one line. http://bavotasan.com/2011/a-simple-fade-with-css3/
  20. Ecko

    Project J - Your Upload Solution!

    It's not being removed. MySQLi is just going to be compiled with the STL in PHP 6. It will be a very long time before MySQL is removed as billions of websites use it.
Top