📄 realplayer.php
字号:
<?php
include( "../../config.inc.php" );
include( "../../includes/SysGlobal.php" );
include( "../language/".$aLan."_".$charset.".php" );
include( "../../includes/version.php" );
include( "../../includes/pro.php" );
include( "../func/adm.inc.php" );
include( "../func/db.inc.php" );
needauth( 0 );
error_reporting( E_ERROR | E_WARNING | E_PARSE );
echo "<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=";
echo $charset;
echo "\">\r\n<link rel=stylesheet type=text/css href=style.css>\r\n<title>";
echo $strHtmlReal;
echo "</title>\r\n";
echo "<s";
echo "cript>\r\nfunction check_form () {\r\n\tif (realplayer_src.value == \"http://\" || realplayer_src.value == \"\") {\r\n\t\talert (\"";
echo $strHtmlRealNotice;
echo "\");\r\n\t\trealplayer_src.focus();\r\n\t\treturn false;\r\n\t} \r\n\treturn true;\r\n}\r\n</script>\r\n</HEAD>\r\n<BODY leftMargin=0 topMargin=0 marginheight=\"0\" marginwidth=\"0\" class=\"bodybackground\">\r\n<center>\r\n";
echo "<s";
echo "cript>\r\nfunction returnvar () {\r\n\tif (check_form ()) {\r\n\t\twindow.returnValue = realplayer_src.value + \"*\" + txtname.value + \"*\" + txtborder.value + \"*\" + txttitle.value + \"*\" + txtWidth.value + \"*\" +\r\n\t\tWidthUnits.value + \"*\" + txtHeight.value + \"*\" + HeightUnits.value + \"*\" + txthspace.value + \"*\" + txtvspace.value + \"*\" + chkplay.value + \"*\" +\r\n\t\tchkcontrol.value + \"*\" + chkloop.value + \"*\" + c";
echo "hkstatus.value + \"*\" + chkpositionslider.value + \"*\" + sltalign.value + \"*\" + textarea.value;\r\n\t\twindow.close();\r\n\t}\r\n}\r\n</script>\r\n <table width=\"20\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr> \r\n <td><img src=\"dot.gif\" height=\"7\" width=\"1\"></td>\r\n </tr>\r\n </table>\r\n <TABLE cellPadding=3 cellSpacing=0>\r\n <TBODY>\r\n <TR align=\"center\"> \r\n \r\n <TD><FIELDSET> <LEGEND>";
echo $strHtmlReal;
echo "</LEGEND> \r\n\r\n\r\n <table width=\"20\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr> \r\n <td><img src=\"dot.gif\" height=\"7\" width=\"1\"></td>\r\n </tr>\r\n </table>\r\n <table border=\"0\">\r\n <tr valign=\"baseline\"> \r\n <td width=\"81\" align=\"right\" nowrap><lable>";
echo $strHtmlRealUrl;
echo "</td>\r\n <td colspan=\"3\" align=\"left\" nowrap> \r\n <input name=\"realplayer_src\" type=\"text\" value=\"http://\" size=\"45\">\r\n </td>\r\n </tr>\r\n <tr valign=\"baseline\"> \r\n <td align=\"right\" nowrap><label>";
echo $strHtmlRealName;
echo "</label></td>\r\n <td align=\"left\" nowrap> \r\n <input name=\"txtname\" type=\"text\" size=\"8\">\r\n </td>\r\n <td align=\"right\" nowrap>";
echo $strHtmlRealBorder;
echo "</td>\r\n <td align=\"left\" nowrap>\r\n <input name=\"txtborder\" type=\"text\" size=\"12\">\r\n </td>\r\n </tr>\r\n <tr valign=\"baseline\"> \r\n <td align=\"right\" nowrap><label>";
echo $strHtmlRealTitle;
echo "</label></td>\r\n <td colspan=\"3\" align=\"left\" nowrap>\r\n <input name=\"txttitle\" type=\"text\" id=\"txttitle\" size=\"45\">\r\n </td>\r\n </tr>\r\n <tr> \r\n <td align=\"right\" valign=\"baseline\" nowrap>";
echo $strHtmlRealWidth;
echo "</td>\r\n <td colspan=\"3\" valign=\"baseline\" nowrap> \r\n <input name=\"txtWidth\" type=\"text\" value=\"400\" size=\"8\" >\r\n ";
echo "<s";
echo "elect name=\"WidthUnits\">\r\n <option value=\"%\" name=\"percent\">";
echo $strHtmlRealPercent;
echo "</option>\r\n <option value=\"px\" selected name=\"pixels\" nowrap>";
echo $strHtmlRealPx;
echo "</option>\r\n </select>\r\n </td>\r\n </tr>\r\n <tr> \r\n <td align=\"right\" valign=\"baseline\" nowrap>";
echo $strHtmlRealHeight;
echo "</td>\r\n <td colspan=\"3\" valign=\"baseline\" nowrap> \r\n <input name=\"txtHeight\" type=\"text\" value=\"300\" size=\"8\" >\r\n ";
echo "<s";
echo "elect name=\"HeightUnits\">\r\n <option value=\"%\" name=\"percent\">";
echo $strHtmlRealPercent;
echo "</option>\r\n <option value=\"px\" selected name=\"pixels\" nowrap>";
echo $strHtmlRealPx;
echo "</option>\r\n </select>\r\n </td>\r\n </tr>\r\n <tr> \r\n <td align=\"right\" valign=\"baseline\" nowrap>";
echo $strHtmlRealHspace;
echo "</td>\r\n <td width=\"87\" valign=\"baseline\" nowrap>\r\n <input type=\"text\" name=\"txthspace\" size=\"8\" >\r\n </td>\r\n <td width=\"71\" align=\"right\" valign=\"baseline\" nowrap>";
echo $strHtmlRealVspace;
echo "</td>\r\n <td width=\"104\" valign=\"baseline\" nowrap>\r\n <input type=\"text\" name=\"txtvspace\" size=\"12\" >\r\n </td>\r\n </tr>\r\n <tr> \r\n <td align=\"right\" valign=\"top\" nowrap>";
echo $strHtmlRealPlay;
echo "</td>\r\n <td colspan=\"3\" valign=\"baseline\" nowrap>\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n <tr> \r\n <td>\r\n <input name=\"chkplay\" type=\"checkbox\" value=\"-1\" checked>\r\n ";
echo $strHtmlRealAutoPlay;
echo "</td>\r\n <td>\r\n <input name=\"chkcontrol\" type=\"checkbox\" value=\"ControlPanel\" checked>\r\n ";
echo $strHtmlRealPlayCtrl;
echo " </td>\r\n </tr>\r\n <tr> \r\n <td>\r\n <input name=\"chkloop\" type=\"checkbox\" value=\"-1\">\r\n ";
echo $strHtmlRealPlayLoop;
echo "</td>\r\n <td>\r\n <input name=\"chkstatus\" type=\"checkbox\" value=\"StatusBar\" checked>\r\n ";
echo $strHtmlRealPlayStatus;
echo "</td>\r\n </tr>\r\n <tr> \r\n <td>\r\n <input name=\"chkpositionslider\" type=\"checkbox\" value=\"PositionSlider\" checked>\r\n ";
echo $strHtmlRealPlaySlider;
echo " </td>\r\n <td> </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n \r\n\t\t\t<tr valign=\"baseline\"> \r\n <td align=\"right\" nowrap><label>";
echo $strHtmlRealDq;
echo "</label></td>\r\n <td colspan=\"3\" align=\"left\" nowrap>\r\n ";
echo "<s";
echo "elect name=\"sltalign\" style=\"width:150px\">\r\n <option>";
echo $strHtmlRealDqDefault;
echo "</option>\r\n <option value=\"Baseline\">";
echo $strHtmlRealDqBaseline;
echo "</option>\r\n <option value=\"Top\">";
echo $strHtmlRealDqTop;
echo "</option>\r\n <option value=\"Middle\">";
echo $strHtmlRealDqMiddle;
echo "</option>\r\n <option value=\"Bottom\">";
echo $strHtmlRealDqBottom;
echo "</option>\r\n <option value=\"TextTop\">";
echo $strHtmlRealDqTextTop;
echo "</option>\r\n <option value=\"Absolute Middle\">";
echo $strHtmlRealDqAbMiddle;
echo "</option>\r\n <option value=\"Absolute Bottom\">";
echo $strHtmlRealDqAbBottom;
echo "</option>\r\n <option value=\"left\">";
echo $strHtmlRealDqAbLeft;
echo "</option>\r\n <option value=\"Center\">";
echo $strHtmlRealDqCenter;
echo "</option>\r\n <option value=\"Right\">";
echo $strHtmlRealDqRight;
echo "</option>\r\n </select>\r\n </td>\r\n </tr>\r\n <tr valign=\"baseline\"> \r\n <td align=\"right\" nowrap><label>";
echo $strHtmlRealIntro;
echo "</label></td>\r\n <td colspan=\"3\" align=\"left\" nowrap>\r\n <textarea name=\"textarea\" cols=\"30\" rows=\"4\"></textarea>\r\n </td>\r\n </tr>\r\n </table>\r\n </FIELDSET></TD>\r\n </TR>\r\n <TR> \r\n <TD align=right><INPUT type=button value=\"";
echo $strConfirm;
echo "\" name=sAction onClick=\"returnvar();\"> <INPUT name=\"button\" type=button onclick=\"window.close();\" value=\"";
echo $strCancel;
echo "\"></TD>\r\n </TR>\r\n</TABLE>\r\n</center>\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -