<?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>cPanel Forums</title>
		<link>http://forums.cpanel.net/</link>
		<description>Discussion forum for cPanel software</description>
		<language>en</language>
		<lastBuildDate>Fri, 20 Nov 2009 19:53:42 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>180</ttl>
		<image>
			<url>http://forums.cpanel.net/images/misc/rss.jpg</url>
			<title>cPanel Forums</title>
			<link>http://forums.cpanel.net/</link>
		</image>
		<item>
			<title>I change or add pages ... but they wont show up on the internet?</title>
			<link>http://forums.cpanel.net/f34/i-change-add-pages-but-they-wont-show-up-internet-138621.html</link>
			<pubDate>Fri, 20 Nov 2009 19:37:08 GMT</pubDate>
			<description>Hi guys, I am hoping someone can help me here, my hosting company has tried to help me but they keep saying that it must be my browser. Its not, as I have tried in firefox and ie on two different computers. 
 
 
What is happening is, I try to change a page, or even add a whole new page, but they...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi guys, I am hoping someone can help me here, my hosting company has tried to help me but they keep saying that it must be my browser. Its not, as I have tried in firefox and ie on two different computers.<br />
<br />
<br />
What is happening is, I try to change a page, or even add a whole new page, but they wont show up on the internet.<br />
<br />
What is strange is that for instance, I completely deleted the index page and made a new one, but the old one still shows up on the internet! But in cpanel, if I click the edit HTML button, it will show the new page.<br />
<br />
Not only that but since this started happening, 5 days ago, my stats are no longer showing. The past 5 days show 0. But my hosting company says that when they go in and look, they can see the stats.<br />
<br />
I attached a screen shot of my cpanel file manager, as you can see, there is a page named &quot;graphics&quot;<br />
yet if you go to: <a href="http://www.theweekendworker.com/graphics.htm" target="_blank">http://www.theweekendworker.com/graphics.htm</a> it comes up with a 404 error page!<br />
<br />
It is really frustrating, I cannot update, or add anything! <br />
Thanks for the help!</div>


	<br />
	<div style="padding:0px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://forums.cpanel.net/images/attach/png.gif" alt="File Type: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.cpanel.net/attachments/f34/2729d1258745776-i-change-add-pages-but-they-wont-show-up-internet-screenshot.png" target="_blank">screenshot.png</a> (14.2 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
			</fieldset>
	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/cpanel-newbies.html">cPanel Newbies</category>
			<dc:creator>rockybloggs143</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f34/i-change-add-pages-but-they-wont-show-up-internet-138621.html</guid>
		</item>
		<item>
			<title>How does Hacking take place on Cpanel server?</title>
			<link>http://forums.cpanel.net/f5/how-does-hacking-take-place-cpanel-server-138617.html</link>
			<pubDate>Fri, 20 Nov 2009 19:07:11 GMT</pubDate>
			<description>*How does Hacking take place on Cpanel server?* 
 
I am writing this post to explain how accounts on server get hacked. Many times it happens that cpanel accounts on server are hacked. Most common hacks are like index page is replaced with some other code thus defacing your website. Some times this...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div><div align="center"><b>How does Hacking take place on Cpanel server?</b></div><br />
I am writing this post to explain how accounts on server get hacked. Many times it happens that cpanel accounts on server are hacked. Most common hacks are like index page is replaced with some other code thus defacing your website. Some times this types of hacks happen on all accounts including backup on server. Many times it is also an Iframe Hack where hacker puts an extra code to your website and whoever accesses that website, a virus enters their computer thus infecting it. We are not going deep in to the types of hacking but what I am going to explain here is how can we stop this from happening or at least prevent or avoid from happening. If you are facing issue of Iframe hack then one of our cpanel forum member have posted a good article which you can find it here:<br />
<br />
<a href="!78595!http://forums.cpanel.net/f5/solution-iframe-java-script-hack-78595.html#post363227" target="_blank">http://forums.cpanel.net/f5/solution...tml#post363227</a><br />
<br />
Now one would ask “How does this hacking takes place?” Such defacing hacking takes place and we get victim of it because we are careless or we don’t have basic knowledge of keeping our site secure. It is us who give a way for any hacking to take place. Any hacking which is taking place by browser happens due to weak permissions. Many common php applications we use like a picture gallery, forum etc are start point of hacking if and only if they are insecure or are of older versions or some files or directories of that applications are having weak permissions like 777 or 755. For example I have a application which has option of uploading a file. Now if that uploaded file is going in directory for example “images” and “images” is having 777 permissions. Now if I upload any defacing script using that options to images directory say “deface.php” then I can easily access that script using link:<br />
<br />
<a href="http://domain.com/images/deface.php" target="_blank">http://domain.com/images/deface.php</a><br />
<br />
as the images directory is having 777 permissions I can easily execute that script and can deface that account or website. If the permissions on other directories of server are really weak then I can deface the files in other locations of server also. After uploading the script I find more accounts on server who are having weak permissions then I can run my script from its current location and can hack other accounts too. So in this way your account, some other accounts or even whole server is hacked due to weak permissions. To clear this point I have attached a small php script with this post. Just upload it to your account and access it from browser you will see that you can browse other files on server whose permissions are weak. <br />
<br />
<b><font color="Red">THIS IS NOT A HACKING SCRIPT AT ALL, NOR I AM PROMOTING HACKING IN ANY WAY. THIS SCRIPT WILL HELP YOU TO FIND OUT WEAKNESS IN YOUR ACCOUNT SECURITY.  THIS IS JUST FOR EDUCATIONAL PURPOSE. IF MODERATORS OF THIS FORUM THINK THIS POST IS AGAINST ANY OF THEIR RULES THEY ARE WELCOME TO DELETE THIS POST.</font></b><br />
<br />
This script is type of browser to browse files on the server or account, where file permissions are weak like 777 or 755 you can browse them though they don’t belong to your account. This script cannot be used to modify or execute any command so don’t worry :)<br />
<br />
So in order to stop all such hackings on the server or to your account always be alert on permissions. Many people use 755 or 777 permissions casually thus becoming victim of some hacking today or tomorrow. Secondly always keep your php applications upgraded to their latest versions so that if there is any code or bug in previous versions they will be cleared. This was very short information but if other forum members want to add more to this they are welcome.<br />
<br />
I will be adding more security tips in coming days so stay tuned :cool:</div>


	<br />
	<div style="padding:0px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://forums.cpanel.net/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.cpanel.net/attachments/f5/2725d1258743980-how-does-hacking-take-place-cpanel-server-webadmin.zip">webadmin.zip</a> (17.3 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
		</fieldset>
	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/cpanel-whm-discussions.html">cPanel and WHM Discussions</category>
			<dc:creator>whwrobert</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f5/how-does-hacking-take-place-cpanel-server-138617.html</guid>
		</item>
		<item>
			<title>Mailman over SSL</title>
			<link>http://forums.cpanel.net/f145/mailman-over-ssl-138613.html</link>
			<pubDate>Fri, 20 Nov 2009 19:00:43 GMT</pubDate>
			<description>Hi,  
 
We have a customers which want to use mailman over SSL connection. So, it would be good to have this as option in WHM with appropriate link in cpanel.  
 
Thanks</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi, <br />
<br />
We have a customers which want to use mailman over SSL connection. So, it would be good to have this as option in WHM with appropriate link in cpanel. <br />
<br />
Thanks</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/feature-requests-cpanel-whm.html">Feature Requests for cPanel and WHM</category>
			<dc:creator>Htechs</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f145/mailman-over-ssl-138613.html</guid>
		</item>
		<item>
			<title>cPanel API cals log</title>
			<link>http://forums.cpanel.net/f42/cpanel-api-cals-log-138609.html</link>
			<pubDate>Fri, 20 Nov 2009 17:35:43 GMT</pubDate>
			<description>Hello. 
 
Please tell me where cPanel logs API cals? 
 
Thank you</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello.<br />
<br />
Please tell me where cPanel logs API cals?<br />
<br />
Thank you</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/developer-discussions.html">Developer Discussions</category>
			<dc:creator>mitya4004</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f42/cpanel-api-cals-log-138609.html</guid>
		</item>
		<item>
			<title>KVM / Xen :: Now that 5.4 has KVM (supports NUMA) will it break VPS licensing?</title>
			<link>http://forums.cpanel.net/f5/kvm-xen-now-5-4-has-kvm-supports-numa-will-break-vps-licensing-138605.html</link>
			<pubDate>Fri, 20 Nov 2009 17:24:42 GMT</pubDate>
			<description><![CDATA[Having a problem here. As we introduce more & more NUMA servers (basically any machine with more than one CPU that is AMD or the new Intel Nehalem) we find that XEN (guests) not being NUMA aware limits us. 
 
So now that KVM in mainline in RH 5.4 we want to look to a move to KVM as the guests have...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Having a problem here. As we introduce more &amp; more NUMA servers (basically any machine with more than one CPU that is AMD or the new Intel Nehalem) we find that XEN (guests) not being NUMA aware limits us.<br />
<br />
So now that KVM in mainline in RH 5.4 we want to look to a move to KVM as the guests have NUMA awareness.<br />
<br />
So, if we switch from Xen to KVM, will it break VPS licensing? Is cPanel KVM aware?<br />
<br />
I hope so as not being able to use NUMA for a VPS is a long term problem.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/cpanel-whm-discussions.html">cPanel and WHM Discussions</category>
			<dc:creator>wizzy420</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f5/kvm-xen-now-5-4-has-kvm-supports-numa-will-break-vps-licensing-138605.html</guid>
		</item>
		<item>
			<title><![CDATA[problem with xml-api/modifyacct & twiki]]></title>
			<link>http://forums.cpanel.net/f42/problem-xml-api-modifyacct-twiki-138601.html</link>
			<pubDate>Fri, 20 Nov 2009 16:43:20 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I was reading and the documentation said that the only input is required of the username, 
 
but when i run the xml with the user and domain $ set, i get this output: 
 
 
Code: 
--------- 
<modifyacct>]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello,<br />
<br />
I was reading and the documentation said that the only input is required of the username,<br />
<br />
but when i run the xml with the user and domain $ set, i get this output:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;modifyacct&gt;<br />
&#8722;<br />
&lt;result&gt;<br />
&lt;missingfields&gt;HASCGI&lt;/missingfields&gt;<br />
&lt;missingfields&gt;CPTHEME&lt;/missingfields&gt;<br />
&lt;missingfields&gt;LANG&lt;/missingfields&gt;<br />
&lt;missingfields&gt;MAXPOP&lt;/missingfields&gt;<br />
&lt;missingfields&gt;MAXFTP&lt;/missingfields&gt;<br />
&lt;missingfields&gt;MAXLST&lt;/missingfields&gt;<br />
&lt;missingfields&gt;MAXSUB&lt;/missingfields&gt;<br />
&lt;missingfields&gt;MAXPARK&lt;/missingfields&gt;<br />
&lt;missingfields&gt;MAXADDON&lt;/missingfields&gt;<br />
&lt;missingfields&gt;MAXSQL&lt;/missingfields&gt;<br />
&lt;missingfields&gt;shell&lt;/missingfields&gt;<br />
&lt;status&gt;0&lt;/status&gt;<br />
&lt;statusmsg&gt;Required fields missing&lt;/statusmsg&gt;<br />
&lt;/result&gt;<br />
&lt;/modifyacct&gt;<br />
&#8722;<br />
&lt;!--<br />
&nbsp;Web Host Manager&nbsp; (c) cPanel, Inc. 2008 http://cpanel.net/&nbsp; Unauthorized copying is prohibited. <br />
--&gt;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Does that mean the documentation is wrong? or am i missing something<br />
<br />
edit: here is link <a href="http://twiki.cpanel.net/twiki/bin/view/AllDocumentation/AutomationIntegration/ModifyAccount" target="_blank">http://twiki.cpanel.net/twiki/bin/vi.../ModifyAccount</a></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/developer-discussions.html">Developer Discussions</category>
			<dc:creator>DavidS</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f42/problem-xml-api-modifyacct-twiki-138601.html</guid>
		</item>
		<item>
			<title>domain:2083 get redirected to hostname:2083</title>
			<link>http://forums.cpanel.net/f34/domain-2083-get-redirected-hostname-2083-a-138597.html</link>
			<pubDate>Fri, 20 Nov 2009 16:19:44 GMT</pubDate>
			<description>I have vps license for cPanel and the problem is when I want to access cPanel via https port eg: domain:2083 it will redirect me to hostname:2083 instead. 
 
Where can I change those setting inside WHM?</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I have vps license for cPanel and the problem is when I want to access cPanel via https port eg: domain:2083 it will redirect me to hostname:2083 instead.<br />
<br />
Where can I change those setting inside WHM?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/cpanel-newbies.html">cPanel Newbies</category>
			<dc:creator>CrumX</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f34/domain-2083-get-redirected-hostname-2083-a-138597.html</guid>
		</item>
		<item>
			<title>Problema al enviar correos a yahoo desde  outlook</title>
			<link>http://forums.cpanel.net/f39/problema-al-enviar-correos-yahoo-desde-outlook-138593.html</link>
			<pubDate>Fri, 20 Nov 2009 16:16:01 GMT</pubDate>
			<description>Por Favor, quien me puede ayudar a solucionar un problema cuando envio un correo desde Outlook a yahoo. 
 
gracias anticipadas.</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Por Favor, quien me puede ayudar a solucionar un problema cuando envio un correo desde Outlook a yahoo.<br />
<br />
gracias anticipadas.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/discusion-en-espanol.html">Discusión en Español</category>
			<dc:creator>jtperalta</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f39/problema-al-enviar-correos-yahoo-desde-outlook-138593.html</guid>
		</item>
		<item>
			<title>MySql Service</title>
			<link>http://forums.cpanel.net/f205/mysql-service-138585.html</link>
			<pubDate>Fri, 20 Nov 2009 15:16:20 GMT</pubDate>
			<description>Hello, My Enkompass server is not recognizing the MySql service on the same local machine.  Also, customers do not see a MySql icon in their Website Owner control panel. 
 
I installed MySql after installing Enkompass.  I am using the correct root password.  I am able to add the MySql service in...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello, My Enkompass server is not recognizing the MySql service on the same local machine.  Also, customers do not see a MySql icon in their Website Owner control panel.<br />
<br />
I installed MySql after installing Enkompass.  I am using the correct root password.  I am able to add the MySql service in the Enkompass Server Manager, but it fails the MySqlService test.  ServerConnection and Certificate Tests pass.  I also get this error message when I try to manage the MySql service:<br />
<br />
<i>Manage MySql Service<br />
Error occurred while installing certificate service. Exception: Failed to install the Certificate Service on 192.168.3.31. Method 'InstallCertificateService' from contract 'IServerAdministratorService' failed.</i><br />
<br />
Any suggestions on how I can get Enkompass to see MySql?  Thanks.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/enkompass-discussions.html">Enkompass Discussions</category>
			<dc:creator>ScottT</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f205/mysql-service-138585.html</guid>
		</item>
		<item>
			<title>apache locks when creating a new account or parking a domain</title>
			<link>http://forums.cpanel.net/f5/apache-locks-when-creating-new-account-parking-domain-138581.html</link>
			<pubDate>Fri, 20 Nov 2009 15:08:52 GMT</pubDate>
			<description><![CDATA[Greetings - 
 
I have an odd issue and would appreciate any suggestions.  Any time we create a new account through WHM or simply park a domain on top another one, all the websites on thes server (except for WHM - assuming because i'm going through https) freeze.  Apache simply stops responding and...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Greetings -<br />
<br />
I have an odd issue and would appreciate any suggestions.  Any time we create a new account through WHM or simply park a domain on top another one, all the websites on thes server (except for WHM - assuming because i'm going through https) freeze.  Apache simply stops responding and I am forced to scroll down to http server in WHM and reset it.<br />
<br />
Any ideas?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://forums.cpanel.net/cpanel-whm-discussions.html">cPanel and WHM Discussions</category>
			<dc:creator>weblinxinc</dc:creator>
			<guid isPermaLink="true">http://forums.cpanel.net/f5/apache-locks-when-creating-new-account-parking-domain-138581.html</guid>
		</item>
	</channel>
</rss>
