Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rycamor
  • Content: Threads
  • Order by date
  1. rycamor

    Updates to my PostgreSQL vs. MySQL FAQ

    Because of some excellent changes in version 7.3 of PostgreSQL, I have made several updates and refinements to my FAQ. See "Is there a good reason to choose PostgreSQL over MySQL?" at faq699-0 ------------------------------------------- PHP/Perl/SQL/Javascript --...
  2. rycamor

    PostgreSQL Wins Again!!!

    This just in: PostgreSQL will be the official database system to handle the .ORG registry. It's official - ISOC (http://www.isoc.org/dotorg/) has been approved as the organization who will take over control of .org from Verisign (it's about time... grumble). ISOC will be using Afilias...
  3. rycamor

    PHP connection to remote SQL 7 using ODBC

    Here is the error I am getting: Warning: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '\'., SQL state 28000 in SQLConnect in E:\ANI TEST\quicklist3.php on line 20 I normally run PHP on Unix, so I am not as familiar with NT ODBC issues. I have PHP running on...
  4. rycamor

    Error Connecting to MSSQL via ODBC on another server

    Here is the error I am getting: Warning: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '\'., SQL state 28000 in SQLConnect in E:\pub\quicklist3.php on line 20 I normally run PHP on Unix, so I am not as familiar with NT ODBC issues. I have PHP running on...
  5. rycamor

    Is there an Access equivalent to LIMIT syntax

    Hello all, An example of a familiar SQL syntax I use in other DBs is: SELECT * FROM myTable LIMIT 10,10 This uses the "LIMIT {offset},{rows}" syntax, meaning my SELECT query only returns 10 rows from the table, starting at the 10th row. LIMIT 50,25 would return 25 rows starting at...
  6. rycamor

    ALERT -- New IIS worm!!

    Check out http://slashdot.org/article.pl?sid=01/09/18/151203 Apparenty this one is worse than Code Red. My Apache box has already had over 1000 attempts since this morning, and this is just my DSL firewall at home. It infects IIS servers, and then does two things: 1) sends GET requests to...
  7. rycamor

    ALERT -- New IIS worm!

    Check out http://slashdot.org/article.pl?sid=01/09/18/151203 Apparenty this one is worse than Code Red. My Apache box has already had over 1000 attempts since this morning, and this is just my DSL firewall at home. It infects IIS servers, and then does two things: 1) sends GET requests to...
  8. rycamor

    Code Red activity??

    On my small group of FreeBSD/Apache servers (including my home development system), I found about 320 attempts to "infect" my server with the Code Red worm. This happened starting August 1, and is still happening now, Aug 3. Heh... I'm not infectable... let 'em try! But anyway, I was...
  9. rycamor

    A small Perl utility

    Since I was frustrated at having to constantly type: tar -zpscf tarfilename directoryname, I whipped up this little Perl utility which compresses an entire directory, preserves permissions, and names the archive after the directory, while appending the current date and time into the name...
  10. rycamor

    Thoughts on LDAP for web-based apps?

    Is it just me, or is LDAP one of the most under-appreciated resources available right now? From looking at the LDAP specs, it seems that it is a *tremendous* way to handle distributed data in an WAN situation. Anyone here spent any time working on LDAP apps, with PHP or Perl? Can you give a...
  11. rycamor

    Tough One: VBScript for keystroke emulation on a Java applet

    Hi all, I've got a doozy here: I have a customer who uses a Java applet that connects to a remote AS400 terminal, and provides a full emulation of that terminal to the viewer. (it's called OC://WebConnect). The thing they are hoping I can do is create some scripts that will automate certain...
  12. rycamor

    Mozilla .9 -- MUCH better!

    In case anyone is interested, Mozilla .9 is now loading at least twice as fast as Netscape 6. Go get it at (www.mozilla.org). Yes, it still doesn't load quite as fast as IE, but that's because IE is always half loaded anyway. It definitely renders pages faster than IE, once it's loaded, and if...
  13. rycamor

    Help Slack survive :(

    See http://slashdot.org/article.pl?sid=01/04/17/2118220&mode=thread Just a heads-up for all Slackware Linux lovers (www.slackware.com): Slackware is in trouble right now, because a company called Wind River bought Walnut Creek (which owned Slackware) but they decided to drop the Slackware...
  14. rycamor

    How to enable 32-bit DMA transfer mode

    After pawing through the rather pedantic documentation at www.freebsd.org, and a couple of hours searching at google.com, I still don't understand whether I have the ability to tune my IDE drive in FreeBSD, specifically to set it up for 32 bit DMA transfer mode. Those of you who have spent some...
  15. rycamor

    M18 -- Mozilla gets the idea finally

    Anybody notice M18 is much quicker to respond to mouse clicks, etc...? Are we finally rounding the corner of useability for this beast? Also, Mozilla now defaults to a much simpler theme/skin, which is a better starting-off point than the previous slightly confusing skin. Anybody doing active...
  16. rycamor

    Apache + PHP + gd + Freetype for image creation

    I need to do server-side image creation on the fly, and I figure PHP and gd is one of the best ways to do it.<br> <br> No matter what i try, I cannot get the above combination. I can configure, make and compile each of them until I get to the last step: Apache. I can ./configure Apache, but when...
  17. rycamor

    Need help compiling PHP with gd support.

    I have been trying to compile PHP to work with the gd image creation library, but so far all my efforts meet with problems at ./configure time.<br> <br> Using FreeBSD 3.2, then 3.4, Apache 1.3.12, PHP 4.0 Beta 4, and gd 1.3, then 1.7.<br> <br> I have tried this several different ways, according...
  18. rycamor

    PHP3 with Stronghold

    Hello people,<br> <br> I can't believe no one has any questions or comments about the greatest thing to happen to the Web since Perl. Or maybe PHP is so easy that no one has any questions.<br> <br> OK, I'll dive in with one of these: has anyone gotten PHP3 to work with Stronghold, running on...
  19. rycamor

    Mandrake 6.X with Number Nine Revolution 3D card

    I am having NO luck setting up X-windows to work with my Revolution 3D video card. It installs fine with RedHat6.0, but neither MD6.0 or 6.1, can detect it properly, even though the card is listed in the choices for XF86Setup and Xconfigurator.<br> <br> Anyone else dealt with this problem? Any...
  20. rycamor

    Anyone following the MS vs Linux hacker challenge?

    MS Test Server Crashes - Aug. 4, 1999 1:43 PM<br> http://www.zdnet.com/zdnn/stories/news/0,4586,2309474,00.html<br> <br> To test their new operating system for network security, Microsoft issued an open challenge to the hacking community. Hackers and testers barely got a chance to break Windows...

Part and Inventory Search

Back
Top