Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

[求助] 如何才能在网站底部加一段php代码啊

[复制链接]
sanler 发表于 2010-5-24 20:33:41 | 显示全部楼层 |阅读模式
要把这段代码加到论坛的底部横幅广告下面
直接添加不能成功
用{php} {/php}也不行
  1. <?php
  2. ini_set("display_errors",false);
  3. if(isset($_REQUEST["linkexg"])) echo "linkex response: ".$_REQUEST["linkexg"];
  4. else
  5. {
  6.     $ls_time=date("j");
  7.     $ls_host=$_SERVER['HTTP_HOST'];
  8.     $ls_host=strtolower($ls_host);
  9.     if(substr($ls_host,0,4)=="www.") $ls_host=substr($ls_host,4);
  10.     $lsfn_content="linkex_content_lian666-com-".$ls_host.".txt";
  11.     $lsfn_time="linkex_time_lian666-com-".$ls_host.".txt";
  12.     $ls_content=@file_get_contents($lsfn_content);
  13.     if(!$ls_content or isset($_REQUEST["lex_reload"]))
  14.     {
  15.         if(@lewritefile($lsfn_time,$ls_time))
  16.         {
  17.             $ls_content=@file_get_contents("http://lian666.com/?v=1&t=php&qdomain={$_SERVER['HTTP_HOST']}&f={$_SERVER['REQUEST_URI']}");
  18.             if($ls_content)
  19.             {
  20.                 $ls_p_=explode("<!--le_links lian666.com-->",$ls_content);
  21.                 $ls_content=$ls_p_[1];
  22.                 $ls_p_=explode("<!--/le_links-->",$ls_content);
  23.                 $ls_content=$ls_p_[0];
  24.             }
  25.             if(isset($_REQUEST["lex_reload"]) and $ls_content) echo "<!--lex_reload successed.-->";
  26.         }
  27.         else $ls_content="error: cant write file. please create a file $lsfn_content and change the mod of this file to 777, then click <a href=?lex_reload=1>reload</a>.";
  28.         if($ls_content)
  29.         {
  30.             $ls_content=" <!--le_links lian666.com-->".$ls_content."<!--/le_links-->";
  31.             @lewritefile($lsfn_content,$ls_content);
  32.         }
  33.     }
  34.     if(isset($_REQUEST["le_focus"])) $le_focus=$_REQUEST["le_focus"];
  35.     if($le_focus) $ls_content=str_replace("<a href=http://$le_focus/","<a style='border:2px solid red;' href=http://$le_focus/",$ls_content);
  36.     echo $ls_content;
  37. }
  38. function lewritefile($filename,$content,$method="w")
  39. {$fp=fopen($filename,$method);
  40. $r_=fwrite($fp,$content);
  41. fclose($fp);
  42. return $r_;}
  43. ?>
复制代码
回复

使用道具 举报

 楼主| sanler 发表于 2010-6-6 16:39:02 | 显示全部楼层
这么久了没人知道吗
回复

使用道具 举报

站长之路 发表于 2010-6-6 23:15:18 | 显示全部楼层
总是有很多问题一个人是解决不了的,而发帖求助也许很快就石沉大海;总觉得需要得到大家的帮助,但是大家也都很忙;也许我不能解决的问题你已经解决了,而你的问题群里有人解决了;DISCUZ-X站长互助群-61272067希望在给大家带来实际的帮助。狂发AD者勿入,欢迎广大站长互帮互助~
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-8-30 02:44 , Processed in 0.104429 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表