phpBB2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joe

    #1

    phpBB2

    Hey there,
    In phpBB2, is there any way I could change the IP that is logged for a
    certain post. Like say I posted something and it logged my IP at the time
    that I wrote that post. Is there a way to edit that? I have administrative
    access and access to the database itself.

    Thanx
    Joe


  • Tim Van Wassenhove

    #2
    Re: phpBB2

    On 2003-12-11, Joe <joe_trottier@h otmail.com> wrote:[color=blue]
    > Hey there,
    > In phpBB2, is there any way I could change the IP that is logged for a
    > certain post. Like say I posted something and it logged my IP at the time
    > that I wrote that post. Is there a way to edit that? I have administrative
    > access and access to the database itself.[/color]

    So you have a look at the form that is used when you post something.
    Then you lookup that file, and start reading the source-code until you
    find out where the insertions happen... Now you know where you find this
    data in you database...

    Sometimes it might be easier to have a look at the tables that are
    available and have a look at the structure of them... If you guess well,
    it might save you some time...


    --
    verum ipsum factum

    Comment

    Working...