Home
last modified time | relevance | path

Searched refs:_GET (Results 1 – 25 of 199) sorted by relevance

12345678

/plugin/jdraw/
H A Djdraw.php47 dokuBase="<?php echo $_GET["dokuBase"]; ?>" \
48 palettes="<?php echo $_GET["palettes"]; ?>" \
49 imageFormat="<?php echo $_GET["image_format"]; ?>" \
50 authtok="<?php echo $_GET["authtok"]; ?>" \
51 sectok="<?php echo $_GET["sectok"]; ?>" \
52 name="<?php echo $_GET["name"]; ?>" \
53 sessionName="<?php echo $_GET["sessionName"]; ?>" \
54 sessionId="<?php echo $_GET["sessionId"]; ?>" \
57 isNew="<?php echo $_GET["isNew"]; ?>" \
72 <param name="name" value="<?php echo $_GET["name"]; ?>">
[all …]
/plugin/photogallery/phpThumb/
H A DphpThumb.php40 …me(!empty($_GET['sia']) ? $_GET['sia'] : (!empty($_GET['down']) ? $_GET['down'] : 'phpThumb_genera…
165 …$_GET['phpThumbDebug'] = (!empty($_GET['phpThumbDebug']) ? max(1, (int) $_GET[ 'phpThumbDebug']) :…
219 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '0')) {
233 $_GET[$key] = stripslashes($_GET[$key]);
247 if (!empty($_GET['src']) && isset($_GET['md5s']) && empty($_GET['md5s'])) {
279 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '1')) {
381 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '2')) {
417 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '3')) {
484 if (isset($_GET['phpThumbDebug']) && ($_GET['phpThumbDebug'] == '4')) {
505 …if (!@$_GET['w'] && !@$_GET['wp'] && !@$_GET['wl'] && !@$_GET['ws'] && !@$_GET['h'] && !@$_GET['hp…
[all …]
/plugin/rdplink/
H A Drdp.php3 header("Content-disposition: attachment; filename=".$_GET['server'].".rdp");
27 full address:s:<?php echo $_GET['server']. "\n"?>
28 <?php if (!empty($_GET['domain'])) echo "domain:s:".$_GET['domain']."\n" ?>
29 <?php if (!empty($_GET['username'])) echo "username:s:".$_GET['username']."\n" ?>
30 <?php if (!empty($_GET['password'])) echo "password 51:b:".$_GET['password']."\n" ?>
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconnector.php45 if (!isset($_GET)) {
46 global $_GET;
51 if ( !isset( $_GET['Command'] ) || !isset( $_GET['Type'] ) || !isset( $_GET['CurrentFolder'] ) )
57 $sCommand = $_GET['Command'] ;
58 $sResourceType = $_GET['Type'] ;
102 UnlinkFile($sResourceType, $sCurrentFolder, $sCommand, $_GET['file']);
/plugin/templateconfhelper/action/
H A Dtemplateaction.php54 if( isset( $_GET['utpl'] ) && preg_match( '/^[\w-]+$/', $_GET['utpl'] )) {
55 if( $_GET['utpl'] != $tpl && $_GET['utpl'] != $conf['template'] ) {
58 $tpl = $_GET['utpl'];
61 if( isset( $_GET['utpl'] ) && $_GET['utpl'] == "" ) {
68 if( isset( $_GET['utpl_theme'] ) && preg_match( '/^[\w-]*$/', $_GET['utpl_theme'] )) {
69 if( $_GET['utpl_theme'] ) {
70 $theme = $_GET['utpl_theme'];
73 $this->save_session( 'template_theme', $_GET['utpl_theme'] );
/plugin/farm/
H A Dtestclient.php38 if(isset($_GET['a'])) {
39 …cli->authenticateRemoteAppAndRun('remoteapp', 'pwd', 'animalExists', array('name' => $_GET['a'])));
40 }elseif(isset($_GET['d'])) {
41 …cli->authenticateRemoteAppAndRun('remoteapp', 'pwd', 'animalDelete', array('name' => $_GET['d'])));
42 }elseif(isset($_GET['new'])) {
43 …i->authenticateRemoteAppAndRun('remoteapp', 'pwd', 'animalCreate', array('name' => $_GET['new'])));
46 …if(isset($_GET['a']) || isset($_GET['d']) || isset($_GET['new'])) echo '<pre>'.getLastRequestForma…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dconnector.php41 if (!isset($_GET)) {
42 global $_GET;
44 if ( !isset( $_GET['Command'] ) || !isset( $_GET['Type'] ) || !isset( $_GET['CurrentFolder'] ) )
48 $sCommand = $_GET['Command'] ;
49 $sResourceType = $_GET['Type'] ;
/plugin/simplechat/
H A Dajax.php12 $cmd = $_GET['cmd'];
13 …$room = str_replace(array(' ','.','/',':'),array('','','-','-'),$_GET['room']); // need to clean t…
17 $msg = str_replace( array("\r","\n"), '\r', trim($_GET['msg']) );
23 …$newmsgline = ".\t&laquo;".htmlspecialchars($_GET['user'])." ".htmlspecialchars( substr( $msg , 4)…
28 …$newmsgline = ".\t&laquo;".htmlspecialchars($_GET['user'])." flips a coin. It is ".$coin[rand(0,1)…
32 …$newmsgline = ".\t&laquo;".htmlspecialchars($_GET['user'])." rolls a ".rand(1,$dicesides)." out of…
42 $newmsgline = htmlspecialchars($_GET['user'])."\t".htmlspecialchars($msg)."\n";
57 $startline = $_GET['start'];
74 $newmsgline = ".\t".htmlspecialchars($_GET['user'])." entered the chat.\n";
80 $newmsgline = ".\t".htmlspecialchars($_GET['user'])." left the chat.\n";
/plugin/rater/
H A Daction.php45 $this->raterfile = $_GET['rater_file'];
46 $this->rater_id = $_GET['rater_id'];
47 $this->rater_name = $_GET['rater_name'];
48 $this->rater_ip = $_GET['rater_ip'];
49 $this->rater_end = $_GET['rater_end'];
50 $this->anker_id = $_GET['anker'];
54 $this->raterfile = $_GET['rater_file'];
55 $this->rater_id = $_GET['rater_id'];
57 $this->rater_ip = $_GET['rater_ip'];
58 $this->rater_end = $_GET['rater_end'];
[all …]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconnector.php51 if (!isset($_GET)) {
52 global $_GET;
57 if ( !isset( $_GET['Command'] ) || !isset( $_GET['Type'] ) || !isset( $_GET['CurrentFolder'] ) )
63 $sCommand = urlencode($_GET['Command'] );
64 $sResourceType = urlencode($_GET['Type']) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconnector.php51 if (!isset($_GET)) {
52 global $_GET;
57 if ( !isset( $_GET['Command'] ) || !isset( $_GET['Type'] ) || !isset( $_GET['CurrentFolder'] ) )
63 $sCommand = urlencode($_GET['Command'] );
64 $sResourceType = urlencode($_GET['Type']) ;
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.showpic.php37 if (isset($_GET['title'])) {
38 echo '<title>'.htmlentities($_GET['title']).'</title>';
39 unset($_GET['title']);
82 foreach ($_GET as $key => $value) {
125 if (!empty($_GET['src'])) {
/plugin/geonav/server/
H A Dget_locality.php6 $locality = $_GET["locality"];
9 $countyCode=$_GET["county"];
10 $q=$_GET["q"];
13 $countryCode=$_GET["ctry"];
14 $topic=$_GET["p"];
H A Dget_county.php6 $countyCode=$_GET["county"];
8 $countryCode=$_GET["ctry"];
9 $q=$_GET["q"];
10 $topic=$_GET["p"];
/plugin/dataloop/syntax/
H A Droll.php241 $offset = (int) $_GET['dataofs'];
246 …derer->doc .= '<a href="'.wl($ID,array('datasrt'=>$_GET['datasrt'], 'dataofs'=>$prev, 'dataflt'=>$
254 …derer->doc .= '<a href="'.wl($ID,array('datasrt'=>$_GET['datasrt'], 'dataofs'=>$next, 'dataflt'=>$
278 if($_GET['datasrt']){
279 if($_GET['datasrt']{0} == '^'){
280 $data['sort'] = array(substr($_GET['datasrt'],1),'DESC');
282 $data['sort'] = array($_GET['datasrt'],'ASC');
353 if($_GET['dataflt']){
354 list($col,$val) = split(':',$_GET['dataflt'],2);
382 if((int) $_GET['dataofs']){
[all …]
/plugin/database2/
H A Dmedia.php76 if ( $_GET['s'] )
80 $source = @unserialize( @base64_decode( $_GET['s'] ) );
99 $_GET['d'] = false;
109 $source = @unserialize( @gzuncompress( @base64_decode( $_GET['a'] ) ) );
110 $hash = trim( @base64_decode( $_GET['b'] ) );
208 $providedHash = @base64_decode( $_GET['b'] );
221 switch ( $_GET['m'] )
333 $_GET['d'] = false;
346 if ( $_GET['d'] )
351 if ( isset( $_GET['thumb'] ) )
[all …]
/plugin/codebutton2/
H A Dgenpng.php9 $bg = imagecreatetruecolor(isset($_GET['text']) ? strlen($_GET['text'])*11 : 66, 15);
17 $text = isset($_GET['text']) ? $_GET['text'] : "No Name";
/plugin/godiag/
H A Dfetch.php17 if($_GET['t'] == 'png'){
18 $file = getCacheName($_GET['f'],'.godiag.png');
21 $file = getCacheName($_GET['f'],'.godiag.sgf');
35 if($_GET['t'] != 'png') header('Content-Disposition: attachment; filename="'.basename($file).'";');
/plugin/custombuttons/
H A Dgenpng.php9 if(isset($_GET['text'])) {
10 $width = strlen($_GET['text']) * 11;
22 $text = isset($_GET['text']) ? $_GET['text'] : "No Name";
/plugin/galleryv1.5/inc/
H A Dimage.php27 if (!isset($_GET['file']) || !isset($_GET['size'])) {
32 $file = $_GET['file'];
33 $size = $_GET['size'];
/plugin/mikioplugin/
H A Dcarousel.php8 if (isset($_GET['id'])) {
9 $content = rawWiki($_GET['id']);
13 if (isset($_GET['carousel'])) {
14 $carousel_index = $_GET['carousel'];
/plugin/dokugource/
H A Daction.php71 if(!isset($_GET['dokugource_key']) || empty($_GET['dokugource_key'])) return;
72 if(!preg_match('`^[a-z0-9]{8,64}$`i', $_GET['dokugource_key'])) die();
73 $key = $_GET['dokugource_key'];
97 …$from = (isset($_GET['dokugource_from']) && !empty($_GET['dokugource_from'])) ? (int)$_GET['dokugo…
/plugin/pdftools/img/
H A Dline.php5 if (isset($_GET['h'])) {$h = intval($_GET['h']);} else $h=1;
10 if (!isset($_GET["q"])) {$im = imagecreate(1,$h*20);} else {$im = imagecreate($h*40,1);}
/plugin/netlogo/inc/
H A Dservefile.php14 $src = $_GET['src'];
15 $expires = $_GET['expires'];
16 $token = $_GET['token'];
/plugin/bookmark2wiki/
H A Dbookmark2wiki.php42 $wikitext=$_GET['te']; // things to log : Selected text
43 $url=$_GET['ur']; // things to log : URL
44 $title=$_GET['ti']; // things to log : title

12345678