Displaying 14 results from an estimated 14 matches for "webscript".
2003 Jan 07
1
HELP! rsync won't upload my .htpasswd files
...m in the process of launching a site (http://www.intraspect.com
<http://www.intraspect.com/> ).
I'm using rsync to synchronize between our staging server and our
production server. All of my files are uploading correctly except for a
couple of .htpasswd files which reside in /var/apache/webscripts
I'm guessing that they won't upload because they start with "." Is there
some way around this? It's very important that these files get uploaded
to this directory.
Here is the code I'm using to execute rsync:
#!/bin/sh
RSYNC=/opt/sfw/bin/rsync
SSH="/usr/local...
2007 Apr 03
2
Scraping and saving.
Hi,
I''m working to scrape and save some ebooks. Mechanize has been
wonderful so far. The link I''m having trouble with is this one.
http://www.webscription.net/SendZip.aspx?SKU=0671578499&ProductID=379&format=H
When I click that in the browser it saves it to a file named
H_1632.zip. How do I get that name from the page. I suspect to save
this to a file I would just do (if lnk is the lnk)
lnk.click() but how do I save it and how do I get t...
2004 Apr 06
5
medir trafico
hola listeros!
existe algun script webScript, proyecto, herramienta
o lo que sea, que sirva para medir el trafico total de una
lan, como para hacer reportes mensuales por host ?
necesito hacer algo asi:
host Trafico/mes
-----------------------------
192.168.1.x1 xxxxx Bytes
192.168.1.x2 xxxxx Bytes
192.168.1.x3 xxxxx Bytes
192.168.1.x4 x...
2004 Aug 06
3
Dynamic playlist support
At 12:26 AM 9/15/2001 -0400, you wrote:
>I've actually been working on that same idea for the past few weeks. The final
>product is Livewire Radio, which I've just promoted from alpha to stable beta.
>It uses PHP and MySQL, and thus integrates very easily with a website.
How tied is your software to MySQL? I'm not terribly interested in using
something like this (yet
2004 Aug 06
3
Dynamic playlist support
...the GNU General Public License, though. ;)
Nate
----- Original Message -----
From: "Bryan Payne" <speedwolf@door.net>
To: <icecast@xiph.org>
Sent: Saturday, September 15, 2001 3:50 AM
Subject: Re: [icecast] Dynamic playlist support
> www.spacialaudio.com
>
> SAM webscripting plugin - mostly to learn from - and also look at the SAM
> api - open source.. Unix version with Vorbis support about to be released..
> Using a php/mysql system - also to take 2 live sources continous on 2
> different sound cards and 2 diff broadcasts in a unix enviornment I
> sugg...
2004 Aug 06
0
Dynamic playlist support
www.spacialaudio.com
SAM webscripting plugin - mostly to learn from - and also look at the SAM
api - open source.. Unix version with Vorbis support about to be released..
Using a php/mysql system - also to take 2 live sources continous on 2
different sound cards and 2 diff broadcasts in a unix enviornment I
suggest - "Liveice&...
2008 Aug 20
0
Re gression with Intersection Constraint
Hi,
Previously I posted a thread asking help on how to best-fit (in the least
squares sense) a straight line through a set of data points. Thanks a lot to
all replying to it. I managed it in Matlab using a function 'fit_3D_data'
(link:
http://webscripts.softpedia.com/script/Scientific-Engineering-Ruby/Statistics-and-Probability/Orthogonal-Linear-Regression-in-3D-space-35532.html).
But to add a 'simple' constraint to the problem, I am stuck. Here it is:
I have two sets of data points, representing two separate straight lines
(call A and...
2010 Dec 06
1
Execute DialPlan Context without Answer App
...i-principale
extension: s
priority: 1
Set: DIAL=103
data:
I'm not sure on the channel,context and callerid param.
The DIAL param is a code for an alarm, the [sistema-allarmi-principale] decode the alarm and call DeadAGI to start broadcast call with Teleyapper.
At a glance... I have a php webscript that create a call data file ( read from form the DIAL and insert in it) then before launch Teleyapper i have to decode group and alarm type from DIAL.
Ex . If the Dial is 101 the group is 1 ( third number ) and the alarm type ( second number )
-------------- next part --------------
An HTM...
2008 Dec 16
4
perl-web-script should start a application with wine
...ch_process_dlls "MSVCR80.dll" failed to initialize, aborting
197 [error] [client 10.113.201.215] err:module:LdrInitializeThunk Main exe initialization for L"Z: >\\\\usr\\\\share\\\\weblicgen\\\\bin\\\\ct-licensegenerator.exe" failed, status c0000142
Note: If I type: perl webscript.pl, then It works. If I write this script as a normal perlscript without using it from a browser, then it works too.
Can someone help me?
2004 Aug 06
0
Dynamic playlist support
...gt;
> ----- Original Message -----
> From: "Bryan Payne" <speedwolf@door.net>
> To: <icecast@xiph.org>
> Sent: Saturday, September 15, 2001 3:50 AM
> Subject: Re: [icecast] Dynamic playlist support
>
>
> > www.spacialaudio.com
> >
> > SAM webscripting plugin - mostly to learn from - and also look at the
SAM
> > api - open source.. Unix version with Vorbis support about to be
released..
> > Using a php/mysql system - also to take 2 live sources continous on 2
> > different sound cards and 2 diff broadcasts in a unix enviornm...
2004 Aug 06
2
launching icecast/ices from webinterface
hello,
i'm starting/stopping icecast (1.3.11) & ices (0.2.2) from a
web interface. fine so far, but now i see strange things:
both ices & icecast, once started , (ices -B ... , icecast -b ...),
both processes and their childs are listening also
to port 80, besides their normal operation.
i've found out because apache didn't restart (Address already in use:
make_sock: could
2004 Aug 06
2
separate source and client ports
...check for connections on the given port in the icecast configuration file. Basically this works fine. If there is at least one connection on that port, there must be a source connected, hence a broadcast.
The problem occures when a client wants to connect without a source being available, then my webscript detects a connection, but that of the client trying to connect and not of the source.
Is it possible to build in an option in the configure stage of icecast which let's you choose between just one port or separate ports for client and source connections?
Or does anyone know I can alter the sou...
2011 Jul 08
5
Triggering script from cron or web client
I have a Bash script, currently run a couple times an hour from cron, that
pulls data from an old Windows DB by rsync, converts it to SQL, and injects
it into a MySQL DB for display in a LAMP-based app. (Make and Perl are also
involved to minimize the number of tables touched and to clean up the SQL
generated by Pxlib.)
I'd like to add the ability to refresh the data immediately from the
2002 Jan 31
6
PDC problems
.../usr/local
valid users = heathk
[printers]
comment = All Printers
browseable = no
printable = yes
public = no
read only = yes
create mode = 0700
directory = /tmp
[homeward]
path = /home
valid users = wallacek,heathk
[recov]
path = /recov
valid users = heathk wallacek
[webscripts]
path = /usr/local/www
valid users = heathk,@web