AVRIL_START_JANCOKALIVEAVRIL_END_JANCOK
| Server IP : dzynews.com / Your IP : 216.73.217.105 Web Server : nginx/1.30.3 System : Linux cloud-tdkldl-avd6 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 User : www ( 1000) PHP Version : 8.2.31 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/dzynews.com/wp-content/plugins/wppao-sitemap/module/ |
Upload File : |
<?php
function wppsmp_setting_helper(){
if(isset($_POST['generated_new_sitemap']) && stripslashes_deep($_POST['generated_new_sitemap'])){
wppsmp_new_sitemap();
}
$result = '<div class="wrap">
<h1>WP泡网站地图插件调试:</h1>
<h2>说明</h2>
<p>插件支持自动更新地图,开启文章发布自动生成即可,请勿重复生成。</p>
<h2>网站地图地址</h2>
<p>SitemapXML: '.get_site_url().'/sitemap.xml</p>
<p>SitemapHtml: '.get_site_url().'/sitemap.html</p>
<h2>手动生成地图</h2>
<form action="" method="post" name="generated_new_sitemap" id="generated_new_sitemap" class="validate">
<p class="submit"><input type="submit" name="generated_new_sitemap" id="generated_new_sitemap" class="button button-primary" value="生成地图"></p>
</form>
</div>
';
echo $result;
}