How to show recent searches

Discussion in 'HTML & Website Design' started by Sammy04, Oct 26, 2009.

  1. #1
    Hi, guys i'm using DLE (Datalife Engine) script.

    I want to show recent searches done on my site, but i could not find anything on google, and even DLE support site has been closed.

    So i thought, i would better ask here. So please, if anyone knows how to show recent searches then please tell me.
     
    Sammy04, Oct 26, 2009 IP
  2. forextrendalerts

    forextrendalerts Guest

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Upzip the attachment and FTP recentqueries.php to your PhpDig directory, the one that contains the search.php and list.php files.

    In the PHP page that you wish to show the last ten PhpDig queries, place the following code, changing the two paths as needed:


    Code:
    chdir("/full/path/to/phpdig/dir");
    include("recentqueries.php");
    chdir("/full/path/to/return/dir");
     
    forextrendalerts, Oct 28, 2009 IP
  3. paul5

    paul5 Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Is there an easier code to write in other than HTML or is that the best of best?
     
    paul5, Oct 28, 2009 IP
  4. Sammy04

    Sammy04 Member

    Messages:
    241
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #4
    Thx for your reply, is there any simple way?

    as i can't find w/e u mentioned.
     
    Sammy04, Oct 29, 2009 IP
  5. RoMeOkTaY

    RoMeOkTaY Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    where is the attachment :)
     
    RoMeOkTaY, Nov 7, 2009 IP