| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/ULIB/_misc/ |
Upload File : |
<?
include("../inc/config.inc.php");
html_start();
$tbname="keyhelp_callngenner";
if ($actioncalln!="") {
tmq("update $tbname set lastuse='no' where 1 ");
tmq("update $tbname set lastuse='yes',current=current+1 where id='$actioncalln' ");
$s=tmq("select * from $tbname where id='$actioncalln' ");
$s=tmq_fetch_array($s);
$next=floor($s[current]);
?><SCRIPT LANGUAGE="JavaScript">
<!--
parent.getobj('<? echo $parentjsid ?>').value=parent.getobj('<? echo $parentjsid ?>').value+'^a<? echo trim($s[prefix]) ." ".$next?>';
parent.showhidesuggestme_justhide();
//-->
</SCRIPT><?
die;
}
$c[2][text]="ª×èͪش::l::Set Name";
$c[2][field]="name";
$c[2][fieldtype]="text";
$c[2][descr]="";
$c[2][defval]="";
$c[3][text]="µÑÇÍÑ¡ÉùÓ˹éÒ::l::Prefix";
$c[3][field]="prefix";
$c[3][fieldtype]="text";
$c[3][descr]="<BR>".getlang("àªè¹ vcd, dvd,df::l::Ex: vcd, dvd, df");
$c[3][defval]="";
$c[4][text]="Running »Ñ¨¨ØºÑ¹::l::Current Running";
$c[4][field]="current";
$c[4][fieldtype]="number";
$c[4][descr]="";
$c[4][defval]="0";
/*
$c[5][text]="Lastuse::l::Lastuse";
$c[5][field]="lastuse";
$c[5][fieldtype]="text";
$c[5][descr]="";
$c[5][defval]="no";
*/
//dsp
$dsp[2][text]="ª×èͪش::l::Set Name";
$dsp[2][field]="name";
$dsp[2][width]="60%";
$dsp[3][text]="¤ÅÔ¡ãªé::l::Click use";
$dsp[3][field]="prefix";
$dsp[3][align]="center";
$dsp[3][filter]="module:localclickuse";
$dsp[3][width]="40%";
$o[tablewidth]="100%";
function localclickuse($wh) {
global $parentjsid;
$next=floor($wh[current])+1;
$wh[prefix]=trim($wh[prefix]);
$r=" <A style='font-size: 24px' HREF='callngenner.php?actioncalln=$wh[id]&parentjsid=$parentjsid'>$wh[prefix] $next</A> ";
return $r;
}
fixform_tablelister($tbname," 1 ",$dsp,"yes","yes","yes","parentjsid=$parentjsid&tagid=$tagid",$c,"lastuse desc",$o);
?>