adminJuly - 26 - 2007 Add Comments

When businesses first started performing transactions online, media headlines raged about consumer safety and protecting their credit card numbers from being stolen. But with prevention measures in place to protect consumers, merchants are looking to protect themselves against Internet fraud.
One of the simplest ways to prevent fraud is to address the matter on your Web site. By placing fraud notices, buttons and images on your [...]

Read More
adminJuly - 25 - 2007 Add Comments

By Abhijith V. – Bobcares
PHP is a popular server-side scripting language for serving dynamic pages. It’s simple to code and debug and has good support with database like mysql, mssql, oracle. Insecure php code, however is very simple to hack.
This article explains a few such vulnerabilities, so that you can avoid them in your scripts. I will also explain methods to tweak PHP config files(php.ini) [...]

Read More
adminJuly - 24 - 2007 Add Comments

Lincy Reymond, Bobcares
Sometimes we may require to run multiple versions of MySQL on the same Server. This can happen if you either need to test a new MySQL release or you need a new MySQL version and you don’t want to make any changes to the existing system.
The whole idea behind this is to compile the new MySQL server with different TCP/IP ports and Unix [...]

Read More
adminJuly - 23 - 2007 Add Comments

By Lijoe Chakiath, Bobcares
Moving all the accounts between two Servers that host the same control panel is usually not a very difficult process.
But like G.B. Shaw said,
“If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange [...]

Read More