[ Príspevok: 1 ] 
AutorSpráva
Offline

Prevádzkovateľ fóra
Prevádzkovateľ fóra
Log IP Address on Registration

Registrovaný: 01.05.05
Príspevky: 13419
Témy: 1494 | 1494
Bydlisko: Bratislava
NapísalOffline : 14.10.2006 15:04 | Log IP Address on Registration

Kód:
##############################################################
## MOD Title: Log IP Address on Registration
## MOD Author: TerraFrost < N/A > (Jim Wigginton) http://www.frostjedi.com/phpbb
## MOD Description: Logs the IP address of users when they register.
## MOD Version: 1.0.0
##
## Installation Level: Intermediate
## Installation Time: 5 Minutes
##
## Files To Edit: 4
##      includes/usercp_register.php
##      admin/admin_users.php
##      templates/subSilver/admin/user_edit_body.tpl
##      language/lang_english/lang_admin.php
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
##     Although there are a number MODs out there that do this already, none of them
##     have been validated by the phpBB MOD Team.  This MOD attempts to fill this void.
##
##     Also, since I don't know who the first person to make a MOD like this was, I'll
##     just sorta credit Jarf with the idea:
##     http://www.phpbb.com/phpBB/viewtopic.php?t=28580
##
##     The latest version of this mod can be found here:
##     http://www.frostjedi.com/terra/scripts/phpbb/reg_ip.zip
##
##     For support / comments / whatever, visit here:
##     http://www.frostjedi.com/phpbb/viewforum.php?f=33
##
##############################################################
## MOD History:
##
##   2005-04-13 - Version 1.0.0
##      - initial release
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ SQL ]-------------------------------------------
#
ALTER TABLE phpbb_users ADD user_regip CHAR(8) NOT NULL DEFAULT '0';
#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_register.php
#
#-----[ FIND ]------------------------------------------
# this is only a partial match
#
         $sql = "INSERT INTO " . USERS_TABLE . "
#
#-----[ IN-LINE FIND ]---------------------------------
#
 user_icq,
#
#-----[ IN-LINE BEFORE, ADD ]---------------------------
#
 user_regip,
#
#-----[ FIND ]------------------------------------------
# this is only a partial match
#
            VALUES ($user_id,
#
#-----[ IN-LINE FIND ]---------------------------------
#
 . "', '" . str_replace("\'", "''", $icq)
#
#-----[ IN-LINE BEFORE, ADD ]---------------------------
#
 . "', '" . $userdata['session_ip']
#
#-----[ OPEN ]------------------------------------------
#
admin/admin_users.php
#
#-----[ FIND ]------------------------------------------
#
      $icq = $this_userdata['user_icq'];
#
#-----[ BEFORE, ADD ]-----------------------------------
#
      $user_regip = decode_ip($this_userdata['user_regip']);
#
#-----[ FIND ]------------------------------------------
#
         'YIM' => $yim,
#
#-----[ BEFORE, ADD ]-----------------------------------
#
         'USER_REGIP' => $user_regip,
#
#-----[ FIND ]------------------------------------------
#
         'L_ICQ_NUMBER' => $lang['ICQ'],
#
#-----[ BEFORE, ADD ]-----------------------------------
#
         'L_REGIP' => $lang['Registration_IP'],
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/admin/user_edit_body.tpl
#
#-----[ FIND ]------------------------------------------
#
   <tr>
     <td class="catsides" colspan="2">&nbsp;</td>
   </tr>
   <tr>
     <th class="thSides" colspan="2">{L_PROFILE_INFO}</th>
#
#-----[ BEFORE, ADD ]-----------------------------------
#
   <tr>
     <td class="row1"><span class="gen">{L_REGIP}: </span></td>
     <td class="row2"><span class="gen">{USER_REGIP}</span></td>
     </td>
   </tr>
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_admin.php
#
#-----[ FIND ]------------------------------------------
# this is a partial match
#
$lang['Install_No_PCRE']
#
#-----[ AFTER, ADD ]------------------------------------
#
$lang['Registration_IP'] = 'Registration IP Address';
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------
#
# EoM


_________________
Streacom DA2 | SilverStone Titanium SX800-LTI 800W | ASRock X299E-ITX/ac | Intel Core i9-9980XE & be quiet! Dark Rock TF | Kingston HyperX Impact 64 GB DDR4 2666 MHz | NVIDIA Titan RTX 24 GB | Intel SSD Optane 905P 480 GB NVMe U.2 & Intel SSD 750 1,2 TB NVMe U.2 & Intel SSD 660p 2 TB NVMe M.2 & Seagate BackUp Plus Portable 56 TB USB | 55" 4K OLED Dell Alienware AW5520QF | Ergotron LX Wall Mount Keyboard Arm | Logitech Craft | Logitech G603 | Logitech F710 | Harman Kardon Sabre SB 35 & Sennheiser RS 175 | Microsoft Windows 11 Enterprise | APC Back-UPS BE-850 VA | Lenovo ThinkPad X250 & Microsoft Windows 11 Professional | iPhone 15 Pro 256 GB & Pitaka Aramid | SilverStone ML05B Milo | Corsair SF600 SFX 600W | ASRock X99E-ITX/ac | Intel Xeon E5-2683 v4 & NOCTUA NH-L12S | Kingston HyperX Savage 32 GB DDR4 2400 MHz | NVIDIA GeForce GT 710 1 GB | Intel SSD Optane Memory 32 GB NVMe M.2 & Intel SSD 730 240 GB SATA | Ubuntu 24.04.1 LTS
 [ Príspevok: 1 ] 


Log IP Address on Registration



Podobné témy

 Témy  Odpovede  Zobrazenia  Posledný príspevok 
V tomto fóre nie sú ďalšie neprečítané témy.

Disable Registration

v Redakčné systémy

1

1189

14.10.2006 14:47

JanoF

V tomto fóre nie sú ďalšie neprečítané témy.

registration script

v PHP, ASP

9

757

26.04.2010 0:09

kablik159

V tomto fóre nie sú ďalšie neprečítané témy.

Facebook page address

v Sociálne siete

2

444

22.01.2013 8:16

erikoo

V tomto fóre nie sú ďalšie neprečítané témy.

IP address conflict

v Siete

1

247

14.12.2013 16:28

shiro

V tomto fóre nie sú ďalšie neprečítané témy.

Get IP address by URL

v Operačné systémy Unix a Linux

5

683

18.02.2010 10:44

Ďuri

V tomto fóre nie sú ďalšie neprečítané témy.

zapisanie a editovanie address v css

v HTML, XHTML, XML, CSS

3

370

09.03.2010 14:49

Ďuri

V tomto fóre nie sú ďalšie neprečítané témy.

problém z typom adresy [address type]

v Siete

2

454

05.08.2008 20:52

datlik9

V tomto fóre nie sú ďalšie neprečítané témy.

Memory at address could not be read

v Ovládače

1

542

24.08.2012 21:37

Martin1234532

V tomto fóre nie sú ďalšie neprečítané témy.

log

v Bezpečnosť a firewally

3

1248

28.05.2008 22:45

maposko

V tomto fóre nie sú ďalšie neprečítané témy.

log

v Správy pre vedenie fóra

4

1217

16.12.2008 18:45

JanoF

V tomto fóre nie sú ďalšie neprečítané témy.

LOG

v Ostatné operačné systémy

1

445

10.08.2012 19:53

mtxd

V tomto fóre nie sú ďalšie neprečítané témy.

Log,

v PHP, ASP

12

949

09.12.2008 19:52

pire

V tomto fóre nie sú ďalšie neprečítané témy.

Log

v PHP, ASP

2

539

12.07.2010 17:49

camo

V tomto fóre nie sú ďalšie neprečítané témy.

??? CBS.log ???

v Operačné systémy Microsoft

0

555

06.12.2009 17:51

Semp

V tomto fóre nie sú ďalšie neprečítané témy.

Log hijackthis

v Antivíry a antispywary

0

706

10.11.2008 22:33

gilmour

V tomto fóre nie sú ďalšie neprečítané témy.

Error Log

v PHP, ASP

3

499

02.05.2014 23:45

killer



© 2005 - 2025 PCforum, edited by JanoF