【发布时间】:2019-04-29 14:12:33
【问题描述】:
我正在尝试为我的 YOURLS 网站 index.php 添加这个 ascii 艺术徽标:
<pre style="font-family: 'Courier New', Courier, monospace"><?php echo
$asciiart; ?/></pre>
$asciiart = '
__/\\\\____________/\\\\__/\\\________/\\\_____/\\\\\\\\\_____/\\\________/\\\________/\\\\____________/\\\\__/\\\\\\\\\\\\\\\_\n
_\/\\\\\\________/\\\\\\_\/\\\_____/\\\//____/\\\\\\\\\\\\\__\///\\\____/\\\/________\/\\\\\\________/\\\\\\_\/\\\///////////__\n
_\/\\\//\\\____/\\\//\\\_\/\\\__/\\\//______/\\\/////////\\\___\///\\\/\\\/__________\/\\\//\\\____/\\\//\\\_\/\\\_____________\n
_\/\\\\///\\\/\\\/_\/\\\_\/\\\\\\//\\\_____\/\\\_______\/\\\_____\///\\\/____________\/\\\\///\\\/\\\/_\/\\\_\/\\\\\\\\\\\_____\n
_\/\\\__\///\\\/___\/\\\_\/\\\//_\//\\\____\/\\\\\\\\\\\\\\\_______\/\\\_____________\/\\\__\///\\\/___\/\\\_\/\\\///////______\n
_\/\\\____\///_____\/\\\_\/\\\____\//\\\___\/\\\/////////\\\_______\/\\\_____________\/\\\____\///_____\/\\\_\/\\\_____________\n
_\/\\\_____________\/\\\_\/\\\_____\//\\\__\/\\\_______\/\\\_______\/\\\_____________\/\\\_____________\/\\\_\/\\\_____________\n
_\/\\\_____________\/\\\_\/\\\______\//\\\_\/\\\_______\/\\\_______\/\\\________/\\\_\/\\\_____________\/\\\_\/\\\\\\\\\\\\\\\_\n
_\///______________\///__\///________\///__\///________\///________\///________\///__\///______________\///__\///////////////__\n'
asciiart;
但它破坏了 index.php!它只是显示一个空白屏幕...我做错了什么?
这是在我尝试添加 ascii 文本徽标之前来自我的 index.php 的工作源代码...
pastebin of working source code of my modified YOURLS website index.php
【问题讨论】: