This tutorial is on how to import large SQL files when your sql dump file cannot be handled by PHPMyAdmin due to its large file size. Importing large SQL file sizes in PHPMyAdmin will produce an error if maximum file upload size has been reached and sometimes may cause the browser to freeze. You have [...]
This is a simple quick tool to protect any given directory of your choice by limiting the users viewing and accessing the folder by specifying the IP addresses that can only access it in .htaccess
1. Open your text editor, copy and paste the following code:
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName "Example Access Control"
AuthType Basic
<LIMIT GET>
order deny,allow
deny from all
allow [...]
If you ever encounter a message or a post in Facebook or in a Facebook application that makes you click a certain link,and the page that the link brought you to tells you to enter your Facebook login details again, please make sure that the URL of the login page is from Facebook.com.
Kindly look [...]