Skip to content

Create nick database entry in external program. #441

Closed Answered by abcbarryn
abcbarryn asked this question in Support
Discussion options

You must be logged in to vote

Ok, first off, I found that the xmlrpc extension is no longer bundled with PHP 8.x. You have to download it and build it separately. It is available here: https://github.com/php/pecl-networking-xmlrpc
To build it you need to run phpize in the folder where you extracted it, then run configure, then make, then make install. After that you will need to go to /etc/php8/conf.d and create a file named xmlrpc.ini containing the line:
extension=xmlrpc.so

Now your PHP has the XMLRPC extension loaded, copy https://github.com/anope/anope/blob/2.1/docs/XMLRPC/xmlrpc.php and edit the last line to contain the URL of your Anope web server instance. Make sure m_httpd is enabled and configured in your Ano…

Replies: 20 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@SadieCat
Comment options

@abcbarryn
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by abcbarryn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #437 on November 01, 2024 09:40.