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 strongm 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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!
  3. 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.
  4. 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...
  5. 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!
  6. 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?
  7. 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...
  8. 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.
  9. hpvic03

    cf search suggest

    I want to make an ajax search form that will give suggestions from a database. Has anybody done this?
  10. 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...
  11. 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...
  12. hpvic03

    Dynamic form names

    Ok, so say I have a database with a table for group members, and another table for attributes for the group members. Each group member can have multiple attributes. So I want to make a page with a form that has a text field for every group member for a specific attribute. I did this with a...
  13. hpvic03

    Create table error

    Whenever I run this SQL I get the error: A table must have at least one column. What is wrong with it? CREATE TABLE infoTable { infoID Integer not null auto_increment, urlprefix varchar(100), name varchar(100), fullurl varchar(100), email varchar(100), picdes Text, direc Text, dirlen...
  14. hpvic03

    Switch from access to Sql Server

    Alright, so I'm looking to build a website that will have a lot of users. In the past I've always used access, but I have been reading things saying it will not work with a lot of users all at once. So I've already built my beta version with access, and so how do I switch to a microsoft sql...
  15. hpvic03

    Cfcalendar "lc_id is undefined" error

    Ok, so I've got a cfform and i'm using cfcalendar to generate a flash calendar. I had this working before, but I had to reformat my server, and now its not working. Everytime I go to the page I get the error in ie 7 "lc_id is undefined" I've read on the internet that you just need to copy CFIDE...
  16. hpvic03

    convert .cfm to .htm

    I have a page that loads data from a specific database row based on a url variable (i.e. www.mypage.com?id=5 pulls up row 5). I want to convert the html that is outputted by the server into its own specific page such as www.mypage.com/row5.htm . Is there any way to do this (besides manual copy...
  17. hpvic03

    validateat="onsubmit" not working

    I've got a simple coldfusion form, with a cfinput type=text and validateat="onsubmit" and validate="email" and required ="yes". But it will not validate onsubmit, nor onblur. It will only work for onserver. Why is it doing this? Any ideas? Thanks!
  18. hpvic03

    dynamic directories

    Alright, I got one for you hardcore coders: I'm making a site where clients can create custom pages and can define their own directories (i.e. www.domain.com/mydirectory ), so they can give an easy link for other people to find. I have a form where clients can enter their desired directory...
  19. hpvic03

    Dynamic checkboxes

    I have a page that generates a form with dynamically named checkboxes. I need a way to figure out which check boxes were checked. Anyone know of a way to do this? Just think of a simple database of names: John Joe Frank Fred Alex Each name has a checkbox next to it. There is a submit form at...
  20. hpvic03

    CFFILE; Change picture size?; Max File Size?

    I'm trying to let a user upload a picture to my website. It works fine right now, I just want to add a few things. I am using cffile and an access database. I want to know if there is a way to make a maximum file size that the user can upload, as someone could upload a 20mb picture and waste a...

Part and Inventory Search

Back
Top