May 28, 2014 | PHP/MySQL Database, Web Application, Web Hosting
Please refer to the following sample code. <?php # ###################################################################### # ######## MySQL Database Username, Password, and Database Name ######## #...
May 27, 2014 | DirectAdmin Control Panel, Web Application, Web Hosting, Website Builder
In general, you may import database backup via phpMyAdmin. However, in a rare circumstance, your database backup is large, and cannot import via phpMyAdmin. If so, you may use the following way to import it. Upload your MySQL dump output file onto the server Create a...
May 27, 2014 | Web Application, Web Hosting, Website Builder
Some loyal customer may find the MySQL database version is 4.0.27 (but not MySQL 5.x) From our past test upgrade experience, if we directly in-place upgrade the MySQL , as MySQL 4.0 uses 1 collation – Latin1 – to store data, whereas 4.1 (or above) contains...
May 27, 2014 | DirectAdmin Control Panel, FTP, Web Hosting
FTP Trojan is one of the spyware which may run in user desktop PC background and capture FTP credentials (username/password). Ref.: – http://searchsecurity.techtarget.com/news/1360524/New-Trojan-stealing-FTP-credentials-attacking-FTP-websites If your website is...
May 27, 2014 | DirectAdmin Control Panel, Web Hosting
To protect your image files not to be linked by other websites, which consume your web hosting account monthly traffic, you may consider to enable Hotlink Protection to deny external website direct HTTP request to your image files. You can put a file called .htaccess...
May 24, 2014 | DirectAdmin Control Panel, Web Hosting
For security reason, Directory Listing is, by default, disabled in DirectAdmin based web hosting service. If customer would like to enable Directory List, you need In the folder where you like to list, create (or edit) .htaccess file, and add the following content...