On Mon, Jan 9, 2012 at 3:00 AM, Ryan Chan <span dir="ltr">&lt;<a href="mailto:ryanchan404@gmail.com">ryanchan404@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I want to turn on XMLRPC for users&#39; blog without the need to change<br>
the setting in their wordpress&#39;s admin.<br>
<br>
Is it possible to say, create a new file xmlrpc2.php and copy this<br>
file to under the user&#39;s blog and apply some hack in this file to by<br>
pass the admin setting?<br>
<br>
If yes, which file I should look at?</blockquote><div><br></div><div>You can update the database as Joseph and Dion suggested, though this is enough to get you started:</div><div><br class="Apple-interchange-newline">add_filter( &#39;pre_option_enable_xmlrpc&#39;, &#39;__return_true&#39; );</div>

</div>