Search found 6 matches
- 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: 12485
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); ?> And how to ...
- 2013-05-27T23:07:39-07:00
- Forum: Fred's Scripts
- Topic: bin/bash^M: bad interpreter Error with fred's script
- Replies: 9
- Views: 25527
- 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: 25527
Re: bin/bash^M: bad interpreter Error with fred's script
No, should i edit just endings of error line ?
- 2013-05-27T21:55:32-07:00
- Forum: Fred's Scripts
- Topic: bin/bash^M: bad interpreter Error with fred's script
- Replies: 9
- Views: 25527
Re: bin/bash^M: bad interpreter Error with fred's script
Website is http://inktensity.com/test/test/index.php
and i am using it for a t-shirt designer http://inktensity.com/test/studio/index.php
and i am using it for a t-shirt designer http://inktensity.com/test/studio/index.php
- 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: 25527
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 token ...
- 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: 25527
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 ...