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 SkipVought 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: hpvic03
  • Order by date
  1. hpvic03

    Site-wide Error Handling

    I didn't, but I just made one and it still doesn't seem to work. I made: Logical directory: /mysite Directory Path: C:\ etc... to the folder where the files are Then in settings I changed it to: /mysite/error.cfm Still no luck though...
  2. hpvic03

    Site-wide Error Handling

    I actually put in a template for both, and both are not working...
  3. hpvic03

    Site-wide Error Handling

    I've setup the site-wide missing page handler to point my 404 page, error_404.cfm. I put in the relative path (i.e. "/error_404.cfm"), and it says it's successfully updated. However, when I go to a page that doesn't exist, I'm still getting the coldfusion missing page error. Any ideas why...
  4. hpvic03

    How do I create fake directories?

    That's not exactly what I'm trying to do... I would want somebody going to www.mysite.com/My_name to take them to their account. Coldfusion would parse out the My_name and then send it to something like account.cfm?user=My_name.
  5. hpvic03

    How do I create fake directories?

    For example, if somebody wanted to create a custom url that was like www.mysite.com/username. I don't want to have to create a real directory for every person. Is there a way around this? Thanks for your help!
  6. hpvic03

    Scaling a coldfusion website

    Thanks for your help!
  7. hpvic03

    Scaling a coldfusion website

    I've got a website that's currently experiencing a lot of growth. Aside from moving to a bigger server, what else can I do to keep it running fast? We also host a lot of files.
  8. hpvic03

    Connect to database on different website

    Hello all, I'm trying to write a script that can sync my database on my website with one hosted on another server. I have all the necessary login information for both databases and severs, but what is the method I would use to connect and do queries on the outside database? Thanks in...
  9. hpvic03

    Hebrew translates to "????"

    Coldfusion gives me an error when I specify ISO 8859-9 with cfprocessingdirective. However, I have tried ISO 8859-1 and that is accepted by cf, but doesn't show the letters correctly. Is there some way to specify in cfquery which encoding you want? Or is there something you set in a database...
  10. hpvic03

    Hebrew translates to "????"

    That helped a lot. But it's still not working. So I've figured out that the web page IS encoded in UTF-8 correctly with GetEncoding('url') and the characters still show up fine in phpMyAdmin. The only time characters show up strangely is when called by cfquery. If I just type them in the cfm...
  11. hpvic03

    Non-Latin letters appear as "?????"

    Hello, I have a mysql database setup and the character set is UTF-8. Non-Latin letters appear as question marks. How can I fix this without messing up my database? Thanks in advance for your help!
  12. hpvic03

    Hebrew translates to "????"

    I've got a web app that runs on MySQL and CF. The hebrew displays correctly in phpMyAdmin, but when outputted by a simple query, it displays as "???? ?? ??". The character set is UTF-8 Any ideas?
  13. hpvic03

    setup coldfusion on godaddy server: permissions issue

    I'm trying to get Coldfusion 7 setup on a GoDaddy virtual dedicated server, and I'm having a ton of trouble getting all the permissions and stuff correct. It's running on windows 2003 with IIS. First it wouldn't even let me access the colfusion administrator, i got the error "401.3 Access...
  14. hpvic03

    ajax powered search

    Hello all. I would like to make a search from that checks the input against a database and gives a dropdown list of suggestions via ajax. Does anybody know how to do this or know of any resources? I would greatly appreciate it.
  15. hpvic03

    cf search suggest

    I want to make an ajax search form that will give suggestions from a database. Has anybody done this?
  16. hpvic03

    coldfusion security and sql injections

    Hey everybody. I've got a website that I'm making, and I'm not sure how to make it completely secure, but a lot of the information is very sensitive. Here's the setup right now: A user logs in with his username and password, then two cookies are added. A cookie with the username, and a cookie...
  17. hpvic03

    How to set a coldfusion timer

    Thanks everybody. Yeah guju, if u could post your code that would great.
  18. hpvic03

    How to set a coldfusion timer

    Ok, I'm trying to set up an application that has a page on it that only gives the user a certain amount of time to submit a form. If the user does not submit the form before the timer runs out, the timer sends the user to a different page. Is there any way to do this with coldfusion? Help would...
  19. hpvic03

    Dynamic form names

    Thanks everbody for your help! You are what makes this forum so great!! So here's what I ended up learning/using: Using form with brackets will allow me to use the form scope, but with a variable inside. So on my action page I looped through my form items then did <cfif form[uniqueID] neq...
  20. hpvic03

    Dynamic form names

    that last one will not work. the idea is to have one submit button to submit all the text fields - so I can only have one form. So #form.memberID# would be different for every text field, and thus unaccessible.

Part and Inventory Search

Back
Top