PHP Classes

File: form.php

Recommend this page to a friend!
  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: 15 years ago
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();
?>