solid2005 Posted April 1, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 147 Reputation: 15 Joined: 01/06/12 Last Seen: Tuesday at 02:08 PM Share Posted April 1, 2012 same problem as them, i add the 3 to my logindb and put voteforpoints in the addons, but still No voting site help 'Voters' => 'cp_v4p_voters', //Contains the record of the Players Vote Points 'Sites' => 'cp_v4p_sites', //Contains the list of sites 'Logs' => 'cp_v4p_votelogs' //Contains the record the player vote date this is your solution. Link to comment Share on other sites More sharing options...
Kariton Revolution Posted April 2, 2012 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Share Posted April 2, 2012 can you give us a picture how to add and the format of site to cp_v4p_sites Link to comment Share on other sites More sharing options...
HeikoS Posted April 5, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 22 Reputation: 2 Joined: 01/08/12 Last Seen: October 22, 2013 Share Posted April 5, 2012 We have still problems with installing this addon. Flux CP self works fine. First i have forgotten to put the files in the addons subdirectory. I put them in the accourding directories. SQL-Files are imported to the database. Access levels are set to ADMIN, i am logged in as ADMIN, but i cant see the menu items, only the menu heading. Trying the url /?module=voteforpoints leads in an error message page Unauthorized - You are unauthorized to view this page. <a href="%s">Redirecting…</a> Link to comment Share on other sites More sharing options...
karazu Posted April 6, 2012 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Share Posted April 6, 2012 I added the VPS perfectly but it seems to be that it can be seen only in the website if you are logged in, is their anyway that it will be showed even if ur are logged out? Link to comment Share on other sites More sharing options...
Lige Posted April 7, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 23 Reputation: 2 Joined: 02/07/12 Last Seen: December 12, 2022 Share Posted April 7, 2012 (edited) Oy... I understand that the addon gives points to the account via the additional tables specifically for it, and that the in game NPC reads the ammount via those tables and then can be cashed in for items. I don't really want to use the included NPC or this form of "points" and instead I was wondering if it's possible to do put them in cash points in stead. Maybe via a NPC using the OnPCLoginEvent? Something like: OnPCLoginEvent: -- SQL Query cp_v4p_voters, check players 'account_id', get 'points' and asign value as a @VotePoints variable. -- SQL Query Set cp_v4p_voters 'points' value to 0 set #CASHPOINTS, #CASHPOINTS+@VotePoints; I generally hate asking for help, but I really don't know how to script sql related crap... If anyone helps, I'd really appreciate it. I asked for help in Scripting Support (http://rathena.org/b...61372-sql-help/) too cause I realize this area is less likely to be noticed / responded too ;x I got help in above mentioned topic, just as an update Edited April 7, 2012 by Lige Link to comment Share on other sites More sharing options...
1337 Posted April 7, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 29 Reputation: 2 Joined: 03/27/12 Last Seen: April 4 Share Posted April 7, 2012 Hello, In this v4p does the player need to enter the security codes before they can get any points? Link to comment Share on other sites More sharing options...
JayPee Posted April 7, 2012 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Author Share Posted April 7, 2012 We have still problems with installing this addon. Flux CP self works fine. First i have forgotten to put the files in the addons subdirectory. I put them in the accourding directories. SQL-Files are imported to the database. Access levels are set to ADMIN, i am logged in as ADMIN, but i cant see the menu items, only the menu heading. Trying the url /?module=voteforpoints leads in an error message page Unauthorized - You are unauthorized to view this page. <a href="%s">Redirecting…</a> Maybe your flux is using `level` while your login table has `group_id` (vice versa) this will cause you some errors. I added the VPS perfectly but it seems to be that it can be seen only in the website if you are logged in, is their anyway that it will be showed even if ur are logged out? Hi, login is required because in the listing of the voting sites the system checks whether you can now vote or not and give you the date where you can vote. Its possible but it will be another page which only gives the list of voting sites your server is registered. Oy... I understand that the addon gives points to the account via the additional tables specifically for it, and that the in game NPC reads the ammount via those tables and then can be cashed in for items. I don't really want to use the included NPC or this form of "points" and instead I was wondering if it's possible to do put them in cash points in stead. Maybe via a NPC using the OnPCLoginEvent? Something like: OnPCLoginEvent: -- SQL Query cp_v4p_voters, check players 'account_id', get 'points' and asign value as a @VotePoints variable. -- SQL Query Set cp_v4p_voters 'points' value to 0 set #CASHPOINTS, #CASHPOINTS+@VotePoints; I generally hate asking for help, but I really don't know how to script sql related crap... If anyone helps, I'd really appreciate it. I asked for help in Scripting Support (http://rathena.org/b...61372-sql-help/) too cause I realize this area is less likely to be noticed / responded too ;x Sorry If I don't respond to this post this past few days coz Im busy making updates in our server and website. And currently studying and trying facebook API since I'm interested of making a Facebook Registration and Login Addon on fluxcp. Hello, In this v4p does the player need to enter the security codes before they can get any points? Do you mean captcha system? Coz I dont see any point of putting a captcha system on this. @All For bug reports and other concerns please post them here at mygithub repo:https://github.com/mandark022/VoteForPoints Link to comment Share on other sites More sharing options...
Lige Posted April 7, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 23 Reputation: 2 Joined: 02/07/12 Last Seen: December 12, 2022 Share Posted April 7, 2012 I ended up getting help in my topic already JayPee, though I appreciate you replied and were going to look into it when you could Thanks to all who've created this addon, created FluxCP, who uploaded this and provided support in this topic! My server and I both really appreciate it Link to comment Share on other sites More sharing options...
JayPee Posted April 7, 2012 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Author Share Posted April 7, 2012 Im the one who develop this addon. 1 Link to comment Share on other sites More sharing options...
Mr BrycE Posted April 8, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted April 8, 2012 same problem as them, i add the 3 to my logindb and put voteforpoints in the addons, but still No voting site help 'Voters' => 'cp_v4p_voters', //Contains the record of the Players Vote Points 'Sites' => 'cp_v4p_sites', //Contains the list of sites 'Logs' => 'cp_v4p_votelogs' //Contains the record the player vote date this is your solution. what does it mean? sorry i already put it on my tables, but still after i add the voting site, nothing is happening Link to comment Share on other sites More sharing options...
HeikoS Posted April 9, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 22 Reputation: 2 Joined: 01/08/12 Last Seen: October 22, 2013 Share Posted April 9, 2012 (edited) Hi JayPee, after getting your last repo and updating the fluxcp itself the v2p-addons works fine with the default theme. We use an own theme, so i merged all differences between the default theme of my old flux cp and the new flux cp (from CalciumKids new repo) into our theme-files. First the was a problem (Page not found), but i have forgotten to copy the files from FLUXPATH/addons/voteforpoints/themes/default to FLUXPATH/addons/voteforpoints/themes/OWNTHEME. Just as a hint for other users, that will use the v2p-addon with own themes. :-) Thanks a lot, HeikoS Edited April 9, 2012 by HeikoS Link to comment Share on other sites More sharing options...
Kariton Revolution Posted April 17, 2012 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Share Posted April 17, 2012 (edited) help about this i don't change anything i just paste the v4p Folder in my ftp and i got this error can anyone help me to fix this? im hosted in axwebsolution thx Edited April 17, 2012 by Kariton Revolution Link to comment Share on other sites More sharing options...
JayPee Posted April 20, 2012 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Author Share Posted April 20, 2012 Make sure all the files are uploaded. Link to comment Share on other sites More sharing options...
Kariton Revolution Posted April 21, 2012 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Share Posted April 21, 2012 uploaded namn sya eh kumpleto nmn pag kakalagay ko Link to comment Share on other sites More sharing options...
Petey Pablo Posted April 21, 2012 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 569 Reputation: 11 Joined: 11/24/11 Last Seen: March 7, 2022 Share Posted April 21, 2012 (edited) sir jaypee may problem po ako. bkt po ayaw lumabas ng vote sites or vote links? na add vote sites ko naman po sya. ito po screenshot tapos kung mag eedit ako dun ko lng sya makikita tapos kung mag delete sites po ako may lumabas na error. pero kompleto ko nama po na add ung mga files sa addons folder mismo. 1. Edit - Delete Voting Sites 2. Add new Voting Sites 3. Delete[error] Edited April 21, 2012 by Will Suranol 2 Link to comment Share on other sites More sharing options...
makemefamousee Posted April 23, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 04/23/12 Last Seen: April 29, 2012 Share Posted April 23, 2012 How to install the addon? i tried to upload it not importing it. but there are no changes happened. how? Link to comment Share on other sites More sharing options...
Gerome Posted April 24, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 185 Reputation: 26 Joined: 12/07/11 Last Seen: January 31 Share Posted April 24, 2012 @makemefamous Extract voteforpoints.rar to your "fluxcp/addons" folder Link to comment Share on other sites More sharing options...
Snap Posted April 24, 2012 Group: Members Topic Count: 64 Topics Per Day: 0.01 Content Count: 186 Reputation: 0 Joined: 04/07/12 Last Seen: May 18, 2012 Share Posted April 24, 2012 I can't put a voting site! Help. Link to comment Share on other sites More sharing options...
Snap Posted April 25, 2012 Group: Members Topic Count: 64 Topics Per Day: 0.01 Content Count: 186 Reputation: 0 Joined: 04/07/12 Last Seen: May 18, 2012 Share Posted April 25, 2012 Bump. Link to comment Share on other sites More sharing options...
Gerome Posted April 27, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 185 Reputation: 26 Joined: 12/07/11 Last Seen: January 31 Share Posted April 27, 2012 (edited) I've got no Problem.. Thanks Jaypee.. if youre using another Flux Themes. make sure to rename the "addons/voteforpoints/themes/default" to" addons/voteforpoints/themes/<yourfluxtheme>" Edited April 27, 2012 by Gerome Link to comment Share on other sites More sharing options...
ngek202 Posted April 27, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 530 Reputation: 33 Joined: 01/17/12 Last Seen: August 16, 2017 Share Posted April 27, 2012 yep same here no problems at all been using it ever since he released it Link to comment Share on other sites More sharing options...
AccelRO Posted April 29, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 04/28/12 Last Seen: October 17, 2017 Share Posted April 29, 2012 How can I change the size of the table? Link to comment Share on other sites More sharing options...
JayPee Posted April 30, 2012 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Author Share Posted April 30, 2012 How can I change the size of the table? you can edit the interface at addons/voteforpoints/themes/default/ Link to comment Share on other sites More sharing options...
zXoOm Posted May 4, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 73 Reputation: 2 Joined: 12/19/11 Last Seen: October 8, 2015 Share Posted May 4, 2012 bossing bat d ko m DL? Link to comment Share on other sites More sharing options...
Thanna Posted May 5, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 271 Reputation: 7 Joined: 01/06/12 Last Seen: May 16, 2015 Share Posted May 5, 2012 can someone give me a mirror, cant download it Link to comment Share on other sites More sharing options...
Recommended Posts