���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/sngda.to/user/plugins/random-bg/plugin.php
���ѧ٧ѧ�
<?php /* Plugin Name: Random Backgrounds Plugin URI: http://yourls.org/ Description: Pretty random background patterns Version: 1.0 Author: Ozh Author URI: http://ozh.org/ */ // No direct call if( !defined( 'YOURLS_ABSPATH' ) ) die(); // Add the inline style yourls_add_action( 'html_head', 'ozh_yourls_randombg' ); function ozh_yourls_randombg() { $bg = glob( __DIR__.'/img/*png' ); $url = yourls_plugin_url( __DIR__ ); $rnd = yourls_plugin_url( $bg[ mt_rand( 0, count( $bg ) - 1 ) ] ); echo <<<CSS <style type="text/css"> body {background:#e3f3ff url($rnd) repeat;} </style> CSS; }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.1 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�