• Home
  • Reviews
  • Tutorials
    • Server Install
      • (1) Install php 5.3
      • (2) Install Mysql 5
      • (3) Secure the Folder
      • (4) Install Zend Guard
      • (5) Install phpmyadmin
      • (6) Setup Virtual Host
      • (7) Setup IP Failover
      • (8) Install Cloudflare Mod
    • Install Nginx
      • Install: nginx phpfpm
    • Server Tuning
      • Server Tunning 1
      • Mysql Max connections
      • Make use of the binary log
      • Increase Your Server Performance
      • Memcached Installation
      • Watch Mysql Live Query
      • Protect SSH & Allow Mysql Remote Session
      • The Ulitmate Firewall for Linux
    • Landing page
      • Landing Page Tricks
      • Useful Scripts for Affiliates Landing Pages
      • JavaScript Popunder Script
  • Articles
    • What is Cloaking?
    • All of the secrets Revealed
    • The importance of a GOOD server
    • Template Quality Discussions
    • Custom Content
    • Uses for Black Hat Cloaker
    • Overdominating the SERPS
    • Bannings Prevention
    • Random Images in your Blogs
    • Internal Linking Site The Basic
    • How to get a back link in 29 ways
    • The Semantic Core
    • Black Hat SEO
      • Black Hat SEO Course
  • Price
  • Forum
  • Services
  • Privacy
  • Terms
Login
Home Tutorials Server Install (3) Secure the Folder

(3) Secure the Folder

#create right for the folder we will work on
chown -R apache:apache black
cd public_html/
chmod +x *.php
echo 0 >/selinux/enforce
service httpd restart

(4) Install Zend Guard