Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2001
Posts: 417
Enthusiast
Enthusiast
Joined: Nov 2001
Posts: 417
Hi Leute ,

Sorry i not Englisch !

Code
 

######################################
### Suche in vars_wordlets_mods.cgi:
######################################

%vars_wordlets_mods = (

#######################
### ersetze es durch:
#######################

%vars_wordlets_mods = (
statistics_header => "<b>Statistics</b>",
statistics_pntf => "Statistics",
statistics_total_posts => "Total Posts:",
statistics_total_topics => "Total Topics:",
statistics_total_forums => "Total Forums:",
statistics_total_members => "Total Members:",
statistics_average_member_posts => "Average Posts per Member:",
statistics_average_posts => "Average Posts per Forum:",
statistics_average_topic => "Average Topics per Forum:",
statistics_topics_per_day => "Topics per Day:",
statistics_posts_per_day => "Posts per Day:",
statistics_days_ago_1 => "This board was set up",
statistics_days_ago_2 => "days ago.",
statistics_newest_member => "Last member to register is",
statistics_featured_member => "Featured member is",
statistics_last_post_by => "Last post by",
statistics_in => "in",
statistics_at => "at",
statistics_on => "on",
statistics_monthly_hits => "Page Views",
statistics_pageviews => "Total Page Views:",

------------------------------------------------------------------------

###############################
### Suche in ultimatebb.cgi:
###############################

use vars qw(

###############################
### füge folgendes in den
### nachfolgenden String ein :
###############################

%vars_wordlets_mods

###################
### dann suche :
###################

foreach my $file (qw(

#################################
### ersetze es durch :
### (auf die leerstelle achten)
#################################

foreach my $file (qw(wordlets_mods

------------------------------------------------------------------------

###############################
### Suche in cp.cgi:
###############################

foreach my $file (qw(

#################################
### ersetze es durch :
### (auf die leerstelle achten)
#################################

foreach my $file (qw(wordlets_mods

------------------------------------------------------------------------

###############################
### Suche in cp_wordlets.cgi:
###############################

&LoadTemplate("cp_set_wordlets");
&CPBottom;


} elsif ($_[0] eq 'wordlets_err') {

#################################
### ersetze es durch :
#################################

&LoadTemplate("cp_set_wordlets");
&CPBottom;


} elsif ($_[0] eq 'wordlets_mods') {

%wordlets_fill = %vars_wordlets_mods;

$Hiddens = qq%<INPUT TYPE="HIDDEN" NAME="ubb" VALUE="set_wordlets">
<INPUT TYPE="HIDDEN" NAME="type" VALUE="$_[0]">
%;
$CurrentTab = qq%$vars_wordlets_mods{mod_wordlets}%;

# note: the wordlets are already required... no need to grab them

&CPHeader;
&CPFooter;
&CPTop;
&LoadTemplate("cp_set_wordlets");
&CPBottom;


} elsif ($_[0] eq 'wordlets_err') {

###################
### dann suche :
###################

if ($in{type} eq 'wordlets') {
%update_wordlets = %vars_wordlets;

#################################
### ersetze es durch :
#################################

if ($in{type} eq 'wordlets') {
%update_wordlets = %vars_wordlets;
} elsif ($in{type} eq 'wordlets_mods') {
%update_wordlets = %vars_wordlets_mods;

------------------------------------------------------------------------

###############################
### Suche in cp_common.pl:
###############################

document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_img&r=$ran> - $vars_wordlets_cp{wordlet_frag_image}</option>");

#########################
### ersetze es durch :
#########################

document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_img&r=$ran> - $vars_wordlets_cp{wordlet_frag_image}</option>");
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_mods&r=$ran> - Modifications</option>");

------------------------------------------------------------------------


#################################
### suche in ultimatebb.cgi
#################################

foreach my $file (qw(

#################################
### ersetze es durch :
### (auf die leerstelle achten)
#################################

foreach my $file (qw(statistics

#################
### dann suche:
#################

use vars qw(

###############################
### füge folgendes in den
### nachfolgenden String ein :
###############################

%vars_statistics

#################
### dann suche:
#################

if ($ubb eq 'login') {
&set_page_elements;
&LoadTemplate("public_login");
exit(0);
}

########################
### ersetze es durch :
########################

if ($ubb eq 'login') {
&set_page_elements;
&LoadTemplate("public_login");
exit(0);
}

if ($ubb eq 'statistics') {
&set_page_elements;
&RequireCode("$vars_config{CGIPath}/ubb_statistics.cgi");
&DisplayStatistics;
exit(0);
}

if ($ubb eq 'statistics_ssi') {
&RequireCode("$vars_config{CGIPath}/ubb_statistics.cgi");
&DisplaySSIStatistics;
exit(0);
}

------------------------------------------------------------------------

#################################
### suche in ubb_lib.cgi
#################################

my %types = (

########################
### ersetze es durch :
########################

my %types = (
'statistics' => q^|statistics|^,

#################
### dann suche:
#################

foreach my $type (qw(

#################################
### ersetze es durch :
### (auf die leerstelle achten)
#################################

foreach my $type (qw(statistics

------------------------------------------------------------------------

######################################
### suche in ubb_forum_summary.cgi
######################################

&set_page_elements;

########################
### ersetze es durch :
########################

&set_page_elements;

&RequireCode("$vars_config{CGIPath}/ubb_statistics.cgi");

#################
### dann suche:
#################

$ThisHTML .= &PageBottom;

########################
### ersetze es durch :
########################

&DisplayStats;
$ThisHTML .= &PageBottom;

#################
### dann suche:
#################

$ThisHTML .= &Cat_Page_Bottom;

########################
### ersetze es durch :
########################

$ShColSpan2 = $vars_statistics{'ShColSpan2'};
$vars_statistics{'ShColSpan2'} = 0;
&DisplayStats;
$ThisHTML .= &Cat_Page_Bottom;

------------------------------------------------------------------------

#################################
### suche in cp.cgi
#################################

} # end get_archives

########################
### ersetze es durch :
########################

} # end get_archives

if (($ubb eq 'vars_statistics') && ($status eq 'Administrator')) {
&RequireVars("$vars_config{VariablesPath}/vars_statistics.cgi");
&RequireCode("$vars_config{CGIPath}/cp_statistics.cgi");
&StatisticsSettings;
exit(0);
}

if (($ubb eq 'set_vars_statistics') && ($status eq 'Administrator')) {
&RequireCode("$vars_config{CGIPath}/cp_statistics.cgi");
&SetStatisticsSettings;
exit(0);
}

------------------------------------------------------------------------

#################################
### suche in cp_styles.cgi
#################################

if ($_[0] eq "misc") {

########################
### ersetze es durch :
########################

if ($_[0] eq "misc") {
$template_match{statistics} = $in{statistics};

------------------------------------------------------------------------

#######################################
### suche in vars_template_match.cgi
#######################################

%template_match = (

########################
### ersetze es durch :
########################

%template_match = (
q!statistics! => q!1!,

#################
### dann suche:
#################

%template_html = (

########################
### ersetze es durch :
########################

%template_html = (
q!statistics! => q!!,

------------------------------------------------------------------------

#######################################
### suche in cp_common.pl
#######################################

document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=faq&r=$ran> - $vars_wordlets_cp{menu_faq}</option>");

########################
### ersetze es durch :
########################

document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=faq&r=$ran> - $vars_wordlets_cp{menu_faq}</option>");
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=vars_statistics&r=$ran> - Statistics Settings</option>");

------------------------------------------------------------------------

#######################################
### suche in cp_templates_advanced.pl
#######################################

} elsif ($key eq "registration") {
$Type = $vars_wordlets_cp{style_template_assoc_reg};

########################
### ersetze es durch :
########################

} elsif ($key eq "registration") {
$Type = $vars_wordlets_cp{style_template_assoc_reg};
} elsif ($key eq "statistics") {
$Type = "Statistics Page";

------------------------------------------------------------------------

#######################################
### suche in public_forum_summary.pl
#######################################

sub PageBottom {
my $Bottom = qq~

########################
### ersetze es durch :
########################

sub PageBottom {
my $Bottom = qq~

<tr bgcolor="$vars_style{CategoryStripColor}">
<td colspan="$ColSpan">
<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=statistics"><font size="$vars_style{TextSize}" face="$vars_style{FontFace}" color="$vars_style{CategoryStripTextColor}">$vars_wordlets_mods{'statistics_header'}</font></a>
</td>
</tr>
<tr>
<td bgcolor="$vars_style{AltColumnColor1}" valign="top" align="center"><img src="$vars_config{NonCGIURL}/$vars_statistics{'GraphIcon'}" border="0" alt="" /></td>
<td colspan="$vars_statistics{ShColSpan1}" valign="top" bgcolor="$vars_style{AltColumnColor2}" width="50%">
<font size="1" face="$vars_style{FontFace}">$DisplayFH</font>
</td>
</tr>

#################
### dann suche:
#################

sub Cat_Page_Bottom {
my $Bottom = qq~

$TBB

########################
### ersetze es durch :
########################

sub Cat_Page_Bottom {
my $Bottom = qq~

$TBB




$TBT
<tr bgcolor="$vars_style{CategoryStripColor}">
<td colspan="3">
<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=statistics"><font size="$vars_style{TextSize}" face="$vars_style{FontFace}" color="$vars_style{CategoryStripTextColor}">$vars_wordlets_mods{'statistics_header'}</font></a>
</td>
</tr>
<tr>
<td bgcolor="$vars_style{AltColumnColor1}" valign="top" align="center"><img src="$vars_config{NonCGIURL}/$vars_statistics{'GraphIcon'}" border="0" /></td>
<td bgcolor="$vars_style{AltColumnColor2}" valign="top" width="50%">
<font size="1" face="$vars_style{FontFace}">$DisplayFH</font>
</td>
</tr>
$TBB

------------------------------------------------------------------------

#######################################
### suche in public_common.pl
#######################################

if ($vars_search{AllowSearch} ne 'FALSE') {
# Search
my $this_forum = "";
if (exists $in{'f'}) {
$this_forum = ";search_forum=$in{f}";
} else {
$this_forum = "";
}
push(@items, qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=search$this_forum" title="$vars_wordlets{search}">$vars_wordlets{search_link}</a>));
} # end if

########################
### ersetze es durch :
########################

if ($vars_search{AllowSearch} ne 'FALSE') {
# Search
my $this_forum = "";
if (exists $in{'f'}) {
$this_forum = ";search_forum=$in{f}";
} else {
$this_forum = "";
}
push(@items, qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=search$this_forum" title="$vars_wordlets{search}">$vars_wordlets{search_link}</a>));
}

if ($vars_statistics{'MBL'}) {
# Statistics
push(@items, qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=statistics">$vars_wordlets_mods{'statistics_pntf'}</a>));
}

# end if

------------------------------------------------------------------------

#######################################
### suche in public_pntf_admin.pl
#######################################

} else {
$location .= qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=pntf_admin;f=$f">) . (&GetForumRecord($f))[1] . qq(</a>);
} # end if

########################
### ersetze es durch :
########################

} else {
$location .= qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=pntf_admin;f=$f">) . (&GetForumRecord($f))[1] . qq(</a>);
}

} elsif($gah eq "5.7475") {
$location = qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=statistics">$vars_wordlets_mods{statistics_pntf}</a>);

# end if

------------------------------------------------------------------------

#######################################
### suche in ubb_lib_pntf.cgi
#######################################

if($in->{ubb} !~ m/^(

########################
### ersetze es durch :
########################

if($in->{ubb} !~ m/^(statistics|

#################
### dann suche:
#################

#9999.1 - LID for front page category 1

########################
### ersetze es durch :
########################

#9999.1 - LID for front page category 1
#5.7475 - LID for Statistics

#################
### dann suche:
#################

return sprintf("%04d%04d.%04d", $in{f}, $in{DaysPrune} &#0124;&#0124; 0, $in{p} &#0124;&#0124; 0);

########################
### ersetze es durch :
########################

return sprintf("%04d%04d.%04d", $in{f}, $in{DaysPrune} &#0124;&#0124; 0, $in{p} &#0124;&#0124; 0);

} elsif ($in{ubb} eq "statistics") {

#$self->warn("Viewing Statistics");
return 5.7475;

------------------------------------------------------------------------

#########################################
### suche in public_display_profile.pl
#########################################

$location = qq($vars_wordlets_pntf{pntf_forum}: <a href="$ULTIMATEBB?ubb=forum;f=$f">) . (&GetForumRecord($f))[1] . qq(</a>);

########################
### ersetze es durch :
########################

$location = qq($vars_wordlets_pntf{pntf_forum}: <a href="$ULTIMATEBB?ubb=forum;f=$f">) . (&GetForumRecord($f))[1] . qq(</a>);
} elsif($gah eq "5.7475") {
$location = qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=statistics">$vars_wordlets_mods{statistics_pntf}</a>);

------------------------------------------------------------------------







###############################################################################
# if you have wol list hack, open public_pntf_summary.pl (template) and find: #
###############################################################################

$location = qq($vars_wordlets_pntf{pntf_forum}: <a href="$ULTIMATEBB?ubb=forum;f=$f">) . (&GetForumRecord($f))[1] . qq(</a>);

##############
# add below: #
##############

} elsif($gah eq "5.7475" && !$in{f}) {
$location = qq(<a href="$vars_config{CGIURL}/ultimatebb.cgi?ubb=statistics">$vars_wordlets_mods{statistics_pntf}</a>);

#####################
# clear your cache! #
#####################

------------------------------------ FAQ -----------------------------------
Q: I can't find the stats on forum home, where are they?
A: You forgot to clear your cache. Clear it and reload the page!

Q: Can you insert birthdays?
A: This feature of comparing birthdays (showing the oldest and the youngest
member) is not planned, just because that would require a search through
all member files and this is - especially on huge UBB's - a too extensive
process.

Q: I just would like to know what is exactly the "featured member"?
A: The featured member is randomly choosen. Some users like it to read their
name on forum home, it's maybe a special honor for them.

Q: I installed it but there is no text in it. I just got numbers in it.
A: You installed the wordlets wrong. Please read mods_wordlet_install.txt and
go through it again.

Q: There are no values displayed. How can I make them visible?
A: Probably your ubb_statistics.cgi isn't installed properly, install it again
like described above. You may hacked ultimatebb.cgi wrong, make sure that
all is correct hacked.

Q: I can't find the cp_common.pl or cp_vars_statistics.pl in my cgi-bin or
anywhere on my Server!
A: These files are templates they are placed in /noncgi/Templates/

Q: How can I display the stats via SSI?
A: Make sure your server supports SSI, create a file with a .shtml or .ssi
extension, then put the following code in there and modifiy the path
<!--#include virtual="/ubbcgi/ultimatebb.cgi?ubb=statistics_ssi" -->

Q: My tables on forum home are screwed up. What can I do to get rid of this?
A: In the Controlpanel you have Col Span Right and Left. Play arround with
the values then it should fits. Remember to clear your cache after every
try!

Q: Where can I change the Style Template Associations?
A: Go into controlpanel: Primary Settings -> Style Templates -> Edit Style
Template Associations there you are!
Nettomo

Sponsored Links
Entire Thread
Subject Posted By Posted
[6.3x] Stats Hack 1.4 [Finished] Tovok7 08/14/2002 5:39 PM
Re: [6.3x] Stats Hack 1.4 [Finished] RodentX 08/16/2002 5:03 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Da Wacko 08/16/2002 5:25 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 08/16/2002 6:22 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Chrimera 08/17/2002 5:43 AM
Re: [6.3x] Stats Hack 1.4 [Finished] Autocrosser 08/19/2002 5:19 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Chrimera 08/22/2002 5:44 AM
Re: [6.3x] Stats Hack 1.4 [Finished] bizkit73 08/22/2002 3:18 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Chrimera 08/22/2002 4:40 PM
Re: [6.3x] Stats Hack 1.4 [Finished] bizkit73 08/22/2002 7:14 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Chrimera 08/23/2002 12:09 AM
Re: [6.3x] Stats Hack 1.4 [Finished] Chrimera 08/24/2002 6:08 AM
Re: [6.3x] Stats Hack 1.4 [Finished] Mugsy Malone 08/28/2002 5:37 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Mugsy Malone 08/28/2002 5:39 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 08/28/2002 7:22 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Mugsy Malone 08/28/2002 9:37 PM
Re: [6.3x] Stats Hack 1.4 [Finished] slev 08/31/2002 5:42 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Chrimera 09/02/2002 4:47 PM
Re: [6.3x] Stats Hack 1.4 [Finished] tech 09/05/2002 12:46 AM
Re: [6.3x] Stats Hack 1.4 [Finished] CaCoffin 09/08/2002 5:33 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Taruil 09/11/2002 9:05 AM
Re: [6.3x] Stats Hack 1.4 [Finished] JayM 10/08/2002 10:11 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Shriveled Toe 10/09/2002 4:35 AM
Re: [6.3x] Stats Hack 1.4 [Finished] Shriveled Toe 10/09/2002 5:08 AM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 10/09/2002 10:58 AM
Re: [6.3x] Stats Hack 1.4 [Finished] JayM 10/09/2002 4:03 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Shriveled Toe 10/09/2002 7:07 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Shriveled Toe 10/10/2002 3:11 AM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 10/10/2002 1:35 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Shriveled Toe 10/10/2002 2:30 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 10/11/2002 12:21 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Shriveled Toe 10/11/2002 4:54 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 10/12/2002 10:28 AM
Re: [6.3x] Stats Hack 1.4 [Finished] RandyM 10/14/2002 2:47 AM
Re: [6.3x] Stats Hack 1.4 [Finished] RandyM 10/14/2002 2:49 AM
Re: [6.3x] Stats Hack 1.4 [Finished] bizkit73 10/14/2002 2:53 PM
Re: [6.3x] Stats Hack 1.4 [Finished] LK 10/14/2002 2:57 PM
Re: [6.3x] Stats Hack 1.4 [Finished] bizkit73 10/15/2002 2:26 PM
Re: [6.3x] Stats Hack 1.4 [Finished] bizkit73 10/15/2002 9:02 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Fahd 10/19/2002 12:10 AM
Re: [6.3x] Stats Hack 1.4 [Finished] LK 10/19/2002 12:21 AM
Re: [6.3x] Stats Hack 1.4 [Finished] Fahd 10/19/2002 2:58 AM
Re: [6.3x] Stats Hack 1.4 [Finished] EftheM 11/09/2002 9:43 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Felix 10 11/16/2002 8:43 PM
Re: [6.3x] Stats Hack 1.4 [Finished] havoq 11/22/2002 12:34 AM
Re: [6.3x] Stats Hack 1.4 [Finished] BassTeQ 11/25/2002 5:34 AM
Re: [6.3x] Stats Hack 1.4 [Finished] LK 11/25/2002 7:03 AM
Re: [6.3x] Stats Hack 1.4 [Finished] BassTeQ 11/25/2002 7:31 AM
Re: [6.3x] Stats Hack 1.4 [Finished] d-talk 12/09/2002 6:22 PM
Re: [6.3x] Stats Hack 1.4 [Finished] d-talk 12/11/2002 1:58 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 12/11/2002 4:41 PM
Re: [6.3x] Stats Hack 1.4 [Finished] d-talk 12/11/2002 6:49 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 12/12/2002 4:31 PM
Re: [6.3x] Stats Hack 1.4 [Finished] d-talk 12/12/2002 8:40 PM
Re: [6.3x] Stats Hack 1.4 [Finished] jmuma 12/13/2002 2:27 AM
Re: [6.3x] Stats Hack 1.4 [Finished] jmuma 12/13/2002 2:38 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 12/13/2002 3:41 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Nettomo 12/14/2002 5:58 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 12/15/2002 12:28 PM
Re: [6.3x] Stats Hack 1.4 [Finished] d-talk 12/15/2002 6:23 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Felix 10 12/20/2002 12:30 AM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 12/20/2002 7:33 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Felix 10 12/20/2002 11:40 PM
Re: [6.3x] Stats Hack 1.4 [Finished] nym 12/21/2002 10:33 AM
Re: [6.3x] Stats Hack 1.4 [Finished] d-talk 12/21/2002 11:45 AM
Re: [6.3x] Stats Hack 1.4 [Finished] nym 12/21/2002 4:09 PM
Re: [6.3x] Stats Hack 1.4 [Finished] AllenAyres 01/31/2003 1:07 AM
Re: [6.3x] Stats Hack 1.4 [Finished] manuelbp 03/10/2003 7:26 AM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 03/10/2003 4:41 PM
Re: [6.3x] Stats Hack 1.4 [Finished] aleina 03/10/2003 7:28 PM
Re: [6.3x] Stats Hack 1.4 [Finished] Gizmo 03/10/2003 7:32 PM
Re: [6.3x] Stats Hack 1.4 [Finished] manuelbp 03/10/2003 10:22 PM
Re: [6.3x] Stats Hack 1.4 [Finished] BUZN_WILDLY 06/19/2003 6:05 PM
Re: [6.3x] Stats Hack 1.4 [Finished] AllenAyres 06/20/2003 8:16 AM
Re: [6.3x] Stats Hack 1.4 [Finished] autostream 08/09/2003 11:48 AM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 08/09/2003 1:01 PM
Re: [6.3x] Stats Hack 1.4 [Finished] autostream 08/10/2003 6:04 AM
Re: [6.3x] Stats Hack 1.4 [Finished] autostream 08/13/2003 10:17 AM
Re: [6.3x] Stats Hack 1.4 [Finished] BassTeQ 08/18/2003 1:50 AM
Re: [6.3x] Stats Hack 1.4 [Finished] _Cash 11/06/2003 4:35 PM
Re: [6.3x] Stats Hack 1.4 [Finished] RandyM 11/07/2003 1:56 AM
Re: [6.3x] Stats Hack 1.4 [Finished] _Cash 11/07/2003 3:47 AM
Re: [6.3x] Stats Hack 1.4 [Finished] Tovok7 11/07/2003 5:27 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,574
Posts293,926
Members13,850
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)