by Nathan Martin | Oct 15, 2018 | Blog Post, HTACCESS, Javascript, jQuery, Tutorials, Wordpress
In your .htaccess folder in your WordPress root folder, add the following code replacing example\.com with your domain name. For example: mydomain\.com mydomain\.net This script makes sure you can only login from your domain not via a brute force $_POST attack....
by Nathan Martin | Oct 15, 2018 | Blog Post, Facebook, Javascript, jQuery, Tutorials
Do you have the need to track your phone calls with Facebook pixel and retarget to them later using Facebook advertising? Use this simple script [sourcecode] <!– Facebook Pixel Code –> { PUT YOUR STANDARD FACEBOOK PIXEL CODE HERE }...
by Nathan Martin | Oct 15, 2018 | Blog Post, Tutorials, Wordpress
Ninja Forms by default looks very blank. Use the following CSS to make your ninja forms looks awesome! Be sure to change the background, text and border colors as commented on below. [sourcecode] /* NINJA FORMS SEXINESS SCRIPT BY SAGEDREAD */ .ninja-forms-field,...
by Nathan Martin | May 18, 2018 | Tutorials
In your .htaccess file, add the following code: [sourcecode lang=”plain”] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule (.*) index.php [L] [/sourcecode] Now create an index.php with the following script: [php] //FUNCTION FOR GETTING PAGE function...
by Nathan Martin | May 18, 2018 | HTACCESS, Tutorials
Create a file in the directory of your website called .htaccess if the file exists simply open it up and add the following code to the bottom of the file, creating a couple spaced from existing code using the enter key. [sourcecode lang=”plain”...
Recent Comments