Trades are back up.

actually its there. the formating was bad.

this is the actual file.

<?php

// Set some useful constants that the core may require or use
define("IN_MYBB", 1);
define('THIS_SCRIPT', 'about.php');

// Including global.php gives us access to a bunch of MyBB functions and variables
require_once "./global.php";

$lang->load("portal");
$plugins->add_hook("global_start", "recenttopicsindex_show"); 
// Add a breadcrumb
add_breadcrumb('About Me', "about.php");
$title = "About ".$mybb->settings['bbname'];
$about = "<div>Hello, I am LeRoy. I am a web developer. I love making websites. I   know php, css, html and frameworks. I am love to work with php the most   tho. I am open for other applications.<br>
</div>
<div><br>
</div>
<div>i am engaged to Mary. I am happy to be engaged with her. we been   together since October 30th, 2009. We are happy to be with each other.   She is         autism and i am adhd and i am still learning things about autism.   i do support autism. my fiance&rsquo;s little brother who is 5 yrs old is   also autism and  i do care about him. i do protect and watch him as if he   is my own son.<br>
</div>
<div><br>
</div>
<div>My mother is bonny. She just recently covered from breast cancer.   She is my father and my mother. I never had a father figure that much   but from a     good friend. But my mom has always had my back even through   my bad times. I use to be addicted to whiskey so bad that it was getting   the best of me. If     it wasn't for my mom I wouldn't be here. She also   gotten me away from Baltimore, MD to get me out of the lifestyle I was   once living which was gang         life. I only knew hustling, thugging and   fighting. I always was getting into trouble. Now thanks to my mom, I   have successfully reincarnated myself and         made better of my life.<br>
</div>
<div><br>
</div>
<div>My grandma Florence, she has always been by my side until august   3rd, 2007. She was like a mom to me also. She would always give me   advice, help   me with any issues I once had. She never got mad though   when I messed up or made mistakes. She died due to an Aneurysm. We have   tried to get it taken care  but before we could she couldn't hold on.   Even though I felt like it was my fault I know it wasn't. It just sucked   that she died in front of me holding my  hands.<br>
</div>
<div><br>
</div>
<div>My two brothers: Kevin and Ryan. I always will love them and wish I   could see them again. I can't see them until they turn 18 due to them   been up  for adoption. It was for the best I guess. My mom went through a   bad depression trying to take care of 3 kids while working and also   having depression real bad. But I know my brothers are well and cared   for. They do talk to me when they get the chance to. </div>
";
$prm_pa_start = '';
$prm_pa_end = '';
if ($mybb->settings['portalreadmore_enable'] != 0)
{
$prm_pa_start = '<div class="readmore" id="content_tid'.$announcement['tid'].'">';
$prm_pa_end = '</div>';
}


$portalreadmore = '';
$mybb->settings['portalreadmore_height'] = $mybb->settings['portalreadmore_height'] > 0 ? $mybb->settings['portalreadmore_height'] : 150;
$mybb->settings['portalreadmore_speed'] = $mybb->settings['portalreadmore_speed'] > 0 ? $mybb->settings['portalreadmore_speed'] : 100;
if ($mybb->settings['portalreadmore_enable'] != 0)
{
$portalreadmore = '<script type="text/javascript" src="'.$mybb->asset_url.'/jscripts/readmore.min.js"></script>
<script type="text/javascript">
//<!--
$(\'div.readmore\').readmore({
moreLink: \'<div class="postbit_buttons"><a href="#" class="prm_open"><span>'.$lang->portalreadmore_readmore.'</span></a></div>\',
lessLink: \'<div class="postbit_buttons"><a href="#" class="prm_close"><span>'.$lang->portalreadmore_close.'</span></a></div>\',
collapsedHeight: '.$mybb->settings['portalreadmore_height'].',
speed: '.$mybb->settings['portalreadmore_speed'].'
});
// --></script>';
}


// Using the misc_help template for the page wrapper
eval("\$page = \"".$templates->get("about")."\";"); 

// Spit out the page to the user once we've put all the templates and vars together
output_page($page);

?>
/r/ptcgo Thread Parent