Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Joined: Sep 2001
Posts: 379
Member
Member
Offline
Joined: Sep 2001
Posts: 379
Check the permissions on the directory (MembersPath/user_ips) and on the files within user_ips.
It should be 777.

As for the line containing the member's public name and number being above everything else, I have no clue.

I had a quick look at the files included with the mod, and changed couple of things... You should download the archive again and overwrite the existing ubb_lib_idle.cgi (CGIPath) and cp_user_ips.pl (Templates).
I hope that fixes your problem. smile

Sponsored Links
Joined: Jun 2002
Posts: 17
Junior Member
Junior Member
Offline
Joined: Jun 2002
Posts: 17
I checked the permissions on the user_ips directory and it is 777.

I installed the two new files and I still have the same problem.

No ips are displayed when I click on the "View User IP History" in the "Update Member Info" screen.

Any other ideas?

Joined: Jun 2002
Posts: 17
Junior Member
Junior Member
Offline
Joined: Jun 2002
Posts: 17
I think I know why it's not working. I was using the code from the adv_iplog.txt dated 6/11/02.

I just downloaded that new one and noticed adv_iplog.txt is dated 7/2/02.

Do you know what was changed offhand Idle?

edit: nm. I ran compare on them and it appears nothing was changed. If I am wrong let me know, thanks.

Joined: Sep 2001
Posts: 379
Member
Member
Offline
Joined: Sep 2001
Posts: 379
Drop me a PM, I'm sure we can work something out.

Joined: Sep 2001
Posts: 38
Member
Member
Offline
Joined: Sep 2001
Posts: 38
Just installed this mod and it seems to be working great!

Do I understand correctly that if a user goes away long enough for their user session to completely time-out, even for a days or more, and then comes back to the UBB with a different IP, that their new IP is not logged?

Since virtually nobody actually logs out or logs in after registering, is there any way to capture new ip's upon returning from a timed-out session? That would make this mod hugely valuable.

Thanks!

Sponsored Links
Joined: Sep 2001
Posts: 38
Member
Member
Offline
Joined: Sep 2001
Posts: 38
Thinking more about this it occurred to me that on a fairly large board with thousands of user sessions per day, the size the IP log files might get huge if every new IP is captured and recorded.

Maybe in addition to capturing new unique IP's from each new session on the website (new sessions after old session time-outs in addition to new log-ins), it could maintain the last 10 or 15 IP's only, rather than all that were ever recorded. This would provide all of the value of IP capture since it is the more recent ones that are most relevant.

Furthermore, it would provide the last visit date for everybody regardless of whether they log out or not.

Is this doable? Thanks again!

Joined: Sep 2001
Posts: 379
Member
Member
Offline
Joined: Sep 2001
Posts: 379
Sorry for a late reply, work is eating all of my time these days. wink

Sure, it's all possible, and to get the latest visit date, you can simply read the user's cookie.

Uhm, I'll see what I can do when workload drops back to normal. smile

Joined: Sep 2001
Posts: 38
Member
Member
Offline
Joined: Sep 2001
Posts: 38
Thanks Idle, that would be great!! smile

Wouldn't you also need to write (instead of reading) the cookie when the user views the forum summary or some other common stop in the UBB? I'll poke around to to see if I can figure out a way, but I really don't know what I'm doing so will probably not get very far.

Thanks again!

Joined: May 2001
Posts: 50
Member
Member
Offline
Joined: May 2001
Posts: 50
Hmm well I have a problem wink

When I tried to implememnt this mod on UBB 6.3.1.1 one of the instructions says:

Quote
code:
Code
========================================
In cp_edit_profile.pl Find:
========================================
| <a href="$vars_config{CGIURL}/cp.cgi?ubb=user_posts&u=$in{u}">View User Posts</a>

However when I looked in that file I couldn't find the entry smirk The closest match I could find was:

code:
[qb]
Code
| <a href="$vars_config{CGIURL}/cp.cgi?ubb=user_posts&u=$in{u}">$vars_wordlets_cp{edit_profile_user_posts}</a>
[/qb]
Although somehow I don't think that's it wink Any ideas on how to get this to work or is it going to be incompatible with higher UBB 6.3 verions?

Thanks in advance smile

Joined: Sep 2001
Posts: 38
Member
Member
Offline
Joined: Sep 2001
Posts: 38
Fahd, I had the same issue -- that "Find" line you identified is the wordletized version of the line in the instructions. Just add the hack's new line in the instructions after the one you identified above and it'll work (the new one will just not be wordletized, but who cares).

There are a couple other spots where new wordletized changes require you to identify the equivalent of the old non-wordletized version (e.g., in the user search and the search results) -- but the "add after" or the "replace" code all works if you can find the spot to add it (which is not that difficult). Just have backups before experimenting!

Sponsored Links
Joined: Sep 2001
Posts: 379
Member
Member
Offline
Joined: Sep 2001
Posts: 379
No, the cookie wouldn't have to be rewritten, it's already done by UBB.classic, if memory serves.

Uhm, I never tried this add-on on 6.3.1.x,
as I primarily made it for 6.3.0.x.
UBB.classic went through lots of changes (especially all the Control Panel templates) in 6.3.1.

I still have to "port" this to the newer UBB.classic.

Somewhere at UBBDesign.com is a simple script to read the user's cookie and to retrieve the last date/time of visit.
I just don't have any URL, but my bet is on the archives. wink

Joined: May 2001
Posts: 50
Member
Member
Offline
Joined: May 2001
Posts: 50
Hmm I might just wait till you do the port then since there's too many different entries where I have to guess at the moment wink

Joined: Sep 2001
Posts: 379
Member
Member
Offline
Joined: Sep 2001
Posts: 379
True.
I'll start working on it soon, even tonight or tomorrow. wink

Joined: May 2001
Posts: 50
Member
Member
Offline
Joined: May 2001
Posts: 50
Updating this would make my head admin a very happy person. So thanks for taking the time to do it wink

Joined: Oct 2000
Posts: 743
Moderator / Code Fixer
Moderator / Code Fixer
Offline
Joined: Oct 2000
Posts: 743
When do you expect a 6.3.1.1 version to be available, looking forward to it.

Cheers


I can't afford a good signature editor frown
Joined: Jun 2002
Posts: 111
Member
Member
Offline
Joined: Jun 2002
Posts: 111
Just been testing it with 6.5.0

And it works, all u need is to find the new rewritten thinks fromt he text file:

Code
******************************************************************************
******************************************************************************
* Mod Name: Advanced IP Logging *
******************************************************************************
* Description: Adds new IP logging feature to your board. *
* It also adds Recent Activities section with date/time/IP *
* to member profiles. *
* Adds "View User IP History" link to users profiles *
* (admins only, Control Panel). *
* Adds a new search option to the Extended Search Options in *
* the UBB Control Panel (User IP History). *
******************************************************************************
* Updates: v1.2 - *
* Minor code changes and a bug fix. *
* *
* v1.2.1 - *
* Code cleanup. *
* *
* v1.2.2 - *
* MultiHack support. Ported to v6.2 and v6.3 series. *
* "N/A" displayed instead of nothing if no IP has been *
* recorded for someone (profile only). *
* *
* v1.2.3 - *
* More code cleanup. IP recorded on initial login (right *
* after registration). *
* *
* v2.0 - *
* New features and changes include: *
* IPs are only logged if they are "unique". That is, if *
* haven't been logged for that user before. *
* It is possible to search user IP history from the control *
* panel (View/Edit Member Records - Extended Search Options)*
* *
* v2.0.1 - *
* Bug fix: Directory created if it doesn't exist. *
* Only administrators are allowed to view the *
* "Recent Activities" part of member profiles. *
* *
* v2.0.2 - *
* Bug fix: Directory created if it doesn't exist. *
* Only administrators are allowed to view the *
* "Recent Activities" part of member profiles. *
******************************************************************************
* By: Idle *
* Email: [email protected] *
* Date: Nov 10th, 2003 *
* Version: 2.0.2 *
******************************************************************************
* Requirements: 6.5.0 Beta Release 1 or newer. *
* Compatability: 6.5.x *
* Tested On: 6.5.0 Beta Release 1 and 6.3.0.3 *
******************************************************************************
* Files Modified: ultimatebb.cgi, ubb_profile.cgi, cp.cgi, *
* ubb_registration.cgi, ubb_new_reply.cgi, *
* ubb_new_topic.cgi, cp_users.cgi *
* *
* Templates: public_display_profile.pl, cp_edit_profile.pl, *
* cp_user_search_form.pl, cp_user_search_results.pl *
* cp_new_members.pl *
* *
* New Files: ubb_lib_idle.cgi, cp_user_ips.pl *
******************************************************************************
******************************************************************************
* Disclaimer: By using this mod, the user implicitly agrees that they *
* are willingly modifying any and all files at their own *
* risk. Should any errors occur either as a direct or *
* indirect result of said modifications the user agrees not *
* to hold Infopop Corporation or any of the individuals *
* listed above accountable. *
* *
* *
* In Other Words: Please make backup copies of every file you plan to *
* modify prior to modification! *
* *
* *
* For more tips and tricks for use with the Ultimate Bulletin Board *
* please visit us at: *
* *
* https://ubbdev.com *
* *
******************************************************************************
******************************************************************************

========================================
In ultimatebb.cgi Find:
========================================
chomp($mod_q);

#6.1.0 - now forbidding login without queue approval

========================================
BELOW that paste:
========================================
#append to IP log
&RequireCode("$vars_config{CGIPath}/ubb_lib_idle.cgi");
&AppendIPLog($profile_number);

========================================
In ubb_registration.cgi Find:
========================================
$username = $user_name;

print header(
-cookie => [$cookie],
-charset => "$masterCharset",
-type => "text/html",
);

========================================
BELOW that paste:
========================================
#append to IP log
&RequireCode("$vars_config{CGIPath}/ubb_lib_idle.cgi");
&AppendIPLog($next_number);

========================================
In ubb_profile.cgi Find:
========================================
sub get_profile {
local (@user_profile, $user_public_name, $user_status, $count, $chompee, $date_registered, $reg_month, $reg_day, $reg_year, @themonths, @viewer_profile, $is_admin_mod, $u, $rating_line, $overall_rating, $admin_view_rating, %user, $personal_line, $personal_rating, $user_ratings_off, %votes, %totals, %avg, %weighted_avg, $pm_line, %pm_ignore, %pm_buddy, $total_votes, $add_2_list);


========================================
BELOW that paste:
========================================
local (@mylast, $is_admin);

========================================
In ubb_profile.cgi Find:
========================================
# viewing your own record.. if so, can't rate yourself

========================================
ADD above:
========================================
if ($viewer_profile[8] eq 'Administrator') {
$is_admin = 'true';
} else {
$is_admin = 'false';
}

========================================
In ubb_profile.cgi Find:
========================================

} # end pm check


if ($rating_line eq '') { $rating_line = ' '; }

========================================
BELOW that paste:
========================================

# retrieve last login stuff
&RequireCode("$vars_config{CGIPath}/ubb_lib_idle.cgi");
&GetLastLoginInfo("$in{u}");

========================================
In cp.cgi Find:
========================================
if (($ubb eq 'user_posts') && ($status eq 'Administrator')) {
&RequireCode("$vars_config{CGIPath}/cp_users.cgi");
&recent_user_posts_for_admin;
exit(0);
} #end user_settings

========================================
BELOW that paste:
========================================
if (($ubb eq 'user_ips') && ($status eq 'Administrator')) {
&RequireCode("$vars_config{CGIPath}/ubb_lib_idle.cgi");
&recent_user_ips_for_admin;
exit(0);
} #end user_ips

========================================
In ubb_new_reply.cgi Find:
========================================
&WriteMemberProfile($user_number, @user_profile);
# Now update the user posts file
&AppendFileAsString("$vars_config{MembersPath}/user_posts/$user_number.cgi", "$GotTime{YMDRunonDate}|$in{f}|$in{t}|$post_number|$ipaddyn");
} # end update user profile

========================================
BELOW that paste:
========================================
#append to IP log
&RequireCode("$vars_config{CGIPath}/ubb_lib_idle.cgi");
&AppendIPLog($user_number);

========================================
In ubb_new_topic.cgi Find:
========================================
&WriteMemberProfile($user_number, @user_profile);

# Now update the user posts file
&AppendFileAsString("$vars_config{MembersPath}/user_posts/$user_number.cgi", "$GotTime{YMDRunonDate}|$in{f}|$new_topic_number|000000|$ipaddyn");
} # end update user profile

========================================
BELOW that paste:
========================================
#append to IP log
&RequireCode("$vars_config{CGIPath}/ubb_lib_idle.cgi");
&AppendIPLog($user_number);

========================================
In cp_users.cgi Find:
========================================
$searchparams{'regip'} = $in{'regip'};

========================================
BELOW that paste:
========================================
$searchparams{'loggedip'} = $in{'loggedip'};

========================================
In cp_users.cgi Find:
========================================
if (($params{'canwrite'} eq "") && #if none of the extended options
($params{'privforum'} eq "") && #are selected, just go straight to the results screen
($searchparams{'posts'} eq "") && ($searchparams{'status'} eq "") &&
($searchparams{'permiss'} eq "") && ($searchparams{'lastpost'} eq "") &&
($searchparams{'regdate'} eq "") &&
($params{'bdaymath'} eq "") && ($searchparams{'regip'} eq "") &&
($searchparams{'lpostip'} eq "") && ($searchparams{'pemail'} eq "") &&
($searchparams{'nobday'} eq "") && ($searchparams{'currentposts'} !~ m/^(yes|no)$/)
)
{

$searchparams{'skipprocess'} = 1; # if $searchparams{'number'} =~ m/^d{1,}$/;
}
========================================
REPLACE with:
========================================
#if none of the extended options (other than email) are selected, just go straight to the results screen
if (($params{'canwrite'} eq "") &&
($params{'privforum'} eq "") &&
($searchparams{'posts'} eq "") && ($searchparams{'status'} eq "") &&
($searchparams{'permiss'} eq "") && ($searchparams{'lastpost'} eq "") &&
($searchparams{'dname'} eq "") && ($searchparams{'regdate'} eq "") &&
($params{'bdaymath'} eq "") && ($searchparams{'regip'} eq "") &&
($searchparams{'lpostip'} eq "") && ($searchparams{'pemail'} eq "") &&
($searchparams{'loggedip'} eq "") && ($searchparams{'pemail'} eq "") &&
($searchparams{'nobday'} eq "") && ($searchparams{'currentposts'} !~ m/^(yes|no)$/)
)
{

$searchparams{'skipprocess'} = 1; # if $searchparams{'number'} =~ m/^d{1,}$/;
}

========================================
In cp_users.cgi Find:
========================================
if ($searchparams{'pemail'} ne "") { #print "10";
next CHECKER unless exists $memberslist{$user};
my $returned = &SearchForEmail($profile[9]);
&CheckReturn($returned, $user);
}

========================================
BELOW that paste:
========================================
if ($searchparams{'loggedip'} ne "") { #print "11";
next CHECKER unless exists $memberslist{$user};
my $userips = &OpenFileAsHash("$vars_config{MembersPath}/user_ips/$user.cgi", "|");
my $returned = &SearchIPHistory($userips, $searchparams{'loggedip'});
&CheckReturn($returned, $user);
}

========================================
In cp_users.cgi Find:
========================================
sub SearchForIP {
my $field = shift;
my $what = shift;
my $match = 2;

# Don't match invalid IPs
return $match unless $field =~ m/^d{1,3}.d{1,3}.d{1,3}.d{1,3}$/;
return $match unless $what =~ m/^[d.\]+$/;

return 1 if $field =~ m/$what/;
return $match;
}

========================================
BELOW that paste:
========================================
sub SearchIPHistory {
my $iplist = shift;
my $what = shift;
my $match = 2;

my %iplist = %$iplist;

$crap = $what; # 128.110.34.27
$crap =~ s/\//g; # 128.110.34.27

# Don't match invalid IPs
return $match unless $crap =~ m/^d{1,3}.d{1,3}.d{1,3}.d{1,3}$/;

return 1 if exists($iplist{"$crap"});

return $match;
}

========================================
In public_display_profile.pl Find:
========================================
extra_info

========================================
ADD above:
========================================
$TBB

========================================
In public_display_profile.pl Find (same as above):
========================================
extra_info

========================================
ADD below:
========================================
if ($is_admin eq 'true') {
print <<recent_stuff;
$TBT
<tr bgcolor="$vars_style{TableColorStrip}">
<td colspan="2">
<font size="$vars_style{TextSize}" color="$vars_style{TableStripTextColor}" face="$vars_style{FontFace}">
<b>Recent Activities (Administrators Only)</b>:
</font>
</td>
</tr>

<tr bgcolor="$vars_style{AltColumnColor1}">
<td colspan="2">
<font size="$vars_style{TextSize}" face="$vars_style{FontFace}">
<b>Date/Time</b>: $mylast[1]
</font>
</td>
</tr>

<tr bgcolor="$vars_style{AltColumnColor1}">
<td colspan="2">
<font size="$vars_style{TextSize}" face="$vars_style{FontFace}">
<b>IP</b>: $mylast[0]
</font>
</td>
</tr>
recent_stuff
}

========================================
In cp_edit_profile.pl Find:
========================================
| <a href="$vars_config{CGIURL}/cp.cgi?ubb=user_posts&u=$in{u}">$vars_wordlets_cp{edit_profile_user_posts}</a>

========================================
Replace with:
========================================
| <a href="$vars_config{CGIURL}/cp.cgi?ubb=user_posts&u=$in{u}">$vars_wordlets_cp{edit_profile_user_posts}</a> | <a href="$vars_config{CGIURL}/cp.cgi?ubb=user_ips&u=$in{u}">View User IP History</a></B>

========================================

========================================
In cp_new_members.pl Find:
========================================
<td valign="bottom"><span class="autorow-description" style="font-weight: bold;">
$vars_wordlets_cp{newmembers_header_status}
</span></td>

========================================
BELOW that paste:
========================================
<td valign="bottom"><span class="autorow-description" style="font-weight: bold;">
IP History
</span></td>

========================================
In cp_new_members.pl Find:
========================================
<td class="autorow" style="border-left: 1px solid $vars_style_cp{AltBorderColor};"><span class="autorow-description">
$title
</span></td>

========================================
BELOW that paste:
========================================
<td class="autorow" style="border-left: 1px solid $vars_style_cp{AltBorderColor};"><span class="autorow-description">
<a href="$vars_config{CGIURL}/cp.cgi?ubb=user_ips&u=$un">View IP History</a>
</span></td>

========================================
In cp_user_search_form.pl Find:
========================================

<tr bgcolor="$vars_style_cp{AltColumnColorCurrent}">
<td class="autorow"><span class="autorow-title">
<label for="lpostip">$vars_wordlets_cp{memsearch_last_ip}</label></span>


<span class="autorow-description">
$vars_wordlets_cp{memsearch_last_ip_explained}
</span></td>
<td class="autorow"><span class="autorow-options">
<input type="text" size="15" maxlength="15" id="lpostip" name="lpostip" />
</span></td></tr>

========================================
BELOW that paste:
========================================
~; &AlternateColors; print qq~

<tr bgcolor="$vars_style_cp{AltColumnColorCurrent}">
<td class="autorow"><span class="autorow-title">
<label for="lpostip"><b>User IP Histories</b></label></span>


<span class="autorow-description">
This will search all logged IP addresses. This is an <b>exact</b> IP match, so you will need to supply
a complete and valid IP address for accurate results (<b>127.0.0.1</b>, but not <b>127.0</b>).
</span></td>
<td class="autorow"><span class="autorow-options">
<input type="text" size="15" maxlength="15" id="lpostip" name="lpostip" />
</span></td></tr>

========================================
In cp_user_search_results.pl Find:
========================================
<td valign="bottom" class="secondheaderrow" style="border-left: 1px solid $vars_style_cp{AltBorderColor};"><span class="autorow-options">
$vars_wordlets_cp{memsearch_results_header_stauts}
</span></td>

========================================
BELOW that paste:
========================================
<td valign="bottom" class="secondheaderrow" style="border-left: 1px solid $vars_style_cp{AltBorderColor};"><span class="autorow-options">
IP History
</span></td>

========================================
In cp_user_search_results.pl Find:
========================================
<td class="autorow" style="border-left: 1px solid $vars_style_cp{AltBorderColor};"><span class="autorow-description">
$title

$user_profile[31]
</span></td>

========================================
BELOW that paste:
========================================
<td class="autorow" style="border-left: 1px solid $vars_style_cp{AltBorderColor};"><span class="autorow-description">
<a href="$vars_config{CGIURL}/cp.cgi?ubb=user_ips&u=$match">View IP History</a>


</span></td>

========================================

If you're using JCTemplates, complete the next step as well.

===============================================================
In noncgi/Templates/JCTemplates/public_display_profile.pl Find:
===============================================================
extra_info

========================================
ADD above:
========================================
$TBB

===============================================================
In noncgi/Templates/JCTemplates/public_display_profile.pl Find (same as above):
===============================================================
extra_info

========================================
BELOW that paste:
========================================
if ($is_admin eq 'true') {
print <<recent_stuff
$TBT
<tr bgcolor="$vars_style{TableColorStrip}">
<td colspan="2" class="normal-font" background="$vars_config{NonCGIURL}/$vars_style{jc_title_bar}">Recent Activities (Administrators Only):</td>
<td background="$vars_config{NonCGIURL}/$vars_style{jc_title_bar}"> </td>
</tr>

<tr bgcolor="$vars_style{AltColumnColor1}">
<td colspan="2" class="normal-font" width="35%"><b>Date/Time</b>:</td>
<td colspan="2" class="normal-font" width="65%" align="left">$mylast[1]</td>
</tr>

<tr bgcolor="$vars_style{AltColumnColor1}">
<td colspan="2" class="normal-font" width="35%"><b>IP</b>:</td>
<td colspan="2" class="normal-font" width="65%" align="left">$mylast[0]</td>
</tr>
recent_stuff
}
========================================


UPLOAD all hacked files.
UPLOAD ubb_lib_idle.cgi to your CGI Directory and CHMOD to 755.
UPLOAD cp_user_ips.pl to your NonCGI/Templates directory.

Now clear your cache. Enjoy the hack! Any problems post in the hack thread:
https://ubbdev.com/ubb/ultimatebb.php?ubb=get_topic;f=31;t=000033

Joined: Dec 2003
Posts: 5
Junior Member
Junior Member
Offline
Joined: Dec 2003
Posts: 5
I'm using 6.3.0.1 and I would love to use this mod but I need a way to force users to reauthorize every 24 hours (so it captures a new IP for them). Is there a way to set an expiration on their login cookie?

Joined: May 2001
Posts: 55
Member
Member
Offline
Joined: May 2001
Posts: 55
I agree with August.
Its more important to log their ip's with their last SESSION(last viewing of the board)because nobody logs in and out anymore(with cookies)
Because otherwise this is just a duplicate of the 'LAST POST' hack which I already have.

in other words, I already know when their last post was and what their ip address was for that post.
I NEED to know the date/time/ip of the last 10-15 times that they viewed the board but DIDNT post AND DIDNT login

Quote
Originally posted by August:

Thinking more about this it occurred to me that on a fairly large board with thousands of user sessions per day, the size the IP log files might get huge if every new IP is captured and recorded.

Maybe in addition to capturing new unique IP's from each new session on the website (new sessions after old session time-outs in addition to new log-ins), it could maintain the last 10 or 15 IP's only, rather than all that were ever recorded. This would provide all of the value of IP capture since it is the more recent ones that are most relevant.

Furthermore, it would provide the last visit date for everybody regardless of whether they log out or not.

Is this doable? Thanks again!

Joined: Oct 2002
Posts: 394
Enthusiast
Enthusiast
Offline
Joined: Oct 2002
Posts: 394
Did you guys get the table header right? Mine doesnt look properly.


Know where the mistake is?

Thank you

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Looks like you need to adjust a colspan= in the td with the 'additional members' line.


- Allen wavey
- What Drives You?
Joined: Oct 2002
Posts: 394
Enthusiast
Enthusiast
Offline
Joined: Oct 2002
Posts: 394
right you are.

because he added a new column in the table the spans had to be adjusted.

They are pretty now, here, if somebody else needs the change:

Code
 in cp_user_search_results.pl
###############################



Find:
#######

<tr bgcolor="#ffffff">
<td colspan="3" align="left" class="smallrow">
$vars_wordlets_cp{memsearch_results_matches} $sp - $ep [$search_count $vars_wordlets_cp{memsearch_results_total}]
</td>

<td colspan="3" align="right" valign="bottom" class="smallrow">
$previous   $current   $more
</td>
</tr>


replace with:
#############

<tr bgcolor="#B6C7E5">
<td colspan="4" align="left" class="smallrow">
$vars_wordlets_cp{memsearch_results_matches} $sp - $ep [$search_count $vars_wordlets_cp{memsearch_results_total}]
</td>

<td colspan="4" align="right" valign="bottom" class="smallrow">
$previous   $current   $more
</td>
</tr>







in cp_user_ips
################



find:
#########

# UBB CONTROL PANEL - IP HISTORY PAGE

&TBT; #Table Border Top in cp_common.pl

&HeaderRow("User IP History: $user_public_name (number $user_number)", "4", "#FFFFFF", "#000000", "left", "1", "1");
&HeaderRow("Total IPs: $total", "4", "#5d7790", "#FFFFFF", "center", "2");

print <<recent_ips_for_user;

<tr bgcolor="#5d7790">
<td>
 
</td>
<td>
<font color="#ffffff" size="1" face="Verdana, Arial">
<b>IP Address</b>
</font>
</td>
<td>
<font color="#ffffff" size="1" face="Verdana, Arial">
<b>Date/Time</b>
</font>
</td>
<td>
<font color="#ffffff" size="1" face="Verdana, Arial">
<b>ARIN</b>
</font>
</td>
<td>
<font color="#ffffff" size="1" face="Verdana, Arial">
<b>RIPE</b>
</font>
</td>
<td>
<font color="#ffffff" size="1" face="Verdana, Arial">
<b>APNIC</b>
</font>
</td>
</tr>

recent_ips_for_user

$counter = 0;
foreach (@ips) {

$nextitem = $ips[$counter];
@thisitem = split (/|/, $nextitem); # Login Name, IP, Date/Time

print <<this_ip;

<tr>
<td bgcolor="#5d7790">
 
</td>
<td valign="top" bgcolor="#ffffff">
<font size="1" face="Verdana, Arial">
<b>$thisitem[0]</b>
</font>
</td>


replace with:
##############


# UBB CONTROL PANEL - IP HISTORY PAGE

&TBT; #Table Border Top in cp_common.pl

&HeaderRow("User IP History: $user_public_name (number $user_number)", "6", "#B6C7E5", "#000000", "left", "1", "1");
&HeaderRow("Total IPs: $total", "6", "#5d7790", "#FFFFFF", "center", "2");

print <<recent_ips_for_user;

<td>
</td>
<td>
<font color="#ffffff" size="1" face="Verdana, Arial">
<b>IP Address</b>
</font>
</td>
<td>
<font color="#ffffff" size="1" face="Verdana, Arial">
<b>Date/Time</b>
</font>
</td>
<td>
<font color="#ffffff" size="1" face="Verdana, Arial">
<b>ARIN</b>
</font>
</td>
<td>
<font color="#ffffff" size="1" face="Verdana, Arial">
<b>RIPE</b>
</font>
</td>
<td>
<font color="#ffffff" size="1" face="Verdana, Arial">
<b>APNIC</b>
</font>
</td>
</tr>

recent_ips_for_user

$counter = 0;
foreach (@ips) {

$nextitem = $ips[$counter];
@thisitem = split (/|/, $nextitem); # Login Name, IP, Date/Time

print <<this_ip;

<tr>
<td bgcolor="#ffffff">
</td>
<td valign="top" bgcolor="#ffffff">
<font size="1" face="Verdana, Arial">
<b>$thisitem[0]</b>
</font>
</td>

In cp_new_members.pl
#####################

Find:
######

my $thiscount = scalar(@new_members);

&HeaderRow("$vars_wordlets_cp{total_members} $total_members | $vars_wordlets_cp{last_50_registrations}", "4", $vars_style_cp{AltColumnColor1}, $vars_style_cp{TextColor}, "left", "1", "1");

&HeaderRow("$vars_wordlets_cp{new_members}", "4", $vars_style_cp{HeaderColor}, $vars_style_cp{HeaderTextColor}, "center", "2");


CHANGE
#######

"4" to "5" on both lines


However, it is a great mod, thanks BassTeQ.

Page 2 of 2 1 2

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,573
Posts293,925
Members13,849
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
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 20221218)