Search found 3 matches

by macom
2011-02-05T09:32:56-07:00
Forum: Users
Topic: PHP + Imagemagick ! Need Help
Replies: 3
Views: 6807

Re: PHP + Imagemagick ! Need Help

the truth is that I did not understand all this !!
I explain the script in this link works very well http://www.goupix.com/effects/Monkey.php and that's the code : <?
$surse = "123qwertyu456789QWERThjklzYUIOPAxcvSDFGHVBNMiopasdfgbnmJKLZXC";

for ($i = 0; $i <15; $i++)
{
$newsurse[$i] = $surse ...
by macom
2011-02-05T09:07:06-07:00
Forum: Users
Topic: PHP + Imagemagick ! Need Help
Replies: 3
Views: 6807

Re: PHP + Imagemagick ! Need Help

thank you I'll try that
by macom
2011-02-05T00:41:54-07:00
Forum: Users
Topic: PHP + Imagemagick ! Need Help
Replies: 3
Views: 6807

PHP + Imagemagick ! Need Help

Hello, I have a website (...), I use a module for uplod images and integrate them into other images.
the first code works great
<? $surse = "tyu4526265sdfDDQ";
for ($i = 0; $i <15; $i++)
{
$newsurse[$i] = $surse[rand(0,60)];
$newsurse2[$i] = $surse[rand(0,60)];
}
$jpg = 'temp/'.implode ...