[ Príspevok: 1 ] 
AutorSpráva
Offline

Prevádzkovateľ fóra
Prevádzkovateľ fóra
The topic user is viewing

Registrovaný: 01.05.05
Príspevky: 13414
Témy: 1496 | 1496
Bydlisko: Bratislava
NapísalOffline : 13.10.2006 9:09 | The topic user is viewing

Kód:
###############################################
##   Hack Title:          The topic user is viewing
##   Hack Version:        0.9.9
##   Author:              DTTVB (a.k.a. Mechakoopa Revolution) <mechakoopa@gmail.com>
##   Description:         This hack will show what topic in what forum each user is viewing in Who is Online.
##   Compatibility:       2.0.17
##
##   Installation Level:  Easy
##   Installation Time:   ~5 Minutes
##
##   Files To Edit: 3
##                includes/sessions.php
##                viewonline.php
##                viewtopic.php
##
##   Included Files: N/A
##
##   History:
##      N/A
##
##   Support:     http://www.phpbbhacks.com/forums
##
##   Copyright:   Copyright (C) 2005 The topic user is viewing 0.9.9 - DTTVB
###############################################
##
## Author Notes:
##     There is an unused constant PAGE_TOPIC_OFFSET.
##     So I use that constant to make this hack.
##
###############################################
##   Always back up all files related to this hack before use!
###############################################
##   You downloaded this hack from phpBBHacks.com, the #1 source for phpBB related downloads.
##   Please visit http://www.phpbbhacks.com/forums for support.
###############################################
##   Please visit http://www.phpbbhacks.com/ for updates of this hack.
###############################################
##   This hack is released under the GPL License.
##   This hack can be freely used, but not distributed, without permission.
###############################################
##   You can always contact me via e-mail if you have any questions, suggestions.
##   My e-mail is mechakoopa@gmail.com
###############################################

#
#-----[ OPEN ]---------------------------------------
#
viewonline.php

#
#-----[ FIND ]---------------------------------------
#
//
// Forum info
//

#
#-----[ AFTER, ADD ]---------------------------------
#
$topiq_dataz = array();
$sql = "SELECT topic_title, topic_id, forum_id
   FROM " . TOPICS_TABLE;
if ( $result = $db->sql_query($sql) )
{
   while( $row = $db->sql_fetchrow($result) )
   {
      $topiq_dataz[$row['topic_id']] = array($row['forum_id'],$row['topic_title']);
   }
}
else
{
   message_die(GENERAL_ERROR, 'Could not obtain user/online forums information', '', __LINE__, __FILE__, $sql);
}

#
#-----[ FIND ]---------------------------------------
#
      else
      {
         $location_url = append_sid("viewforum.$phpEx?" . POST_FORUM_URL . '=' . $row['session_page']);
         $location = $forum_data[$row['session_page']];
      }

#
#-----[ AFTER, ADD ]---------------------------------
#
      if ($row['session_page'] > PAGE_TOPIC_OFFSET) {
         $location_url = append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . '=' . ($row['session_page'] - PAGE_TOPIC_OFFSET));
         $location = $topiq_dataz[$row['session_page'] - PAGE_TOPIC_OFFSET][1] . " (In " . $forum_data[$topiq_dataz[$row['session_page'] - PAGE_TOPIC_OFFSET][0]] . ")";
      }

#
#-----[ OPEN ]---------------------------------------
#
viewtopic.php

#
#-----[ FIND ]---------------------------------------
#
$userdata = session_pagestart($user_ip, $forum_id);

#
#-----[ REPLACE WITH ]---------------------------------
#
$userdata = session_pagestart($user_ip, PAGE_TOPIC_OFFSET + $forum_topic_data['topic_id']);

#
#-----[ OPEN ]---------------------------------------
#
# Optional, this will make update session page immediately after click.
includes/sessions.php

#
#-----[ FIND ]---------------------------------------
#
            if ( $current_time - $userdata['session_time'] > 60 )

#
#-----[ REPLACE WITH ]-------------------------------
#
            if ( $current_time - $userdata['session_time'] > 0 )

#
#-----[ SAVE & CLOSE ALL FILES ]---------------------
#
# End of hack.


_________________
Streacom DA2 | SilverStone Titanium SX800-LTI 800W | ASRock X299E-ITX/ac | Intel Core i9-9980XE & be quiet! Dark Rock TF | Kingston HyperX Impact 64 GB DDR4 2666 MHz | NVIDIA Titan RTX 24 GB | Intel SSD Optane 905P 480 GB NVMe U.2 & Intel SSD 750 1,2 TB NVMe U.2 & Intel SSD 660p 2 TB NVMe M.2 & Seagate BackUp Plus Portable 56 TB USB | 55" 4K OLED Dell Alienware AW5520QF | Ergotron LX Wall Mount Keyboard Arm | Logitech Craft | Logitech G603 | Logitech F710 | Harman Kardon Sabre SB 35 & Sennheiser RS 175 | Microsoft Windows 11 Enterprise | APC Back-UPS BE-850 VA | Lenovo ThinkPad X250 & Microsoft Windows 11 Professional | iPhone 15 Pro 256 GB & Pitaka Aramid | SilverStone ML05B Milo | Corsair SF600 SFX 600W | ASRock X99E-ITX/ac | Intel Xeon E5-2683 v4 & NOCTUA NH-L12S | Kingston HyperX Savage 32 GB DDR4 2400 MHz | NVIDIA GeForce GT 710 1 GB | Intel SSD Optane Memory 32 GB NVMe M.2 & Intel SSD 730 240 GB SATA | Ubuntu 24.04.1 LTS
 [ Príspevok: 1 ] 


The topic user is viewing



Podobné témy

 Témy  Odpovede  Zobrazenia  Posledný príspevok 
V tomto fóre nie sú ďalšie neprečítané témy.

"No physical memory is available at the location required for the windows boot manager. The system cannot continue"

v Notebooky a netbooky

2

904

04.11.2016 17:30

Lessik

V tomto fóre nie sú ďalšie neprečítané témy.

Topic Starter

v Správy pre vedenie fóra

16

1611

17.05.2013 20:29

mino_85

V tomto fóre nie sú ďalšie neprečítané témy.

PREKLAD: Printer Topic CZ

v Redakčné systémy

0

2672

12.11.2006 16:53

JanoF

V tomto fóre nie sú ďalšie neprečítané témy.

PREKLAD: Merge Topic SK

v Redakčné systémy

0

2695

20.03.2007 0:05

JanoF

V tomto fóre nie sú ďalšie neprečítané témy.

Add this topic to your bookmarks

v Redakčné systémy

0

730

14.10.2006 15:21

JanoF

V tomto fóre nie sú ďalšie neprečítané témy.

Add this topic to your bookmarks

v Redakčné systémy

0

709

13.10.2006 9:28

JanoF

V tomto fóre nie sú ďalšie neprečítané témy.

Ako mam editovat pinned-up topic?

v Správy pre vedenie fóra

4

1483

13.02.2009 21:16

icefire

V tomto fóre nie sú ďalšie neprečítané témy.

Notebook Problémy <mega topic Legoland>

v Notebooky a netbooky

22

1539

26.11.2008 11:11

f4r0

V tomto fóre nie sú ďalšie neprečítané témy.

Grand Theft Auto: The Trilogy – The Definitive Edition

v Novinky

3

1066

23.10.2021 13:12

KocuR

V tomto fóre nie sú ďalšie neprečítané témy.

Lord of the Rings: The Battle For Middle-Earth 2

v Počítačové hry

0

541

01.07.2011 16:19

aratic

V tomto fóre nie sú ďalšie neprečítané témy.

Shows topic of last made post on index

v Redakčné systémy

0

1658

13.10.2006 9:16

JanoF

V tomto fóre nie sú ďalšie neprečítané témy.

Lord of The Rings : The Battle For Middle Earth 2 (+ daták)

v Počítačové hry

0

750

15.06.2007 20:20

maTh3Z

V tomto fóre nie sú ďalšie neprečítané témy.

The Fall: Last of the Gaia Rozlíšenie

v Počítačové hry

1

366

28.04.2013 12:00

Gravedigger

V tomto fóre nie sú ďalšie neprečítané témy.

The Lord of the Rings Online

v Počítačové hry

5

515

02.07.2012 20:39

euthanan

V tomto fóre nie sú ďalšie neprečítané témy.

I/P: MGS V: The Definitive Experience + Cities: Skylines (+ After Dark DLC) + The Dwarves + Resident Evil + dalšie hry.

[ Choď na stránku:Choď na stránku: 1, 2 ]

v Predám

33

2717

17.10.2019 14:52

kllr007

V tomto fóre nie sú ďalšie neprečítané témy.

User Class

v Redakčné systémy

2

506

12.03.2007 14:51

koudy



© 2005 - 2024 PCforum, edited by JanoF