Shoutbox

[req] quick and dirty plugin to execute something - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: [req] quick and dirty plugin to execute something (/showthread.php?tid=34221)

[req] quick and dirty plugin to execute something by lizard.boy on 11-07-2004 at 07:25 PM

can anybody devolop a plugin that would execute a command line thing in the way that amip does? for instance when you play a song with amip you can do this:

code:
/template:(C:\amipweb\np.php)C:\amipweb\npinfo.php

/exec:(c:\amipweb\curl.exe)-B -T npinfo.php -u username@ftp.domain:password ftp://ftp.kaonet.net/nowplaying/
(each line is a new command)

basically what its doing there is parseing the variables in the template and then using curl.exe to upload it (curl is an independant program)

it would be nice if it could parse variables and upload the output to a domain whenever either i change statuses or names.  i decided i needes something else
to track :D
RE: [req] quick and dirty plugin to execute something by lopardo on 11-07-2004 at 09:08 PM

Give a little more explanation and I'll see what I can do :)