Jump to content
xisto Community

haron

Members
  • Content Count

    46
  • Joined

  • Last visited

Everything posted by haron

  1. haron

    Hotkey Programs

    Hm.. I found link, but broken.
  2. Good tutorials! Most browsers support CSS 1.0, but CSS 2.0 is not supported in some browsers. Gecko browsers (Firefox and Mozilla) support CSS 2.0, but Internet Explorer does not. Visit this page in Internet Explorer and any Gecko Browser. http://forums.xisto.com/no_longer_exists/ Site is in Serbian, but you can see menu above in Gecko Browsers, but not in IE.
  3. Add "echo"s. $iusername = $_POST['username'];$ipassword = stripslashes($_POST['password']);include "opendatabase.php";opendatabase();$userrow = mysql_query("SELECT * FROM `users` WHERE `username`='$iusername' LIMIT 1;");$userarr = mysql_fetch_array($userrow);$ipassword = md5($ipassword);// -----------echo "$ipassword - $userarr[3]";// -----------if($ipassword != $userarr[3]){ echo "<div class=\"err\">Error: Incorrect username/password combination.</div>"; exit("</BODY></HTML>");}mysql_close(); I always use "echo"-s for debuging...
  4. I work on one project and my aplication (Web PHP aplication) must work with txt files, because MySQL is not safe (losing and changing data). It's interesant, all forum is based on MySQL.If you want make blog from scratch, don't. Download any blog, and edit.
  5. haron

    Hotkey Programs

    I use hotkeys programs named simply "Hotkeys". I'am not at home and tonight I'll post link for download.
  6. Mozilla Firefoxfast, secure, more extensionsI don't like Opera, because is complex, not free (banner)...
  7. NOD 32fast, good detection for unknown virus, update 3-5x every day--------------Norton: slowKaspersky: very slow, slower than Norton
  8. Windows Longhorn release in December 2006.He is based on .NET.
  9. NOD 32 is better antivirus.Norton is too slow and more expensive.Nod 32 can detect unknown virus.Nod 32 uses heuristic method to decect wild virus.Nod 32 detected Sasser, Blaster i MyDoom viruses before release update for them.site: http://forums.xisto.com/no_longer_exists/
  10. http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/
  11. Hmmm... http://forums.xisto.com/no_longer_exists/ MySQL is not up. Start up MySQL server.
  12. I must create database before install forum.
  13. Category: Web ProgrammingWord: Bill Gates???
  14. Good! About Sessions on http://php.net/ http://php.net/manual/en/features.sessions.php Cheers.
  15. C is good for small applications or for contollers. But for large projects, C++ is better. I never have programed in Java or .NET.
  16. They are not hackers, they are LAMERS, script kiddies.
  17. I understand. On access - when I execute application (probably virus), antivirus checks for it. On demand - when I check for virus right click -> Scan.Thanks very much.
  18. http://www.tiobe.com/notfound.html C is most popular programming language altought market share is ~2 %. The most projects is worked in other programming language like .NET and C++. I think C is too old. What do you think?
  19. I have question about antivirus. What do mean phrases "on demand" and "on access". I tried use Google ( define: ) and didn't find explaination.Sorry, if OffTopic.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.