Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » Feature Request for 2.X » Date of the upload ?
Date of the upload ? [message #3324] Tue, 08 December 2009 21:27 Go to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
There is no upload date at torrent details. How can we add it ? Thanks.

*Even better if you can see it with first look, maybe next to uploader's name ?

[Updated on: Tue, 08 December 2009 21:30]

Report message to a moderator

Re: Date of the upload ? [message #3325 is a reply to message #3324] Wed, 09 December 2009 03:08 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
very easy open include/bittorrent.php and find
                if ($variant == "index") {
                        if (isset($row["username"]) AND $row["ownertype"]==0) {
                                if ($row["user_level"] == "user") $userclass = "";
				elseif ($row["user_level"] == "premium") $userclass = "premium";
               			elseif ($row["user_level"] == "moderator") $userclass = "mod";
                		elseif ($row["user_level"] == "admin") $userclass = "admin";
                                echo " by <a class=\"$userclass\" href=\"user.php?op=profile&amp;username=".$row["username"]."\">" . htmlspecialchars($row["user_name"])."</a>";
                        } else
                        echo " by (<i>"._btunknown."</i>)";
                }

and add after
						echo "<br />"._btrequest_added." (".formatTimeStamp($row["added"]).")";

now open ajax.php and find
#File number
echo "<tr><td><p>"._btnfile."</p></td><td><p>".$torrent["numfiles"]."</p></td></tr>\n";

and add after
#Date added
echo "<tr><td><p>"._btrequest_added."</p></td><td><p>".formatTimeStamp($row["added"])."</p></td></tr>\n";

there is 2 places there


http://a.imageshack.us/img831/5562/mybikes.png
Re: Date of the upload ? [message #3326 is a reply to message #3324] Wed, 09 December 2009 05:02 Go to previous messageGo to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
Thanks Smile
Re: Date of the upload ? [message #4478 is a reply to message #3324] Fri, 16 July 2010 02:01 Go to previous messageGo to next message
Daffy is currently offline Daffy  United Kingdom
Messages: 359
Registered: October 2009
Location: uk
Releaser

old post i know lol. mines stuck on Tuesday, November 30 1999 @ 00:00:00 UTC, this method dosnt change it lol

Re: Date of the upload ? [message #4479 is a reply to message #4478] Fri, 16 July 2010 05:52 Go to previous message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
change
#Date added
echo "<tr><td><p>"._btrequest_added."</p></td><td><p>".formatTimeStamp($row["added"])."</p></td></tr>\n";

to
#Date added
echo "<tr><td><p>"._btrequest_added."</p></td><td><p>".formatTimeStamp($torrent["added"])."</p></td></tr>\n";


http://a.imageshack.us/img831/5562/mybikes.png
Previous Topic:Upload approval
Next Topic:ip protection
Goto Forum:
  


Current Time: Wed Feb 08 22:53:18 GMT 2012

Total time taken to generate the page: 0.00733 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software