| |
phpBB-TweakS The easiest way to 'tweak' your phpBB! |
|
|
|
|
|
|
It appears you are using a browser that is not based on Internet Explorer, this means you are not viewing the web as good as you should be. Other browsers might try to immitate Internet Explorer, but none can parse the web as it should like Internet Explorer can. So view the web as it was meant to be with Avant Browser!
|
| |
|
|
All times are GMT - 5 Hours
|
|
 |
Sun Jan 20, 2008 6:39 am |
 |
Author |
Message |
volf 100 Club

Joined: 07 Jan 2005 Posts: 122 Words Posted: 12,733 Average Post: 104.37 Location: Finland
|
| Post subject: AUC Intergration for chatasos- Show Last Visited Users mod |
|
|
| Code: | ##############################################################
## MOD Title: AUC Intergration for chatasos- Show Last Visited Users mod
## MOD Author: volf < volf78@gmail.com > http://www.18v.biz/portal.html
## MOD Description: This mod integrates chatasos Show Last Visited Users mod version: 1.0.0 with aUsTiN's Advanced Username Color version 1.0.6
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 1 minutes
## Files To Edit: includes/page_header.php
## Included Files: N/A
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## - Hope you find this useful
##############################################################
## MOD History:
##
## 2008-01-20 - Version 1.0.0
## - First release.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
includes/page_header.php
#
#-----[ FIND ]------------------------------------------
#
// no need to execute code when viewing individual forum pages
if ( !isset($forum_id) )
{
$sql = "SELECT u.user_id, u.username,
#
#-----[ IN LINE FIND ]------------------------------------------
#
u.username,
#
#-----[ IN-LINE AFTER, ADD]------------------------------------------
#
u.user_color_gc,
#
#-----[ FIND ]------------------------------------------
#
$user_link = '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $row['user_id']) . '"' . $style_color .'>' . $row['username'] . '</a>';
#
#-----[ REPLACE WITH ]---------------------------------------
#
$user_link = '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $row['user_id']) . '">' . CheckUsernameColor($row['user_color_gc'], $row['username']) . '</a>';
#
#-----[ FIND ]------------------------------------------
#
$user_link = '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $row['user_id']) . '"' . $style_color .'><i>' . $row['username'] . '</i></a>';
#
#-----[ REPLACE WITH ]---------------------------------------
#
$user_link = '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $row['user_id']) . '">' . CheckUsernameColor($row['user_color_gc'], $row['username']) . '</a>';
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM |
|
|
| Post #1 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
Protected by phpBB Security © phpBB-TweakS phpBB Security Has Blocked 3,235 Exploit Attempts.
· Archive · Sitemap: Index · Sitemap: Forums · Sitemap: Topics · Sitemap: Posts ·
:: [ Load Time: 4.4 Seconds ] :: [ 29 Queries ] :: [ 5,628 Page(s) Viewed Today ] :: :: [ Todays Queries: 171,231 ] :: [ Highest Load: 1,396,429 Queries On May. 08, 2007 ] :: :: [ SQL Load: 62% Time: 2.7 ] :: [ PHP Load: 38% Time: 1.7 ] :: [ Debug: On ] :: [ GZIP: Enabled ] :: :: The server last rebooted 33 days, 10 hours, 14 minutes, 13 seconds ago. ::
|
|
|
|
|
This page has been viewed 4,805,755 times, last viewed: Sun Jul 20, 2008 6:53 pm.
|
|
Powered by phpBB 2.0.* © 2001, 2002 phpBB Group
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|