Sponsored Content
Top Forums Shell Programming and Scripting c binary not being executed with shell_exec() Post 302519161 by xerox on Tuesday 3rd of May 2011 07:32:12 AM
Old 05-03-2011
c binary not being executed with shell_exec()

I have written a c program. And compiled it to make a binary. Now when i try to call this binary from php page, it is not being executed.

[

Last edited by xerox; 05-12-2011 at 02:50 AM..
 

10 More Discussions You Might Find Interesting

1. Programming

Binary not getting executed from Java on Solaris environment

In the Java programme, I am calling function, "Runtime.getRuntime().exec( cmdarray ); " with the array of arguments in which first argument is the binary(C-executable) file and argv1,argv2 and so on. This will be executed on Sun OS system.. I can execute using "sh -c cmdarray" on the shell... (0 Replies)
Discussion started by: shafi2all
0 Replies

2. Shell Programming and Scripting

php shell_exec, exec command timeout

HI, Does anybody know if its possible to execute a command through exec, shell exec, system and if the program doesn't terminate in N seconds returns control to PHP ? reg, research3 ---------- Post updated 10-16-09 at 12:20 AM ---------- Previous update was 10-15-09 at 11:03 PM... (1 Reply)
Discussion started by: research3
1 Replies

3. Shell Programming and Scripting

Help with PHP and shell_exec!!!

Hi, I've been working on a PHP script which is "supposed" to find an individuals weather based on their geolocation. This script uses "shell_exec". I have checked my syntax and it is correct, but there is still something missing; for when I call on the script using: <form action='/weather.php'... (15 Replies)
Discussion started by: o0110o
15 Replies

4. Programming

Calling macro in shell_exec not working

Hi guys! I really need your help. I have a php code that should convert doc, ppt,etc. to pdf using openoffice. But its not working, and im not sure what the problem is. Here's my php code: define('OOFFICE_LIBRARY', '/usr/lib/openoffice.org/program/'); $convertToPdf = OOFFICE_LIBRARY .... (5 Replies)
Discussion started by: tweine
5 Replies

5. Web Development

trouble with shell_exec()

If you aren't familiar with LaTeX, don't stress.. it's just a document markup language that I use for creating Math documents. Anyway, if I execute "latex /home/destructo/Desktop/example.tex" inside my command prompt (ubuntu), it will create the desired document... I decided to try to create a... (3 Replies)
Discussion started by: tyrick
3 Replies

6. Shell Programming and Scripting

Passing array variable in shell_exec

Hi all, i wrote a php script in which i passed some values in the array variable using a for loop. I have to pass this array values to a shell script using shell_exec() <?php while($row = mysql_fetch_assoc($ansid)) { //$row = mysql_fetch_assoc($ansid); $aid = $row; echo $aid; $i =... (2 Replies)
Discussion started by: vidhyaS
2 Replies

7. AIX

Script not getting executed via cron but executes when executed manually.

Hi Script not getting executed via cron but executes successfully when executed manually. Please assist cbspsap01(appuser) /app/scripts > cat restart.sh #!/bin/ksh cd /app/bin date >>logfile.out echo "Restart has been started....." >>logfile.out date >>logfile.out initfnsw -y restart... (3 Replies)
Discussion started by: samsungsamsung
3 Replies

8. Web Development

php shell_exec

Hey guys i've recently been getting into php programming and i became thinking was it possible to create a php script that would allow you to run a terminal from the browser page? All i've pretty much got so far is: $var = $_GET; $output = php shell_exec($var); echo $output; ... (4 Replies)
Discussion started by: lordfirex
4 Replies

9. Shell Programming and Scripting

Sqlplus with shell_exec(); PHP command

Hi, I need to run a PL/SQL Query from a distant oracle server in order to create spool files and send it to my own server, using a php script. I firstly created a SH script called myscript.sh #!/bin/bash echo "This script is working" sqlplus... (8 Replies)
Discussion started by: cgstag
8 Replies

10. UNIX for Beginners Questions & Answers

Shell_exec is not working

I am trying to execute a command with shell_exec but this command does not work, other commands work <?php $output = shell_exec("tail /var/log/syslog"); echo "<pre>$output</pre>"; ?> (4 Replies)
Discussion started by: Rodrigo_Bueno
4 Replies
Teeworlds(6)															      Teeworlds(6)

NAME
teeworlds - Teeworlds Client SYNOPSIS
teeworlds ["option value"]... DESCRIPTION
This manual page documents briefly the teeworlds command. teeworlds is the Teeworlds client. It is an online multi-player platform 2D shooter. OPTIONS
(Note that this is not a full list!) bind key command [value] exec configfile connect server:port player_name <string> password <string> logfile <string> cl_cpu_throttle <binary> cl_editor <binary> b_filter_string <string> b_filter_full <binary> b_filter_empty <binary> b_filter_pw <binary> b_filter_ping <binary> b_filter_gametype <integer> b_filter_compatversion <binary> b_sort <integer> b_sort_order <binary> b_max_requests <integer> snd_rate <integer> snd_enable <binary> snd_volume <integer> snd_noactive_mute <binary> gfx_screen_width <integer> gfx_screen_height <integer> gfx_fullscreen <binary> gfx_color_depth <integer> gfx_clear <binary> gfx_vsync <binary> gfx_display_all_modes <binary> gfx_texture_compression <binary> gfx_high_detail <binary> gfx_texture_quality <binary> gfx_fsaa_samples <integer> gfx_refresh_rate <integer> gfx_debug_resizable <binary> inp_mousesens <integer> debug <binary> cl_predict <binary> cl_nameplates <binary> cl_nameplates_always <binary> cl_autoswitch_weapons <binary> cl_showfps <binary> cl_airjumpindicator <binary> cl_threadsoundloading <binary> cl_warning_tuning <binary> cl_mouse_deadzone <integer> cl_mouse_followfactor <integer> cl_mouse_max_distance <integer> cl_motd_time <integer> ed_showkeys <binary> cl_flow <binary> cl_show_welcome <binary> player_user_custom_color <binary> player_color_body <integer> player_color_feet <integer> player_skin <integer> dbg_tuning <binary> ui_page <integer> ui_server_addess <string> ui_scale <integer> ui_color_hue <integer> ui_color_sat <integer> ui_color_lht <integer> ui_color_alpha <integer> SEE ALSO
teeworlds-server(6) AUTHOR
Teeworlds was written by Magnus Auvinen. This manual page was written by Jack "jscinoz" Coulter <jscinoz@gmail.com> for the Debian project (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. April 14 , 2008 Teeworlds(6)
All times are GMT -4. The time now is 12:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy