Search found 6 matches

by nasir101m
2013-05-30T04:49:55-07:00
Forum: Fred's Scripts
Topic: How to apply image width on image generated by freds script
Replies: 1
Views: 11365

How to apply image width on image generated by freds script

How to apply width on image generated by fred texteffect script. I am trying with [-S size] but it is not working. Can anyone help me <?php exec("bash ./texteffect_1.sh -t 'SOME PLAIN TEXT' -s plain -e normal -f Arial -p 48 -S 400 -c royalblue -b white -x 0 text.png", $out,$returnval); ?> ...
by nasir101m
2013-05-27T22:00:07-07:00
Forum: Fred's Scripts
Topic: bin/bash^M: bad interpreter Error with fred's script
Replies: 9
Views: 23145

Re: bin/bash^M: bad interpreter Error with fred's script

No, should i edit just endings of error line ?
by nasir101m
2013-05-27T19:40:56-07:00
Forum: Fred's Scripts
Topic: bin/bash^M: bad interpreter Error with fred's script
Replies: 9
Views: 23145

Re: bin/bash^M: bad interpreter Error with fred's script

After adding "bash" in code line its giving this error. Array ( [0] => ./texteffect.sh: line 211: : command not found [1] => ./texteffect.sh: line 236: : command not found [2] => ./texteffect.sh: line 239: : command not found [3] => ./texteffect.sh: line 244: syntax error near unexpected t...
by nasir101m
2013-05-27T08:20:30-07:00
Forum: Fred's Scripts
Topic: bin/bash^M: bad interpreter Error with fred's script
Replies: 9
Views: 23145

bin/bash^M: bad interpreter Error with fred's script

I am working with fred's texteffect script, but when i run it on my web server this error. Array ( [0] => sh: ./texteffect.sh: /bin/bash^M: bad interpreter: No such file or directory [1] => sh: ./texteffect.sh: /bin/bash^M: bad interpreter: No such file or directory ) can anyone help me please? Here...