Files
IYUUAutoReseed/app/ly.php
2019-12-27 19:49:57 +08:00

13 lines
376 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* 作用添加聆音阅听专区30页小包方便大家赚魔力
* 使用方法:放入/app/ 目录下即可。
*/
require_once __DIR__ . '/init.php';
$start = 0;
$end = 30;
$url = 'live.php?inclbookmarked=0&incldead=1&spstate=0&&sort=5&type=asc&page={}';
while ($start <= $end) {
soulvoice::run(str_replace('{}', $start, $url), false);
$start++;
}