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.
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");