<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>webwizard-lk.com</title>
	<atom:link href="http://webwizard-lk.com/blog2/feed/" rel="self" type="application/rss+xml" />
	<link>http://webwizard-lk.com/blog2</link>
	<description>Web Wizard Sri Lanka blog</description>
	<lastBuildDate>Fri, 23 Dec 2011 05:01:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Can&#8217;t Upload Images after updating to 3.3</title>
		<link>http://webwizard-lk.com/blog2/cant-upload-images-after-updating-to-3-3/</link>
		<comments>http://webwizard-lk.com/blog2/cant-upload-images-after-updating-to-3-3/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 05:01:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://webwizard-lk.com/blog2/?p=332</guid>
		<description><![CDATA[Make sure you&#8217;ve read the entire Master List post and the New Features in 3.3 Post. Go to your own install&#8217;s about page - http://domain.com/wp-admin/about.php - to see what&#8217;s new. And then make sure you&#8217;ve tried&#8230; - flushing any caching plugins you might be running, as well as server and/or browser caches. - deactivating all plugins (yes, all) to see if this [...]]]></description>
			<content:encoded><![CDATA[<p>Make sure you&#8217;ve read the entire <a href="http://wordpress.org/support/topic/troubleshooting-wordpress-33-master-list">Master List post</a> and the <a href="http://wordpress.org/news/2011/12/sonny/">New Features in 3.3 Post</a>.</p>
<p>Go to your own install&#8217;s about page - <a href="http://domain.com/wp-admin/about.php" rel="nofollow">http://domain.com/wp-admin/about.php</a> - to see what&#8217;s new.</p>
<p>And then make sure you&#8217;ve tried&#8230;</p>
<p>- flushing any caching plugins you might be running, as well as server and/or browser caches.</p>
<p>- <strong>deactivating all plugins</strong> (yes, all) to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). If you can&#8217;t get into your admin dashboard, try <a href="http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F">resetting the plugins folder</a> by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the <a href="http://codex.wordpress.org/Create_A_Network#WordPress_Plugins">mu-plugins</a> folder. The easiest way is to rename that folder to <code>mu-plugins-old</code></p>
<p>- switching to the Twenty Eleven theme to rule out any theme-specific problems. If you can&#8217;t log in to change themes, you can remove the theme folders via FTP so the only one is <code>twentyeleven</code>. That will force your site to use it.</p>
<p>- manually upgrading. When all else fails, download a fresh copy of the latest.zip file of 3.3 (top right on this page) to your computer, and use that to copy up. You may need to delete the wp-admin and wp-includes folders on your server. Read the <a href="http://codex.wordpress.org/Updating_WordPress#Manual_Update">Manual Update</a>directions first!</p>
]]></content:encoded>
			<wfw:commentRss>http://webwizard-lk.com/blog2/cant-upload-images-after-updating-to-3-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How does Hacking take place on Cpanel server?</title>
		<link>http://webwizard-lk.com/blog2/how-does-hacking-take-place-on-cpanel-server/</link>
		<comments>http://webwizard-lk.com/blog2/how-does-hacking-take-place-on-cpanel-server/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 04:17:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Buzz]]></category>

		<guid isPermaLink="false">http://webwizard-lk.com/blog2/?p=327</guid>
		<description><![CDATA[I am writing this post to explain how accounts on server get hacked. Many times it happens that cpanel accounts on server are hacked. Most common hacks are like index page is replaced with some other code thus defacing your website. Some times this types of hacks happen on all accounts including backup on server. [...]]]></description>
			<content:encoded><![CDATA[<p>I am writing this post to explain how accounts on server get hacked. Many times it happens that cpanel accounts on server are hacked. Most common hacks are like index page is replaced with some other code thus defacing your website. Some times this types of hacks happen on all accounts including backup on server. Many times it is also an Iframe Hack where hacker puts an extra code to your website and whoever accesses that website, a virus enters their computer thus infecting it. We are not going deep in to the types of hacking but what I am going to explain here is how can we stop this from happening or at least prevent or avoid from happening.</p>
<p>Now one would ask “How does this hacking takes place?” Such defacing hacking takes place and we get victim of it because we are careless or we don’t have basic knowledge of keeping our site secure. It is us who give a way for any hacking to take place. Any hacking which is taking place by browser happens due to weak permissions. Many common php applications we use like a picture gallery, forum etc are start point of hacking if and only if they are insecure or are of older versions or some files or directories of that applications are having weak permissions like 777 or 755. For example I have a application which has option of uploading a file. Now if that uploaded file is going in directory for example “images” and “images” is having 777 permissions. Now if I upload any defacing script using that options to images directory say “deface.php” then I can easily access that script using link:</p>
<p><a href="http://domain.com/images/deface.php" rel="nofollow" target="_blank">http://domain.com/images/deface.php</a></p>
<p>as the images directory is having 777 permissions I can easily execute that script and can deface that account or website. If the permissions on other directories of server are really weak then I can deface the files in other locations of server also. After uploading the script I find more accounts on server who are having weak permissions then I can run my script from its current location and can hack other accounts too. So in this way your account, some other accounts or even whole server is hacked due to weak permissions. To clear this point I have attached a small php script with this post. Just upload it to your account and access it from browser you will see that you can browse other files on server whose permissions are weak.</p>
<p>&nbsp;</p>
<p>Download test file: <a href="http://forums.cpanel.net/attachments/f185/2725d1258743980-how-does-hacking-take-place-cpanel-server-webadmin.zip">webadmin.zip‎</a></p>
<p>Author: <strong>W H Robert</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://webwizard-lk.com/blog2/how-does-hacking-take-place-on-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Consumer Advice: How to Avoid Phishing Scams</title>
		<link>http://webwizard-lk.com/blog2/consumer-advice-how-to-avoid-phishing-scams/</link>
		<comments>http://webwizard-lk.com/blog2/consumer-advice-how-to-avoid-phishing-scams/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 04:14:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Buzz]]></category>

		<guid isPermaLink="false">http://webwizard-lk.com/blog2/?p=324</guid>
		<description><![CDATA[The number and sophistication of phishing scams sent out to consumers is continuing to increase dramatically. While online banking and e-commerce is very safe, as a general rule you should be careful about giving out your personal financial information over the Internet. The Anti-Phishing Working Group has compiled a list of recommendations below that you [...]]]></description>
			<content:encoded><![CDATA[<p>The number and sophistication of phishing scams sent out to consumers is continuing to increase dramatically. While online banking and e-commerce is very safe, as a general rule you should be careful about giving out your personal financial information over the Internet. The Anti-Phishing Working Group has compiled a list of recommendations below that you can use to avoid becoming a victim of these scams.</p>
<ul>
<li>Be suspicious of any email with urgent requests for personal financial information
<ul>
<li>unless the email is <a href="http://www.antiphishing.org/smim-dig-sig.html">digitally signed</a>, you can&#8217;t be sure it wasn&#8217;t forged or &#8216;spoofed&#8217;</li>
<li>phishers typically include upsetting or exciting (but false) statements in their emails to get people to react immediately</li>
<li>they typically ask for information such as usernames, passwords, credit card numbers, social security numbers, date of birth, etc.</li>
<li>phisher emails are typically NOT personalized, but they can be. Valid messages from your bank or e-commerce company generally are personalized, but always call to check if you are unsure</li>
</ul>
</li>
<li>Don&#8217;t use the links in an email, instant message, or chat to get to any web page if you suspect the message might not be authentic or you don&#8217;t know the sender or user&#8217;s handle
<ul>
<li>instead, call the company on the telephone, or log onto the website directly by typing in the Web adress in your browser</li>
</ul>
</li>
<li>Avoid filling out forms in email messages that ask for personal financial information
<ul>
<li>you should only communicate information such as credit card numbers or account information via a secure website or the telephone</li>
</ul>
</li>
<li>Always ensure that you&#8217;re using a secure website when submitting credit card or other sensitive information via your Web browser
<ul>
<li>Phishers are now able to &#8216;spoof,&#8217; or forge BOTH the &#8220;https://&#8221; that you normally see when you&#8217;re on a secure Web server AND a legitimate-looking address. You may even see both in the link of a scam email. Again, make it a habit to enter the address of any banking, shopping, auction, or financial transaction website yourself and not depend on displayed links.</li>
<li>Phishers may also forge the yellow lock you would normally see near the bottom of your screen on a secure site. The lock has usually been considered as another indicator that you are on a &#8216;safe&#8217; site. The lock, when double-clicked, displays the security certificate for the site. If you get any warnings displayed that the address of the site you have displayed does NOT match the certificate, do not continue.</li>
</ul>
</li>
<li>Remember not all scam sites will try to show the &#8220;https://&#8221; and/or the security lock. Get in the habit of looking at the address line, too. Were you directed to PayPal? Does the address line display something different like &#8220;http://www.gotyouscammed.com/paypal/login.htm?&#8221; Be aware of where you are going.</li>
<li>Consider installing a Web browser tool bar to help protect you from known fraudulent websites. These toolbars match where you are going with lists of known phisher Web sites and will alert you.
<ul>
<li>The newer version of Internet Explorer version 7 includes this tool bar as does FireFox version 2</li>
<li>EarthLink ScamBlocker is part of a browser toolbar that is free to all Internet users &#8211; download at<a href="http://www.earthlink.net/earthlinktoolbar" target="_blank">http://www.earthlink.net/earthlinktoolbar</a></li>
</ul>
</li>
<li>Regularly log into your online accounts
<ul>
<li>don&#8217;t leave it for as long as a month before you check each account</li>
</ul>
</li>
<li>Regularly check your bank, credit and debit card satements to ensure that all transactions are legitimate
<ul>
<li>if anything is suspicious or you don&#8217;t recognize the transaction, contact your bank and all card issuers</li>
</ul>
</li>
<li>Ensure that your browser is up to date and security patches applied</li>
<li>Always report &#8220;phishing&#8221; or “spoofed” e-mails to the following groups:
<ul>
<li>use the form on <a href="http://www.antiphishing.org/report_phishing.html">this page</a> or forward the email to <a href="mailto:reportphishing@antiphishing.org">reportphishing@antiphishing.org</a></li>
<li>forward the email to the Federal Trade Commission at <a href="mailto:spam@uce.gov">spam@uce.gov</a></li>
<li>forward the email to the &#8220;abuse&#8221; email address at the company that is being spoofed (e.g. &#8220;spoof@ebay.com&#8221;)</li>
<li>when forwarding spoofed messages, always include the entire original email with its original header information intact</li>
<li>notify The Internet Crime Complaint Center of the FBI by filing a complaint on their website: <a href="http://www.ic3.gov/" target="_blank">www.ic3.gov/</a></li>
</ul>
</li>
</ul>
<p>For more information, check some of the following sources:</p>
<p>For more information about how to protect yourself, see our Fact Sheet 17a Identity Theft: What to do if It Happens to You at<a href="http://www.privacyrights.org/fs/fs17a.htm" target="_blank">http://www.privacyrights.org/fs/fs17a.htm</a>. Read the information and tips put out by the Federal Trade Commission about phishing at<a href="http://www.ftc.gov/bcp/edu/pubs/consumer/alerts/alt127.shtm" target="_blank">http://www.ftc.gov/bcp/edu/pubs/consumer/alerts/alt127.shtm</a>. Read the Department of Justice&#8217;s recent whitepaper &#8220;Special Report on Phishing&#8221; at <a href="http://www.apwg.org/reports/DOJ_Special_Report_On_Phishing_Mar04.pdf" target="_blank">http://www.apwg.org/reports/DOJ_Special_Report_On_Phishing_Mar04.pdf</a></p>
<p><em>Information :<a href="http://www.antiphishing.org/consumer_recs.html">http://www.antiphishing.org/consumer_recs.html</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://webwizard-lk.com/blog2/consumer-advice-how-to-avoid-phishing-scams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online payments accepted :Credit or Debit cards</title>
		<link>http://webwizard-lk.com/blog2/online-payments-accepted-credit-or-debit-cards/</link>
		<comments>http://webwizard-lk.com/blog2/online-payments-accepted-credit-or-debit-cards/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 15:51:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Wizard news]]></category>
		<category><![CDATA[credit card]]></category>
		<category><![CDATA[debit card]]></category>
		<category><![CDATA[dicsover network]]></category>
		<category><![CDATA[mastercard]]></category>
		<category><![CDATA[online payments]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[telephone payments]]></category>
		<category><![CDATA[visa]]></category>

		<guid isPermaLink="false">http://webwizard-lk.com/blog2/?p=317</guid>
		<description><![CDATA[We now accept credit  and debit cards, in the flowing format &#160; How you pay online? 1: Log into the client panel found on http://webwizard-lk.com/client/ 2: Go to &#8220;Client Area&#8221; 3 : Login with your username and password. 4: On your bottom of your home page you&#8217;ll find the pending invoices. 5: Select  them and click &#8220;pay selected&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p>We now accept credit  and debit cards, in the flowing format</p>
<p><a href="http://webwizard-lk.com/blog2/wp-content/uploads/2011/10/Credit_Card_Logo.jpeg"><img class="aligncenter size-large wp-image-318" title="Credit_Card_Logo" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/10/Credit_Card_Logo-1024x213.jpg" alt="" width="450" height="93" /></a><strong></strong></p>
<p>&nbsp;</p>
<p><strong>How you pay online?</strong></p>
<p>1: Log into the client panel found on <a href="http://webwizard-lk.com/client/">http://webwizard-lk.com/client/</a></p>
<p>2: Go to &#8220;Client Area&#8221;</p>
<p>3 : Login with your username and password.</p>
<p>4: On your bottom of your home page you&#8217;ll find the pending invoices.</p>
<p>5: Select  them and click &#8220;pay selected&#8221;.</p>
<p>6: you would be redirected to an invoice page. On the top of the  invoice page select the option &#8220;Pay pal&#8221;</p>
<p>7:  Then click  &#8221;Pay now&#8221;</p>
<p><a href="http://webwizard-lk.com/blog2/wp-content/uploads/2011/10/invoice.png"><img class="aligncenter size-full wp-image-319" title="invoice" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/10/invoice.png" alt="" width="628" height="561" /></a></p>
<p>&nbsp;</p>
<p><strong>How you pay over the phone.</strong></p>
<p><strong></strong>1: Call 071 6562227 or 0094716562227 if you&#8217;re calling outside Sri Lanka having your credit / debit card close by.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://webwizard-lk.com/blog2/online-payments-accepted-credit-or-debit-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimization (SEO)</title>
		<link>http://webwizard-lk.com/blog2/engine-optimization-seo/</link>
		<comments>http://webwizard-lk.com/blog2/engine-optimization-seo/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 15:02:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[FTP manager]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://webwizard-lk.com/blog2/?p=305</guid>
		<description><![CDATA[Let our search engine optimization (SEO) experts turn your website into an active lead source for your business. Our approach to search engine optimization is purely organic. SEO is a process that requires extensive research and proper execution, which is why your strategy for search engine optimization is key. We can help. Our approach to [...]]]></description>
			<content:encoded><![CDATA[<p>Let our <a href="http://webwizard-lk.com/servseo.php">search engine optimization</a> (SEO) experts turn your website into an active lead source for your business. Our approach to search engine optimization is purely organic. SEO is a process that requires extensive research and proper execution, which is why your strategy for search engine optimization is key. We can help.</p>
<p>Our approach to SEO is unique compared to our competitors; we believe that proper SEO is achieved by producing a machine-readable site without sacrificing design and usability. Many SEO companies will target search engines and ignore the human aspect. We maintain usability and design while making it easy for search engines to evaluate your website. This ensures that your site will not only rank well, but maintain its ability to communicate your message to the human visitor.</p>
<p>Finding the right keywords for your site is crucial for developing natural traffic. Every site is different and therefore should be targeting a different keyword audience. Our in-house professionals use advanced tools and research to find the highest traffic phrases that accurately align with your website.</p>
<p>Once we identify keywords and phrases that accurately represent your business and command high search indexes, the next stop is optimizing for these keywords. During keyword placement, the chosen keywords are injected into your content. Don’t worry – this process is painless and never sacrifices usability for human audiences. Our focus is on the following areas of a site:</p>
<ul>
<li>Page Title</li>
<li>Meta-Description</li>
<li>URL Path</li>
<li>Page Headers</li>
<li>Paragraph Content</li>
</ul>
<p>Often sites are produced without <a href="http://webwizard-lk.com/servseo.php">SEO</a> in mind. This isn’t always a bad thing as most SEO strategies can be executed in a post-production phase. Our technical optimization includes but is not limited to:</p>
<ul>
<li>Creating sitemaps for search engines</li>
<li>Adjusting headers to include keyword content</li>
<li>Tagging images to describe them to non-human visitors</li>
<li>Improving linking within the website</li>
<li>Identifying pages that we want to exclude from search results</li>
</ul>
<p>Links from other websites are an important aspect of getting your site to rank well. Our professionals understand the difference between positive and negative links, and will only develop proper back links to your <a href="http://webwizard-lk.com/servseo.php">website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webwizard-lk.com/blog2/engine-optimization-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create, upload or delete a database (Plesk)</title>
		<link>http://webwizard-lk.com/blog2/how-to-create-upload-or-delete-a-database-plesk/</link>
		<comments>http://webwizard-lk.com/blog2/how-to-create-upload-or-delete-a-database-plesk/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 04:23:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[databse]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://webwizard-lk.com/blog2/?p=282</guid>
		<description><![CDATA[Synopsis This guide will show you how to create upload or delete a database in the Parallels Plesk Panel. Applicable to All Shared Web Web hosting accounts Prerequisite a SherWeb Web hosting account How to 1. Log into your Parallels Plesk Panel. 2. Click on the Databases icon in the Applications &#38; Services section. 3. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Synopsis</strong><br />
This guide will show you how to create upload or delete a database in the Parallels Plesk Panel.</p>
<p><strong>Applicable to</strong><br />
All Shared Web Web hosting accounts</p>
<p><strong>Prerequisite</strong><br />
a SherWeb Web hosting account</p>
<p><strong>How to</strong><br />
1. Log into your Parallels Plesk Panel.<br />
2. Click on the Databases icon in the Applications &amp; Services section.</p>
<p style="text-align: center;"><img class="size-large wp-image-283 aligncenter" title="1738" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/1738-1024x545.jpg" alt="" width="590" height="341" /></p>
<p>3. Click on the Add New Database icon</p>
<p><a href="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/17392.jpg"><img class="aligncenter size-full wp-image-290" title="1739" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/17392.jpg" alt="" width="590" height="341" /></a></p>
<p style="text-align: left;">4. Enter a name for your database</p>
<p style="text-align: left;"><a href="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/17401.jpg"><img class="aligncenter size-full wp-image-291" title="1740" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/17401.jpg" alt="" width="590" height="341" /></a><br />
5.  Select the database type that your are going to use then click on OK.</p>
<p style="text-align: left;"><a href="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/1741.jpg"><img class="aligncenter size-full wp-image-292" title="1741" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/1741.jpg" alt="" width="590" height="341" /></a><br />
6. Next, setup your database administrator credentials. Click on the Add New Database User icon.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-293" title="1742" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/1742.jpg" alt="" width="590" height="341" /><br />
7. Enter a name and password for the database administrator, then click on OK.</p>
<p style="text-align: left;"><a href="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/1746.jpg"><img class="aligncenter size-full wp-image-294" title="1743" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/1743.jpg" alt="" width="590" height="341" /><br />
</a></p>
<p><strong>To upload a database</strong></p>
<p>1. Follow steps 1 to 7 above.<br />
2. Click on the Webadmin icon.</p>
<p><a href="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/1746.jpg"><img title="1746" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/1746.jpg" alt="" width="590" height="341" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div>
<p>An interface to phpMyAdmin, phpPgAdmin, or ASPEnterpriseManager database management tool will open in a separate browser window.</p>
<p><strong>If you have a MySQL database:</strong><br />
1. Click Query window in the left frame, click the Import files tab,<br />
2. Select the text file that contains the data and click Go.<br />
3. Click the Insert data from a text file link.</p>
<p><strong>If you have a MS SQL database:</strong><br />
1. Click the name of your database in the left frame<br />
2. Click Query (the magnifying glass button)<br />
3. Copy the text of your script into the text area and click Run Query.</p>
<p><strong>To delete a database</strong></p>
<p>1. Go through steps 1 and 2 listed above.<br />
2. Check the box corresponding to the database that you want to delete then, click on Remove.</p>
<p><img class="aligncenter size-full wp-image-297" title="1744" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/17441.jpg" alt="" width="590" height="341" /><br />
3. Check the Confirm Removal box, then click on OK.</p>
<p><img class="aligncenter size-full wp-image-298" title="1745" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/09/1745.jpg" alt="" width="590" height="341" /></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://webwizard-lk.com/blog2/how-to-create-upload-or-delete-a-database-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How easy is it to transfer a website?</title>
		<link>http://webwizard-lk.com/blog2/274/</link>
		<comments>http://webwizard-lk.com/blog2/274/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 02:32:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web information]]></category>
		<category><![CDATA[FTP manager]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[transfer a web site]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://webwizard-lk.com/blog2/?p=274</guid>
		<description><![CDATA[For many see moving their website to a new web host is a daunting and unnecessary task, but a high percentage of orders Web Wizard receives are transfers of existing domains. This means there must be a reason for people choose to take on this challenge and maybe it’s because it’s not actually that hard [...]]]></description>
			<content:encoded><![CDATA[<p>For many see moving their website to a new web host is a daunting and unnecessary task, but a high percentage of orders Web Wizard receives are transfers of existing domains. This means there must be a reason for people choose to take on this challenge and maybe it’s because it’s not actually that hard to do!</p>
<p>If you are unhappy with your current host, maybe you are experiencing high downtime, are limited on your disk space or are simply paying too much per month, you need to decide on a new host, then the real fun of moving your content begins.</p>
<p>Firstly you need to make a backup of your MySQL Databases and save them somewhere safe on your computer. Login to your new control panel where you can then restore your files. If you are transferring to Web Wizard your control panel will be cPanel and you can restore your databases by using the Backup feature in the Site Management menu.</p>
<p>Next comes the moving of your files which can be done with the help of a third party software such as FileZilla which allows you to download a complete backup of your files. To then access these files you must create an FTP account in your new account which you can do in the FTP Manager Menu in cPanel. This will give you complete access to your files allowing you to upload them to your new server.</p>
<p>When you sign up with your new host they should provide you with an IP address which acts as an alternative to your domain name. Through this IP you can check that your website is showing correctly before you make the transfer complete by asking your registrar to change your nameservers. You should allow 24 hours for the nameservers to propagate. All that is then left is to cancel your old hosting, doesn’t sound too bad does it? If you are considering moving to Web Wizard don’t forget to take full advantage of our <a href="http://webwizard-lk.com/wlinuxhosting.php">web hosting</a> and dedicated support team available 24/7 at support[at]webwizard-lk.com.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://webwizard-lk.com/blog2/274/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to clear the &#8220;Briefly unavailable for scheduled maintenance&#8221; message after doing automatic upgrade?</title>
		<link>http://webwizard-lk.com/blog2/how-to-clear-the-briefly-unavailable-for-scheduled-maintenance-message-after-doing-automatic-upgrade/</link>
		<comments>http://webwizard-lk.com/blog2/how-to-clear-the-briefly-unavailable-for-scheduled-maintenance-message-after-doing-automatic-upgrade/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 05:33:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://webwizard-lk.com/blog2/?p=270</guid>
		<description><![CDATA[As part of the automatic upgrade WordPress places a file named .maintenance in the blog base folder (folder that contains the wp-admin folder). If that file exists, then vistors will see the message Briefly unavailable for scheduled maintenance. Check back in a minute. To stop that message from being displayed to vistors, just delete the [...]]]></description>
			<content:encoded><![CDATA[<p>As part of the automatic upgrade WordPress places a file named .maintenance in the blog base folder</p>
<p>(folder that contains the wp-admin folder). If that file exists, then vistors will see the message Briefly</p>
<p>unavailable for scheduled maintenance. Check back in a minute. To stop that message from being displayed to vistors,<br />
just delete the .maintenance file. The automatic</p>
<p>upgrade should be executed again, just in case it failed.</p>
]]></content:encoded>
			<wfw:commentRss>http://webwizard-lk.com/blog2/how-to-clear-the-briefly-unavailable-for-scheduled-maintenance-message-after-doing-automatic-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do I need a hosting company or a web hosting?</title>
		<link>http://webwizard-lk.com/blog2/why-do-i-need-a-hosting-company-or-a-web-hosting/</link>
		<comments>http://webwizard-lk.com/blog2/why-do-i-need-a-hosting-company-or-a-web-hosting/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 19:12:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Buzz]]></category>

		<guid isPermaLink="false">http://webwizard-lk.com/blog2/?p=261</guid>
		<description><![CDATA[It sounds like a very simple question, but for the less technical minded  it’s actually a valid one. Web hosting has been in existence pretty much since the explosion of the internet and has rapidly grown as an industry in its own right in recent years. In essence web hosting is the renting of space [...]]]></description>
			<content:encoded><![CDATA[<p>It sounds like a very simple question, but for the less technical minded  it’s actually a valid one.</p>
<p>Web hosting has been in existence pretty much since the explosion of the internet and has rapidly grown as an industry in its own right in recent years. In essence web hosting is the renting of space on a web server for your website to be stored on.</p>
<p>So why can’t you do this yourself with your own server? Why do we have to pay a middleman to host our own sites?</p>
<p>A web server basically does its job by being connected to the internet all the time. For security reasons, this means the web servers will usually be stored in secure surroundings and in a climate controlled environment to receive the best possible performance. When you sign up with a web hosting  provider, as well as paying for the web space, you will also be paying for specialist software and their technical expertise, which comes at an unrealistic cost for most website owners.</p>
<p>This all points to the simple answer that it’s much easier to let your host provider bother with all the above particulars than having to worry about it yourself. The cost of a yearly subscription to a web host provider is at an all time low and whether you are an individual or a business the benefits clearly outweigh the cost.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://webwizard-lk.com/blog2/why-do-i-need-a-hosting-company-or-a-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress for Android</title>
		<link>http://webwizard-lk.com/blog2/wordpress-for-android/</link>
		<comments>http://webwizard-lk.com/blog2/wordpress-for-android/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 17:06:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[andriod]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Sri Lanka]]></category>

		<guid isPermaLink="false">http://webwizard-lk.com/blog2/?p=232</guid>
		<description><![CDATA[WordPress for Android available from &#8211; http://android.wordpress.org has made life easy for Bloggers and for Monsters of WebWizard,  (This Blog post is tapped from our HTC, with this application). We have been testing this from our HTC Wildfire bought a few months ago ( Thanks to HTC retail store in Sri Lanka - LankaCell Technologies [...]]]></description>
			<content:encoded><![CDATA[<p><strong>WordPress for Android available from &#8211; </strong><a href="http://android.wordpress.org/">http://android.wordpress.org</a> has made life easy for Bloggers and for Monsters of WebWizard,  (This Blog post is tapped from our HTC, with this application).</p>
<p>We have been testing this from our HTC Wildfire bought a few months ago ( Thanks to HTC retail store in Sri Lanka <em>- LankaCell Technologies (PVT) LTD. Address:7A, Charles Circle, Colombo 03  Hotline:0777 778779</em> )</p>
<p><img class="alignleft size-thumbnail wp-image-248" style="margin-left: 6px; margin-right: 6px;" title="visualeditor" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/01/visualeditor-150x150.png" alt="" width="150" height="150" />WordPress on Android device has a wide range of features such as posts, upload photos, and view comments. When editing or creating a new post WordPress for Android allows to format text, set categories, add tags, and even save post as a draft.</p>
<p>For bloggers who run multiple accounts of WordPress, this application allows you to add and manage multiple accounts. Adding a new blog is very easy. You can add your selfhosted blog or a WordPress.com blog. It’s installed via an XML-RPC interface. Make sure you enable or activate XML-RPC under Settings &gt; Writing &gt; Remote Publishing.</p>
<p><img class="alignright size-thumbnail wp-image-246" title="design" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/01/design-150x150.jpg" alt="" width="150" height="150" /></p>
<p>When you first log in you are presented with a list of recent entries. Press on any entry will bring up the post options(preview, edit, view, comments) Up top there is a button for adding new entries and for refreshing the list.</p>
<p>Download the application from the Android marketplace and start Blogging as soon as an idea hits your head! no more waiting for a PC (Does this mean the time is close to bid good bye to computers? )</p>
<p>For more information visit &#8211; <a href="http://android.wordpress.org/">http://android.wordpress.org</a></p>
<p>Download -</p>
<p><img class="alignleft size-full wp-image-244" title="wordpress_qrcode (1)" src="http://webwizard-lk.com/blog2/wp-content/uploads/2011/01/wordpress_qrcode-1.png" alt="" width="135" height="135" /></p>
]]></content:encoded>
			<wfw:commentRss>http://webwizard-lk.com/blog2/wordpress-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

