Sorry if similar question as already been asked and been resolved. But my question is about a specific php file from Bullitin Borad software called MYBB. I am trying to edit the file and trying to insert HTML in the file but i am unable to do so. Any would greatly be appreciated.
Please see the text file to view the original php file that i am trying to edit.
I would like to insert the following HTML in the php file
$l['email_activateaccount'] = "Hi {1},
<p><b><font color="#3333FF">Congratulations!</font></b> Your request to
join <a href="http://www.funmelamasti.com">FunmelaMasti Forum</a>
has been accepted.</p>
To complete the registration process on {2}, you will need to go to the URL below in your web browser.
{3}/member.php?action=activate&uid={4}&code={5}
If the above link does not work correctly, go to
{3}/member.php?action=activate
You will need to enter the following:
Username: {1}
Activation Code: {5}
Thank you,
<p><b><font color="#3333F"'>The <a href="http://www.funmelamasti.com">FunmelaMasti</a> Team</font></b> - <font color="#666666">One Stop Fun Point</font></p>
<a href="http://www.funmelamasti.com" target='_blank' />
<img src="http://a.imageshack.us/img52/9166/funmelamastibaner2.gif" width="419" height="100"></a>
{2} Staff";