search for: _request

Displaying 20 results from an estimated 22 matches for "_request".

Did you mean: request
2014 Mar 24
0
metadata 2
you could set up a php yp-server and add a line in the icecast config $email = "you at somewhere"; if($_REQUEST['action'] == "remove"){ header("YPResponse: 1"); header("YPMessage: Deleted server info."); mail($email,'YP debug: remove stream',print_r($_REQUEST,true)); } if($_REQUEST['action'] == "add"){ header(&qu...
2014 Mar 23
6
metadata 2
Hoi folks, I don't like to post in newsletter because of several reason but sometimes it isn't evitable. I am setting up a internet-radio-show (exclusively live, including 2 video-streams) and I want to read out the audio-metadata of momentarily played tracks in realtime to compare it against a SQL-database. The aim is to fill up and/or update a table with 'most played'
2006 Feb 21
6
Help with Script.aculo inPlaceEditor
Well, I start recently with Scriptacolus and inPlaceEditor. I have two doubts about use it. 1) When I specify URL for save changes or not it doesn''t work. See example below: <script type="text/javascript"> new Ajax.InPlaceEditor(''aNombre'', ''productos.php?a=actualizar&f=aNombre''); </script> In productos.php file I have
2007 Jul 10
9
Other parameters on InPlaceEditor
...;}, value: ($(el).innerHTML==''Yes'') ? ''1'' : ''0'', collection: [[0,''No''],[1,''Yes]], parameters: ''op=pag_sca&id='' + id_pagam + ''&id_cliente=<?=$id_user? >&id_order=<?=$_REQUEST[''id'']?>'', onBlur: function(request) {Element.show(''indicator'')} }); ---------------------------------- Thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups &quot...
2008 Feb 19
2
asterisk config file online editor
Guys, Im looking for a good text file editor for asterisk config files that can be embedded on a web page for online editing (on an interface), any recommendations? ________________________________________________________________ Anton Krall Direccion General Intruder Consulting A Division of IntruderEnterprises S.A. de C.V. www.Intruder.com.mx www.IntruderStore.com.mx Tel. 3872-2200 ext. 201
2006 Mar 29
1
Using boolean terms in PHP bindings
...temming_strategy ($query_parser, 1); //set the database queryparser_set_database ($query_parser, $db); //set prefix queryparser_add_boolean_prefix($query_parser, "XC", "1"); //parse and create the query $query = queryparser_parse_query ($query_parser, $_REQUEST["search"]); $enq = new_enquire ($db); enquire_set_query ($enq, $query); $result_set = enquire_get_mset ($enq, 0, 10); $item = mset_begin ($result_set);
2020 Oct 27
1
Centos 7 + PHP7.2 - variables_order not working
I've just moved my site onto a new box and I'm having a real problem? with $_REQUEST.? The variables_order? and request_order values are not being respected. I need the cookies to take the lowest priority, so I put it first in the sequence. However, as the code below shows this is not happening.? Changing variables_order and request_order does not make any difference. Anyone g...
2018 Mar 08
2
[PATCH] Move demixing matrix defines
Hello Jean-Marc et all, I've attached an updated patch which I feel addresses all 3 cases. PTAL, Thanks! Cheers, Drew On Wed, Mar 7, 2018 at 8:39 PM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > Make sure the modified libraries work in all of these three cases: > 1) libopus 1.2.1 > 2) libopus master (or 1.3-beta) with --enable-ambisonics > 3) libopus master (or
2008 Jan 31
7
Ajax.InPlaceEditor via PHP via prototype widows class = HELP :-)
my window comes up fine and builds a page from some PHP which is all kosher. this is what the source of the "window" looks like: ----------------------------------------------------------------------------------------------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2006 Jan 28
1
worth a few Euros?
...ne. Loaded symbols for /lib/libpam.so.0 Reading symbols from /lib/libdl.so.2...done. Loaded symbols for /lib/libdl.so.2 Reading symbols from /lib/tls/libc.so.6...done. Loaded symbols for /lib/tls/libc.so.6 Reading symbols from /lib/ld-linux.so.2...done. Loaded symbols for /lib/ld-linux.so.2 #0 auth_request_unref (_request=0x807b0f0) at auth-request.c:96 96 i_assert(request->refcount > 0); (gdb) bt #0 auth_request_unref (_request=0x807b0f0) at auth-request.c:96 #1 0x080523ee in auth_request_handler_unref (_handler=0x807b0f0) at auth-request-handler.c:66 #2 0x08050217 in auth_clie...
2006 Feb 14
4
Newbie stumped by "NameError in "
...107.10", 9000) result = "MindReadr Request called" mindreadr_controller.rb (mindreader_open_socket is defined here) class MindreadrController < ApplicationController def index end def display_images_from_mindreadr # Basic action which calls _open_socket, _request, and _read render(:layout => false) end def mindreadr_open_socket # Connect to MindReader server/port render(:layout => false) end def mindreadr_request # Ask MindReadr for some images render(:layout => false) end def min...
2006 Apr 07
6
ajax loading message
...}.bind(this), onFailure: function(request) { }.bind(this) }) } And this is the PHP $iTabPos = (isset($_REQUEST[''iTabPos'']) ? $_REQUEST[''iTabPos''] : ''''); switch ($iTabPos) { case 1: echo "This is the external AJAX content for panel 1"; break; case 2:...
2018 Mar 12
0
[PATCH] Move demixing matrix defines
...PUS_UNIMPLEMENTED for all projection encoder/decoder calls is pretty reasonable. I haven't looked in detail, but I think some of the calls are missing. I think all calls should have that behaviour and not just the ones used by libopusenc. As for the includes, how about leaving OPUS_PROJECTION_*_REQUEST in opus_projection.h, but defining OPUS_HAVE_OPUS_PROJECTION_H (or something like that) in opus.h? I still haven't looked at your libopusenc changes, that's my next step. Cheers, Jean-Marc On 03/08/2018 06:43 PM, Drew Allen wrote: > Hello Jean-Marc et all, > > I've attach...
2010 Aug 20
2
PATCH: SQL connect crash
...while attempting to connect to a nonexistent SQL database. A shallow look at the code reveals that NULL module->conn in passdb-sql.c is being erroneously dereferenced while trying to clean up after a failed connection attempt: (gdb) bt #0 0x0806240e in sql_query_callback (result=0x8076c40, sql_request=0x808ff90) at passdb-sql.c:70 #1 0x08069b66 in sqlpool_request_abort (_request=<value optimized out>) at driver-sqlpool.c:114 #2 0x0806ab2a in driver_sqlpool_deinit (_db=0x808b970) at driver-sqlpool.c:448 #3 0x0806970a in sql_deinit (_db=0x808b5bc) at sql-api.c:87 #4 0x0805a3ac in...
2011 May 19
2
click to call with php
Hello, i have asterisk 1.4 installed and i want to use click to call in order to do an outbound call if there is any php code in order to do this operation thanks and regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110519/417ac394/attachment.htm>
2006 Jan 07
3
script.aculo.us: autocomplete does not work
I copied an exact copy of "http://demo.script.aculo.us/ajax/autocompleter" to my harddisc inclusive all .js and .css. Then I changed "new Ajax.Autocompleter(''contact_name'', ''contact_name_auto_complete'', ''/ajax/auto_complete_for_contact_name'', {})" to "new Ajax.Autocompleter(''contact_name'',
2006 May 23
2
Outband call from php script
Hello, I am trying to make the following... Can someone tell me if it is possible? Is someone willing to do it from an asterisk@home box? 1. I send an http request to asterisk@home box. Ex: http://asterisk@home/call.php?phone=0033102030405&code=12345 2. Application will call phone number 0033102030405 (using a sip provider) 3. Application will play a pre-recorded voice prompt 4. Application
2011 Sep 28
3
Can't remember name of command to temporarily disable a share
I need to temporarily disable a share for a few days, I remember there was an entry I could add to the share definition to temporarily disable the share (I think it was disabled=true or enabled=false) but I can't remember what it was for sure, nor can I find it in the manual. what is it ?
2013 May 28
5
Storing Rails controller callback data in session
http://stackoverflow.com/questions/16770090/storing-rails-controller-callback-data-in-session The idea is: - Perform some time consuming action in background. - Have the results from that action be propagated back to the controller using a callback. - Store the result in an in memory session store. - Have the result in session be used and available from that point onward.
2010 Sep 21
1
[PREVIEW ONLY] Refactor data transfer code
...$ENV{HTTPS_CA_DIR} = "" unless (exists($ENV{HTTPS_CA_DIR})); } - die("Invalid configuration of Net::HTTPS") + die('Invalid configuration of Net::HTTPS') unless(Net::HTTPS->isa('Net::SSL')); return $self; } -sub get_volume +sub _request { my $self = shift; + my ($method, $uri) = @_; - my ($path) = @_; - - # Need to turn this: - # [yellow:storage1] win2k3r2-32/win2k3r2-32.vmdk - # into this: - # https://yellow.rhev.marston/folder/win2k3r2-32/win2k3r2-32-flat.vmdk? \ - # dcPath=ha-datacenter&dsNam...