Re: [PHP] Recommendation on PHP encoder please

2004-02-05 Thread Andrei Reinus
So double-encoding it (using a PHP encoder) will make life finally very hard for said cracker. No its not ... if I would badly need to get this encrypted page and have access to files ... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What do you say to someone who says...

2003-12-05 Thread Andrei Reinus
http://www.zend.com/customers.php Do all these companies think that PHP is just a kiddie language? just my 0.02$ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Evaluating a page in a different order

2003-12-03 Thread Andrei Reinus
[EMAIL PROTECTED] wrote: Hey all, I have a php page class that i use as a template for my website. Every page in my website creates an instance of the class and passes values like title and meta tag keywords. The class includes the layout from different files e.g. title.lay contains the title

Re: [PHP] whaw

2003-11-24 Thread Andrei Reinus
pete M wrote: Even the pros systems crash sometimes http://www.php.net/ Dr. Evil-Parse-Error strikes again! :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] whaw

2003-11-24 Thread Andrei Reinus
pete M wrote: Even the pros systems crash sometimes http://www.php.net/ // Highlight PHP code function highlight_php($code, $return = FALSE) { // Using OB, as highlight_string() only supports // returning the result from 4.2.0 ob_start(); highlight_string($code); $highlighted =