Login   Register  
PHP Classes
elePHPant
Icontem

File: form.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Arsalan Emamjomehkashan  >  Base64 PHP File Encoder  >  form.php  >  Download  
File: form.php
Role: Application script
Content type: text/plain
Description: Run the class
Class: Base64 PHP File Encoder
Obfuscate PHP scripts encoding with base64
Author: By
Last change: Comment added
Date: 2008-07-07 05:56
Size: 236 bytes
 

Contents

Class file image Download
<?
/*
If you want to encode a single file type your file name like example.php and if you want to encode the whole dir type the directory name like test
*/
require "encoder.class.inc.php";
$test = new Encode;
$test->Display();
?>