Search found 3 matches

by ervinq
2011-07-20T13:17:03-07:00
Forum: Users
Topic: convert and save
Replies: 4
Views: 44625

Re: convert and save

this is resultat im my first server.this is a server with problem.

system ("convert -list Align")

Center
End
Left
Middle
Right
Start


system ("convert -list Alpha")

Activate
Copy
Deactivate
Extract
Off
On
Opaque
Set
Shape
Transparent


system ("convert -list Boolean")

False
True
0
1


system ...
by ervinq
2011-07-20T02:30:17-07:00
Forum: Users
Topic: convert and save
Replies: 4
Views: 44625

Re: convert and save

I would ask if it is possible that the error comes from the misconfigured build php? I moved the script on another server and everything worked OK.
It is possible that the security setting in the server causes the command exec failue?
by ervinq
2011-07-19T15:52:46-07:00
Forum: Users
Topic: convert and save
Replies: 4
Views: 44625

convert and save

Hello. Sorry for my bad english.
I have big problem with my scripts.

1. my scripts (below) named index.php
<?

$surse = "123qwertyu456789QWERThjklzYUIOPAxcvSDFGHVBNMiopasdfgbnmJKLZXC";



for ($i = 0; $i <15; $i++)

{

$newsurse[$i] = $surse[rand(0,60)];

$newsurse2[$i] = $surse[rand(0,60 ...