Activity Stream
48,167 MEMBERS
62933 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member

    Default 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



    donkeyhost Reviewed by donkeyhost 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

  2.   Sponsored Links

  3.     
    #2
    Member
    Your screenshot isn't clickable, there is nothing we can see from that.

    Super busy. I have to forward this email to 20 people in 5 minutes or else a ghost will visit me tonight and my room is a mess

  4.     
    #3
    Member
    if you've got some kind of data file you've probably already got the ability to pull the value in via PHP and display it.

    you can use this value when you're generating your html file in the <head> section

    PHP Code: 
    <head>
    <title>
        master of surgery 6th edition depositfiles free download Crack Serial (<?php echo $resultsCount?> links)
    </title>
    </head>
    ex: http://inputout.org/sandbox/variable...hp?count=14683
    replace x with a number value and it will update the 'results' line at the bottom as well as the 'title' of the page. if nothing is passed, it defaults to another number

    that's just one way to do it, write out your <title> with the results count you need

    example page source:
    PHP Code: 
    <?php
        $resultsCount 
    = isset($_GET['count']) ? (int)$_GET['count'] : 666;
    ?>

    <html>
    <title>
        master of surgery 6th edition depositfiles free download Crack Serial (<?php echo $resultsCount?> links)
    </title>

    <body>

    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean eget velit felis, ut dapibus sapien. Ut diam dolor, egestas id porttitor sit amet, hendrerit sit amet tortor. Nunc accumsan ligula eu metus cursus facilisis. Quisque vitae diam ut est commodo commodo. Nullam non varius arcu. Pellentesque et arcu nisi. Mauris diam ante, volutpat eget tincidunt condimentum, dapibus et libero. Pellentesque tincidunt tincidunt adipiscing. Cras mattis dolor sodales nisl pulvinar aliquam. Donec id mi tempus enim congue congue nec vitae urna. Vestibulum semper leo sit amet justo aliquet tempus pellentesque mauris scelerisque.</p>

    <p>Donec consequat enim et diam gravida consequat. Mauris id augue vitae ipsum convallis tristique. Aliquam purus nulla, adipiscing sit amet pulvinar at, egestas in lectus. Vivamus a nibh dolor. Donec mollis tellus dui. Etiam in sem ut nibh lacinia laoreet non nec tortor. Vivamus non arcu sem. In ante turpis, volutpat in pellentesque eu, malesuada vel odio. Cras lobortis eleifend elit, at sodales elit imperdiet nec. Morbi nisi nulla, adipiscing sit amet malesuada quis, rutrum id elit. Pellentesque ornare est id nisl rhoncus non rhoncus mi pharetra. Mauris odio nunc, aliquet eu auctor nec, vulputate quis velit. Nulla rhoncus, ipsum in tristique varius, turpis odio luctus odio, nec semper purus erat quis augue. Morbi facilisis tellus quis magna tincidunt viverra.</p>

    <p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Vivamus augue tortor, tincidunt at rhoncus vitae, pharetra in nibh. Ut vitae augue non arcu ornare dapibus ut non mauris. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec aliquet, mi id pharetra rutrum, erat lacus elementum lectus, consequat mattis purus erat rhoncus purus. Suspendisse dui nibh, hendrerit in tincidunt ut, interdum ac nunc. Morbi imperdiet urna sed quam mollis quis porta erat aliquet. Suspendisse nec libero nec lacus lobortis molestie. Nullam laoreet venenatis justo, vel placerat magna fringilla quis. Ut scelerisque ornare augue, quis ornare felis rutrum et. Donec eget nibh nunc, ut molestie lorem.</p>

    <br /><br /><br />

    <div id="results">About <span id="resultsCount"><?php echo $resultsCount?></span> results for mastery of surgery 6th edition depositfiles - Results 1 - 20 of <?php echo $resultsCount?></div>

    </body>
    </html>
    hope that helps

  5.     
    #4
    Respected Developer
    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);
    Bots Development | Web Development | Wordpress Customization | PSD Conversion

    Life has many twists and turns in it, you have to take what you are given and use it for the best.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 11
    Last Post: 10th Apr 2012, 02:51 AM
  2. Number Of Visit I get????
    By subha86 in forum Webmaster Discussion
    Replies: 2
    Last Post: 21st Oct 2011, 04:41 AM
  3. Number of Gals
    By toothmaniac in forum Polling Plaza
    Replies: 28
    Last Post: 6th Feb 2011, 04:23 PM
  4. Error Number 144
    By Chief-Editor in forum vBulletin
    Replies: 3
    Last Post: 20th Dec 2010, 02:19 PM
  5. [MYBB] Custom title after every topic title [SEO Trick]
    By Gat Dat in forum Web Application/Script Support
    Replies: 0
    Last Post: 22nd Jul 2009, 11:09 PM

Tags for this Thread

BE SOCIAL