Get your business off the ground

If you are a small or medium business owner or an entrepreneur who is about to venture on your own, then in most cases you will need the funding to get off the ground. Most may not get the approval for funds from a traditional banking institution. There are a huge number of reasons why you may not approval. One of the reasons is that we may not have the significant assets to use as collateral.

So we recommend to go for small business funding from Canadian Capital Advance. They are a division of American Capital Advance and Quantum Merchant Services. They have successfully funded thousands of small and medium businesses. They will give you capital in exchange for a percentage of your future credit card transactions. So this is a solves a huge problem for most because there is no fixed repayment time and payments will be be proportionate to your transactions until the funding has been repaid. They do have a very high approval rate – 92.7% – which is significantly higher than any other banking institution, They also have a very fast approval – usually within 48 hours. They have already served a lot of small scale projects like Bakeries, Barbers, hotels, motels etc.

Have a look at Canadian Capital Advance – we wish the best of luck in your endeavor.

Plan Changes

Our Default free plan have no ads and consists of the following:

Disk space (MB): 4444
Data transfer (MB): 44444
Max email accounts: 4
Max FTP Accounts: 4
Max Databases: 4
Mailbox Max Size: 44
Max Sub Domains: 4
Max Parked Domains: 4
Free: Yes
Ads: None

And of course – More space and bandwidth is available for those who are active in the forum..

Thinking of having no ads

Hi All,

We are seriously thinking of having a no ads hosting – it means no ads on user pages. You will need to be active in the forums. But this doesn’t mean that we are going to be post to host – you just need to be active in the forums, click some of the ads that appeal to you etc.. (aye we need to make some money out of this..) – Your comments are most welcome..

Had to put in links by force

We find that many clients are not putting in the link back code that we have specified in – even after we told them to do so. We had thought of suspending their accounts. But we thought that it would be too harsh. So for the moment wee had to force the links to everyone’s site.

How Domain Name Server (DNS) Works?

Originally posted by Pawan Bangar at cyberindian.com

Domain name Servers (DNS) are an important but invisible part of the internet, and form one of the largest databases on it. Each machine on an internet is assigned a unique address, called an IP address, which is 32 bit number and is expressed as 4 octets. The method user to represent these IP addresses is known as dotted decimal Notation”. A typical address looks like this: 199.249.150.4

It is very difficult to keep in mind the IP addresses of all the websites we visit daily, because it’s not easy to remember strings of numbers. However, we do remember words. This is where domain names come into the picture. If you want to connect to a particular site, you need to know its IP address but do need to know its URL. The DNS gets the mappings of the IP addresses and the corresponding names.

Names and numbers

DNS converts the machine names (such as www.xyz.com) to IP addresses (such as 199.249.150.9). Basically, it translates from a name to an address and from an address to a name.

The mapping from the IP address to the machine name is called reverse mapping .when you type http://www.xyz.com into your browser, the browser first needs to get the IP address of www.xyz.com. The machine uses a directory service to look up IP addresses and this service is called DNS. When you type www.xyz.com your machines firsts contacts a DNS server, asking it to find the IP address for www.xyz.com. This DNS server might then contact other DNS servers on the internet. DNS is therefore is considered as the global network of servers. The great advantage of DNS is that no organization is responsible for updating it. It is what is known as distributed database.

The three letter codes

A DNS server is just a computer that’s running the DNS software. The most popular DNS software is BIND (Berkeley Internet Name Domain) DNS is hierarchical, tree-structured system. The top is donated by’.’. And is known as the root of the system. Below the root there are seven immediate sub domain nodes and these are ‘com’, ‘org’, ‘gov’, ‘mil’, ‘net’, ‘edu’, ‘Int’, etc.

DNS consists of two components

* Nameserver
* Resolver

Nameserver:

This performs the task of looking up the names. Usually, there is one nameserver for a cluster of machines. If the nameserver does not contain the requested information, it will contact another nameserver. But it is not required for every server to know how to contact every other server. Every nameserver will know how to contact the root nameserver, and this in turn will know the location of every authoritative nameserver for all the second level domains.

Resolver:

This runs on a client machine to initiate DNS lookups. It contains a list of nameservers to use. As we have read, the function of each of these nameservers is to resolve name queries. There are three types of nameservers-primary nameserver, secondary nameserver, and caching nameserver. The secondary nameservers are configured for backup purposes. Caching nameservers only resolve name queries but do not maintain any DNS database files. It is important to note here that any change to primary nameservers needs to be propagated to secondary nameservers. This is because primary nameservers own the database records. The changes are propagated via a ‘zone transfer’.

HOW “CACHING”WORKS

DNS uses principle of ‘caching’ for its operation. When a nameservers receives Information about a mapping, it caches this information .further queries for the same mapping will use this cached result, thereby reducing the search cost. The nameservers don’t cache forever. The caching has a component called time to live (TTL) and the TTL determines how long a server will cache a piece of information. So when the nameservers caches receive an IP address, it receives the TTL with it. The nameserver caches the IP address for the period of time then discards it.

When a process needs to determine an IP address given a DNS address, it calls upon the local host to resolve the address. This can be done in variety of ways:

Table look up. On UNIX hosts, the table is /etc/hosts.

The process communicates with a local nameservers. This is named on a UNIX system.

By sending a massage to the remote system that is identified from the information in the file/etc/resolve.conf.

When a nameserver receives a query for a domain that is does not serve, it may send back a referral to the client by specifying better nameservers. Typically operate in the recursive manner wherein any DNS server passes requests it cannot handle to higher level server and so on, until either the request can be handled or until the root of the DNS name space is reached.

The nameservers contain pointers to other nameserver with the help of which it is possible to traverse the entire domain naming hierarchy. A host with the initial nameserver addresses has to be configured. After this, it is able to use DNS protocols to locate the nameserver responsible for any part or the DNS naming hierarchy.

Thus when a nameserver receives a request, it can do one of the following:

It can answer the request with an IP address. This method is called iterative. In this, the client simply asks the server to resolve a domain name. The server accesses its database, finds its IP address and sends that back. If the server does not find the address, it sends back an error ;DNS not found’). Contact another nameserver and try to find the IP address for the requested name. Send back a referral to the client specifying the IP address of better nameservers.

A popular user interface, called ‘nslookup’is available on the UNIX system. With this, you can perform any DNS function. This program also displays the result to the user. Using is nslookup, you can obtain a listing of all the hosts in a zone. In order to do this, you first need to identify the nameserver for the zone.

The threats that are associated with the DNS are due to the lack of integrity and authenticity checking of the data held within the DNS. Also, other protocols can use host names as an access control mechanism. The internet engineering task force (IETF) has come up with DNS security (DNSSEC) extensions to DNS protocol. The main objective to DNSSEC is to provide authentication and integrity to the DNS. These are provided through the use of cryptographic’

The Evolution of Phishing

Originally posted by Joe Eitel at devshed.com

According to Wikipedia, phishing “is the criminally fraudulent process of attempting to acquire sensitive information.” If you are unfamiliar with the epidemic of phishing, it is high time that you educate yourself on the matter. Unfortunately, ignorance will not keep the danger of those who want your information at bay. Rather, if you are not educated about the dangers of phishing, you are even more vulnerable to it than most people.

Traditionally, the main method of phishing has been for criminals to send out massive amounts of e-mails to random e-mail addresses. These e-mails contain a link to a website that has some method of obtaining your private information. There are various ways that these websites can subtly retrieve your information.

The most common phishing scam is a “scam program.” The e-mail/website will entice you into joining some kind of program that you will quickly get wrapped up in. You may end up losing your Internet account passwords, financial information, personal identity, and large amounts of money.

Another method of obtaining your information is through a fake portal. You will be asked to register for some sort of website which will then capture your username and password and store it somewhere where it can be accessed and used against you.

No matter what type of phishing scam it is, generally it will promise things that sound really great and are designed to make you want to take part. This key fact will come in handy later when I explain how you can protect yourself against the dangers of phishing and scamming.

Fortunately, e-mail programs have gotten better at detecting these phishing e-mails and blocking them from ever getting to you. The result is that for some time, the number of people falling victim to phishing scams has rapidly decreased. Unfortunately, the scammers have gotten better at getting around this security. Because these are intelligent people that are trying very hard to steal other peoples’ hard earned money, they have made every effort to keep up their “living.” Now, according to PC World, phishers have begun making use of malware to attack their victims.

Malware Defined

If you are unfamiliar with malware, Wikipedia defines it as “software designed to infiltrate or damage a computer system without the owner’s informed consent.” Malware has been around for quite some time. For as long as the Internet has been around, criminals have been attempting to gain access to other peoples’ computers, information, and files. By using malware, criminals can steal your information for any purpose, as well as take control of your computer and use it for their own purposes.

Only recently have phishing e-mails begun to make use of malware to achieve their devious ends. In these e-mails, the person doing the phishing pretends to be from the bank. The e-mail asks the user to install a piece of software that they claim is a security update necessary for your financial security. This file or program is actually a piece of malware. If you trust the e-mail and install the “security update,” you may soon find that your personal information has been stolen or your computer is being controlled. Even worse is when you do not find out.

If you do not find out that the malware has been installed, it can continue stealing your information or your computer’s resources indefinitely. Even if you do find out about the malware, it can be very difficult to address and/or remove. The malware is specifically designed to tenaciously stay on your computer no matter what you think of to do about it. All in all, malware is a huge headache that can steal your personal information or just make your life more difficult by slowing down your computer and making it not work as well.

Unfortunately for computer users, phishing is not the only dangerous source of malware. All of the sources that I mentioned above are still concerns that you have to constantly be aware of. Overall, malware is a significant danger that affects everyone who goes online and is not very well prepared to deal with those other individuals that want to do them harm or take advantage of them.

According to Microsoft, “Prevention is not only installing protective software. It is also modifying our behavior so that we minimize the risk of exposure, and understanding what to do when we are faced with a risky situation.”

Sources of Concern

There are as many sources of malware as there is creativity of scammers and criminals, and unfortunately for us, criminals can be surprisingly creative. The main purpose of this article is to alert you to the dangers of phishing. Phishing almost always takes the form of an unsolicited e-mail.

Quite often, you will not really understand why you are receiving a phishing e-mail at first. As you read it, it will likely tell you it is from your bank, credit card, or some other important part of your life. Although this e-mail is not really genuine, many users become overly concerned that they will do something wrong with this important aspect of their lives and end up just doing whatever the e-mail tells them. Invariably, doing what the e-mail tells you will have you fall for the scam perfectly.

Another common source of malware is independent websites. These websites are small organizations that you have never heard of. These are websites that you have no external reason to trust, and really should not. As such, the website will work very hard to convince you that you should trust it and do whatever it says. Often, the website will promise you something small in return for some small piece of information that “poses no risk.” Either you will be drawn into a series of transactions that ends with you being infected, or you will be infected right away through some trick

A source of malware that surprises many is freeware downloads. Many individuals download free software because it does not cost them anything and often offers the same features of the more expensive products. Often, this software is legitimate and is just as good as it sounds.

However, sometimes the developers of freeware will use their free software as a medium through which to install malware. Although this malware is relatively innocuous and will likely just take some of your computer’s resources, it is still a bad thing to have.

One source of malware that should not surprises anyone is p2p services. Although their popularity has declined recently, p2p programs are an easy way for people to download rare or less-than-legitimate software, movies, and music. The programs will link a user to other similar users that have the files that you want.

Unfortunately, there is no guarantee that the file that you are downloading is really what it is advertised to be. A surprising number of these are malicious files that can take over your computer or send away your information.

Security

Now that you have learned the dangers of phishing and malware, it is important that you learn how to protect yourself from the dangers of online scammers and criminals. According to one user’s website, the easiest way to protect yourself is to avoid the sources of concern.

This is easy enough when it comes to p2p programs and freeware downloads, but it can be a little more difficult when it comes to phishing. You cannot just stop using your e-mail or reading e-mails that claim they are from your bank. This is part of the reason that phishing is so effective and dangerous.

When it comes to the sources that you cannot avoid, the best advice that I can offer is to use your common sense. More often than not, your bank is not actually sending you software to install; personally, I have never heard of that happening. If something sounds suspicious, be suspicious of it.

Before you take any action, search around for the situation on the Internet and see what others have to say about it. Chances are that you are not the first person that has been concerned about a potential scam.

Another thing you can do is recognize the signs that your computer has been infected with malware. If your computer is noticeably working slower than it did a short time ago, there is a decent chance that it is infected.

Another sign of malware is random pop-ups that you do not recognize. The Internet is a great source of information when it comes to things with which you are not familiar; a basic Internet search may provide you with the answers to your questions.

One of the best ways that you can protect yourself is to install the necessary security software. There are two vital types of programs that can help you: a firewall and a malware scanner.

The firewall will work constantly to ensure that your computer does not become infected with malware. It will scan your downloads, e-mails, and all of your activity online.

A malware scanner can be told on command to search your entire computer for signs of malware. The best malware scanners are updated frequently and will be able to identify any of the thousands of types of malware. The scanner will also be able to remove any malware that it finds.