<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<rss version="2.0">
<channel>
<title>Alpha Pal - WebHosting FAQ - ASP, ASP.NET, PHP, FTP - The five questions posted most recently:</title>
<description>A complete web hosting FAQ for asp, asp.net, php and other issues.</description>
<link>http://www.alphapal.com</link>	<item>
		<title><![CDATA[How to Configure email account in outlook express?]]></title>
		<description><![CDATA[<ol><li><font face="Verdana" color="#06082c" size="2">Open Outlook Express.</font></li><li><font face="Verdana" color="#06082c" size="2">Click Tools on the menu bar</font></li><li><font face="Verdana" color="#06082c" size="2">Click Accounts on the drop down</font></li><li><font face="Verdana" color="#06082c" size="2">Click mail &gt;&gt; add &gt;&gt; give the mail address</font></li><li><font face="Verdana" color="#06082c" size="2">Incoming mail - mx.yourdomainname.com</font></li><li><font face="Verdana" color="#06082c" size="2">Outgoing mail - mx.yourdomainname.com</font></li><li><font face="Verdana" color="#06082c" size="2">Give the username and password -- </font><font face="Verdana" color="#06082c" size="2">please use the complete username eg: <a href="mailto:username@domainname.com">username@domainname.com</a></font></li><li><font face="Verdana" color="#06082c" size="2">Click on finish.</font></li><li><font face="Verdana" color="#06082c" size="2">Goto Tools &gt;&gt; Accounts &gt;&gt; Properties &gt;&gt; server tab</font></li><li><font face="Verdana" color="#06082c" size="2">Check My server Requires Authentication.</font></li><li><font face="Verdana" color="#06082c" size="2">Click OK</font></li></ol>]]></description>
		<link>http://www.alphapal.com/index.php?action=artikel&amp;cat=17&amp;id=13&amp;artlang=en</link>
		<pubDate>Wed, 03 Oct 2007 07:05:39 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[register_globals - problem with GET and POST in PHP]]></title>
		<description><![CDATA[<p><font face="Arial"><font size="2">The global setting register_globals is off by default.  It is a security risk to have it on, and is now disabled by the PHP group. If your script uses register_globals, there is one fix for Windows.  The fix is to put this code at the beginning of your script:</font></font><font face="Arial"><font size="2"> </font></font></p><p><font face="Arial"><font size="2">@import_request_variables('gpc');</font></font><font face="Arial"><font size="2"> </font></font></p><p><font size="2"><font face="Arial"><strong>Fix for unix :</strong></font></font><font size="2"><font face="Arial">    Create an .htaccess file in your root web folder and put this in it:</font></font></p><p><font size="2"><font face="Arial"> </font></font><font face="Arial"><font size="2">    php_flag register_globlas on</font></font></p>]]></description>
		<link>http://www.alphapal.com/index.php?action=artikel&amp;cat=4&amp;id=12&amp;artlang=en</link>
		<pubDate>Tue, 02 Oct 2007 12:16:28 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Sample Script]]></title>
		<description><![CDATA[<p>ASP Smart Upload </p><p><a href="/help/pdf/ASPSmartUpload.pdf">http://panelforce.com/help/pdf/ASPSmartUpload.pdf</a></p>]]></description>
		<link>http://www.alphapal.com/index.php?action=artikel&amp;cat=16&amp;id=11&amp;artlang=en</link>
		<pubDate>Wed, 22 Aug 2007 12:55:28 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Uploading Files through FTP]]></title>
		<description><![CDATA[<p>Transferring files from your local system to your webspace known as Uploading.</p><p>You can use the browsers like IE (internet explorer ) or any FTP client softwares to upload/download the pages.</p><p>Using any FTP Client software to upload the files is a preferrable option.</p><p>Few FTP Client softwares:</p><ul><li>Filezilla </li><li>FTP Explorer</li><li>WS FTP</li></ul><p>Mainly, you need three parameters to connect through FTP:</p><ul><li>FTP Hostname</li><li>FTP Username</li><li>FTP Password</li></ul><p>Normally, above values will be provided by the hosting company.</p><p />]]></description>
		<link>http://www.alphapal.com/index.php?action=artikel&amp;cat=18&amp;id=10&amp;artlang=en</link>
		<pubDate>Sun, 19 Aug 2007 16:16:20 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[sending mail using aspmail,aspmail,asp mail used for sending mail]]></title>
		<description><![CDATA[<p><font face="Courier New" size="2"><strong><em><u>Send an email</u></em></strong></font></p><p><font face="Courier New">&lt;%<br />Set Mailer = Server.CreateObject("SMTPsvg.Mailer")<br />Mailer.FromName = "<em>website</em>"<br />Mailer.FromAddress= "<em>user@yourdomain.com</em>"<br />Mailer.RemoteHost = "localhost"<br />Mailer.AddRecipient "<em>Name</em>", "<em>name@yourdomain.com</em>"<br />Mailer.AddExtraHeader "X-MimeOLE:Produced yourdomain.com"<br />Mailer.Subject = "Form Submission"<br />Mailer.BodyText = "Enter the body of the message here."<br />if Mailer.SendMail then<br />  Response.Write "Form information submitted..."<br />else<br />  Response.Write "Mail send failure. Error was " &amp; Mailer.Response<br />end if<br />set Mailer = Nothing<br />%&gt;</font></p>]]></description>
		<link>http://www.alphapal.com/index.php?action=artikel&amp;cat=15&amp;id=8&amp;artlang=en</link>
		<pubDate>Sat, 04 Aug 2007 12:53:54 GMT</pubDate>
	</item>
</channel>
</rss>