your thread is a bit old but here is what u can do to achieve it

file engine/engine.php
find:
PHP Code: 
$metatags = <<<HTML
<meta http-equiv="Content-Type" content="text/html; charset={$config['charset']}" />
<title>
{$metatags['title']}</title> 
Replace with:
PHP Code: 
$myTitle $metatags['title'] . ' ('rand() . ' links)';
$metatags = <<<HTML
<meta http-equiv="Content-Type" content="text/html; charset={$config['charset']}" />
<title>
{$myTitle}</title> 
it will add a random link there
I dont remember search function to display on that page result, and thread is old i will not check it now but if you require let me know and i will check for you.

Tip: if u need larger number only change rand() to rand(50000,500000000);
mRAza Reviewed by mRAza on . How to add number in Title hi i am useing data life. i am looking for how to add number of search result or number of file in title http://s12.postimage.org/q61rsopxp/Untitled8798.jpg http://s15.postimage.org/axtjav9wr/Untitled878.jpg Rating: 5