<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>Site &amp; Server Administration</title>
    <description>Need help with server administration?  Things like mod_rewrite, .htaccess, Apache configuration and log analysis are discussed here.</description>
    <pubDate>Sun, 19 Oct 2014 20:39:56 +0000</pubDate>
    <lastBuildDate>Sun, 19 Oct 2014 20:39:56 +0000</lastBuildDate>
    <generator>Digital Point</generator>
    <link>https://forums.digitalpoint.com/forums/site-server-administration.18/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://forums.digitalpoint.com/forums/site-server-administration.18/index.rss"/>
    <item>
      <title>Where to place the Google verification meta tag in WordPress</title>
      <pubDate>Sun, 19 Oct 2014 12:13:49 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/where-to-place-the-google-verification-meta-tag-in-wordpress.2735981/</link>
      <guid>https://forums.digitalpoint.com/threads/where-to-place-the-google-verification-meta-tag-in-wordpress.2735981/</guid>
      <author>exoticpublishing</author>
      <dc:creator>exoticpublishing</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
<br />
So I&#039;m having an issue with getting 2 sites verified to put on GWTs.<br />
<br />
It says to put it on the index page in header tags before the body which I tried to do in between header tags, but there are no header or body tags on my index page.<br />
<br />
<b>Copy </b> the meta tag below, and paste it into your site&#039;s home page. It should go in the &lt;head&gt; section, before the first &lt;body&gt; section.<br />
<br />
Can someone tell me what I&#039;m doing wrong.<br />
<br />
Thanks<br />
<br />
<br />
Michelle]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Command to recursivelly optimise all images loslessly</title>
      <pubDate>Sat, 18 Oct 2014 14:47:32 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/command-to-recursivelly-optimise-all-images-loslessly.2735212/</link>
      <guid>https://forums.digitalpoint.com/threads/command-to-recursivelly-optimise-all-images-loslessly.2735212/</guid>
      <author>postcd</author>
      <dc:creator>postcd</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
please kindly is following linux command safe to execute on server? (aim is to optimise losslessly all jpg, gif, png images recursivelly)<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code (Text):</div>
	<div class="code"><ol class="text" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">find /home -type f -name &quot;*.jpg&quot; -o -name &quot;*.png&quot; -exec trimage -f {} \;</div></li>
</ol></div>
</div>(<a href="http://trimage.org/" target="_blank" class="externalLink" rel="nofollow">http://trimage.org/</a>)<br />
<br />
the /home is around 30Gb big with a websites, can You suggest on how to test it, and execute safelly without images loss, breaking?<br />
<br />
PS: i also found:<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code (Text):</div>
	<div class="code"><ol class="text" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">find . -type f -name &quot;*.jpg&quot; -exec jpegoptim {} \;</div></li>
</ol></div>
</div>(but works only...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/command-to-recursivelly-optimise-all-images-loslessly.2735212/" target="_blank" class="internalLink">Command to recursivelly optimise all images loslessly</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Mirror system disc and then boot from mirror?</title>
      <pubDate>Sat, 18 Oct 2014 12:37:35 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/mirror-system-disc-and-then-boot-from-mirror.2735929/</link>
      <guid>https://forums.digitalpoint.com/threads/mirror-system-disc-and-then-boot-from-mirror.2735929/</guid>
      <author>postcd</author>
      <dc:creator>postcd</dc:creator>
      <content:encoded><![CDATA[<span style="font-family: 'Georgia'">Hello,<br />
<br />
im interested if/how i can mirror primary system SSD drive to a secondary 7200rpm HDD regularly and then in case of drive fault, i just somehow change boot priority and just restart server and continue running (only slower at 7k rpm disc? please if anyone know, can you share steps on how to achieve? thx</span>]]></content:encoded>
    </item>
    <item>
      <title>[openlitespeed] subfolders, contexts and rewrite. Just can't get it to work</title>
      <pubDate>Sat, 18 Oct 2014 10:08:12 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/openlitespeed-subfolders-contexts-and-rewrite-just-cant-get-it-to-work.2735924/</link>
      <guid>https://forums.digitalpoint.com/threads/openlitespeed-subfolders-contexts-and-rewrite-just-cant-get-it-to-work.2735924/</guid>
      <author>Danny</author>
      <dc:creator>Danny</dc:creator>
      <content:encoded><![CDATA[Last night I spent more time than I should have trying to get a. New VDS up and running with percona and open litespeed. The site I want to run ok there is structured as follows<br />
<br />
Webroot<br />
- index.php<br />
- wordpressfolder<br />
- forum<br />
<br />
When you go to domain.mysite it shows the wordpress site and achieved this through rewrite rules. (This is the Wordpress in it&#039;s own folder tutorial on wp.org) I keep things in folders for cleanliness. The wordpress site worked fine as I was able to paste the rewrite rules...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/openlitespeed-subfolders-contexts-and-rewrite-just-cant-get-it-to-work.2735924/" target="_blank" class="internalLink">[openlitespeed] subfolders, contexts and rewrite. Just can&#039;t get it to work</a>]]></content:encoded>
    </item>
    <item>
      <title>[Cloudlinux] how to add another/custom extension that not listed?</title>
      <pubDate>Thu, 16 Oct 2014 04:24:04 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/cloudlinux-how-to-add-another-custom-extension-that-not-listed.2735740/</link>
      <guid>https://forums.digitalpoint.com/threads/cloudlinux-how-to-add-another-custom-extension-that-not-listed.2735740/</guid>
      <author>basketmen</author>
      <dc:creator>basketmen</dc:creator>
      <content:encoded><![CDATA[Hi guys, this is existed cloudlinux php extension selector :<br />
<br />
<a href="http://freakimage.com/view.php?filename=446cloudlinux_extension_s.jpg" target="_blank" class="externalLink" rel="nofollow"><img src="proxy/Zjl03hsYz9XrzpBvDq4s8Q37KaUGXEhbKqBu4x7BPNWXOUGYBryPD54aIz6GWjydo%2FXELHywOttr6Q%3D%3D/image.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="http://freakimage.com/images/446cloudlinux_extension_s.jpg" /></a><br />
<br />
<br />
but how to add another/custom extension that not listed here?<br />
i want to add the customextension.so file in the php.ini<br />
<br />
which php.ini that i need to use?<br />
is it this? : /var/cagefs/01/username/etc/cl.php.d/alt-php53/alt_php.ini<br />
<br />
<br />
<br />
<br />
please share your experience]]></content:encoded>
    </item>
    <item>
      <title>Switching to shared server</title>
      <pubDate>Wed, 15 Oct 2014 13:41:34 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/switching-to-shared-server.2734935/</link>
      <guid>https://forums.digitalpoint.com/threads/switching-to-shared-server.2734935/</guid>
      <author>RAF Systems</author>
      <dc:creator>RAF Systems</dc:creator>
      <content:encoded><![CDATA[I want to switch from VPS to somethign cheaper which has cpanel as its easier to manage.  Id like to be able to park more than one domain (2 to 5). i d like all the regular features like unlimited databases, lots of bandwidth, &gt;20gb storage.<br />
<br />
I know I can google.  BUT google is showing results from those who pay more to market.  I want reccomendations from personal experience.  Also maybe someone knows some good vouchers to use?<br />
<br />
I need good uptime, they all say theirs is good but in reality...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/switching-to-shared-server.2734935/" target="_blank" class="internalLink">Switching to shared server</a>]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>Very Reliable Proxy IP Provider</title>
      <pubDate>Sun, 12 Oct 2014 09:54:00 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/very-reliable-proxy-ip-provider.2731294/</link>
      <guid>https://forums.digitalpoint.com/threads/very-reliable-proxy-ip-provider.2731294/</guid>
      <author>magiclouie</author>
      <dc:creator>magiclouie</dc:creator>
      <content:encoded><![CDATA[Hello DP members,<br />
<br />
How are you doing?<br />
<br />
I need some input from you.  <br />
<br />
What reliable provider do you use in getting proxy IP that also offers dedicated proxy ip? Hopefully, that company also offers Canada dedicated proxy ip. <br />
<br />
I have been contacting many providers already but most of them don&#039;t offer Canada dedicated proxy ip. <br />
<br />
Hide My Ass is good, but we need actual proxy IP to be used in proxifier. <br />
<br />
Your input will be very much appreciated.<br />
<br />
Thanks a lot.<br />
<br />
Cheers,]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Make backup to external server without writing it to the local disk?</title>
      <pubDate>Thu, 09 Oct 2014 08:19:42 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/make-backup-to-external-server-without-writing-it-to-the-local-disk.2733250/</link>
      <guid>https://forums.digitalpoint.com/threads/make-backup-to-external-server-without-writing-it-to-the-local-disk.2733250/</guid>
      <author>postcd</author>
      <dc:creator>postcd</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
i want to ask if its doable to make backup of local files (tar.gz) without writing these backup files to local disk, but creating these archives right on remote backup server, i want to use tar, not rsync or similar.<br />
<br />
What i found is <a href="http://internetlifeforum.com/linux-forums/1378-easy-sshfs-tutorial-mounting-remote-server-folder-local-folder/" target="_blank" class="externalLink" rel="nofollow">sshfs</a> which can mount remote folder as local folder, but the quesiton is if that tarring is done without writting on local disk if i...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/make-backup-to-external-server-without-writing-it-to-the-local-disk.2733250/" target="_blank" class="internalLink">Make backup to external server without writing it to the local disk?</a>]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>items with error Webmaster tools</title>
      <pubDate>Thu, 02 Oct 2014 12:52:41 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/items-with-error-webmaster-tools.2734338/</link>
      <guid>https://forums.digitalpoint.com/threads/items-with-error-webmaster-tools.2734338/</guid>
      <author>new-swan-stone.eu</author>
      <dc:creator>new-swan-stone.eu</dc:creator>
      <content:encoded><![CDATA[hello DPoint World,<br />
<br />
could you please help me how to fix this problem <br />
and why is displaying me this error <br />
<img src="proxy/Zjl03hsYz8aS4JvFE52zHbaxLPqMyG9tnNW7ckETBKU%3D/image.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="http://up.picr.de/19681957pz.jpg" /> <br />
<br />
thank you in advance <br />
 ALL ANSWERS ARE APPRECIATED!!]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Set up blogger custom domain?</title>
      <pubDate>Tue, 30 Sep 2014 15:29:51 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/set-up-blogger-custom-domain.2733885/</link>
      <guid>https://forums.digitalpoint.com/threads/set-up-blogger-custom-domain.2733885/</guid>
      <author>Dharator</author>
      <dc:creator>Dharator</dc:creator>
      <content:encoded><![CDATA[A friend gifted me a domain with xtraorbit and i want to use it with blogger but i have no idea how, can anyone help me :S.]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>How to calculate the CPU and RAM usage needed to process images in a server?</title>
      <pubDate>Fri, 26 Sep 2014 09:22:36 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-calculate-the-cpu-and-ram-usage-needed-to-process-images-in-a-server.2733927/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-calculate-the-cpu-and-ram-usage-needed-to-process-images-in-a-server.2733927/</guid>
      <author>LCpubs</author>
      <dc:creator>LCpubs</dc:creator>
      <content:encoded><![CDATA[If im going to build an image hosting website, I need to find out how much processing power I need. Let say a user uploads 500 photos in a bulk. How much resources (CPU and RAM) will it take to process these images? (For example, we need to take all those images, create separate versions with separate resolutions and upload them to amazon S3). I need to find this out to pick a good VPS for the site. Also please note that not only one, several users might upload at the same time.]]></content:encoded>
    </item>
    <item>
      <title>Postfix spam issue, is normal?</title>
      <pubDate>Wed, 24 Sep 2014 14:29:19 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/postfix-spam-issue-is-normal.2733754/</link>
      <guid>https://forums.digitalpoint.com/threads/postfix-spam-issue-is-normal.2733754/</guid>
      <author>postcd</author>
      <dc:creator>postcd</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
here is/var/log/maillog:<br />



<div class="bbCodeBlock bbCodeQuote">
	<aside>
		
		<blockquote class="quoteContainer"><div class="quote">Sep 22 08:58:26 bhvogdqs postfix/smtpd[3961]: 5EA752B9120F: client=unknown[4.26.34.*], sasl_method=LOGIN, sasl_username=sales@***.in</div><div class="quoteExpand">Click to expand...</div></blockquote>
	</aside>
</div>(i replaced by asterisks something)<br />
<br />
this entry is there many many times, deffered folder is like 200mb with some spam crap.<br />
<br />
I want to ask how i can tighten my postfix settings to prevent above mentioned spam? is my postfix wrongly configured?<br />
<br />
my /etc/postfix/main.cf<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code (Text):</div>
	<div class="code"><ol class="text" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">smtpd_client_restrictions =...</div></li>
</ol></div>
</div><a href="https://forums.digitalpoint.com/threads/postfix-spam-issue-is-normal.2733754/" target="_blank" class="internalLink">Postfix spam issue, is normal?</a>]]></content:encoded>
    </item>
    <item>
      <title>I am not able to find php.ini in my server</title>
      <pubDate>Tue, 23 Sep 2014 11:05:25 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/i-am-not-able-to-find-php-ini-in-my-server.2730517/</link>
      <guid>https://forums.digitalpoint.com/threads/i-am-not-able-to-find-php-ini-in-my-server.2730517/</guid>
      <author>Manojworld</author>
      <dc:creator>Manojworld</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
I need to edit php.ini of my server for net2ftp script to increase execution time 30 second to 60 second.<br />
I add info file to track that files location and it says &quot;/usr/selector.etc/php.ini&quot;<br />
But there is no /usr/selector.etc/php.ini directories..<br />
<br />
My info file is <a href="http://rahulbambhaniya.com/info.php" target="_blank" class="externalLink" rel="nofollow">http://rahulbambhaniya.com/info.php</a><br />
<br />
<br />
Please friends help me it too urgent to change max execution time from php.ini.....<br />
<br />
<a href="https://forums.digitalpoint.com/threads/i-am-not-able-to-find-php-ini-in-my-server.2730517/" target="_blank" class="internalLink">I am not able to find php.ini in my server</a>]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>Proper rDNS for mail server, multiple IPs</title>
      <pubDate>Fri, 19 Sep 2014 07:49:17 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/proper-rdns-for-mail-server-multiple-ips.2733180/</link>
      <guid>https://forums.digitalpoint.com/threads/proper-rdns-for-mail-server-multiple-ips.2733180/</guid>
      <author>KillaKeith</author>
      <dc:creator>KillaKeith</dc:creator>
      <content:encoded><![CDATA[I have a dedicated server with a /29 block. I have certain sites using dedicated IPs. I have MX entries for mail.eachdomain.tld and the dedicated IPs are failing rDNS on some servers. Should I be setting the PTR records for all the IPs to mail.hostname.tld? Or should it work with mail.domain.tld?]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Postfix on Centos help</title>
      <pubDate>Thu, 18 Sep 2014 06:19:53 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/postfix-on-centos-help.2733053/</link>
      <guid>https://forums.digitalpoint.com/threads/postfix-on-centos-help.2733053/</guid>
      <author>KillaKeith</author>
      <dc:creator>KillaKeith</dc:creator>
      <content:encoded><![CDATA[OK, I have setup at least a dozen servers with Virtualmin. I am having trouble with a couple things on the most recent one. I have a block of IP&#039;s to use and have several domains setup over the available IP addresses. I have the domains setup with the usual DNS records, using mail.domain.tld for each domain&#039;s MX record. This has never been a problem, but all the sudden I&#039;m dead in the water. A few emails get out, a few get in. Local delivery just doesn&#039;t happen.<br />
<br />
Here is my main.cf...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/postfix-on-centos-help.2733053/" target="_blank" class="internalLink">Postfix on Centos help</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>.htaccess file not working in VPS</title>
      <pubDate>Thu, 18 Sep 2014 01:52:50 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/htaccess-file-not-working-in-vps.2733063/</link>
      <guid>https://forums.digitalpoint.com/threads/htaccess-file-not-working-in-vps.2733063/</guid>
      <author>theonkar10</author>
      <dc:creator>theonkar10</dc:creator>
      <content:encoded><![CDATA[I am looking to redirect my site abc[dot]com to www[dot]abc[dot]com forcefully using .htaccess file.<br />
I am using following permissions in  my file<br />
<br />
    RewriteCond %{HTTP_HOST} ^example.com$<br />
    RewriteRule (.*) <a href="http://www.example.com/$1" target="_blank" class="externalLink" rel="nofollow">http://www.example.com/$1</a> [R=301,L]<br />
<br />
In my httpd.conf I have made the following change<br />
<br />
    IndexIgnore .htaccess<br />
    &lt;FilesMatch &quot;^.ht&quot;&gt;<br />
        Order allow,deny<br />
        AllowOverride all //added this line<br />
        Deny from all<br />
    &lt;/FilesMatch&gt;<br />
<br />
and rebooted it. Still the same.<br />
<br />
VPS...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/htaccess-file-not-working-in-vps.2733063/" target="_blank" class="internalLink">.htaccess file not working in VPS</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>How to icrease Plesk Backup Manager file upload limit?</title>
      <pubDate>Wed, 17 Sep 2014 11:27:31 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-icrease-plesk-backup-manager-file-upload-limit.2733092/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-icrease-plesk-backup-manager-file-upload-limit.2733092/</guid>
      <author>jhashan</author>
      <dc:creator>jhashan</dc:creator>
      <content:encoded><![CDATA[My Plesk Backup Manager file upload limit is 2GB but I need minimum 7GB, is their any way to increase upload size?<br />
<br />
I checked php.ini its not working.]]></content:encoded>
    </item>
    <item>
      <title>How to move emails from Plesk to plesk server</title>
      <pubDate>Tue, 16 Sep 2014 16:41:23 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-move-emails-from-plesk-to-plesk-server.2733016/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-move-emails-from-plesk-to-plesk-server.2733016/</guid>
      <author>jhashan</author>
      <dc:creator>jhashan</dc:creator>
      <content:encoded><![CDATA[Hi, I have 2 Plesk server and I want move everything from old server to new server. I can move my site downloading via ftp but how can I move my email message to new server? <br />
<br />
Some more info: when I creating backup with backup manager I think everything is backedup but when I trying to restore that backup on new server I am getting invalid signature error and email message was not moved (only account created)<br />
<br />
Is their any way to moved email message automatically?<br />
<br />
I checked on...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-to-move-emails-from-plesk-to-plesk-server.2733016/" target="_blank" class="internalLink">How to move emails from Plesk to plesk server</a>]]></content:encoded>
    </item>
    <item>
      <title>How to make post title as permalinks of my phpBB forum</title>
      <pubDate>Tue, 16 Sep 2014 08:50:25 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-make-post-title-as-permalinks-of-my-phpbb-forum.2640969/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-make-post-title-as-permalinks-of-my-phpbb-forum.2640969/</guid>
      <author>pras0784</author>
      <dc:creator>pras0784</dc:creator>
      <content:encoded><![CDATA[Hi Guys,<br />
 <br />
I have installed forum at my site but here is the problem.<br />
 <br />
I want clear URL like <b>this post</b> but in my case it is coming<b> like this</b>.<br />
 <br />
 <br />
Is there any way to change permalink style. It would be great for SEO.<br />
 <br />
Thanks,<br />
Prashant]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Who can help me Use cookie-free domains in YSlow Grade</title>
      <pubDate>Fri, 12 Sep 2014 07:48:41 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/who-can-help-me-use-cookie-free-domains-in-yslow-grade.2732569/</link>
      <guid>https://forums.digitalpoint.com/threads/who-can-help-me-use-cookie-free-domains-in-yslow-grade.2732569/</guid>
      <author>Lucy Lee</author>
      <dc:creator>Lucy Lee</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
Who can help me Use cookie-free domains in YSlow Grade in here: <a href="http://gtmetrix.com/reports/www.juegosfriv.link/VHxTQjI3?" target="_blank" class="externalLink" rel="nofollow">http://gtmetrix.com/reports/www.juegosfriv.link/VHxTQjI3?</a><br />
<br />
Thanks.<br />
<br />
<a href="https://forums.digitalpoint.com/threads/who-can-help-me-use-cookie-free-domains-in-yslow-grade.2732569/" target="_blank" class="internalLink">Who can help me Use cookie-free domains in YSlow Grade</a>]]></content:encoded>
    </item>
    <item>
      <title>DDL Site Sending Lots Of Fake Visitors and It Makes Site Down!</title>
      <pubDate>Thu, 11 Sep 2014 15:25:52 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/ddl-site-sending-lots-of-fake-visitors-and-it-makes-site-down.2728235/</link>
      <guid>https://forums.digitalpoint.com/threads/ddl-site-sending-lots-of-fake-visitors-and-it-makes-site-down.2728235/</guid>
      <author>yiberkit</author>
      <dc:creator>yiberkit</dc:creator>
      <content:encoded><![CDATA[Hi<br />
Last time I added my links to dirtywarez.com and when I look after that my site gives lots of 503 error and CPU usage and Memory usage is at maximum level.<br />
They&#039;re sending lots of fake hits/visitors (they arent human ;I looked up from google analytics and nothing seen any of them as a human when 30-40 ip&#039;s visiting my pages) from a range of mostly China and Europe IP&#039;s..<br />
How can I block them? I use wordfence plugin and manually blocking them but I cant handle it.<br />
Please help me.]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>How to monitor every action on my server.</title>
      <pubDate>Wed, 10 Sep 2014 11:09:33 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-monitor-every-action-on-my-server.2732319/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-monitor-every-action-on-my-server.2732319/</guid>
      <author>trt123</author>
      <dc:creator>trt123</dc:creator>
      <content:encoded><![CDATA[I just bought a script from a developer who has a bit of a shady reputation.<br />
<br />
I have bought an MLM script, and I have used this developer before for his off the shelf scripts as they are perfect for my specific needs.<br />
<br />
First off, I need to tell you that in my time i have personally installed hundreds of different scripts, and i know what i am doing as far as getting them up and running.<br />
<br />
However, twice in the past I have bought this guys scripts and both time I could not install for some...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-to-monitor-every-action-on-my-server.2732319/" target="_blank" class="internalLink">How to monitor every action on my server.</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Need Help to improve web Page Speed (SEO) ?</title>
      <pubDate>Mon, 08 Sep 2014 19:01:42 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/need-help-to-improve-web-page-speed-seo.2728861/</link>
      <guid>https://forums.digitalpoint.com/threads/need-help-to-improve-web-page-speed-seo.2728861/</guid>
      <author>ashokdhan</author>
      <dc:creator>ashokdhan</dc:creator>
      <content:encoded><![CDATA[Hi all <br />
I have just created new website. Sharing snap below using gtmetrix to improve the page speed<br />
can anyone tell me this result is good or i need to work more on this.<img src="proxy/Zjl03hsYz9oe7VoaA6cV62aBfvPadaxpwwZ7ChkK/image.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="http://i.imgur.com/VOAdnVD.png" />]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Redundant Mail Server, Not MX Entry, Duplicate Messages.</title>
      <pubDate>Sun, 07 Sep 2014 11:15:48 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/redundant-mail-server-not-mx-entry-duplicate-messages.2732034/</link>
      <guid>https://forums.digitalpoint.com/threads/redundant-mail-server-not-mx-entry-duplicate-messages.2732034/</guid>
      <author>YYZviaYUL</author>
      <dc:creator>YYZviaYUL</dc:creator>
      <content:encoded><![CDATA[My e-mail is currently with a shared hosting provider who had downtime yesterday causing my e-mail message to be inaccessible for the night. I&#039;m looking to avoid this in the future. I didn&#039;t lose any messages as they arrived when the server came backup, but I needed access to my e-mail at all time. <br />
<br />
When an e-mail message is sent to <span class="emailCrypt" data-anchor="bWFpbEBkb21haW4uY29t" data-email="bWFpbEBkb21haW4uY29t"></span>, I want it go to mailserver1 and mailserver 2 (doesn&#039;t have to be instant). If mailserver1 goes down, I still have access to ALL my...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/redundant-mail-server-not-mx-entry-duplicate-messages.2732034/" target="_blank" class="internalLink">Redundant Mail Server, Not MX Entry, Duplicate Messages.</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>How to transfer old domain to new domain (Rebrand)</title>
      <pubDate>Sun, 07 Sep 2014 04:38:19 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-transfer-old-domain-to-new-domain-rebrand.2730757/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-transfer-old-domain-to-new-domain-rebrand.2730757/</guid>
      <author>maddenitrous</author>
      <dc:creator>maddenitrous</dc:creator>
      <content:encoded><![CDATA[I have seen many users asking how to transfer an old domain to a new domain name without losing ranking, here are the short steps you need to do to transfer your website to the new domain name and to pass the link juice, ranking and page rank to the new domain.<br />
<br />
1. Transfer data from the old domain name to the new one and rebrand it to the the new one. Make sure the transferred website is fully functional.<br />
<br />
2. Redirect your old domain name to the new domain name using SEO friendly permanent...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-to-transfer-old-domain-to-new-domain-rebrand.2730757/" target="_blank" class="internalLink">How to transfer old domain to new domain (Rebrand)</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Running your own mail server</title>
      <pubDate>Fri, 05 Sep 2014 15:46:02 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/running-your-own-mail-server.2648174/</link>
      <guid>https://forums.digitalpoint.com/threads/running-your-own-mail-server.2648174/</guid>
      <author>mattltm</author>
      <dc:creator>mattltm</dc:creator>
      <content:encoded><![CDATA[How many of you guys run your own email servers?<br />
 <br />
What distro/packages do you use?<br />
 <br />
I&#039;m using qmail at the moment with 30 domains and about 200 users.]]></content:encoded>
      <slash:comments>15</slash:comments>
    </item>
    <item>
      <title>WordPress - Help with adsense ads</title>
      <pubDate>Fri, 05 Sep 2014 08:03:00 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/wordpress-help-with-adsense-ads.2731040/</link>
      <guid>https://forums.digitalpoint.com/threads/wordpress-help-with-adsense-ads.2731040/</guid>
      <author>Elyas Ginwalla</author>
      <dc:creator>Elyas Ginwalla</dc:creator>
      <content:encoded><![CDATA[Hi<br />
I have recently bought some sites and am new to the whole space so please bear with me!<br />
<br />
I have been adding content and the ads normally appear once I have uploaded the content into drafts, however, just now the ads won&#039;t display for my new content?<br />
<br />
My content writer added it to my drafts, and I can&#039;t seem to see the ads when I preview it.<br />
<br />
Can someone help me please??]]></content:encoded>
      <slash:comments>9</slash:comments>
    </item>
    <item>
      <title>Clipbucket Video conversion Failed</title>
      <pubDate>Thu, 04 Sep 2014 17:05:23 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/clipbucket-video-conversion-failed.2731829/</link>
      <guid>https://forums.digitalpoint.com/threads/clipbucket-video-conversion-failed.2731829/</guid>
      <author>sam20e</author>
      <dc:creator>sam20e</dc:creator>
      <content:encoded><![CDATA[hello today I installed this application n my VPS. Having issue with conversion. Already added cron by checking CB Helper plugin. I&#039;m attaching few screenshots and Logs.<br />
<br />
Please help if possible : <br />
<br />
Screenshot : <a href="http://imgur.com/a/gbnCz#4r77P5a" target="_blank" class="externalLink" rel="nofollow">http://imgur.com/a/gbnCz#4r77P5a</a><br />
<br />
Logs :<br />
<br />
Started on 2014-09-04 04:14:01 - 2014 Sep 04<br />
<br />
Checking File ....<br />
File : /home/xxx/public_html/x/files/conversion_queue/14098220005aa35.mp4<br />
File Exists : Yes<br />
<br />
Preparing file...<br />
Unknown file details - Unable to get video details using FFMPEG...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/clipbucket-video-conversion-failed.2731829/" target="_blank" class="internalLink">Clipbucket Video conversion Failed</a>]]></content:encoded>
    </item>
    <item>
      <title>Get Free 1GB Hosting Backup space free</title>
      <pubDate>Wed, 03 Sep 2014 14:44:26 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/get-free-1gb-hosting-backup-space-free.2731649/</link>
      <guid>https://forums.digitalpoint.com/threads/get-free-1gb-hosting-backup-space-free.2731649/</guid>
      <author>thetechtalk</author>
      <dc:creator>thetechtalk</dc:creator>
      <content:encoded><![CDATA[Hi<br />
<br />
I got 20X1GB Free Webhosting backup space accounts from siteautobackup as i donated in their indiegogo campaign. I am distributing it free for Digital Point users. <br />
<br />
First 20 people who signup using the below link will get 1Gb of space to backup their cPanel/WHM/VPS hosting accounts(incl Email, DB and other settings). <br />
<br />
<a href="https://www.siteautobackup.com/" target="_blank" class="externalLink" rel="nofollow">https://www.siteautobackup.com/</a>    go.php?go=1057(remove space)<br />
<br />
Note: Mods, Please delete this post if it violates DP forum rules.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>VPN help anyone?</title>
      <pubDate>Tue, 02 Sep 2014 12:09:00 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/vpn-help-anyone.2730691/</link>
      <guid>https://forums.digitalpoint.com/threads/vpn-help-anyone.2730691/</guid>
      <author>Sycrid</author>
      <dc:creator>Sycrid</dc:creator>
      <content:encoded><![CDATA[Note: I have been advised to post this here, by an admin on DP,so hopefully this is the right location. I did ask before posting.<br />
 <br />
Hi guys,<br />
 <br />
I need some advice on VPNS, as I&#039;m struggling to get one up and running. I have set up windows server 2012 R2 (Echange), and I have installed the roles and features to allow for a VPN to function. I have allowed the appropriate ports to be passed through the router/firewall, and I have even taken down the firewall at times for testing.<br />
 <br />
My problem is I...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/vpn-help-anyone.2730691/" target="_blank" class="internalLink">VPN help anyone?</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Live Chat Software with forced fields ?</title>
      <pubDate>Tue, 02 Sep 2014 05:53:26 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/live-chat-software-with-forced-fields.2731503/</link>
      <guid>https://forums.digitalpoint.com/threads/live-chat-software-with-forced-fields.2731503/</guid>
      <author>QubeSys Technologies</author>
      <dc:creator>QubeSys Technologies</dc:creator>
      <content:encoded><![CDATA[Hi, Im looking for a Live Chat Software, which I can integrate on multiple websites and should have have one important feature, which Im really missing on my current applications, which I use and Im losing a lot of clients for the same reason!<br />
<br />
For example, when my live chat is online, but Im not on screen, users come and leave message and go, but it doesnt ask them to leave their email or phone or name, while placing the message or instant chat.<br />
<br />
That way, I have no way to contact them back!...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/live-chat-software-with-forced-fields.2731503/" target="_blank" class="internalLink">Live Chat Software with forced fields ?</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Inout Adserver Ultimate script help needed !</title>
      <pubDate>Fri, 29 Aug 2014 08:34:31 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/inout-adserver-ultimate-script-help-needed.2731283/</link>
      <guid>https://forums.digitalpoint.com/threads/inout-adserver-ultimate-script-help-needed.2731283/</guid>
      <author>NomanProdhan</author>
      <dc:creator>NomanProdhan</dc:creator>
      <content:encoded><![CDATA[Hello<br />
I have installed the Inout Adserver Ultimate script. Than I make one publisher account and I also add some banner and text advertisements from my Admin panel. But I have got a problem that text ads are displaying properly but banner ads are not displaying. Can anybody please help me ???<br />
<br />
<br />
Thanks in advance.........]]></content:encoded>
    </item>
    <item>
      <title>Cannot set up InnoDB support in MySQL due to "pthread_create returned 11" error</title>
      <pubDate>Thu, 28 Aug 2014 10:26:51 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/cannot-set-up-innodb-support-in-mysql-due-to-pthread_create-returned-11-error.2731204/</link>
      <guid>https://forums.digitalpoint.com/threads/cannot-set-up-innodb-support-in-mysql-due-to-pthread_create-returned-11-error.2731204/</guid>
      <author>postcd</author>
      <dc:creator>postcd</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
i cannot set up InnoDB support in MySQL due to &quot;pthread_create returned 11&quot; error . i would like to ask for help and advice here<br />
This is done on an OpenVZ VPS, Ubuntu 10.04 &amp; CentOS<br />
<br />
I have downloaded<br />
dev.mysql.com/get/Downloads/MySQL-5.6/mysql-server_5.6.20-1ubuntu12.04_i386.deb-bundle.tar<br />
<br />
Which has an InnoDB support out-of-the-box. Then, i&#039;ve tried three different package managers in 3 different distributives (you helped me in swapping between them) in order to install...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/cannot-set-up-innodb-support-in-mysql-due-to-pthread_create-returned-11-error.2731204/" target="_blank" class="internalLink">Cannot set up InnoDB support in MySQL due to &quot;pthread_create returned 11&quot; error</a>]]></content:encoded>
    </item>
    <item>
      <title>How to make a OpenVPN VPN Server on Linux</title>
      <pubDate>Wed, 27 Aug 2014 14:31:06 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-make-a-openvpn-vpn-server-on-linux.2731111/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-make-a-openvpn-vpn-server-on-linux.2731111/</guid>
      <author>VENETX</author>
      <dc:creator>VENETX</dc:creator>
      <content:encoded><![CDATA[<b>First let&#039;s prepare your vps. Type in the following on ssh.<br />
<br />
#<span style="color: #0080ff">yum update -y</span><br />
#<span style="color: #0080ff">Now you are ready to continue on the next steps.</span></b><br />
<br />
<b>Step 1:</b><br />
You need to check if you have tun/tap enabled, and you need to download/install all the dependencies and openvpn it&#039;self<br />
Code:<br />
#<span style="color: #0080ff">cat /dev/net/tun</span><br />
If you get &quot;cat: /dev/net/tun: File descriptor in bad state&quot; then you are all set! If not then ask your host to enable tun!<br />
<br />
<b>Step...</b><br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-to-make-a-openvpn-vpn-server-on-linux.2731111/" target="_blank" class="internalLink">How to make a OpenVPN VPN Server on Linux</a>]]></content:encoded>
    </item>
    <item>
      <title>number of files in linux filesystem?</title>
      <pubDate>Tue, 26 Aug 2014 07:00:01 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/number-of-files-in-linux-filesystem.2730522/</link>
      <guid>https://forums.digitalpoint.com/threads/number-of-files-in-linux-filesystem.2730522/</guid>
      <author>postcd</author>
      <dc:creator>postcd</dc:creator>
      <content:encoded><![CDATA[Hello, is there anywere on the internet directory tree of a linux filesystem (debian, redhat..) with number of files in particular directories?<br />
<br />
I dont neeed a command to list this, as this takes ages on my overloaded server, i just wanted if anyone found/ counted this, i dont need total number, but to see number of files mainly in first level subdirectories, thx<br />
<br />
PS: inodes number can be number of total files and dirs on filesystem maybe:<br />



<div class="bbCodeBlock bbCodeQuote">
	<aside>
		
		<blockquote class="quoteContainer"><div class="quote">df -i<br />
Filesystem            <b>Inodes</b>...</div><div class="quoteExpand">Click to expand...</div></blockquote>
	</aside>
</div><a href="https://forums.digitalpoint.com/threads/number-of-files-in-linux-filesystem.2730522/" target="_blank" class="internalLink">number of files in linux filesystem?</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>I need help to download files from a very  busy server.Can process server help to beat competition?</title>
      <pubDate>Sun, 24 Aug 2014 21:08:08 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/i-need-help-to-download-files-from-a-very-busy-server-can-process-server-help-to-beat-competition.2730805/</link>
      <guid>https://forums.digitalpoint.com/threads/i-need-help-to-download-files-from-a-very-busy-server-can-process-server-help-to-beat-competition.2730805/</guid>
      <author>wazed05</author>
      <dc:creator>wazed05</dc:creator>
      <content:encoded><![CDATA[I need help to download files from a very competitive  busy server.Can buying process server help to beat competition? I know from one hacker they can download easily by using servers. But I don&#039;t know how to use process servers to beat the competition. I can give the best solution give a healthy remuneration.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Stopping bots?</title>
      <pubDate>Fri, 22 Aug 2014 12:12:13 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/stopping-bots.2729963/</link>
      <guid>https://forums.digitalpoint.com/threads/stopping-bots.2729963/</guid>
      <author>William Dagmar</author>
      <dc:creator>William Dagmar</dc:creator>
      <content:encoded><![CDATA[Hey all,<br />
<br />
I have a website with a forum attached to it. The forum was for testing purposes only, but has been overrun with bots and is chewing up my monthly bandwidth and screwing with my traffic history. If I remove the forums from my site, will it stop bots from coming back after they realise there are no forums anymore? Is it that easy?<br />
<br />
Thanks,<br />
<br />
~Jebus]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Best website script for a website with over 100,000 pages that comes with a good search feature?</title>
      <pubDate>Wed, 20 Aug 2014 21:07:47 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/best-website-script-for-a-website-with-over-100-000-pages-that-comes-with-a-good-search-feature.2729132/</link>
      <guid>https://forums.digitalpoint.com/threads/best-website-script-for-a-website-with-over-100-000-pages-that-comes-with-a-good-search-feature.2729132/</guid>
      <author>Jenget</author>
      <dc:creator>Jenget</dc:creator>
      <content:encoded><![CDATA[Hello, what would be the best script for a website that has over 100,000 pages, that comes with a good search feature?<br />
<br />
For example if I had a website that had over 100,000 pages of game names, (video game names, board game names, internet flash game names, etc.) what script would allow users to easily search for the name of the game?<br />
<br />
My hosting service has Softaculous so if you could recommend anything from there that would be great.<br />
<br />
Would Wordpress work well with a site like this?]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Wordpress help :( Content not updating</title>
      <pubDate>Sun, 17 Aug 2014 02:39:48 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/wordpress-help-content-not-updating.2729709/</link>
      <guid>https://forums.digitalpoint.com/threads/wordpress-help-content-not-updating.2729709/</guid>
      <author>Mem700X</author>
      <dc:creator>Mem700X</dc:creator>
      <content:encoded><![CDATA[For some reason I noticed on my wordpress blog every time I make a change in the WP admin panel and I refresh my home page, no update is made. The ONLY time it updates for example.... If I upload a new logo in the theme options and click save, the site won&#039;t load the logo unless I go to settings- WP Super Cache and delete expired cache. I have to do that every time if I want something to show up after I made a change.<br />
<br />
Why is this? How do I fix this? Its only with this blog. None of my other WP...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/wordpress-help-content-not-updating.2729709/" target="_blank" class="internalLink">Wordpress help <span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie3" alt=":(" title="Frown    :(" /></span> Content not updating</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>change host name of my server and cpanel unlicensed</title>
      <pubDate>Fri, 15 Aug 2014 06:36:22 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/change-host-name-of-my-server-and-cpanel-unlicensed.2729124/</link>
      <guid>https://forums.digitalpoint.com/threads/change-host-name-of-my-server-and-cpanel-unlicensed.2729124/</guid>
      <author>diljani</author>
      <dc:creator>diljani</dc:creator>
      <content:encoded><![CDATA[I have an ovh server. Some days before I just login in my WHM and I change host name server1.domain.com to ip of my server xxx.xxx.xxx.xxx. after that change I have lost access of cpanel. When I login root  I got this error screen.<br />
<br />
<b>Thank You for installing cPanel &amp; WHM.</b><br />
<br />
<b>In order to access the interface, you will need to make sure that the software license on this server is active and installed.</b><br />
<br />
<b>Your license could not be activated because: </b><br />
<br />
Cannot Read License File...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/change-host-name-of-my-server-and-cpanel-unlicensed.2729124/" target="_blank" class="internalLink">change host name of my server and cpanel unlicensed</a>]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>Yum problem? Can't update anything?</title>
      <pubDate>Thu, 07 Aug 2014 21:05:27 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/yum-problem-cant-update-anything.2728719/</link>
      <guid>https://forums.digitalpoint.com/threads/yum-problem-cant-update-anything.2728719/</guid>
      <author>obay</author>
      <dc:creator>obay</dc:creator>
      <content:encoded><![CDATA[Hi!<br />
<br />
On one of my node I am having a problem with Yum, it&#039;s not updating at all - and I can&#039;t figure out why? I&#039;ve disabled iptables and yet still doing want to do anything?<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code (Text):</div>
	<div class="code"><ol class="text" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">[root@spanky ~]# yum update</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Loaded plugins: fastestmirror, security</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Determining fastest mirrors</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">YumRepo Error: All mirror URLs are not using ftp, http[s] or file.</div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Eg. $releasever is not a valid release or hasnt been released yet/</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">removing mirrorlist with no valid mirrors:...</div></li>
</ol></div>
</div><a href="https://forums.digitalpoint.com/threads/yum-problem-cant-update-anything.2728719/" target="_blank" class="internalLink">Yum problem? Can&#039;t update anything?</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>What script do you recommend for a niche ebay-like site?</title>
      <pubDate>Wed, 06 Aug 2014 10:01:48 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-script-do-you-recommend-for-a-niche-ebay-like-site.2727869/</link>
      <guid>https://forums.digitalpoint.com/threads/what-script-do-you-recommend-for-a-niche-ebay-like-site.2727869/</guid>
      <author>fuser00</author>
      <dc:creator>fuser00</dc:creator>
      <content:encoded><![CDATA[Hi, I want to make a site for people to sell their used clothes. Any user can post their auction with text and product pics in the correct category. I dont want them to register to publish.<br />
<br />
Hope to find the correct script. Thanks,<br />
<br />
fuser]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>US or danish host for danish site</title>
      <pubDate>Tue, 05 Aug 2014 15:27:46 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/us-or-danish-host-for-danish-site.2728632/</link>
      <guid>https://forums.digitalpoint.com/threads/us-or-danish-host-for-danish-site.2728632/</guid>
      <author>Christian Lüdemann</author>
      <dc:creator>Christian Lüdemann</dc:creator>
      <content:encoded><![CDATA[Hi, i currently use godaddy (us) for hosting. Will my site be faster in Denmark, if I got a danish host?]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>looking for a gallery script</title>
      <pubDate>Tue, 05 Aug 2014 10:18:05 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/looking-for-a-gallery-script.2728930/</link>
      <guid>https://forums.digitalpoint.com/threads/looking-for-a-gallery-script.2728930/</guid>
      <author>izlik</author>
      <dc:creator>izlik</dc:creator>
      <content:encoded><![CDATA[Hello<br />
<br />
Im looking for a gallery script with a special function. I just want to be able to upload wallpapers to the script trough FTP and then when i access the gallaery it generates image thumbs on the fly(with watermarks) so that i DONT need to login anywhere and press any &quot;publish&quot; button etc.<br />
<br />
Do anyone know something like this ?]]></content:encoded>
    </item>
    <item>
      <title>Server Cloud Concept</title>
      <pubDate>Tue, 05 Aug 2014 06:20:41 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/server-cloud-concept.2728907/</link>
      <guid>https://forums.digitalpoint.com/threads/server-cloud-concept.2728907/</guid>
      <author>RomanEpo</author>
      <dc:creator>RomanEpo</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
I want to develop cloud server like as windows live or gmail.How can i develop and i want some of open source tools for develop this type to design concept.<br />
Please suggestion me ,how to do it ?]]></content:encoded>
    </item>
    <item>
      <title>Fatal error: Allowed memory size of 67108864 bytes exhausted Error</title>
      <pubDate>Mon, 04 Aug 2014 15:56:43 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/fatal-error-allowed-memory-size-of-67108864-bytes-exhausted-error.2728701/</link>
      <guid>https://forums.digitalpoint.com/threads/fatal-error-allowed-memory-size-of-67108864-bytes-exhausted-error.2728701/</guid>
      <author>yiberkit</author>
      <dc:creator>yiberkit</dc:creator>
      <content:encoded><![CDATA[<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code (Text):</div>
	<div class="code"><ol class="text" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">`Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 130968 bytes) in /home/*****/*****/wp-includes/plugin.php on line 607`</div></li>
</ol></div>
</div>Ive looked up all of the similar topics about this but problem of mine is different than those:<br />
<br />
When I tried to enter my site without &quot;www&quot;:<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code (Text):</div>
	<div class="code"><ol class="text" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">chemicalsubjects.com</div></li>
</ol></div>
</div>it gives me :<br />
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 130968 bytes) in /home/*****/*****/wp-includes/plugin.php on...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/fatal-error-allowed-memory-size-of-67108864-bytes-exhausted-error.2728701/" target="_blank" class="internalLink">Fatal error: Allowed memory size of 67108864 bytes exhausted Error</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>How to proove from logs that server is sending spam?</title>
      <pubDate>Mon, 04 Aug 2014 15:50:48 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-proove-from-logs-that-server-is-sending-spam.2727394/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-proove-from-logs-that-server-is-sending-spam.2727394/</guid>
      <author>postcd</author>
      <dc:creator>postcd</dc:creator>
      <content:encoded><![CDATA[Hello, an server IP is blacklisted at various spam blacklists.<br />
I have root access to the server, how can i proove the messages are unsolicited / spam?<br />
<br />
no blacklist giving me details on which message was marked as spam on their side? anyone knows blacklist service which shows this or how to proove sent emails is spam? I see log files in /var/log<br />
<br />
Thank you]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Bit Stream Sequence Computer Networking</title>
      <pubDate>Mon, 04 Aug 2014 01:50:50 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/bit-stream-sequence-computer-networking.2728772/</link>
      <guid>https://forums.digitalpoint.com/threads/bit-stream-sequence-computer-networking.2728772/</guid>
      <author>paul_whiting09</author>
      <dc:creator>paul_whiting09</dc:creator>
      <content:encoded><![CDATA[Hello I am having a lot of trouble understanding the whole Bit Stream Sequence in computer networking and was wondering if anyone could give me some help with this. I have a Bit Stream Sequence of 1111 and a pattern 100000111 and I need to find out,<br />
<br />
Obtain CRC check bits using base 2 and shifted poly method.<br />
Also, obtain CRC on the receiver side (both base 2 and shifted poly).<br />
<br />
Any help solving this or push in the right direction would be fantastic. Cheers.]]></content:encoded>
    </item>
    <item>
      <title>Outlook clients not able to connect to new Exchange server.</title>
      <pubDate>Tue, 29 Jul 2014 05:44:44 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/outlook-clients-not-able-to-connect-to-new-exchange-server.2725904/</link>
      <guid>https://forums.digitalpoint.com/threads/outlook-clients-not-able-to-connect-to-new-exchange-server.2725904/</guid>
      <author>too803</author>
      <dc:creator>too803</dc:creator>
      <content:encoded><![CDATA[We have several clients who use Outlook to connect to our Exchange server and after a recent move to a new machine, they are unable to use Outlook to connect to Exchange. Everyone else is able to use their mobile devices and various other clients but they cannot get Outlook to connect. Any ideas?]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>How to symlink directory to other server IP</title>
      <pubDate>Sat, 26 Jul 2014 18:42:52 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-symlink-directory-to-other-server-ip.2728012/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-symlink-directory-to-other-server-ip.2728012/</guid>
      <author>postcd</author>
      <dc:creator>postcd</dc:creator>
      <content:encoded><![CDATA[<span style="font-family: 'Georgia'">Hello,<br />
<br />
my website /videos directory is around 100GB large, and i cant store that much data on my VPS, but i have another dedicated server with alot of space. Please how i can somehow symlink directory with big files (.swf) to another server where i have alot of disk space? Thank you</span>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
  </channel>
</rss>
