Jump to content

Recommended Posts

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

Edited by Feefty

Share this post


Link to post
Share on other sites

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

 

hi! i just want to report a problem when using the voteforpoints addon, some of my players uses hotspot shield and they can vote and vote again. can someone confirm this issue? thank you!

Share this post


Link to post
Share on other sites

 

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

 

hi! i just want to report a problem when using the voteforpoints addon, some of my players uses hotspot shield and they can vote and vote again. can someone confirm this issue? thank you!

if someone could just make some restriction based on mac pc same as harmony

Share this post


Link to post
Share on other sites

about the support ticket,

 

i have problem browsing the following :

 

i cannot view the ticket i made

deparment list not showing

when i try to search the number of ticket the normal account send to a deparment nothing is showing

 

* seeing [1]  unread ticket but i cant find it in gm account(department that i made before the normal account submitted a ticket

 

 

 

 

Edited by rmon008

Share this post


Link to post
Share on other sites

How to Remove IP Based System ? ...

 

in v4point addons

'EnableIPVoteCheck' => false,

 

The VoteForPoints Addon has been updated.

more updates coming soon.

Share this post


Link to post
Share on other sites

The VoteForPoints Addon has been updated.

more updates coming soon.

 

Thank you for sharing your work with the community, I am sure many here will greatly appreciate something like this, keep up the good work Feefty!  ^_^

Share this post


Link to post
Share on other sites

 

How to Remove IP Based System ? ...

 

in v4point addons

'EnableIPVoteCheck' => false,

 

The VoteForPoints Addon has been updated.

more updates coming soon.

 

Thx .... :))

Share this post


Link to post
Share on other sites

about the support ticket,

 

i have problem browsing the following :

 

i cannot view the ticket i made

deparment list not showing

when i try to search the number of ticket the normal account send to a deparment nothing is showing

 

* seeing [1]  unread ticket but i cant find it in gm account(department that i made before the normal account submitted a ticket

 

@bump please

Share this post


Link to post
Share on other sites

 

How to Remove IP Based System ? ...

 

in v4point addons

'EnableIPVoteCheck' => false,

 

The VoteForPoints Addon has been updated.

more updates coming soon.

When I vote I always get this error: Unable to vote for the server. Err no. 4

 

Why is that? Plus the points won't even add up. 

Share this post


Link to post
Share on other sites

how to change Cashpoints to a custom Variable? in v4p

Edited by devilz33

Share this post


Link to post
Share on other sites

thanks! working with minor issues

 

Edit: ticket listings in the support tickets error. the site crash 

 

?module=support&action=list 
Edited by Leecher

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

×
×
  • Create New...

Important Information

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