Thread: TBDev 2010 Repo
View Single Post
  #5  
Old 30th October 2017, 12:23
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
ALTER TABLE `users` ADD `last_browse` int(11) NOT NULL DEFAULT '0';

@find
PHP Code:
$htmlout .= "<td align='left'><a href='details.php?id=$id&amp;hit=1' title='$disptitle'><strong>$dispname</strong></a>\n"
replace with
PHP Code:
$htmlout .= "<td align='left'><a href='details.php?id=$id&amp;hit=1' title='$disptitle'><strong>$dispname</strong></a>&nbsp;&nbsp;".($row['added'] >= $CURUSER['last_browse'] ? " <b><font color='red'>NEW!</font></b>" "")."&nbsp;\n"
And dowload the new browse.php
Attached Files
File Type: rar tmp_2185-browse-1540330864.rar (3.1 KB, 40 views)