Blog literacki, portal erotyczny - seks i humor nie z tej ziemi


###############################################################
# Date: 09.09.2001
# Time of day: 20:41
#
# Hack Name: Who is where online ? (WIW)
# Hack Author: Y2KuSeR & Ronnar - popup by AnuBiS
# Hack English Translation: Satelk
# Hack Version: 1.2a
# Requiorement: WBB 4.5
#
# Files to be edited: /_functions.php
# /main.php
# /templates/main.htm
# /templates/wio_main.htm
#
#
Lets start :)


1. functions.php:

Search for:

$url_jump = $HTTP_SESSION_VARS[url_ak];


Add OVER it:

// START Who is Where
$currenturl = basename(getenv("REQUEST_URI"));
list ($script, $argumente) = split ('[?]', $currenturl);
while (list($key, $val) = each($argv)) {
$values = explode( "&", $val );
while (list($key, $val) = each($values)) {
$parameters = explode( "=", $val);
while($value=array_pop($parameters)) {
if($keyname=array_pop($parameters)) {
$arguments[$keyname]=$value;
}
}
}
}

$wiw_location="Unknown";

switch($script) {
CASE "main.php":
$wiw_location="Main Page";
if(is_array($arguments)){
if($arguments[section]=="wio") $wiw_location="Who is Online";
}
break;
CASE "stats.php":
$wiw_insert = "Statistics Page";
$wiw_location=$wiw_insert;
break;
CASE "pms.php":
$wiw_insert = "Private Messages";
$wiw_location=$wiw_insert;
break;
CASE "members.php":
$wiw_insert = "Members List";
$wiw_location=$wiw_insert;
break;
CASE "profile.php":
$wiw_insert = "Profile";
$wiw_location=$wiw_insert;
break;
CASE "edit.php":
$wiw_location="Edit Post";
break;
CASE "reply.php":
$wiw_location="Post Reply";
break;
CASE "newthread.php":
$wiw_location="Post New Thread";
break;
CASE "thread.php":
if(is_array($arguments)){
$row = $db_zugriff->query_first("SELECT boardparentid, threadname FROM bb".$n."_threads WHERE threadid = '".$arguments[threadid]."'");
$wiw_insert = "Thread: $row[1]";
$wiw_location=$wiw_insert;
}
break;
CASE "board.php":
if(is_array($arguments)){
$row = $db_zugriff->query_first("SELECT boardname FROM bb".$n."_boards WHERE boardid = '".$arguments[boardid]."'");
$wiw_insert = "Forum: $row[0]";
$wiw_location=$wiw_insert;
}
break;
}

// END Who is Where


Search for:

global $timeout,$n,$db_zugriff;


Replace with:

global $timeout,$n,$db_zugriff,$wiw_location;


Search for:

if($anzahl[anzahl]) $db_zugriff->query("UPDATE bb".$n."_useronline SET zeit='".time()."' WHERE userid='$user_id'");
else $db_zugriff->query("INSERT INTO bb".$n."_useronline VALUES ('".time()."','','$user_id')");


Replace with:

if($anzahl[anzahl]) $db_zugriff->query("UPDATE bb".$n."_useronline SET zeit='".time()."', location='".$wiw_location."' WHERE userid='$user_id'");
else $db_zugriff->query("INSERT INTO bb".$n."_useronline VALUES ('".time()."','','$user_id','$wiw_location')");


Search for:

if($anzahl[anzahl]) $db_zugriff->query("UPDATE bb".$n."_useronline SET zeit='".time()."' WHERE ip='$ip'");
else $db_zugriff->query("INSERT INTO bb".$n."_useronline VALUES ('".time()."','$ip','')");


Replace with:

if($anzahl[anzahl]) $db_zugriff->query("UPDATE bb".$n."_useronline SET zeit='".time()."', location='".$wiw_location."' WHERE ip='$ip'");
else $db_zugriff->query("INSERT INTO bb".$n."_useronline VALUES ('".time()."','$ip','','$wiw_location')");


2. main.php:

Search for:

require("_header.php");


Add UNDER it:

if($section == "wio") {
$rekordtime = formatdate($rekordtime,$longdateformat);
$guests = $db_zugriff->query_first("SELECT COUNT(zeit)as anzahl FROM bb".$n."_useronline WHERE userid=''");
$user = $db_zugriff->query_first("SELECT COUNT(zeit)as anzahl FROM bb".$n."_useronline WHERE ip=''");
$actdate = date( "d.m.Y", time() );
$acttime = date( "H:i", time() );
$result = $db_zugriff->query("select bb".$n."_useronline.userid, username, invisible, groupid, userposts, bb".$n."_useronline.location, bb".$n."_useronline.zeit from bb".$n."_useronline LEFT JOIN bb".$n."_user_table ON (bb".$n."_useronline.userid = bb".$n."_user_table.userid) ORDER BY bb".$n."_useronline.zeit DESC");
$guestnr=0;
$ghost = "0";
while($row = $db_zugriff->fetch_array($result)) {
if($row[2]) {
$ghost++;
}
$onlinetime = date( "H:i", $row[6] );
if(($user_group == "1") && ($row[invisible])) {
$user_on .= "$row[1](Ghost-Mode)$row[5]$onlinetime";
} else {
$user_on .= "";
}
if( $row[0] == 0 ) {
$guestnr++;
$user_on .= "$guestnr. Guest$row[5]$onlinetime";
} else {
if($row[invisible]) continue;
$user_on .= "$row[1]$row[5]$onlinetime";
}
}
if($ghost == "1") {
$ghostTag = "Invisible Member";
} else {
$ghostTag = "Invisible Members";
}
if($guests[anzahl] <> 1) {
$guestsTag = "Guests";
}else{
$guestsTag = "Guest";
}
if($user[anzahl] <> 1) {
$membersTag = "Member";
}else{
$membersTag = "Members";
}
$useronline = $guests[anzahl] + $user[anzahl] + $ghost;
$db_zugriff->free_result($result);
eval("dooutput(\"".gettemplate("wio_main")."\");");
exit;
}

Save and upload


Upload wio_main.htm in the templates directory


3. main.htm:

Search for:

$headinclude

Add UNDER it:




Search for:

Who is online?


Replace with:

Who is online ?


Save und upload

Upload wiw_install.php and execute it. Delete it afterwards.
Installation done.
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • qualintaka.pev.pl
  •