Jump to content

Feefty

Members
  • Content Count

    6
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Feefty


  1. Vote for Points - Version 1.2

     


    Features:
    - Vote Time Interval (Default: 12 hours)
    - Time Left - Count down for the voting site to vote
    - Points (Default: 1) [Credits, Vote Points, Cash Points*New] Vote Points is currently under development as of now you can only use the Credits or Cash.
    - Add, Delete or Edit Voting Site
    - List of all voting site.
    - Able to upload the image for the voting site or use the Image URL instead.
    - Vote Name to avoid the confusion of the voting site.
    - Able to detect if the user is using proxy.
    - Able to check if the user has already voted by its ip address.

    Compability:
    - Tested on Xantara's FluxCP for rAthena - https://github.com/m...ntara/fluxcp-rA

    Rules:
    - Do not steal the credit of this work.

    How to Install:
    - Create a folder named voteforpoints in your addons folder.
    - Extract all the files in voteforpoints folder.
    - Import the sql files from schemas/logindb folder.
    - Create a folder named votes or whatever name you use in the configuration and the path must for the folder be in /themes/default/img/
    - Done.

    If you find a bug, please contact me.

     

    Download: 

    Version 1.2 - https://github.com/Feefty/FluxCP_Addons-VoteForPoints/archive/master.zip

     

     

     

    Freebies - Version 1.2.2

     

     

    Features:
    - Freebies Character Selection, You have to select the character where you want the freebies to claimed.
    - IP Address Restriction, You can only use the code per IP Address. Freature can be disabled or enabled per code.
    - Editing Freebies, You can edit the Code, Items, Zeny, Credits, Expiration, IP Restriction, Usage Limit and Description(optional).
    - Adding Freebies.
    - Usage Limit, 0 for unlimited or until it expires.
    - Items, item_id:amount,item_id2:amount2 or just item_id for 1 item.
    - Expiration, Setting the expiration date for the freebies.
    - Zeny, Giving an amount of zeny to selected character.
    - Description(optional), You can give a small description for the freebies to avoid the confusion.
    - Deleting Freebies.
    - Freebies History, List of all claimed freebies by the user.

    1.2 Version
    - Use for Account ID or Character ID. Feature can be disabled or enabled.
    - ex. Account ID 2000000:2000500:2000600to2000700 (The Account ID with 2000000 and 2000500 and from 2000600 to 2000700 will be able to use the code)


    Compability:
    - Tested on Xantara's FluxCP for rAthena - https://github.com/m...ntara/fluxcp-rA

    Rules:
    - Do not steal the credit of this work.

    How to Install:
    - Make folder named freebies in your addons folder.
    - Extract the file to freebies folder
    - Update your database.
    - Done.

    If you find a bug, please contact me.

     

    Download:

    Version 1.2.2 - https://github.com/Feefty/FluxCP_Addons-Freebies/archive/master.zip

     

     


    Support Tickets - Version 1.2.1

     

     

    Features:

    • Title Notification (ex. Flux Control Panel (1) - means you have 1 unread support ticket.)
    • Sidebar Notification (ex. View Tickets [3] - means you have 3 unread support ticket)
    • You can easily subscribe/unsubscribe to a ticket even a staff member can unsubscribe to a support ticket.
    • Subscribing (0 to disable the subscribing or 1 to enable. This will affect everyone.)
    • Ticket Delay (0 to disable this feature. They have to wait for 'TicketDelay' hours to open a new ticket.)
    • Priority (Low, Medium or High. To help organize the priority - Can be edited by the staff if it's misleading)
    • Status (Closed, Open, Resolved, Replied)
    • Department (You can add, edit or delete a Department. Group is for the level of the department that can be handled by the staff members.)
    • Reply (Staff Reply will be highlighted and will have an icon to avoid the confusion.)
    • WYSIWYG
    • Settings (For staff only)
      • Nickname (Use ~ character if you want to use your username. By default it will use your username when replying to a ticket.)
      • Email (This email will only be used for support ticketing. Use ~ character if you want to use your account email. By default it will use your account email when receiving emails.)
      • Subcription (Receive email notifications when someone opened or updated a support ticket.)
      • 'Last updated on' will show right next to Save Button.

      [*]Character affected (Select the character where the problem occurred. Disabled if the account doesn't a character yet.) [*]Search Engine (If your account is a staff member you can search using their account id, email, char id) [*]Ticket Editing (Only the staff can edit a support ticket.) [*]Ticket Listing (List of all support tickets. For staff only.) [*]Unread ticket will be highlighted in the list. [*]Normal Player can open/close their own ticket and only a staff member can resolve/delete a ticket. [*]Player/Staff can use @checkunread/@cu in-game to check if they have an unread support ticket. [*]PM me if i miss something.

    Compability:

    Rules:

    • Do not steal the credit of this work.

    How to Install:

    • Make a folder named support in addons folder.
    • Extract the files to support folder.
    • Copy the file inside the addons/support/support_templates and paste it to data/templates folder.
    • Add the line below
      • themes/default/header.php -

      Before:


       

      <?php if (!defined('FLUX_ROOT')) exit; 

       

      After:

       

      <?php if (!defined('FLUX_ROOT')) exit; require_once(FLUX_ROOT.'/'.FLUX_ADDON_DIR.'/support/modules/support/function.php');  

       

      • themes/default/main/sidebar.php -

      Before: (You will get 2 results. You will have to do it twice too.)

       

      <span><?php echo htmlspecialchars($menuItem['name']) ?></span> 

       

      After:

       

      <?php if ($menuItem['module'] == 'support'): ?> <span><?php echo sprintf($menuItem['name'], " [<strong".($unread > 0 ? " style='color:#d84646'" : "").">".$unread."</strong>") ?>]</span> <?php else: ?> <span><?php echo htmlspecialchars($menuItem['name']) ?></span> <?php endif ?>  

       

      [*]

      Update your database and make sure cp_support_tickets, cp_support_reply, cp_support_dep and cp_support_settings does exists

      [*]

      Add a Department first so players can open a ticket.

      [*]

      Copy addons/support/npc/ticket_notification.txt to your server npc/custom folder or whataver folder you want.

      [*]

      Paste this line npc: npc/custom/ticket_notification.txt inside your npc/scripts_custom.conf

      [*]

      You can find all the configuration in addons/support/config/addon.php

      [*]

      Done.


    If you find a bug, please contact me.

     

    Download:

    Version 1.2.1 - https://github.com/Feefty/FluxCP_Addons-SupportTicket/archive/master.zip

     


    Github: http://github.com/Feefty
    Email: [email protected]
    rAthena: Feefty

    Hercules: Feefty

    PM me for suggestions.

    Buy me a coffee

    voteforpoints-1.2.rar

    freebies-1.2.2.rar

    support-1.rar

    support-1.2.1.rar


  2. how about something like v4p ? :D

     

    Features

    [*]Written in PHP

    [*]Extensible via modules, hooks and plugins.

    [*]Content Management System¹

    [*]Smarty enabled skinning system makes customizing the layout super easy.

    [*]Most features enabled through modules

    [*]Account Management

    [*]War of Emperium / Guild Info

    [*]Who's Online

    [*]IPB Integration¹

    [*]Dynamically Generated Guild Emblems

    [*]Dynamically Generated Character Avatars³

    [*]Payment System³: Items³, services³, levels³, character renames³ and more.

    [*]Payment APIs³: PayPal², Skrill² (Moneybookers), Google Checkout¹, Amazon Payments¹, Authorize.net¹ and more.

    [*]Vote for Points³

    [*]¹ Not yet implemented or still a work in progress.

    ² Implemented but not yet public.

    ³ Feature is not free.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.