Clustercats Vs Win2k Advanced Server

2004-08-31 Thread admin
Currently we have 3 production web servers all running CF5 (CFMX upgrade is not an option for us), different sites on each m/c. Each box services betwen 5 and 8 web sites. We don't run our own dns.What we would like to do is have all the m/c's look the same,and use either clustercats or win2k

Re: SQL Freetext

2004-02-17 Thread admin
easier to read than using the FREETEXTTABLE() function IMO -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent: 15 February 2004 19:22 To: CF-Talk Subject: sot: SQL Freetext Just wondering if any one has some examples of how I can do the following. I need to do

sot: SQL Freetext

2004-02-15 Thread admin
Just wondering if any one has some examples of how I can do the following. I need to do a freetext search on two tables and return the selections by rank - this is what I came up with but of course gets a syntax error (no sql manual around today !) - any suggestions would be much appreciated.

Re: SQL Freetext

2004-02-15 Thread admin
Message- From: admin [mailto:[EMAIL PROTECTED] Sent: Monday, 16 February 2004 10:22 AM To: CF-Talk Subject: sot: SQL Freetext Just wondering if any one has some examples of how I can do the following. I need to do a freetext search on two tables and return the selections by rank - this is what I

Re: SQL Freetext

2004-02-15 Thread admin
freetextTABLE (table2,*,'wifget',100) AS KEY_TBL2 ON ft_tbl2.ID = KEY_TBL2.[KEY] ORDER BY KEY_TBL.RANK, namet asc Kevin -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent: Sunday, February 15, 2004 7:07 PM To: CF-Talk Subject: Re: SQL Freetext yep catalogs are created and I can do

Re: SQL Freetext

2004-02-15 Thread admin
, 2004 7:20 PM Subject: RE: SQL Freetext Remove the as from cjprod as ft_tbl and peepers as ft_tbl2 -- marlon And Bobby you are right, I am being selfish, but the last time I checked, we don't have a whole lot of songs that feature the cowbell! -Original Message- From: admin [mailto

Re: html to image

2004-01-19 Thread admin
! \¯\/¯/ |¯|)¯) /¯/\¯\ \¯\/¯/ /_/\_\ |_|)_) \_\/_/ /_/\_\ RULES -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent: Monday, 19 January 2004 5:14 PM To: CF-Talk Subject: Re: html to image doesn't really do it I'm afraid - Original Message - From: brobborb To: CF-Talk Sent: Sunday, January 18, 2004 3:33 PM

Re: html to image

2004-01-18 Thread admin
pictures somewhere as JPGs or GIFs or whatever,.Figure u can use CFEXECUTE with it - Original Message - From: admin To: CF-Talk Sent: Saturday, January 17, 2004 4:04 PM Subject: html to image Apologies if this has been covered before, but I couldn't find anything in the archives

html to image

2004-01-17 Thread admin
Apologies if this has been covered before, but I couldn't find anything in the archives. My problem is that I need to convert a webpage, it's a coldfusion generated stats page on a server, into an image (jpg, gif etc). This is so that I can view the server status from my TV via tivo. I've managed

CF Logs

2003-11-20 Thread admin
I was just wondering what the members of the group did to keep their log files under control, size, monitering, backing up etc. Cheers Richard [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Remotely cycling CF server

2003-11-20 Thread admin
if you have two, or more, servers just have them look at each other (cfhttp ?) and if detect a down condition do a cfexecute with psexec to restart the service - Original Message - From: Nick de Voil To: CF-Talk Sent: Thursday, November 20, 2003 1:43 PM Subject: Re: Remotely cycling CF

Peer Review - Load Balancing

2003-10-30 Thread admin
I slapped together some code to provide a very simple load balance system for coldfusion servers that are using sql on other boxes. I would appreciate if the experts on this list could have a look at the code (it can be found at http://www.y2kinternet.com/timetest/timetest.zip) and make any

Re: Peer Review - Load Balancing

2003-10-30 Thread admin
server cluster make more sense? tony -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 10:53 PM To: CF-Talk Subject: Peer Review - Load Balancing I slapped together some code to provide a very simple load balance system for coldfusion servers

Re: Peer Review - Load Balancing

2003-10-30 Thread admin
what kinda app runs that? tony -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 11:13 PM To: CF-Talk Subject: Re: Peer Review - Load Balancing Hi Tony. Good point, we run about 500-1500 per sec, but we are also very cheap so a hardware solution

Re: Peer Review - Load Balancing

2003-10-30 Thread admin
kinda app runs that? tony -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 11:13 PM To: CF-Talk Subject: Re: Peer Review - Load Balancing Hi Tony. Good point, we run about 500-1500 per sec, but we are also very cheap so a hardware solution is out

Re: Peer Review - Load Balancing

2003-10-30 Thread admin
is this on? speed/ram? tw -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 11:26 PM To: CF-Talk Subject: Re: Peer Review - Load Balancing oops that should be per min not sec ! - Original Message - From: Tony Weeg To: CF-Talk Sent: Thursday

cfquery performance suggestions

2003-10-26 Thread admin
I'm using the following query to find all the catagories in a table that start with a certain letter :- SELECT distinct CATEGORY FROM dbo.mainfile where CATEGORY like 'P%' order by CATEGORY ASC I have an index based on Category but it runs slow (it's a v. large table - and it't can't be

Re: Re:cfquery performance suggestions

2003-10-26 Thread admin
thanks for all the great info guys. The table only gets rebuilt once a week (I think) and is running of sql 2000. The table contains about 2.5 mil rows - Original Message - From: alexander sicular To: CF-Talk Sent: Sunday, October 26, 2003 3:10 PM Subject: Re:cfquery performance

cfquery vs sql view

2003-10-09 Thread admin
I was wondering if anyone knew which was more efficient (ie faster) doing the select logic like :- where catagory='catagory name' in a cfquery or doing it in a sql 2000 database view ? Cheers Richard [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: PayPal integration

2003-08-27 Thread admin
agreed the talk back from IPN can do just about everything a regular CC system can do - I'll see if I can find the link too - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 10:15 PM Subject: RE: PayPal integration

ot - random sql select

2003-08-27 Thread admin
is there an easy way to select say 10 records at random from an sql table ? ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

Re: ot - random sql select

2003-08-27 Thread admin
- random sql select If you are using SQLServer 2K (not sure if it works in 7) you could use SELECT TOP 10 * FROM Foo ORDER BY NewID() HTH -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 07:11 To: CF-Talk Subject: ot - random sql select

local/ftp sync

2003-07-25 Thread admin
I need to keep a local directory in sync with a directory on an ftp server. As the files are rather large I don't want to download the whole thing every night, just the new ones, and delete old files on the local directory that are not on the ftp. Just wondering if anyone has written anything

Re: HTTPS

2003-07-22 Thread admin
that's probably a question to ask your webmaster or whomever runs your webserver - it depends on the software that you are running - Original Message - From: Jonathan Oblea [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 6:24 PM Subject: HTTPS Hi All, How

Detecting Parasiteware

2003-07-12 Thread admin
Does anyone know if there is a way to detect if a visitors macjine is infected with parasite ware (like whenu) from CF ? Cheers Richard ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: CFM Shopping Cart System

2003-06-27 Thread admin
I would be interested is seing it too. - Original Message - From: Manesh Manickam [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:35 AM Subject: RE: CFM Shopping Cart System Nice site, do you think I could get the source and try to see if I could get it

Re: Calendar App

2003-06-26 Thread admin
Count me in too please - Original Message - From: Thane Sherrington [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 10:26 AM Subject: Re: Calendar App At 01:22 PM 6/26/03 -0400, Jason Miller wrote: Definately interested.. I jsut started researching one!

Database Availability

2003-06-24 Thread admin
I hope that this isn't a stipid question but I'm sure it must have been asked before. I have a two identical databases on different sql boxes. One primary and one back up. I would like to be able to do something like this in the application.cfm cfif primary_available cfset use_database=primary

Re: Database Availability

2003-06-24 Thread admin
synched up if you switch between them :-) - Original Message - From: admin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 3:33 PM Subject: Database Availability I hope that this isn't a stipid question but I'm sure it must have been asked before

Re: Database Availability

2003-06-24 Thread admin
? - Original Message - From: admin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 1:33 PM Subject: Database Availability I hope that this isn't a stipid question but I'm sure it must have been asked before. I have a two identical databases on different sql

Re: Mechanisms for stopping a running script

2003-06-09 Thread admin
how would one do that if it was a long running query ? - I've got the same problem but I think it's sql that's causing the problem. Cheers Richard - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, June 09, 2003 3:20 PM Subject: Re:

Recipes and MealMaster

2003-05-27 Thread admin
I was just wondering if anyone has written a parse routine for mealmaster or mastercook formatted recipes ? Cheers Richard ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: Help SQL Sever CFSTOREDPROC Issue.

2003-04-02 Thread admin
try running the cf service logged in as an admin account rather than local system account - Original Message - From: James Blaha [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 9:53 AM Subject: Help SQL Sever CFSTOREDPROC Issue. Hello All: I need some

cookies and base64

2003-03-20 Thread admin
I need to read a cookie that is written by a php application and encoded base64 - any suggestions ? TIA Richard ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: cookies and base64

2003-03-20 Thread admin
- : From: admin [mailto:[EMAIL PROTECTED] : Sent: Thursday, March 20, 2003 2:46 PM : To: CF-Talk : Subject: cookies and base64 : : : I need to read a cookie that is written by a php application and : encoded base64 - any suggestions ? : : TIA : : Richard

Large Recordset Display Problem

2003-03-19 Thread admin
I have a query that returns the results of a search. Potentially this could be a few hundred records. What I want to be able to do is execute the query once (as it's a slow query) but then only display a limited number of records per page (25 or so) and have some navigation to move thru the

Re: Large Recordset Display Problem

2003-03-19 Thread admin
/CFIF HTH -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:36 PM To: CF-Talk Subject: Large Recordset

Re: Large Recordset Display Problem

2003-03-19 Thread admin
Couldn't be simpler... CFQUERY NAME=SESSION.myQuery -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: admin [mailto:[EMAIL PROTECTED] Sent

Re: OT Domain registration

2003-03-06 Thread admin
I've been using www.24x7dns.com $12 a year and they take paypal includes dns and mail forwarding. I've been very happy with them. - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 9:51 AM Subject: RE: OT Domain

javascript variables

2002-07-24 Thread admin
I've got a need to read a javascript file on another site that contains just variable definitions i.e. numbers.js contains :- /* employee numbers */ var fred_bolggs='12345' var dave_smith='6789' ... etc I can read the file thru cfhttp with out a problem, but I was just wondering if someone

Re: Odd OLEDB Error

2002-01-05 Thread Admin
I never got that working using oledb. I think you will have to stick with odbc for CVS. It seems to be a Cold Fusion 'feature' and has been like that since Cf 4.0 - Original Message - From: Jeff Beer [EMAIL PROTECTED] Hrmm.. I found the problem. It wasn't that query - it was CF trying

query of a query

2001-12-24 Thread Admin
I'm trying to retrieve a subset from a query cached in memory. I'm using this query: cfquery name=SpotsQuery dbtype=query SELECT BESTNUMBER, SPOTSTART FROM application.allquery WHERE ((SPOTSTART = '01-01-2002' But I receive the error Error: is not a valid date I already tried a few

cfgraph and urls

2001-12-19 Thread Admin
When using cfgraph with the urlcolumn feature, the flash movie creates links like traflog%2Ecfm%3Fip%3D192%2E0%2E76%2E250%20%20%20 instead of traflog.cfm?ip=192.0.76.40 and my server tells me he can't find the page. Any way around that?

Re: CFDirectory and Network

2001-12-11 Thread admin
Jeff, Thanks a million - that did the trick ! Richard - Original Message - From: Garza, Jeff [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 7:23 AM Subject: RE: CFDirectory and Network Make sure the account that CF is running under (system by

Re: CF Webstore

2001-12-04 Thread admin
great software and easy to modify - we've made major changes with no prblems at all - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 10:41 AM Subject: Re: CF Webstore A good piece of software would not rely on

Re: signing mail with certificate

2001-11-28 Thread Admin
Is there any way of 'signing' an e-mail sent from cold fusion (or an other scripting language or by calling an exe) by adding an e-mail certificate like you can get from verisign or thawte ? - Original Message - From: Howie Hamlin [EMAIL PROTECTED] To: inFusion Support List [EMAIL

Re: Raduis Authentication

2001-11-27 Thread Admin
Last year I set up a system using the vopcom radius client, this is a com object that you can call from cold fusion: http://www.vircom.com/solutions/vopcom/index.htm - Original Message - From: [EMAIL PROTECTED] I am trying to use CF to authenticate users with their Username and

Re: Reservation system suggestions

2001-11-14 Thread admin
Thanks Alex I've ben looking around - the problem i've got is how to do the logic for multiple room/room types against dates and customers. - Original Message - From: Alex [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 5:03 PM Subject: Re: Reservation

Re: Reservation system suggestions

2001-11-13 Thread admin
It is - shame this is one of those xero budget projects - Original Message - From: Paris Lundis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 3:36 PM Subject: RE: Reservation system suggestions that is a nice looking application... wow -p

Re: Reservation system suggestions

2001-11-13 Thread admin
Lovely system - i'd love to write something just like it - Original Message - From: John Dowdell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 4:27 PM Subject: Re: Reservation system suggestions At 3:24 PM 11/13/1, webmaster wrote: I've got a

Re: (OT) Human Click: CF Version?

2001-10-02 Thread admin
I would love to check it out as well tx Richard - Original Message - From: Paris Lundis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, October 02, 2001 9:58 AM Subject: Re: (OT) Human Click: CF Version? contact me... would love to see it :) -paris [finding the

Re: CFMAIL

2001-09-25 Thread admin
John, Thank you ever so much !! Richard - Original Message - From: John Lucas [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 10:55 AM Subject: Re: CFMAIL cfmail to= from= subject= cfmailparam name=X-Priority value=1 cfmailparam

Re: MSN

2001-09-18 Thread admin
Thnks Billy, I'l have a look at that. The customer wants to be able to do something like livehelper.com, but in house, and without paying anything for it - usual story ! - Original Message - From: Billy Cravens [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 18,

Re: Terrorism

2001-09-11 Thread admin
Amen - Original Message - From: Scott Van Vliet [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 11, 2001 9:41 AM Subject: RE: Terrorism God rest their souls. - SVV -Original Message- From: Matt Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

Re: Excel as a datasource .... ?

2001-09-05 Thread Admin
to be implications for the usage of RAM and resources on the server? The System Admin is already complaining that he has to restart the server too often and when the processor usage gets to 100% he panics and complains. Cheers, Mike Kear Windsor, NSW, Australia AFP WebWorks

Help with cfpop

2001-08-31 Thread admin
Can anyone suggest where I could start with debugging this error :- Error,TID=630,08/31/01,07:41:14,Unexpected exception while processing a tag with a general identifier of (CFPOP), occupying document position (21:1) to (21:171), while executing template file Thanks In Advance Richard

Re: Total Fix For Code Red

2001-08-13 Thread admin
I tried a few address using net send and they all failed. With a net send you only need the ip address and it will pop-up an alert box on the infected machine, no reverse dns, no guessing admin emails. The only thing is that someone has to look at the screen to see the message

Re: OT (maybe) : Code Red

2001-08-08 Thread admin
Good Point. I've been sending out e-mails when blackice gave me a good name resolution, and have had some replies back - mostly apologetic, although one person informed me that I was crazy, that he had norton and therefore no way could he have a virues and suggested that I do something

Re: Anybody else getting Zachary slammed?

2001-08-08 Thread admin
same here - Original Message - From: Don Vawter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 08, 2001 1:59 PM Subject: Anybody else getting Zachary slammed? Anybody else getting bombared with duplicate messages from Zachary on leasing SQL? At last count I

Re: Shopping Cart Software?

2001-08-01 Thread admin
Yep CFWebstore is the best. I run it for www.ontvstore.com and managed to covert from a perl based app to cfwebstore in less that a week. easy to customize. Robust and well written. Richard Y2K Internet Technologies - Original Message - From: Howie Hamlin [EMAIL PROTECTED] To: CF-Talk

Re: SirCam virus???

2001-07-30 Thread admin
it's a nasty little bugger - try and get the folks sending u the emails to apply the fix that is available from SARC - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 30, 2001 10:12 AM Subject: OT: SirCam virus??? I've been getting multiple

Thumbnails

2001-07-25 Thread admin
Can anyone recommend the most efficient way to create thumbnail images from a directory dynamically. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

Re: Thumbnails

2001-07-25 Thread admin
/ AIM: markwarric -Original Message- From: admin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 9:39 AM To: CF-Talk Subject: Thumbnails Can anyone recommend the most efficient way to create thumbnail images from a directory

Re: OT: http server for windoz ME?

2001-07-22 Thread admin
sambar is well worth looking at - runs on ME. I think there is a free trial for version 4.4 - Original Message - From: John Allred [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, July 22, 2001 4:02 AM Subject: Re: OT: http server for windoz ME? I'd be interested to know

Re: IIS and the Code Red Worm

2001-07-19 Thread admin
at least blackics is seeing it and hopefully stopping it Richard - Original Message - From: Daryl Fullerton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 12:27 PM Subject: IIS and the Code Red Worm Hi guys thought you all should be made aware of this

Re: IIS 4 Stopping Unexpectedly: I KNOW WHAT THE PROBLEM IS!!!

2001-07-19 Thread admin
what is also strange is that after the initial ISAPI attack it's followed by 15 hits to UDP port 1296. Anyone konw what this port is for - or why the worm is searcing there ? Richard Y2K Internet Technologies - Original Message - From: Kelly Matthews [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: cf_addBusinessDays

2001-06-30 Thread Admin
try #dateformat(outdate)# - Original Message - From: Adrian Cesana [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] If so what do you use for the output variable? Looks like it would be OUTDATE, but I get a numeric result. cf_addbusinessDays indate=0628/2001 days=-5 gives me:

Reservation System

2001-06-13 Thread admin
I know this is a bit bold, but a customers has asked me to knock up a site for him in a hurry. What he needs is a reservation system for his four rental properties. I was just wondering if any one has done anything similar and has some code I could plagiarize. Many thanks in advance Richard

Re: Reservation System

2001-06-13 Thread admin
- From: admin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 6:10 PM To: CF-Talk Subject: Reservation System I know this is a bit bold, but a customers has asked me to knock up a site for him in a hurry. What he needs is a reservation system for his four rental properties. I

Re: handling 404 errors with CF?

2001-05-05 Thread Admin
when doing that, can you find out what path the user was trying to go to originally? - Original Message - From: Bill Davidson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 04, 2001 11:52 PM Subject: Re: handling 404 errors with CF? Here's how to set it up in IIS:

Re: Credit Card DB Encryption Methodology

2001-05-05 Thread Admin
Another option would be to use an asymmetric encryption method alongside the process you described before. For this you use a public key stored on the server, but to decrypt the credit card number the operator needs to type in a private key. As this key is not stored on the server there is no

CFX_HTTP thread safe?

2001-05-02 Thread Admin
I would just like to ask if CFX_HTTP is thread safe? I will be useing it for online processing of credit cards payments so I need to make it work as faultless as possible. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: CFERROR Question

2001-03-06 Thread Admin
Put a base href="/" directive at the top of your page near the body tag. That will tell the browser relative to what folder it has to look for the images. Or just define the images with absolute rather than relative paths. - Original Message - From: "Corrine Clark" [EMAIL PROTECTED] To:

Re: Mailing Shots in CF

2001-03-05 Thread Admin
So how should one write the query to pull 100 messages at the time and set a flag so they would not be selected the next time select top 100 id,email from sometable where flag is 0 update sometable set flag = 1 where id in () - Original Message - From: "Victor Chou" [EMAIL

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com

Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread admin
Thank you for choosing Smart Web Tech your online business provider. We have received your message our tech staff will get in touch with you as soon as possible. If you have any additional, questions please visit our website at www.SmartWebTech.com