It is currently Fri Sep 03, 2010 12:48
  • View your posts
  • FAQ
  • Register
  • Login

  • All times are UTC + 1 hour [ DST ]



    Post new topic Reply to topic  [ 14 posts ]  Go to page 1, 2  Next
    Author Message
     Post subject: [Mod] Show Pod Kills
    PostPosted: Fri Nov 21, 2008 16:14 
    Offline
     E-mail  Profile

    Joined: Fri Aug 15, 2008 20:53
    Posts: 395
    Not as much a mod as small script change...

    Showing pod kills on main, kills, and losses pages.

    Upload and overwrite file.


    Attachments:
    show_podkills.zip [3.81 KiB]
    Downloaded 295 times


    Last edited by Tribalize on Sat Nov 22, 2008 14:51, edited 1 time in total.
    Top
     
     Post subject: Re: [Mod] Show Pod Kills
    PostPosted: Fri Nov 21, 2008 17:18 
    is this supposed to work with 361 or only older versions ?

    after overwriting my classkilllist.php with this one, i get a

    Fatal error: Call to undefined function: addvictimfaction() in /killboard/common/includes/class.contract.php on line 296

    or perhaps it conflicting with the faction script from frk ?


    Top
     
     Post subject: Re: [Mod] Show Pod Kills
    PostPosted: Fri Nov 21, 2008 18:30 
    to do this on 361, all i had to do was find the setPodsNoobships section of the class.killlist.php

    and comment out as shown here:

    function setPodsNoobShips($flag)
    {
    // if (!$flag)
    // {
    // array_push($this->exclude_scl_, 2);
    // array_push($this->exclude_scl_, 3);
    // array_push($this->exclude_scl_, 11);
    // }
    }


    Top
     
     Post subject: Re: [Mod] Show Pod Kills
    PostPosted: Fri Nov 21, 2008 20:17 
    Offline
     E-mail  Profile

    Joined: Fri Aug 15, 2008 20:53
    Posts: 395
    This Was For 361...Odd As i Had No Error

    Updated file regardless

    thx


    Top
     
     Post subject: Re: [Mod] Show Pod Kills
    PostPosted: Sat Oct 03, 2009 13:17 
    Offline
     E-mail  Profile

    Joined: Sat Oct 03, 2009 13:10
    Posts: 4
    this doesnt work, any other way 2 do this?


    Top
     
     Post subject: Re: [Mod] Show Pod Kills
    PostPosted: Sat Oct 03, 2009 14:19 
    Offline
     E-mail  Profile

    Joined: Sat Oct 03, 2009 13:10
    Posts: 4
    BUMP


    Top
     
     Post subject: Re: [Mod] Show Pod Kills
    PostPosted: Sun Oct 04, 2009 12:33 
    Offline
     E-mail  Profile

    Joined: Fri Aug 15, 2008 20:53
    Posts: 395
    for what version of the kb


    Top
     
     Post subject: Re: [Mod] Show Pod Kills
    PostPosted: Wed Oct 07, 2009 13:09 
    Offline
     E-mail  Profile

    Joined: Sat Oct 03, 2009 13:10
    Posts: 4
    not sure, only just downloaded and installed it though. kb is here http://www.karklife.x10hosting.com/


    Top
     
     Post subject: Re: [Mod] Show Pod Kills
    PostPosted: Wed Oct 07, 2009 14:08 
    Offline
     E-mail  Profile

    Joined: Fri Aug 15, 2008 20:53
    Posts: 395
    open common/includes/class.killlist.php

    find
    Code:
    function setPodsNoobShips($flag)
        {
           if (!$flag)
            {
                array_push($this->exclude_scl_, 2);
                array_push($this->exclude_scl_, 3);
                array_push($this->exclude_scl_, 11);
            }
        }


    Replace with

    Code:
    function setPodsNoobShips($flag)
        {
            //if (!$flag)
            //{
                //array_push($this->exclude_scl_, 2);
                //array_push($this->exclude_scl_, 3);
                //array_push($this->exclude_scl_, 11);
            //}
        }


    Top
     
     Post subject: Re: [Mod] Show Pod Kills
    PostPosted: Thu Oct 08, 2009 08:49 
    Offline
     E-mail  Profile

    Joined: Sat Oct 03, 2009 13:10
    Posts: 4
    Works a treat, thanks! :D


    Top
     
    Display posts from previous:  Sort by  
    Post new topic Reply to topic  [ 14 posts ]  Go to page 1, 2  Next

    All times are UTC + 1 hour [ DST ]


    Who is online

    Users browsing this forum: underwoodr and 1 guest


    You cannot post new topics in this forum
    You cannot reply to topics in this forum
    You cannot edit your posts in this forum
    You cannot delete your posts in this forum
    You cannot post attachments in this forum

    Search for:
    Jump to:  
    Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group  
    Style Designed By phpBBegypt