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: DarkMan
  • Content: Threads
  • Order by date
  1. DarkMan

    CF9 Time offset from server time

    all my time functions on CF9 are 10 hours off what the server is set to ever since we updated a few weeks ago. I've been pulling my hair on how to fix the offset. I'm sure it's something simple that I'm overlooking. :-( Does anyone here know how to fix the offset so CF reports the same time...
  2. DarkMan

    Table Indexing Takes Over the Server

    I've got a table that acts as a log file for a web site. For every impression the site gets, the system adds a row to the db, which I can go to later and count impressions and unique ips. The system used to work okay, but we're starting to see some serious problems as the site has grown. This...
  3. DarkMan

    Plugging a CF and IIS Security Hole

    Thanks to member Nero for this tip: There is a hole in IIS that will allow people to see your ColdFusion source code by typing in a url like: http://www.mysite.com/anypage.cfm+.htr If you're running CF, try it. You may be alarmed at what you see.... Anyways, there is a hotfix for this at...
  4. DarkMan

    Select Directory?

    I have a table (Directory) set up with these columns:<br><br>ID, Name, ParentID<br><br>Where the ParentID points to the ID of the Directory Name above it.<br><br>I can get the Parent Directory with Select Name from Directory where ID=(ParentID value).&nbsp;&nbsp;What I want to do is create a...
  5. DarkMan

    User Not Able to Access Protected Directory

    I'm not an administrator, but I play one on TV...<br> <br> Anyway, I have a protected directory on my web server (IIS) and have several users accessing it with no problem with Internet Explorer 4 and 5. You request the page, get a password dialog box, input your username and password, and...
  6. DarkMan

    Setting up a secure server

    I need to set up a secure directory on my server... I'm most definitely NOT an administrator, (I just play one on TV) so please be patient....:-) Anyways, I'm somewhat lost as far as how to set this thing up, and have a couple of questions...<br> <br> 1.) How do I tell IIS that the directory...
  7. DarkMan

    Sorting a query based on a column's value

    I would like to order a query based on whether or not a column has a certain value... In other words, if I have a table, Employees, with columns LastName, FirstName and StartDate, I'd like to output all columns with LastName = 'Smith', then all the rest of the columns in alphabetical...
  8. DarkMan

    Query Sort Order based on content

    I would like to order a query based on whether or not a column has a certain value... In other words, if I have a table, Employees, with columns LastName, FirstName and StartDate, I'd like to output all columns with LastName = 'Smith', then all the rest of the columns in alphabetical...
  9. DarkMan

    New CGI Forum

    Just a heads up. We just started a new CGI forum for CGI specific posts. You can get to this by Clicking on Subscribe to forums above. On the Tree to the left, click on the "Programmers" link, then "Graphics and Web Tools". The CGI forum will be in that list. If you need any more forums...
  10. DarkMan

    Problems logging on to Tek-Tips with Netscape 2.02

    I've received an email from a member who is having trouble logging in to Tek-Tips with Netscape 2.02 on an OS/2 system. The system keeps sending him back to the login screen. Is anyone else having trouble of this sort with their visitors?<br> <br> Luckily, this member is able to come in with...
  11. DarkMan

    Selecting a limited number of records....

    I'm working on a project where I need to be able to input a name, and from a list, get the 10 names that come before it alphabetically and the 10 names that come after it. Is there any way I can write a query that will only return these records?<br> <br> I know I can retrieve all the records...
  12. DarkMan

    Setting a Home Page

    Does anyone know how to set a browser's home page from a link with javascript or something similar? I've looked all over the place with no luck.<br> <br> Thanks in advance.<br> <br> Doug
  13. DarkMan

    JavaScript and Home Pages

    Does anyone out there know how or know of any JavaScripts that will set a home page in a user's browser? I've looked all over the place, and haven't had any luck.<br> <br> Thanks in advance.<br> <br> Doug
  14. DarkMan

    Error while linking to another Access database....

    I need to link to an Access database I created in Access 97 and uploaded to an ftp server. I created a new ftp location and was able to see the directory in the link screen, but when I hit the link button I got the following message:<br> <br> 'C:\My Documents\ftp:\\site.com\database.mdb' isn't a...
  15. DarkMan

    Link to Access database

    I need to link to an Access database I created in Access 97 and uploaded to an ftp server. I created a new ftp location and was able to see the directory in the link screen, but when I hit the link button I got the following message:<br> <br> 'C:\My Documents\ftp:\\site.com\database.mdb' isn't...
  16. DarkMan

    Syslogs

    I'm having a problem with the syslogs constantly filling up in a database. I've checked out the settings and when I dump the logs, it says I have 30 megs for the log size, and 29.96 megs free space, but, the database throws off an error that says it is full and to dump the log. Once I do...
  17. DarkMan

    Opera Browser and Tek-Tips

    We have a member who doesn't seems to be able to log into Tek-Tips using the Opera 3.51 browser.<br> <br> We use a protection scheme, which, in part, checks the last page the browser was in, and if it was in Tek-Tips checks for the password entered and the username, along with other...
  18. DarkMan

    Using anchors and passing parameters at the same time

    Does anyone know how to pass parameters and use anchors at the same time? I've tried using forms www.mydomain.com?parameter=value#anchor and www.mydomain.com#anchor?parameter=value and both are giving me problems....<br> <br> On top of that, this needs to be within...
  19. DarkMan

    Parameters and anchors

    Does anyone know how to pass parameters and use anchors all within the same url line?
  20. DarkMan

    Problem with password protected directory

    I have a password protected directory on my server that has some administrative web pages. Here's the problem.... When accessing the pages from the office or from home, I get a username/password request from the server which I use to access the site. But, I've tried accessing the pages from...

Part and Inventory Search

Back
Top