1. This tutorial assumes you are already logged in to PayPal.
2. Click on the profile link.
3. Clock (Click) on the credit/debit cards option.
4. You will need to enter the information on your credit card. PayPal may already put some of this information in for you.
*Enter your first name and last name.
*Select the card type.
*Enter the card number.
*Enter your credit card expiry date.
*There is a number on the back of your credit card. The card verification number is the last 3 digits. Enter that number for “card verification number”.
5. If you have already added the billing address into your profile, you can select it from the drop down list. Otherwise, you will need to add a new address.
6. Select your billing address.
7. Click on “Add Card” button.
8. You will receive on-screen confirmation and an email stating that you have added a credit card to your PayPal account.
9. Now you can edit or remove this card.
10. Or, you can add another card.
This is the end of the tutorial. Now you know the steps to add a credit card to your Paypal account.
* To signup for a new paypal business account, at first you have to browse “https://www.paypal.com”.
* You can see the following page.
* Click on the “Sign Up” link.
* Select your country from the drop-down menu.
* Select your language from “your language”.
* Click the “Get Started ” button.
* Select your payment solution.
* Click on “Continue” button.
* You have to answer the following questions to the best of your knowledge and Paypal will recommend the best solution for you.
* When finished, click on “Continue” option.
* Paypal will show you which payment solution it has recommended based on your answers on the previous page.
* If you don’t like the recommendation or think there may be a better match, You can click this link to try the recommendation Wizard again.
* Once you are happy with the solution Paypal has recommended for you, Click on the “continue with this solution” option.
* Now you will need to follow the following steps to start accepting payments with paypal.
* First You will need to signup for a business account. For this step, you will need the business owner’s name, address, email a valid business name and address and customer service information.
* Note that this step can take upto 10 minutes to complete.
* You can click on the “Go” button to go to the next page.
* Scroll down.
* Once you have completed step one you will need to verify your information.
* For this step, you will need the email address you signed up with as well as a bank name, account and routing numbers, and the name associated with the bank account.
* Note that confirming your email address will take about two minutes.
* While confirming you bank account could take up to 3 – 5 business days.
* Once you have completed steps one and two, you can implement your preferred payment solution.
Having already had to do with SQL injection, it is something very disturbing … GreenSQL is a free GPL licensed solution to protect your MySQL databases from attacks such as “SQL Injection”, “Cross-Site Scripting” and “Cross-Site Request Forgeries.”
GreenSQL works as a proxy for SQL queries on MySQL databases. Note: that it is expected to operate also on the PostgreSQL database using the roadmap. You can also find the post that talks with the title: GreenSQL for PostgreSQL
The operation is based on an evaluation of SQL commands using a risk scoring matrix (It reminds me that spamassassin) and the blocking of administrative commands (DROP, CREATE, etc.).
GreenSQL operates in reverse-proxy, ie, the SQL query will be forwarded to GreenSQL will analyze it and then pass it on to MySQL so it is accepted.
GreenSQL listening on port 3305 and redirect requests to port 3306, port standard of MySQL
GreenSQL can operate in different modes:
* Simulation (IDS database) – only detect but not blocking anything
* Protection (database IPS) – Detect and block queries
* Learning Mode
* Protection against non listed queries
In the simulation mode, GreenSQL log in to SQL queries and sends a notification via the administration console to analyze suspicious requests by checking the risk scoring matrix to inform administrators.
In Protection mode, if a request is considered illegal following questioning of its algorithmic engine, a white list is consulted. If it appears in the white list, then it is sent to the MySQL engine. But if the request is deemed unlawful, GreenSQL returns a null response set to the application on the Web server. Of course with this method, it is possible to have false-positive and false negative errors …
The learning mode is precisely to correct this problem by learning the types of possible queries, it will then switch back to protect against those queries who are not in SQL query list.
When the mode of protection against non listed queries is enabled, applications or queries that were not included in the white list are automatically rejected.
GreenSQL will then calculate the risk posed by this application and assemble the information to the management console. This is the fastest mode because it only calculate the risk for new requests.
That is basically the operation of GreenSQL, which I think really be a very interesting solution, although the best is still to predict risks in development, but regarding the performance of the web application, it does not appear as it impacted on a performance test performed with the use of GreenSQL.
Note: GreenSQL packages are provided for the most common Linux distributions (CentOS, Debian, Fedora, Mandriva, RHEL 5, 5 SLE, Opensuse, Ubuntu)
Horde Webmail is even more of a collaborative framework of services. And since June 14, a new version of Horde is out. This is the version 4, which is a major new release.
The following new features and changes improved overall Horde 4 performance.
* Completely rewritten in php 5
* New installation procedure through a PEAR installer
* Simplifying the configuration process
* Support for ActiveSync
* Layout without frames
* Group preferences
* Improving the cache and reducing the size of the sessions.
* Shared libraries are faster
* Reducing dependencies on external libraries
* Many miscellaneous improvements.
Mail:
* Many interface improvements including a vertical side panel
* Complete rewrite of IMAP support for better support and a great performance improvement
* Increased and improved filter capabilities and research
* Rapid response capability
* Improved notifications of new posts
* Better display of HTML mail
* HTML Signature
* Automatic saving of drafts
* Support for custom IMAP flags
* Reduced memory usage
Address book:
* Search for duplicates and opportunities to merge contacts
Calendar:
* New AJAX interface with integrated task management
* New interface for mobile
* Resource planning
* Colorization of the calendar
* Tagging system
* Support for cross-timezone
* Support CalDAV
* Reinforced exceptions for recurring events
* Improved messages for notification and invitation.
Management tasks:
* New AJAX interface in the calendar
* System task list
* Colorization task lists
* Quickly add tasks
If you have an e-commerce website so it is obvious that you need extra security. If you do not have SSL on your website, then part of authentication for transaction by user name and password is not secure.
So if your site is not equipped with a SSL certificate, it means the login / pass CDM is clear over the network. What does this mean exactly? There are small programs to analyze the traffic passing over your network (wired or not) that can read the information in unencrypted packets.
Once your site is equipped with the certificate, it will display a small padlock in the web browser. (Customers of e-commerce, reassured to see the padlock, more likely to buy, which will be good for your CA)
Case in point:
On-site sales that accept money transfers via credit card, any card numbers are visible, you just have to listen! Someone might as well get the money to remove the card from a third party.
For a company using an intranet portal or any other site, it is advisable to encrypt the http connections for sending passwords (so that your competitors or employees are not tempted to copy a listing All access customers for resell or exploit!)
Practice:
There are two types of SSL certificates: the self-signed (free) and approved by authoritative bodies (paying)
The difference is that for a self signed SSL, the client may see a message saying that the site is not trusted and request a confirmation. However, the information will be encrypted.
For the second, you must prove your credentials (Name, Company, Address, Phone number,) to show your company or application is “white label”. Verisign or Comodo or GlobalSign are reputable SSL certificate provider. Your web host will install SSL for you so you need not worry about installation process.
The only downside is that you must be hosted on a dedicated IP! Why do you say? This allows to check if the NDD redirects well in the right IP and the right content.
Once your application is made it takes between 48-72 hours before it is analyzed below.
If you are accepted (99.99999% of cases) you will receive two certificates.
One of them is public and one private, but you will need to install both on the server.
The public will be shared with the visitor, the private should remain private (do not publish it anywhere!) And will remain on the server.
In Cpanel the installation is quite simple and just requires an upload of two files crt.
After this, I advise you to put the pages through https authentication and / or with rules mandating htacces.
1. At first you have to open up the settings dialogue box.
2. It is recommended that many of the default settings in cute FTP are left unchanged, as they are optimally set by the manufacturer. However there are a few we can take a look at.
3. You can choose the default screen you would like to see whenever you launch cute FTP.
4. If you prefer, you may change the number of times cute FTP retries to connect in the event it is unsuccessful the first time.
5. When attempting to connect to your site, if you receive an error saying Error Opening Data Socket, put a check mark in the PASAV mode box and in the Enable firewall access box.
6. If that still doesn’t work, uncheck the enable firewall access and try again.
7. The settings on this screen are pretty self-explanatory. One setting in particular that you may want to set based on your performance is the Double-click action.
8. The rest of settings in “Display” are purely a matter of what look, feel and sound you prefer.
9. You can set colors for various elements in the cute FTP interface..

10. You have to modify in the following page for fonts.

11. If you want to add some sound to the program then you have to connect to a site.
12. Locate and highlight the sound file on your computer.
13. That was easy! Actually, you can have a lot of fun adding different sounds in cute FTP.
14. It is recommended that you do not uncheck any of these. Many of them will prompt you double checking that you actually want to do something that may be irreversible.
15. If you get more familiar with the features and functions of cute FTP, you will have a better idea for how you would like it to look, feel and function.
1. First of all you have to connect your server. Keep in mind you only need it, when you are going to manage your remote files. To simply work on your local files, you need not have a live connection.
2. Select “Site Manager”.
3. Highlight that particular file to which you wish to connect.
4. Click on “Connect” option.
5. Locate the directory which contains your site files. In this example our webhost uses the cpanel control panel, so our site is in the public-html.
6. If you use the plesk control panel, your site files would be located in the httpdoc directory.
7. To open the directory, double click on it.
8. Locate the directory in your local files that you wish to manage. Let’s see how to move up one directory.
9. Now you are in your c drive. Now locate and open the directory you would like to manage.
10.You are all setup. You now have your site accessible on your local computer as well as on the server.
11. You may control the order in which your files are stored.
Now you can see that how to create a new directory(folder).
12.You have to click on the option which is mentioned in the following image.
13.Enter the name of the directory you wish to create. Then select “ok”.
Now you can see that how to rename the directory.
14.There are a couple of ways to do this. You can do right click and select rename
15.Or another way, you can highlight the directory and click on the rename button in the toolbar> enter the name> select “ok”.
Now you can see that how to delete the directory.
16. Again, there are a couple of ways to do this. You can do right click and select delete.
17.Or another way, you can highlight the directory and click on “delete” button in the toolbar.
Now the last thing you can know that how to set file permissions.
18. When installing scripts in your site, you may be asked to set file permissions. More often than not, it will be a file in your cgi-bin(not always, though).
19. When you locate the file for which you would like to set permissions, right-click it and select CHMOD.
20. You may either click on the check boxes manually, or simply enter the permission in the text box> enter the permission in manual box> click on “ok”
21. You will see a confirmation of the change you just made> click on “ok”.
22. Now you are able to easily manage your file in cute FTP.
You can see the process to configure your site in cute FTP.
1. Let’s start by opening your site manager.
2. You can see the following page. You can create, modify and delete all your sites. Let’s create a new folder to hold your new site.
3. Click on General FTP sites>> New folder>> Enter the name of your new folder.
4. Now you have to create a new site to put into your new folder.
5. Click on “New” option, which is present on the left bottom corner of the page and name the new site whatever you like. This is for your reference only and need not follow any required format.
6. Now enter the host name or IP address. If your site DNS has fully propagated, you may enter ftp. Yoursite.com where yoursite.com is replaced with your actual domain name. If DNS has yet to propagate, enter the IP address provided to you by your web host in the welcome mail.
7. Enter the username and password provided in your welcome email.
Note: If you are using the Ensim control panel, enter youraccountname@yoursite.com
instead of just youraccountname.
8. Click on the “Exit” option.
9. Now you have to modify the site you just created.
10. If your site is moved to another server or to another web host, you will need to change your settings.
11. You have to select “Site Manager”.
12. If you are moving your site to a new server or host and the DNS change has not propagated yet, enter the IP address provided to you in your welcome email.
13. Now enter the username and password provided to you in your welcome email.
14. Select the “Exit” option.
15. You are getting to be an old pro! If you want to delete the site then you have to make some modification.
16. Select the “Site Manager” option.
17. Locate the site you wish to delete. Right click on it and select “Delete”.
18. Now you are able to create, modify and delete sites in cute FTP.
A. You can learn how to a new articles in CMS.
B. This tutorial assumes you have already logged in to the CMS made simple admin console.
C. You have to select the “content” option >> Select the “News” option.
D. After scroll down you have to select on “Add Article” in the following page.
E. you have to scroll down and enter the news title in the title box.
F. Enter the news summary in the summary box. This will be shown with in the global content block.
G. After Scroll down you can see the following page where you can select a post date. Start date and expiration date. This is useful if you only want to show this news for a selected period.
H. Once finished, click on “Submit” option.
I. Now you have successfully added a news article.
A. You can learn how to add a page editor in CMS.
B. This tutorial assumes you have already logged in to the CMS made simple admin console.
C. Select “Site Admin” >> click on “Page Default”.
D. After scroll down you can see the following page.
E. Click on a user below to add as a page editor.
F. Select “Submit” option.
G. Now you have successfully added a page editor in CMS.