Item Shop Help

Results 1 to 7 of 7
  1. #1
    Apprentice Surya Teja is offline
    MemberRank
    Jul 2013 Join Date
    8Posts

    Item Shop Help

    untitled2.jpgtactic_20130729_230113.jpg


    i was buyed this item in web site but showing unlimited in storage. How to change this to limited period


  2. #2
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: Item Shop Help

    By altering the RentHourPeriod column in the INSERT query.

  3. #3
    Apprentice Surya Teja is offline
    MemberRank
    Jul 2013 Join Date
    8Posts

    Re: Item Shop Help

    but its already there in my odb.AccountItem

  4. #4
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: Item Shop Help

    You have to modify the query in the website files.

  5. #5
    Fuck Army. sahar042 is offline
    MemberRank
    Jul 2009 Join Date
    833Posts

    Re: Item Shop Help

    Duration = RentHourPeriod Than if you want to do it for 1 month i guess it's 721 RentHourPeriod. (This is example)

  6. #6
    Apprentice Surya Teja is offline
    MemberRank
    Jul 2013 Join Date
    8Posts

    Re: Item Shop Help

    ohh ok ty but i want do it for 15 days how much should i add RentHourPeriod ?

  7. #7
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Item Shop Help

    You would have to add something like the RentHourPeriod into the table column of dbo.CashShop with the data type being int. After you edit line 328 in gunz_itemshop.php

    PHP Code:
    <td><b>Unlimited</b></td
    To something like this:
    PHP Code:
    <td><b>'.$item['RentHourPeriod'].'</b></td
    Or
    PHP Code:
    <td><b>'.$item['Duration'].'</b></td
    All you really need to do is edit that line that's all. But I could be wrong since I'm not really looking into the files for more details.



Advertisement