There is a way of combatting referrer spam using the .htaccess file. Basically what you need to do is create a list of referrers that are banned from your site. You can edit your .htaccess file using the File Manager in cPanel.
]]>2. Enable SpamAssassin via cPanel. It's very good at weeding out spam. Do bear in mind though that you need to clear down your spam folder (viewable via Horde or Neomail) otherwise it will grow and grow until it uses up all the space in your account, or your mailbox if you have set up a named mailbox with a finite space limit.
3. If you use webmail to send mail clear down your Sent Mail folders. This sits on the server using part of your space allocation until you delete it.
4. As well as using SpamAssassin you can dump a lot of spam by setting the default mail address, as outlined in this tutorial
]]>Cancellation Refunds:
We DO NOT refund partial annual/quarterly fees to accounts canceling after their 30 day initial account activation period.
To use it open the file, enter your domain name and make sure the SSH option is clicked. At this point you can enter a name in Saved Sessions and click Save - this will make logging into the server quicker in the future, just double-click on the name you saved and away you go. This first time you will have to click Load.
This will connect to the server and you will get a warning message (click to enlarge)
![]()
Click Yes, then enter your username and password at the prompts (these are the same as your cPanel login). You only get the warning message the first time you use Putty to connect to a domain, it will not appear in future sessions.
server - your MySQL server name (usually localhost)
username - your database username
password - your database password (note there is no space between -p and the password)
database - your database name
filename - the name you want for the dump file
Download the file via FTP.
]]>Taking a backup of your MySQL database is easy, the only downside is it can take a while if you're on a dial-up connection and have a big database. In the past I've had trouble trying to back up databases using Internet Explorer, for some reason it resets the connection part way through unless the database is very small, however I've had no problems downloading backups of large databases using Firefox.
]]>The first part, -rw-r--r-- tells you if it's a file or a directory and what permissions exist. The first character is usually "-"(meaning it's a file) or "d" (it's a directory). Occasionally you will see "l" or "s" which denotes a linked directory or a symbolic link. The next 9 characters indicate the permissions, r=read, w=write, x=executable. These permissions are assigned to user (the owner of the file), group (the group the user belongs to) and other (anybody else). Just to make things more confusing permissions also have numerical values assigned to them:
Read=r=4
Write=w=2
Executable=x=1