Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
Mod Name / Version - Additional Security Stuff 1.1

v1.1 - bug fixes to accomodate no presence of JustDave's Online Info mod.
- Made to work with 6.3

Description: This collection of modifications allows you to monitor
potentially undesirable clientele by revealing IP info to the admins and
moderators.

Works GREAT with JustDave's Online User Info

Working Under: UBB.Threads 6.2 - 6.3

Mod Status: Beta

Any pre-requisites: n/a

Author(s): Raconteur

Date: 05/02/03

Credits:

Files Altered: /admin/showusers.php
showprofile.php
/templates/default/showprofile.tmpl

New Files: n/a

Database Altered: n/a

Info/Instructions: n/a

Disclaimer: Please backup every file that you intend to modify.
If the modification modifies the database, it's a good idea to backup your database before doing so.

Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.


Attachments
78696-AdditionalSecurityStuff.txt (0 Bytes, 118 downloads)

Last edited by Raconteur; 05/07/2003 1:36 PM.

"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous
Sponsored Links
Joined: Oct 2001
Posts: 102
Junior Member
Junior Member
Offline
Joined: Oct 2001
Posts: 102
After downloading the attachment, the file is not representative of what is contained in the 6.3br1 files? Is there any other update to this?

Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
No... sorry. I am waiting for 6.3 to emerge from beta before I upgrade... Too many hacks on our site to do it twice in a row.

If you want, email me the three files and I will hack them for you, and make an update...


"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous
Joined: Oct 2001
Posts: 102
Junior Member
Junior Member
Offline
Joined: Oct 2001
Posts: 102
Thanks, you've got mail!!!

Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
Got it. Will look as soon as I can.


"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous
Sponsored Links
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
So maybe I'll remove 6.3 from the list of supported versions... as it's not been "written" for 6.3?

Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
Is it listed as supported by 6.3 somewhere? I don't see that, but if so, then sure. I will try to get this worked up as soon as I can and upload the update.


"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I edited the main post.... but the supported versions were listed as 6.2-6.3 hence the confusion.
I edited 6.3 out of the subject and description of the mod, then it won't show up on the index under 6.3 mods.

Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
Ok... I fixed it all up to work with 6.3, but I cannot upload the fix because the max edit time has expired.


"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Ah - forgot to add this forum to "unlimited edit time". I just did. Try now.

Thanks.

Sponsored Links
Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
Done! Thanks, Josh.


"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous
Joined: Feb 2003
Posts: 31
User
User
Offline
Joined: Feb 2003
Posts: 31
Just installed on the 6.3 beta and got this

SQL ERROR: Database error only visible to forum administrators

Warning: Supplied argument is not a valid MySQL result resource in /home/websites/forums.operationsports.com/html/ubbthreads/mysql.inc.php on line 131

it does seem to work showing the registered user IP
but the field below it current IP is always blank?

Apprecaite the hard work and any suggestion as to what I may have doen wrong.

Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
Sorry... I wrote this as an addition to JustDave's mod (see the top post in this thread), and have managed to leave a bit o' code in here checking for a column he created.

In the mod page itself, go to line 178 where you are asked to look for:

// ----------------------------------------
// Let's see if we already rated this user


The code to add above should look like this:
Code
<br />// Show IPs on user profile screen for Admins and Mods - CB added 2/28/03<br />	if (($thisuser['U_Status'] == "Administrator") || ($thisuser['U_Status'] == "Moderator")) {<br />		$IPInfo = "<br />			<tr><br />				<td valign=\"top\" class=\"darktable\">Reged IP</td><br />				<td>$RegIP</td><br />			</tr><br />		";<br />	}<br />


That should remove the error until you add JustDave's mod, which I highly recommend!

Let me know if that works so I can update the original.


"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous
Joined: Feb 2003
Posts: 31
User
User
Offline
Joined: Feb 2003
Posts: 31
Will Just Daves mod work with 6.3 beta? If so I will implement it. The more security the better.

If not I will make the change above.

Thanks

Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
I am not sure... check the link and the file.

I would say make the quick mod to what you have to rid yourself of the error, and then investigate JDs mod.

HTH.


"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous
Joined: Feb 2003
Posts: 31
User
User
Offline
Joined: Feb 2003
Posts: 31
I will hold off on Just Daves then as it says 6.2.

Made the edit you requested and everything is perfect.

Thanks once again

Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
Good deal. No worries!


"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous
Joined: Jan 2003
Posts: 250
Member
Member
Offline
Joined: Jan 2003
Posts: 250
Updated to 1.1. See notes for changes.


"Some dream of doing great things, while others stay awake and get on with it."
      -- Anonymous
Joined: Apr 2002
Posts: 56
Power User
Power User
Joined: Apr 2002
Posts: 56
Excellent stuff, works great for me!

Is there any way to make a page that pulls up all the IP's used by a user, then cross reference it against all the IP's posted from all other users?
Would be handy for tracking banned users and troublemakers.


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
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
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
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 20221218)