PHP Classes

Packages of Zubov Ilya

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Zubov Ilya (3)  >  Mission progress status  >  Reputation  
Picture of Zubov Ilya
Name: Zubov Ilya <contact>
Classes: 3
Country: Russian Federation Russian Federation
Age: 47
All time rank: 51413 in Russian Federation Russian Federation
Week rank: 195 Up12 in Russian Federation Russian Federation Up
All time users: 5711
Week users: 0
Innovation award
Innovation award
Nominee: 2x

Winner: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Solace FastTemplate  
Remake of the FastTemplate engine
This class is a backwards compatible remake of the original FastTemplate class by Jason Moore.

It includes additional features like unlimited nested dynamic blocks, enable and disable blocks and among others.

All methods are almost the same as in the original FastTemplate class.

It is useful for projects that still use it but need more features and speed.

  Files folder image Solace profiler  
PHP Programming Innovation award nominee
May 2004
Number 4


Prize: One book of choice by O'Reilly
Profiler to analyse the time spent by a script
This class is meant to generate profile reports by analysing the time spent executing each part of a PHP script, adding the number of PHP interpreter passes and overall time in percentage for each line.

It may be useful to find slow or unused code, compare the speed of different code implementations, track loop counts and conditions, etc..

It may generate reports in plain text or HTML format.

It supports includes, evals and asserts. This class is compatible with both PHP 4 and PHP 5. It does not require any special extensions.

  Files folder image Solace script maze  
PHP Programming Innovation award winner
July 2004
Winner


Prize: One copy of the Zend Studio
PHP source code protection based only on PHP code
Solace Script Maze is meant to protect PHP scripts from being stolen or modified.

It uses only native PHP functions, so no additional extensions are required to execute protected scripts, thus also support PHP 5.

The user can define the protection strength, decode password, compression, client and server IP bindings and expiration date, measure decoding time.

Protected scripts use code morphing to prevent automatic decoding. CRC based integrity checking is used to detect possible hack attempts.

Optionally, it supports Turck MM Cache Encoder for additional irreversible encoding.

Users can develop their own protection procedures for unique encoding, making universal decoding almost impossible.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z