Category Archives: Internet Security

Java Code for working with Database

Share Your Love

Here is a simple example to select a row from a database and to display that information. /*== database constants ==*/ string dbhost = “localhost”; string dbname = “directory”; string dbuser = “webuser”; string dbpass = “–password–”; string dbdriver = … Continue reading

Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting | Tagged | Leave a comment

How to access cookies set at the client side

Share Your Love

Class javax.servlet.http.cookies can be used to access cookies on the client side. The following code demonstrates this technique. It checks the existence of cookie MyCookie. boolean dcookiefound = false; Cookie[] cookies = request.getCookies(); for(int nIndex=0;nIndex < cookies.length;nIndex++) { if(cookies[nIndex].getName().equals(“MyCookie”)) { … Continue reading

Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting | Tagged | Leave a comment

FZip- A Rocking Actionscript 3 Class Library

Share Your Love

FZip is an Actionscript 3 class library to progressively load standard ZIP compressed files into a Flash movie and extract,decompress contained files on-the-fly, while the archive is still loading. Fzip is really useful when you want to load many files … Continue reading

Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting | Tagged | Leave a comment

How to read client side cookies from a servlet

Share Your Love

It is easy to read the cookies from a servlet. Cookies[] getCookies() returns an array of Cookie objects. // Check for cookies Cookie[] cookies = request.getCookies(); // Check to see if any cookies exists if (cookies != null) { for … Continue reading

Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting | Tagged | Leave a comment

Transferring MySQL database to new server.

Share Your Love

Transferring MySQL database to new server. While transferring from one host to another you need to take many precautions, one of them is of your database (MySQL). You should backup all your database files before it is transferred. You can … Continue reading

Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting | Tagged | Leave a comment

Migrating to new host

Share Your Love

For some reasons, you decided to move your site at new host. Before moving to new host , plan your migration properly otherwise you may end up in a mess. When you migrate to new host you get new DNS, … Continue reading

Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting | Tagged | Leave a comment

How to protect a directory under Apache

Share Your Love

This can be done with .htaccess, visitors must input username and password before they can access the protected directory. Step 1. Create the file “.htaccess” with the following content under the directory you want to protect, you can specify the … Continue reading

Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting | Tagged | Leave a comment

Stop Words

Share Your Love

Some search engines do not record extremely common words in order to save valuable storage space or to help speed up site searches. These words are known as “stop words” These are the words that are ignored if you search … Continue reading

Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting | Tagged | Leave a comment

Google’s Minus 30 penalty

Share Your Love

What is -30 penelty Filter ? There is a talk about a new filter from google which is popularly known as ” -30 filter ” basically it is an penalty filter which is responsible for lowering down of pagerank and … Continue reading

Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting | Tagged | Leave a comment

Get Local Backlinks the simple way

Share Your Love

Websites having a lot of relevant inbound links are loved by the search engines. With the increase of local search, inbound links are a great way to help you get decent rankings in the search engines. The best thing about … Continue reading

Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting | Tagged | Leave a comment