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

    mail server

    another thing...if I'm having 3 servers(hardware). 1.web server 2.application server 3.database server does they all need to be of the same IP class(same LAN) or I can put the web server on some LAN and the other two(app & db) on another LAN. thanks in advance :) mad01
  2. mad01

    mail server

    thanks a lot for the info :) mad01
  3. mad01

    mail server

    Hi All, I'm preparing some setup for a some project...what I wanna know is: does the mail server have to be on the same LAN with the other servers(web,app,db) within the same IP family. thanks in advance, mad01 mad01
  4. mad01

    cfdirectory

    Hi all, when I use cfdirectory to get the list of files and directories...I can use cfoutput to view my results...(e.g:name,type,size...etc) but when I try to store them in the DB...only the first result is stored. can someone tell me what I'm missing here... thanks in advance :) following is...
  5. mad01

    maintenance and warranty contract

    Hi all, Sorry if this is not a CF question...but I was trying to write a maintenance and warranty contract for some client for a CMS developed using CF & SQL DB. Does any one know somewhere that I can find some samples. thanks in advance :) mad01
  6. mad01

    CFHTTP & CFWDDX

    I'm not sure about this...but check if the size you're using for that field is large enough to hold it's values...I'm suggesting this cause you said this code was working fine before... mad01
  7. mad01

    CF network design

    thanks Tim & GJ :) mad01
  8. mad01

    CF network design

    I know that the 3-tier is the best design for database driven sites(web server,application server, DB server) but what I would like to know is there a big difference between having the web and the application servers on the same machine(server) or seprate machines...what I wanna know is what is...
  9. mad01

    How can I keep users from repeat voting?

    Hi guys... When I store the IP address for each user that voted...I used to face this problem...I used to get the ISP's IP or if there is a machine on a LAN and other machines got to use that machine as a router to connect to the internet...then I used to get that machine's IP and not the real...
  10. mad01

    CF Network Architecture

    Hi there, I got this project where I need to have the following structure: 1. A web server hosted with the ISP. 2. A dedicated 64 or 128 leased line from the ISP to the client. 3. At the clients location there will be a DB server, CF application server, plus another web server for the...
  11. mad01

    Network architecture for CF with 4 servers

    Hi there, I got this project where I need to have the following structure: 1. A web server hosted with the ISP. 2. A dedicated 64 or 128 leased line from the ISP to the client. 3. At the clients location there will be a DB server, CF application server, plus another web server for the...
  12. mad01

    restarting a server using cfm

    is there a way I can restart a server(win 2000) by creating some cfm page and calling it via a browser? if any one knows where shall I start from...please let me know... thanx :) Nescafe
  13. mad01

    <cfmail> trouble

    Hi :) two things: 1. there is an attribute called server where you determine the IP of the mail server or it's name (mail.hotmail.com) that you can use within the cfmail tag. 2.some mail servers reject to send an e-mail if the from or to are not email accounts on the same mail server. hope...
  14. mad01

    [CFC1001.tmp] files

    In the main folder of the website, there is large number of tmp files where you can find CF code in these tmp files...the code they contain is some CF code pages which already exist in the website...does any one have any hint why is this happening...cause the number of these temp files is...
  15. mad01

    how can I let the user vote for one time

    but do you think it's wise to store the IP of each user that participates in the polling?!? I was hopping to find some better way to do this
  16. mad01

    how can I let the user vote for one time

    I got a polling and I need to let the user vote just for one time, I used to store the last IP address, but it seems it's not the best way...some talked about cokies but not all browsers support them...any suggestions are welcomed :)
  17. mad01

    ntext

    In SQL 2000 I'm using ntext datatype cause it holds more data than nvarchar but I'm facing some problems with it, I'd like to know if the data in ntext datatype is searchable or not?! thanks :)
  18. mad01

    Validate e-mail address using CFFORM?

    Hi...hope this will do... <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- function sendIt(form){ ctrl = form.email; if ((ctrl.value.indexOf('@') == -1) || (ctrl.value.indexOf('.') == -1)) { alert ('Please enter a valid email address'); ctrl.select(); return (false); }...
  19. mad01

    application to send SMS to cellular phones

    we'll I believe there should be some server that enables u to do that...so it's not just an application u write
  20. mad01

    clustering

    Hi all... could any one tell me how to or where can I read about CF clustering on UNIX... thanks in advance Web_developer

Part and Inventory Search

Back
Top