February 24th, 2010
admin
FTP (File Transfer Protocol) sets the standard for transferring (uploading, downloading and other commands) files (text/binary) over the TCP/IP (The Internet as we all know it). To use ftp you will need ftp client and server. The server have access to the files and folders and manipulates them when commands are send from the client. Files or directories may be uploaded, deleted, modified, download from the server. The server can be configured to allow anonymous logins or can be configured to allow only authenticated users (and those users to have special permissions on what files/folders can they have access to, how much bandwidth or storage are they allowed etc, etc). The most popular FTP client is Filezilla – the free FTP solution, is available for Windows, Linux and Mac OS X, or you can directly use your browser (firefox supports browsed based FTP) to access your FTP server.
IxWebhostingPad FTP test
Ixwebhosting FTP was excellent. Files and folder transferred fast with no lags or delays. You can have unlimited FTP accounts on Ixwebhosting, you can setup them so they have access to specific folder (domain), which is quite useful if you plan to give your friends access to specific parts of your web site.
February 16th, 2010
admin
PhpBB (short for php Bulletin Board) is forum software for creating online communities. It is free open-source, licensed under GNU GPL license. It offers many features found in paid ones of this kind. Some features are: powerful user/permissions setup with usergroups, moderators, administrators, access control lists, create forums, subforums, internationalization/localization, user registration with captcha validation(optional), bbcode and many others, check the official website: http://www.phpbb.com/about/features/ . Template and extension systems are also one of the features available. PHPBB is built with php (the best web programming language!) and uses mysql database as a storage. Several other database systems are also supported: postgresql, mssql, oracle, firebird, sqlite and others. Since its creation in 2000, it have become the most popular free internet forum software. There is large phpbb community of users, individuals and developers. So if you do not have money to buy software like vbulletin, phpbb or mybb is the choice for your next online community.
I have tested phpbb on Ix Web Hosting, and it runs great. Though I think that for serious website, you will need vbulletin. PHPbb can be installed manually or via the one-click installer control panel tool.
MySQL is free open-source relational database management systems (RDBMS) first created in 1994, licensed under GNU General Public License (only the community edition). It is powerful database server with many features. Databases, inserts, selects can be done with SQL (Structured Query Language). The Free version is the most popular database system on the internet. It is installed on millions of web servers in so called LAMP stack (Linux Apache MySQL PHP). Its popularity have grown in the last years due to the very popular web applications (WordPress – weblog software, Drupal – Content Management System/Script – CMS, Joomla – another also very popular CMS, phpbb – a forum/community software that use MySQL as their backend – for storing user data, settings, permissions, and even binary files. Also very popular corporations and websites use MySQL (e.g Google, Facebook, Wikipedia and many others). Several tools have spawned to ease the adminstration of mysql databases. Such tool is phpmyadmin written in PHP. The latest version of MySQL is 5. Currently the company behind this database system was recently bought by Oracle corporation, a move that some people think that it will hurt its development.
Nowadays almost every web hosting company (if not all) comes with PHP and MySQL in bundle, including IXWebHosting. This wordpress blog is a test and it shows that MySQL and PHP are setup very nice on ix web hosting. Databases can be created via cPanel and users can be added also via cPanel (with permissions setup).