<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Tech Support Forum - Web Serving and Management</title>
		<link>http://www.techsupportforum.com</link>
		<description>how to web server support forum</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 01:26:10 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.techsupportforum.com/cwd/images/misc/rss.jpg</url>
			<title>Tech Support Forum - Web Serving and Management</title>
			<link>http://www.techsupportforum.com</link>
		</image>
		<item>
			<title>GoDaddy PHP mssql_query problem</title>
			<link>http://www.techsupportforum.com/design-forum/web-serving-management/433768-godaddy-php-mssql_query-problem.html</link>
			<pubDate>Sat, 21 Nov 2009 00:49:41 GMT</pubDate>
			<description>I am attempting to set up a simple query for my (hosted) GoDaddy database, and I am having trouble getting things to work. I have an example of a working PHP file (I am no expert here, far from it, I am an Oracle DBA), but when I attempted to adapt it to the GoDaddy environment, I am comming up on...</description>
			<content:encoded><![CDATA[<div>I am attempting to set up a simple query for my (hosted) GoDaddy database, and I am having trouble getting things to work. I have an example of a working PHP file (I am no expert here, far from it, I am an Oracle DBA), but when I attempted to adapt it to the GoDaddy environment, I am comming up on a brick wall. <br />
<br />
If someone has a working example of a GoDaddy, MSSQL query PHP file that works, that would be great. <br />
Otherwise, this is what I have working on another server environment, at home: <br />
&lt;?php<br />
$myServer = &quot;habisys.db.2276763.hostedresource.com&quot;;<br />
$myUser = &quot;habisys&quot;;<br />
$myPass = &quot;****&quot;;<br />
$myDB = &quot;habisys&quot;; <br />
//connection to the database<br />
$dbhandle = mssql_connect($myServer, $myUser, $myPass)<br />
  or die(&quot;Couldn't connect to SQL Server on $myServer&quot;); <br />
<br />
//select a database to work with<br />
$selected = mssql_select_db($myDB, $dbhandle)<br />
  or die(&quot;Couldn't open database $myDB&quot;); <br />
<br />
$query = &quot;SELECT [PIDM],[BU_Name],[Link] from [habisys].[dbo].[Sponsors]&quot;;<br />
$query .= &quot; order by [BU_Name] &quot;;<br />
<br />
$result = mssql_query($query);<br />
//execute the SQL query and return records<br />
<br />
<br />
/* fetching data and output as xml */<br />
print &quot;&lt;cipdata&gt;\n&quot;;<br />
while( $Row = mssql_fetch_object( $result ) )<br />
{<br />
print &quot;&lt;program&gt;<br />
 ... data here ... <br />
&lt;/program&gt;\n&quot;;<br />
}<br />
print &quot;&lt;/cipdata&gt;&quot;;<br />
?&gt;<br />
--- now, when I attempted to use it, I would get an error on the server connection. GoDaddy sent me this as proof that the connection is working:<br />
&lt;?php<br />
$myServer = &quot;habisys.db.2276763.hostedresource.com&quot;;<br />
$myUser = &quot;habisys&quot;;<br />
$myPass = &quot;*****&quot;;<br />
$myDB = &quot;habisys&quot;; <br />
<br />
//create an instance of the  ADO connection object<br />
$conn = new COM (&quot;ADODB.Connection&quot;)<br />
  or die(&quot;Cannot start ADO&quot;);<br />
<br />
//execute the SQL query and return records<br />
//define connection string, specify database driver<br />
$connStr = &quot;PROVIDER=SQLOLEDB;SERVER=&quot;.$myServer.&quot;;UID=&quot;.$myUser.&quot;;PWD=&quot;.$myPass.&quot;;DATABASE=&quot;.$myDB; <br />
  $conn-&gt;open($connStr); //Open the connection to the database<br />
echo &quot;Connection Open&quot;;<br />
$conn-&gt;Close();<br />
$conn = null;<br />
?&gt; <br />
However, if I add the mssql_query to this, I get another connection error on the query. Does the fact that the above example prints out Connection Open when the PHP file is run proof that the connection is indeed open? <br />
If so, why won't my $query statement run? <br />
<br />
TIA,<br />
<br />
DJM</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/design-forum/web-serving-management/">Web Serving and Management</category>
			<dc:creator>milledj</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/design-forum/web-serving-management/433768-godaddy-php-mssql_query-problem.html</guid>
		</item>
		<item>
			<title>IIS default web site log information</title>
			<link>http://www.techsupportforum.com/design-forum/web-serving-management/433411-iis-default-web-site-log-information.html</link>
			<pubDate>Thu, 19 Nov 2009 20:23:51 GMT</pubDate>
			<description><![CDATA[hello folks, 
 
Running IIS6.0 on W2003 R2. 
 
I've got a frustrating clientside activeX filescriptingobject login error. 
 
In bing/google searches I've seen people who talk about enabling logging and  they then can see more information about the stuff IIS is choking on. 
 
I've looked at the IIS...]]></description>
			<content:encoded><![CDATA[<div>hello folks,<br />
<br />
Running IIS6.0 on W2003 R2.<br />
<br />
I've got a frustrating clientside activeX filescriptingobject login error.<br />
<br />
In bing/google searches I've seen people who talk about enabling logging and  they then can see more information about the stuff IIS is choking on.<br />
<br />
I've looked at the IIS default web-site properties.  Enable Logging is checked and creates a W3C extended log file format.  When I look at that file I see nothing but hundreds of Posts and Gets with IP address. Interesting but nothing that shows a choke/error.<br />
<br />
Am I looking in the wrong place?  Can anyone tell me how I can gen a log that includes (good, useful info about)  errors?<br />
<br />
Since my current error (unknown user name or bad password) is under &lt;javascript&gt;&amp;activeX is there a different scenario for logging than using IIS?<br />
It seems the server kicked out the login attempt so the server should be able to tell me what login was passed to it.  <br />
<br />
If you've interest in the fso error you can see my earlier post here at TSF from about 15 minutes ago.<br />
<br />
thanks for any help, B</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/design-forum/web-serving-management/">Web Serving and Management</category>
			<dc:creator>rokosz</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/design-forum/web-serving-management/433411-iis-default-web-site-log-information.html</guid>
		</item>
		<item>
			<title><![CDATA[files won't appear on url]]></title>
			<link>http://www.techsupportforum.com/design-forum/web-serving-management/431992-files-wont-appear-url.html</link>
			<pubDate>Sun, 15 Nov 2009 14:51:45 GMT</pubDate>
			<description>I have to make a website for my class, and my teacher gave me the server name and all so I can upload files with FTP. 
 
I uploaded the index.html, it shows on the FTP but once I go to the url, its blank.  
 
I then tried index.php, and it showed on the url, but when i wanted another page, sections...</description>
			<content:encoded><![CDATA[<div>I have to make a website for my class, and my teacher gave me the server name and all so I can upload files with FTP.<br />
<br />
I uploaded the index.html, it shows on the FTP but once I go to the url, its blank. <br />
<br />
I then tried index.php, and it showed on the url, but when i wanted another page, sections (html or php) that didn't show.<br />
<br />
does anyone understand this? I don't know php and I dont understand why the index.php file worked but not the .html file. and the other files don't show up at all, it gives me an error message. <br />
<br />
I know I should contact the host provider, but I don't know who it is. My teacher isn't answering my messages yet, and I'm afraid he won't know the problem either.</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/design-forum/web-serving-management/">Web Serving and Management</category>
			<dc:creator>gingerrulz</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/design-forum/web-serving-management/431992-files-wont-appear-url.html</guid>
		</item>
		<item>
			<title>How do I set up a 2nd website with GoDaddy?</title>
			<link>http://www.techsupportforum.com/design-forum/web-serving-management/431551-how-do-i-set-up-2nd-website-godaddy.html</link>
			<pubDate>Sat, 14 Nov 2009 00:38:34 GMT</pubDate>
			<description><![CDATA[I'm new at this, so forgive me if this is confusing; GoDaddy support didn't understand my question. I have a website up and running on GoDaddy. I would like to set up a second one and I've already purchased the domain name through GoDaddy. I have a deluxe hosting plan. How do I do this?]]></description>
			<content:encoded><![CDATA[<div>I'm new at this, so forgive me if this is confusing; GoDaddy support didn't understand my question. I have a website up and running on GoDaddy. I would like to set up a second one and I've already purchased the domain name through GoDaddy. I have a deluxe hosting plan. How do I do this?</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/design-forum/web-serving-management/">Web Serving and Management</category>
			<dc:creator>Rhondrew</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/design-forum/web-serving-management/431551-how-do-i-set-up-2nd-website-godaddy.html</guid>
		</item>
		<item>
			<title>Database configuration</title>
			<link>http://www.techsupportforum.com/design-forum/web-serving-management/431430-database-configuration.html</link>
			<pubDate>Fri, 13 Nov 2009 16:34:14 GMT</pubDate>
			<description><![CDATA[I have got to Database configuration basic options in Drupal 5.2. in connection with a server in Ubuntu 8.04.  
Database type, Database username and Database password where already entered and  a radio button high lighted on mysql. I can't workout what I put in Datarbase name as it says The name of...]]></description>
			<content:encoded><![CDATA[<div>I have got to Database configuration basic options in Drupal 5.2. in connection with a server in Ubuntu 8.04. <br />
Database type, Database username and Database password where already entered and  a radio button high lighted on mysql. I can't workout what I put in Datarbase name as it says The name of the datarbase your Drupal data will be stored in. It must exist on your server before Drupal can be installed.<br />
I have looked in FAQ but that has confused me more. I have installed all the files for the server and this is the last thing I have to do. I would appreciate any help regarding this.</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/design-forum/web-serving-management/">Web Serving and Management</category>
			<dc:creator>Ex-Para</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/design-forum/web-serving-management/431430-database-configuration.html</guid>
		</item>
		<item>
			<title>mail mail everywhere, and not a single sent</title>
			<link>http://www.techsupportforum.com/design-forum/web-serving-management/431166-mail-mail-everywhere-not-single-sent.html</link>
			<pubDate>Thu, 12 Nov 2009 21:21:28 GMT</pubDate>
			<description>Hey all, 
 
I have been managing several domains for the past few years, but they have all been hosted elswhere, and I would update conent as well as users and databases. 
 
I decided to try the whole ball of wax, including the hosting. 
 
I have the server up and running, but cannot get the...</description>
			<content:encoded><![CDATA[<div>Hey all,<br />
<br />
I have been managing several domains for the past few years, but they have all been hosted elswhere, and I would update conent as well as users and databases.<br />
<br />
I decided to try the whole ball of wax, including the hosting.<br />
<br />
I have the server up and running, but cannot get the mailserver figured.  It cannot send.  <br />
<br />
I have Ubuntu 9.10<br />
apache2<br />
postfix<br />
started with courier IMAP but also have dovecot<br />
ISP comcast ( i do have a static IP)<br />
<br />
<br />
Let me know what other information you need,  I am new to the linux world, so please bear with me.  Thanks<br />
<br />
--S</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/design-forum/web-serving-management/">Web Serving and Management</category>
			<dc:creator>Stingray1969vet</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/design-forum/web-serving-management/431166-mail-mail-everywhere-not-single-sent.html</guid>
		</item>
		<item>
			<title>Help Needed with Web Server Setup</title>
			<link>http://www.techsupportforum.com/design-forum/web-serving-management/430693-help-needed-web-server-setup.html</link>
			<pubDate>Wed, 11 Nov 2009 15:00:59 GMT</pubDate>
			<description><![CDATA[Hello everyone, I'd like to first thank you in advance for your kind assistance.  What a great idea... 
 
My name is Dex and I'm the owner of a Company 'The C:\Prompt>'. 
 
http://www.thecprompt.com. 
 
I'd like the ability to be able to invoke our vTiger application right from the webpage.. I...]]></description>
			<content:encoded><![CDATA[<div>Hello everyone, I'd like to first thank you in advance for your kind assistance.  What a great idea...<br />
<br />
My name is Dex and I'm the owner of a Company 'The C:\Prompt&gt;'.<br />
<br />
<a href="http://www.thecprompt.com" target="_blank">http://www.thecprompt.com</a>.<br />
<br />
I'd like the ability to be able to invoke our vTiger application right from the webpage.. I suppose it's called the 'virtual host' within apache.<br />
<br />
If there's anyone out there who would be willing to help, possibly rdp to our server to assist, we would be extremely grateful...<br />
<br />
Thanks again...<br />
D. Edwards<br />
Owner,<br />
The C:\Prompt&gt;<br />
<a href="http://www.thecprompt.com" target="_blank">www.thecprompt.com</a></div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/design-forum/web-serving-management/">Web Serving and Management</category>
			<dc:creator>boogeyman67</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/design-forum/web-serving-management/430693-help-needed-web-server-setup.html</guid>
		</item>
		<item>
			<title>How Do I Login In MySQL Query Browser?</title>
			<link>http://www.techsupportforum.com/design-forum/web-serving-management/429101-how-do-i-login-mysql-query-browser.html</link>
			<pubDate>Fri, 06 Nov 2009 11:32:57 GMT</pubDate>
			<description><![CDATA[I keep getting the Error Number 2003 
 
Could not connect to the specified instance 
 
MySQL Error Number 2003 
Can't Connect to MySQL server on localhost (10061) 
 
If you want to check the network connection, please click the Ping Button 
 
Pinging localhost]]></description>
			<content:encoded><![CDATA[<div>I keep getting the Error Number 2003<br />
<br />
Could not connect to the specified instance<br />
<br />
MySQL Error Number 2003<br />
Can't Connect to MySQL server on localhost (10061)<br />
<br />
If you want to check the network connection, please click the Ping Button<br />
<br />
Pinging localhost<br />
Reply from 127.0.0.1: Time = 0ms TTL = 128<br />
Reply from 127.0.0.1: Time = 0ms TTL = 128<br />
Reply from 127.0.0.1: Time = 0ms TTL = 128<br />
<br />
<br />
<br />
I user &quot;localhost&quot; as my Service host<br />
<br />
I even tried setting the username as root<br />
<br />
<br />
I disabled my Firewall and uninstalled my anti-viruses...<br />
<br />
<br />
MySQL Server is running but shuts down due to inactivity from time to time I think...<br />
<br />
<br />
Additional details I can give:<br />
<br />
Im using --- <br />
Vista Home Premium 32bit<br />
MySQL 5.0<br />
MySQL GUI TOOLS 5.0 <br />
MySQL Connector ODBC 5.1.5</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/design-forum/web-serving-management/">Web Serving and Management</category>
			<dc:creator>Bob_Binky</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/design-forum/web-serving-management/429101-how-do-i-login-mysql-query-browser.html</guid>
		</item>
		<item>
			<title>PHP 5.3.0 setup</title>
			<link>http://www.techsupportforum.com/design-forum/web-serving-management/429050-php-5-3-0-setup.html</link>
			<pubDate>Fri, 06 Nov 2009 05:01:13 GMT</pubDate>
			<description><![CDATA[OS: Windows Vista 
 
I've installed Apache 2.2 and it's working just fine. I'm now attempting to install PHP 5.3.0 as I've done before, but it's not recognizing apache server. Why? When I get to "select the web server you wish to setup", I get the following options: 
 
IIS FastCGI 
Other CGI 
Do...]]></description>
			<content:encoded><![CDATA[<div>OS: Windows Vista<br />
<br />
I've installed Apache 2.2 and it's working just fine. I'm now attempting to install PHP 5.3.0 as I've done before, but it's not recognizing apache server. Why? When I get to &quot;select the web server you wish to setup&quot;, I get the following options:<br />
<br />
IIS FastCGI<br />
Other CGI<br />
Do not setup a web server<br />
<br />
Any reason it doesn't show Apache? I did change the install directory for both apache and PHP so that they're under C:\{app name}, but I don't see where that would be a problem. Apache is running. If I select the last option, can I set it up manually?<br />
<br />
Thanks. Hopefully not a stupid question.</div>

]]></content:encoded>
			<category domain="http://www.techsupportforum.com/design-forum/web-serving-management/">Web Serving and Management</category>
			<dc:creator>wheresmyres</dc:creator>
			<guid isPermaLink="true">http://www.techsupportforum.com/design-forum/web-serving-management/429050-php-5-3-0-setup.html</guid>
		</item>
	</channel>
</rss>
