Hi , asking about cq_user

08/18/2014 10:27 DarkNightEO#1
Hi any admin EO still active ?


1) i going ask about cq_user , we cant create code for cq_user table right ? like 1001 emoney += xxx ... mean i want create new column / row on cq_user .

2) data0 . for data , data0 - datax we can use ?

3) anyone all cq_user command on 1001 type ?

:handsdown::handsdown::handsdown::handsdown:
08/18/2014 13:44 hio77#2
for you to be running actions on cq_action, the assumption is made that your already on an account.

What are you trying to achieve? you seem to be shooting into a barrel to find "new things"
08/23/2014 17:29 idlemonkey#3
That action type is used for altering user attributes not to create new users (there is no action to create a new user)
also that action type can only be used for changing specific portions of that table as listed below... trying to use this action type to alter any other part of a row will not work
08/23/2014 18:35 DarkNightEO#4
Quote:
Originally Posted by idlemonkey View Post
That action type is used for altering user attributes not to create new users (there is no action to create a new user)
also that action type can only be used for changing specific portions of that table as listed below... trying to use this action type to alter any other part of a row will not work
thx , and ... do you know any type for cq action for store data more than 5...

example . data0 - 2 .. i try over than 3 it cant ...

coz i want do vote for people .

example i make 5 people . so all player in server vote them . user a data0 , user b data1 and etc. but only can make data0 - data2 .T.T
08/23/2014 22:31 idlemonkey#5
lol that sounds silly and not possible (in that manner)

for something like this it would have to be a very complex data variable or phase group setup to do it by actions .... it would be much easier to do in a web based panel of some sort attached to your website (but make sure to make it secure)
08/24/2014 05:23 hio77#6
how about using a Task to keep track of it?

I have done similar in the past.
08/24/2014 05:41 DarkNightEO#7
phase ? it will be individu data . haha , if use table , same, it will be individu data on cq user . mybe vote at website only . make new table and new vote link on web T.T
08/24/2014 15:02 idlemonkey#8
phase is part of the mission action type which allows you to make different "phases" of your mission ....
if you add it to lets say a poll on your forum though it would be rather easy to setup a task or cron job depending on your os to update usernames regularly .... it would not be hard to secure as you would not need to put anything other than names