Jump to content

Feefty

Members
  • Posts

    175
  • Joined

  • Days Won

    1

Everything posted by Feefty

  1. add ?> after require_once(FLUX_ROOT.'/'.FLUX_ADDON_DIR.'/support/modules/support/function.php');
  2. Try changing the settings EnableIPVoteCheck to false or 0 The default for PointsType is cash. So you will receive Cash Points for the reward
  3. Updated - Check https://github.com/Feefty/FluxCP_Addons-VoteForPoints
  4. can you provide an error? i can't reproduce your problem. will work on it soon. i'm kind of busy lately
  5. short_open_tag should be enabled and PHP version 5.4+ i'll just change it to standard echo when i get back.
  6. i can't find any problem at all and i guess its the path of the images. just add me on skype(kingfeefty) and ill have a look into it
  7. sorry for late reply. ill have a look into it. also whats your php version?
  8. Addon now supported fluxcp for eathena https://code.google.com/p/fluxcp/ please report if you find any bugs. thanks
  9. add me on skype kingfeefty and ill have a look into it.
  10. can you set the $showExceptions to true in config/error.php and let me know the errors. thanks yeah, i think i can add that up. thanks for suggesting.
  11. File Name: Support Ticket for FluxCP - FREE File Submitter: Feefty File Submitted: 23 Mar 2013 File Category: Web Resources Content Author: Feefty FluxCP Addon [support Ticket] 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: Tested on Xantara's FluxCP for rAthena - https://github.com/m...ntara/fluxcp-rA Tested on FluxCP for eAthena - https://code.google.com/p/fluxcp/ 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. Github Download: https://github.com/Feefty/FluxCP_Addons-SupportTicket/archive/master.zip Github: http://github.com/Feefty Email: [email protected] rAthena: Feefty Feel free to buy me a coffee Paypal: [email protected] Click here to download this file
  12. you can always download the updated version from github https://github.com/Feefty/FluxCP_Addons-VoteForPoints/archive/master.zip
  13. it needs to update your database thats why its asking for the update. the password is located in your config/application.php and change the InstallerPassword to your password and use it for that
  14. This is the error. after i tried adding a voting site, Critical Error Appears. are you using the fluxcp by xantara? can you please show me your modules folder for voteforpoints Here is the another SS and here is my file for the module and the file is located at addons/voteforpoints/modules/voteforpoints/ ? Updates - Added Cash Points for the reward https://github.com/Feefty/FluxCP_Addons-VoteForPoints
  15. This is the error. after i tried adding a voting site, Critical Error Appears. are you using the fluxcp by xantara? can you please show me your modules folder for voteforpoints i'll look into that.
  16. i'm using the existing credit points for fluxcp but there's already an option there that you can choose the vote points instead of credits points and i'll be working on that maybe after the support ticket addon. for now do not use the vote points.
  17. try this https://github.com/Feefty/FluxCP_Addons-VoteForPoints/archive/master.zip
  18. Done. Still the same problem. have you imported the sql files from schemas/logindb ?
  19. i see. make sure you make a folder named voteforpoints in addons folder and paste or extract all the files there
  20. can you show me all the error? you shouldn't be getting any error from that. that's weird. Update: minor fix for deleting a voting site
  21. File Name: Vote for Points for FluxCP - FREE File Submitter: Feefty File Submitted: 15 Mar 2013 File Category: Web Resources Content Author: Feefty FluxCP Addon [Vote for Points] 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. Github: http://github.com/Feefty Email: [email protected] rAthena: Feefty Click here to download this file
  22. have you tried this yet? https://www.phpbb.com/customise/db/mod/me_we_you_us_filter/support/how_do_we_get_this_working_on_nv_recent_topics_mod_-t_96396
×
×
  • Create New...