Search results

  1. Ecko

    NEed help asap with PHP

    1. Just because cookies are stored client side doesn't mean "anyone" can gain access. 2. You would need to either be specifically targeted for the above to happen, or have insecure code on your site where XSS is possible. If your code is secure, then your reasons for not using cookies are...
  2. Ecko

    Need some thoughts

    Looks like something a 11 year old would make when they first learn about HTML
  3. Ecko

    NEed help asap with PHP

    Your script allows for login if following two conditions are met: User/pass fields are not empty Username is the same as the password If this is where you are storing admin information: $user["admin1"] = "password"; Then change: elseif ($user[$_POST['username']] != $_POST['password']) To...
  4. Ecko

    NEed help asap with PHP

    elseif ($user[$_POST['username']] != $_POST['password']) Um...
  5. Ecko

    Have you had Ramune? And do you like it?

    Looks like the gay energy drink from The Office
  6. Ecko

    Youtube error

    Change your DNS to Google's: https://developers.google.com/speed/public-dns/docs/using#configure_your_network_settings_to_use_google_public_dns Problem solved.
  7. Ecko

    Show DevBest Simple Leaderboards

    Quit ripping shit and trying to pass it off as your own. Regards
  8. Ecko

    Show DevBest Interactive Forum

    Think you mean form and not forum.
  9. Ecko

    Not connecting to Localhost

    bad use netstat -anb and you can see the actual processes/services
  10. Ecko

    Not connecting to Localhost

    No shit, really?? Damn that makes IIS the best!!
  11. Ecko

    Not connecting to Localhost

    Another reason why IIS sucks (contrary to what @Jaden believes). Apache/Nginx/Litespeed - would take me 5 seconds to tail the logs whereas IIS wants you to open up Event Viewer just to find that out.
  12. Ecko

    Not connecting to Localhost

    dunno why there are any other posts in this topic, since my initial reply was the proper way of debugging this
  13. Ecko

    Not connecting to Localhost

    shut up noob
  14. Ecko

    Not connecting to Localhost

    Check if something else is running on port 80
  15. Ecko

    Favorite PHP Framework

    Unless you're making a rather large application, I don't see the need to use any framework. If you know enough PHP, then you should be able to make a proper base without relying on a framework. If making a large application though, then I can see why you would use one. At work we are using...
  16. Ecko

    No idea why it's doing this..

    If you're getting that deprecated message warning when using <PHP 5.5, then you must be doing something wrong.
  17. Ecko

    No idea why it's doing this..

    Change your PHP version. The script you are using is using deprecated shit
  18. Ecko

    Ban ends 4 minutes ago..

    It runs on a cron pretty sure
  19. Ecko

    Better Linux Distro

    If you're gonna use Gnome, better off sticking with Ubuntu, Fedora, or Debian
  20. Ecko

    Better Linux Distro

    Dunno why people care about the GUI so much. The normal distros are fine and you can customize the desktop environment as much as you want (probably thousands of KDE/Gnome themes out there)
Top