Code php post bài tự động lên forum Xenforo:
<?php
$dir = "_path_xenforo";
require($dir . '/src/XF.php');
XF::start($dir);
$forumId = '2'; // ID của mục cần post
$userId = '1'; //User ID # ID của tài khoản cần post
//$countfile='count.txt';
//$check_ID_CSV
$title = "title";
$message =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.