On Mon, May 10, 2010 at 6:28 AM, donald sullivan wrote:
> bcompiler is available, but with the correct tools data can still be
> extracted.
> http://php.net/manual/en/book.bcompiler.php
>
Its not a problem if data can still be extracted. But I guess exact
data can not be extracted.
If thats the c
bcompiler is available, but with the correct tools data can still be extracted.
http://php.net/manual/en/book.bcompiler.php
On May 9, 2010, at 4:36 PM, shiplu wrote:
> Is there any php encoder like IonCube ?
> Looking for an opensource solution.
> My main target is to deliver encoded php codes so
On 9 May 2010 23:56, Nathan Nobbe wrote:
> On Sun, May 9, 2010 at 3:25 PM, Peter Lind wrote:
>>
>> On 9 May 2010 23:21, Daniel Kolbo wrote:
>> > Hello,
>> >
>> > I've defined a __call() method inside a class. Within the __call()
>> > method (after testing that the method exists and is callable
On Sun, May 9, 2010 at 3:25 PM, Peter Lind wrote:
> On 9 May 2010 23:21, Daniel Kolbo wrote:
> > Hello,
> >
> > I've defined a __call() method inside a class. Within the __call()
> > method (after testing that the method exists and is callable I am using:
> >
> > call_user_func_array(array($thi
On 9 May 2010 23:21, Daniel Kolbo wrote:
> Hello,
>
> I've defined a __call() method inside a class. Within the __call()
> method (after testing that the method exists and is callable I am using:
>
> call_user_func_array(array($this,$method), $args);
>
> However, this seems to be an infinite loop
Hello,
I've defined a __call() method inside a class. Within the __call()
method (after testing that the method exists and is callable I am using:
call_user_func_array(array($this,$method), $args);
However, this seems to be an infinite loop (and is crashing my test
apache server). How, could I
Is there any php encoder like IonCube ?
Looking for an opensource solution.
My main target is to deliver encoded php codes so that it can not be
re-engineered.
Shiplu Mokadd.im
My talks, http://talk.cmyweb.net
Follow me, http://twitter.com/shiplu
SUST Programmers, http://groups.google.com/group/
On Sun, 2010-05-09 at 06:28 -0700, Don Wieland wrote:
> Does anyone have any resources that demonstrates using jquery to have
> an image or object slide in from the left and then fade in.
>
> I would appreciate it.
>
> Thanks!
>
> Don Wieland
> D W D a t a C o n c e p t s
> ~~
Does anyone have any resources that demonstrates using jquery to have
an image or object slide in from the left and then fade in.
I would appreciate it.
Thanks!
Don Wieland
D W D a t a C o n c e p t s
~
d...@dwdataconcepts.com
Direct Line - (949) 305-2771
Integrat
On Sun, 2010-05-09 at 14:21 +0200, Giorgio wrote:
> Thankyou Ashley,
>
> as I only need 5 colors for each image, my idea was to create a single pixel
> image for each color and save it on the hd (so that i don't have to create
> it every time).
>
> I've finally used this code:
>
> imagecopymerg
On Sun, 2010-05-09 at 14:21 +0200, Giorgio wrote:
> Thankyou Ashley,
>
> as I only need 5 colors for each image, my idea was to create a single pixel
> image for each color and save it on the hd (so that i don't have to create
> it every time).
>
> I've finally used this code:
>
> imagecopymerg
Thankyou Ashley,
as I only need 5 colors for each image, my idea was to create a single pixel
image for each color and save it on the hd (so that i don't have to create
it every time).
I've finally used this code:
imagecopymerge($base, $img1, 0, 0, 1, 1, 100, 500, 75);
imagecopymerge($base, $img
On Sat, 2010-05-08 at 18:48 +0200, Giorgio wrote:
> Hi,
>
> i've just started using GD libraries. My purpose is to create something like
> a flag.
>
> So that i have a 600*600 px background image, and a 1*1 px image for each
> colour I need.
>
> Ok now let's say i want to colour a third of the
On 9 May 2010 10:31, Gary wrote:
> If I have a document containing, say:
>
>
>
>
>
> foo1
> bar1
>
>
>
> foo2
>
>
> bar2
>
>
> ...
>
> How do I get at "bar2"? I tried everything, based on an xpath from
> Firebug (Firefox plugin), but ke
If I have a document containing, say:
foo1
bar1
foo2
bar2
...
How do I get at "bar2"? I tried everything, based on an xpath from
Firebug (Firefox plugin), but kept getting NULL.
--
PHP General Mailing List (http://www.ph
On Sat, May 8, 2010 at 9:41 PM, David Mehler wrote:
> Hello,
> I've got a project that i have to reference information stored on one
> page from another. This page I won't be visiting first, and at the
> moment i'd prefer to use flat php files, but should that prove to hard
> i'll transition to a
16 matches
Mail list logo