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

    AXIS error on all sites - Web Services Ghost!

    We are running Coldfusion MX Enterprise running trhough Jrun 4 Windows version. All of our sites on this box seem to have a ghost link that we cannot track down. site.com/services results in "And now... Some Services" site.com/services/ results in "AXIS error: No service is available at this...
  2. neofactor

    Data source not found - and yet it is there!

    Emergency Issue: We are running Coldfusion 6.1 w/ Jrun and suddenly this AM all of our sites stopped seeing their databases.. or more specifically their data sources. Under the Admin for each site, testing the datasource connections says they are all "OK". Each site fails! This is the same...
  3. neofactor

    QueryString fails on default page

    Hi: I am running into a problem with the following. Previously I released a whole lot of tempates that pointed to a redirect file using the following: Server.com/redirect/?p=CoolLink This worked fine under my Coldfusion Server on Windows 2000. But now I need to switch this redirect to an NT 4...
  4. neofactor

    CFREGISTRY tag off--- other tags fail!

    For Security... we locked down the CFREGISTRY tag... But we noticed that some of our sites were giving errors. The line of code that cause the problem was: <CFAPPLICATION NAME=&quot;YourAppName&quot; CLIENTMANAGEMENT=&quot;YES&quot; SESSIONMANAGEMENT=&quot;YES&quot;> AND code pertaining to...
  5. neofactor

    XML file write fails

    I am getting an eror running the following code: <cfset testVar = true> <cfxml variable=&quot;MyDoc&quot;> <MyDoc> <cfif testVar IS True> <cfoutput>The value of testVar is True.</cfoutput> <cfelse> <cfoutput>The value of testVar is False.</cfoutput> </cfif>...
  6. neofactor

    pattern checker

    We have a form of 6 variables... each with a number. If the user enters a value of a Zero.... then none of the other feilds should contain values..... how do I check to see if they messed up? Say Field 1 = 1123 Field 2 = 2234 Field 3 = 0 Field 4 = 1122 Field 5 = 0 Field 6 = 0 How do I...
  7. neofactor

    SQL query avoiding HTML tags

    Hi! Well.. I have site content for pages in a MS databse. I added a search page that queries this content using LIKE to find pages that have that content. The problem and challege is... the SQL DB holds the HTML info and when you search it .. you are likely to find results for pages that have...
  8. neofactor

    Virtual Directory and Application.cfm

    I have folder of .cfm files that I use for multiple websites... so for each client I set up a virtul directory in IIS so each of them would have the same relative path to my code... this way I could update one location and all clients would get the correct pages... The problem is this.... Each...
  9. neofactor

    Current folder name

    How do you get the current folder name for a given page? Currently I do this: --------------------------------------------------- <CFSET FullPathNoFile = GetDirectoryFromPath(ExpandPath(&quot;*.*&quot;))> <CFSet CurrentFolderNameOnly = LCase(ListLast(FullPathNoFile,&quot;\&quot;))>...
  10. neofactor

    Highlight Multiple Words in Results

    Hi: Well.. I have a stumper.... I need a Highlight tag that is a bit smarter than the ones I have seen. Basically I have an index search that allows you to search multiple words... and I highlight the matches throughout the results. I have many methods that work great if you only have one...
  11. neofactor

    Web Based Manager

    Is there a web based manager like mySQL/PHP has? How do you setup clients to use SQL? Do they all have to install the Enterprise Manager Client tool? Doesn't that require a licence per user? I thought there was a coldfusion tool that did this?! Anyways.. please let me know how you have...
  12. neofactor

    Hosting - Set/monitor Storage limit

    Hey.... Is there a built in utility or perhaps a 3rd party app that will restrict the amount of space a hosted site can have? The problem is this: We maintain a University Web Server... There are many folders directly under the main domain. http://www.universityname.edu/departmets Each...
  13. neofactor

    Hosting - Set/monitor Storage limit

    Hey.... Is there a built in utility or perhaps a 3rd party app that will restrict the amount of space a hosted site can have? The problem is this: We maintain a University Web Server... There are many folders directly under the main domain. http://www.universityname.edu/departmets Each...
  14. neofactor

    Coldfusion MX Sandboxing Security

    Hey- Had a question for all you Enterprise MX users out there. With sandboxing... you can control what tags a site could use. How do you establish a defualt for all new sites. I suppose you would define a low security level for the parent and then it would handle all child folders... Then...
  15. neofactor

    I have a suggestion form for an A-Z

    I have a suggestion form for an A-Z Index and when I test it... submit the form, I see Double Submitions in the SQL Database. I tried it in Access and SQL and both did it... So I think it has to be the code. Perhaps you could tell me the obvious thing I am doing wrong here...
  16. neofactor

    Error traping on Javascript call

    Is it possible in Javascript to check is a file exists first.. then load the .js file.. if not... show an alternate message like : Content not available at this time.... or Server down.. ect. so if the server you are calling the javascript include happens to go offline... people do not see the...
  17. neofactor

    Paging Grouped Results

    Hey... Well it has officially happened... I have gone insane. I wrote code over a year ago that answered my own question.. but now I forgot how to do it... and can't find the code! What I need is... a simple paging through of a recordset that is using nested CFoutputs for a group. If you...
  18. neofactor

    New IIS.... Host Headers.... Sites overlaping.

    OK.. ready for this.... I finally set some time to migrate my IIS server to a new box and in doing so have faced something I have never seen before. I started setting up the sites (using on IP- Host headers) and when I would test the site on a user machine... I would get strange overflow. Let...
  19. neofactor

    Group output by letter of the alphabet

    Quick questions... How do I have CFOUTPUT group a list of words, so they are grouped by their starting Letter. Example: A ------------------------------- ant art apple b ------------------------ bee bad boat You get the idea I am using access but would like to know how to do it in MS SQL...
  20. neofactor

    Newbie Question: Web Site Template

    I admit I have a lot to learn and that is my 1st question: What books or sites do you recommend to get a good grasp of what XML and XSL can do? Secondly... I have a client that has a lot of people manage their site via FTP and Branding is a serious problem, not to mention it is not complaint...

Part and Inventory Search

Back
Top