📄 get_code.php
字号:
<?require("functions.php");if(!$HTTP_COOKIE_VARS["UserID"]){ $msg="error login"; header("Location:error.php?msg=".$msg."&refer=".$GLOBALS["PHP_SELF"]); exit;}$conn=DBConnect();$sql="select style from links_users where id=".$HTTP_COOKIE_VARS["UserID"];$result=mysql_query($sql,$conn);$userinfo=mysql_fetch_object($result);DBClose($conn);$msg="你的".$LINKS_NAME."代码如下:<br>";$msg=$msg."<textarea cols=50 name=textarea readOnly rows=8>";$msg=$msg."<script src="".$GLOBALS["LINKS_URL"]."links.php?id=";$msg=$msg.$HTTP_COOKIE_VARS["UserID"];$msg=$msg."&style=";$msg=$msg.$userinfo->style;$msg=$msg.""></script></textarea>";?><html><head><title><?echo $SITE_TITLE;?></title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><link rel="stylesheet" href="cssset.css"></head><body bgcolor="#FFFFFF" text="#000000" leftmargin="5" topmargin="0" marginwidth="5" marginheight="0"><table border=0 cellpadding=0 cellspacing=0 width="100%"> <tbody> <tr> <td colspan="3"><?include("setup/pg_head.php");?> </td> </tr> <tr> <td bgcolor=#6699FF height=8 valign=top width="20%"> </td> <td bgcolor=#6699FF height=8 width="40%"><font color="#ffffff">重获<?echo $GLOBALS["LINKS_NAME"];?>代码</font></td> <td bgcolor=#6699FF height=8 valign=top width="40%"> </td> </tr> <tr> <td background=table_bg.gif height="380" width="20%" valign="top"><?MakeMenu(4);?> </td> <td align=middle colspan=2 valign=top><br><?echo $msg;?> </td> </tr> <tr> <td colspan="3"><?include("setup/pg_foot.php");?> </td> </tr> </tbody></table></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -