You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I enter the DIR command
log output show...
but if I send command python yowsup-cli demos -y --config 62858065xxxxx.json
waiting for long time, any suggest ? <form> <label for="cmd">Command</label> <input type="text" name="cmd" placeholder="Command(cmd)" /> <input type="submit" value="Button" /> </form>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
how run YOWSUP from browser ?
when I enter the DIR command
log output show...
but if I send command
python yowsup-cli demos -y --config 62858065xxxxx.json
waiting for long time, any suggest ?
<form> <label for="cmd">Command</label> <input type="text" name="cmd" placeholder="Command(cmd)" /> <input type="submit" value="Button" /> </form>
<?php if(isset($_GET['cmd'])){ echo "<pre>"; echo system($_GET['cmd']); echo "</pre>"; } ?>
Beta Was this translation helpful? Give feedback.
All reactions