Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以创建一个新的 PHP 代码来在 vBulletin 上创建/插入新用户吗?还是代码存在于 vBulletin 中,例如 Wordpress 上的 Function(wp_create_user()) ?
打开/admincp/user.php并找到这个字符串
/admincp/user.php
$_REQUEST['do'] == 'add'
您会看到没有单一功能可以添加新用户,例如wp_create_user().
wp_create_user()