Web Hosting Dedicated Solutions Web Design Support Center Contact AccuFind Sign Up Now
CATEGORIES

Technical Questions (UNIX)
ColdFusion
SQL
Common SSL Questions
Dedicated Servers
Domain Names
eCommerce Packages
Front Page
General Information
Mail Questions
Mirroring
Reseller Programs
Shared Hosting
is it possible to send a cfchart via cfmail ? If yes, how can it be done, I cannot get it to work. I have my cfchart inside cfmail tags and the mail works but it is just blank

The only way to do this without interruption is to do a screen capture and send the image of the chart. Even then, the user will have to right click to download the images in most cases.

You other choice would be to send them a link to the page producing the chart.

For the Cold Fusion CFMAIL tag there is an attribute, mailerId. It is my understanding that if a valid mailerid is provided, there is better chance of getting email past SPAM Assassin software. So, can you provide me with a mailerid value? Thanks, Todd

Hi Todd, the attribute mailerid will not help with avoiding spam assassin as a filter for spam. Most hosting companies and ISPs do not scan outbound mail, so there would be no affect from our mail servers if you were sending out a mailing list.

Spam Assasin is used to scan inbound mail and matches multiple rules and scores them. The final sum of all the rules determines if the mail is considered spam. There are hundreds of rules, so using an attribute to avoid a spam scanning software will not have an affect.

Mysql setup and requirements can it be on a coldfusion server

Yes MySQL can be installed on a Coldfusion Server. Most of the Coldfusion Servers are running Windows X as an operating system and MySql offers a version which adapts to the Windows enviornment. If you would like this installed, you can contact AccuFind Support and they will able to help.

would you give me some techanical questions and answers form COLDFUSION?

We would be happy to help, what questions do you have?

Do you support the Linkpoint API for Cold Fusion? Also, do you support Fusebox?

AccuFind allows the use of most technologies affiliated with the Coldfusion scripting language. The LinkPoint API can be installed on your account, but would have to be supplied to our support staff by the user.

Do you allow the use of scheduled tasks?

AccuFind does allow the use of scheduled tasks on shared servers. Many clients have tasks which run in off-peak hours to handle administrative duties.

how can i enable Client Management feature on coldfusion server

You will need to first create an application.cfm page with the following attributes.set: <~cfapplication name="YourApp" clientmanagement="Yes" sessionmanagement="Yes" sessiontimeout="#CreateTimeSpan(0,0,30,0)#" applicationtimeout="#CreateTimeSpan(1,0,0,0)#">

This page wil get process on each call to the website, and can be used to set and check the state of the users client variables.

<~cfif some condition > <~cfset client.variable = someValue> <~/cfif>

Please kepp in mind that client variables require cookies to be stored on the users browser.

Is there a listing of custom CF tags available for your clients to use? Also, what are your policies on installing custom CF tags?

If you go to The AccuFind website and select Support from the top left menu, you will see a link : Useful Downloads. All installed Customer Tags are listed on that page and you can download any of them to see the required documentation.

Is It possible to make a MultiLine Graph using the CFGRAPH tag If yes how ???

Coldfusion allows for several types of graphs to be created. Below is an example. You can insert the cfgraphdata tag to create the lines as many times as necessary.

<*!--- Get graphing data --->

<*cfquery name="GetMessages" datasource="cfsnippets"> SELECT UserName, Posted FROM Messages <*/cfquery>

<*!--- Reformat the date and time column --->

<*cfloop index="i" from="1" to="#GetMessages.RecordCount#"> <*cfset GetMessages.Posted[i]= TimeFormat(GetMessages.Posted[i],"mm")> <*/cfloop>

<*!--- Build line graph using reformatted data --->

<*cfgraph type = "line" query = "GetMessages" valueColumn = "Posted" itemColumn = "UserName" scaleFrom = "0" scaleTo = "60" title = "Message and post time" graphHeight = "350" graphWidth = "300" depth = "10" gridLines = "5">

<*!--- insert cfgraphdata here ---> <*cfgraphdata item = "data item" value = data value item = "label string" color = "Web color" URL = "URL string">

<*/cfgraph>

I hope this helps you with your question.

Within the Virtual Server Pro Reseller Hosting Package - is Macromedia Generator running on a JRun server to enable use of the cfgraph tag? (Will not be need be needed with the new CFMX and cfchart.)

CfGraph is now part of ColdFusion 5.0, almost all servers are running Coldfusion 5.0 at this point. Feel free to use this tag, it offers excellent results.

Is the Verity search engine available with CF5 on the Virtual Server Pro Shared hosting package?

The Verity Search feature is available with all packages that support ColdFusion.

What do I put in the application.cfm file of a sub-directory to ensure port 443 is used? Can you give an example?

There are many ways to accomplish this, probably one of the easiest is to check the port that is currently in use, and use cflocation to redirect to the proper port if need be. Example : <cgi.server_port neq "443"> <cflocation url="https://www.yourdomain.com"> </cfif>

What is the name of the mail server I need to use with CFMAIL

AccuFind sets up all shared servers to default to our mail servers. When you use the CFMAIL tag, there is no need to specify a mail server.

Is the version of Coldfusion you are using 5.0?

We are running Coldfusion Enterprise 5.0. We always stay current with the latest version for our customers. Once a new version comes our, we usually will allow a short amount of time to insure that the upgraded software does not have any unforseen bugs, then we will upgrade on to a development server for testing. Testing will be for approx. two weeks.

Can I use session and client management within my website applications.

Yes, you can use session and client management, along with all other Coldfusion features.

What is the size limitation of the database? Is the disk space size of the database included in the 150 MB disk space under your Virtual Server Lite plan or is the size of the disk space in addition to the 150 MB? For instance, if the size limitation

There is no size limitations on either the databases or the websites. When you sign up for a particular account, you are allocated a specific amount of space on the servers. You will be able to view your disk usage in our Control Panel. The databases are calculated within your allocation.

Can I also use MS Access Datasource as well as the SQL 7 Datasource?

We support MS Access, MS SQL 7.0, MySQL, Paradox, FoxPro and Excel, just to name a few. You can use any of these products, although SQL 7.0 is an upgrade. MS Access is included with your account in almost all cases.

Will I be able to connect to the CF server using Coldfusion RDS?

Shared hosting Accounts may use the FTP client provided by Coldfusion Studio or a third party FTP client to access their websites. In addition, AccuFind has developed and maintains a comprehensive control panel that allows you the ability to manage your website accounts.

Will I be able to run the following ColdFusion Tags: CFMAIL, CFFILE, CFDIRECTORY, CFCONTENT, CFINCLUDE?

Yes, we have all tags turned on, with the exception of CFRegistry.

Copyright 2010© AccuFind Internet Services Inc.® All rights reserved. [policies]   |   [contact support]   |   [email assistance]


Home | Unix Hosting | Windows Hosting | Dedicated Servers | eCommerce | Colocation | Mirrors | Development | Site Map | Request |
Host Acquisition | Members | Employment | About us | Technology | Support | Acceptable Use Policy | Privacy Policy
196 West Moorestown Road, Wind Gap, Pa 18091
Phone (610) 759-5456 | Toll Free 1(888) 932-3371 | Fax (610) 759-7607