I would like someone make a mod for me which:
Retrieves
SELECT `data` FROM `datastore` WHERE `title` IN ('maxloggedin') the only problem is i don't know how to refine it to just the X out of 'a:2:{s:9:"maxonline";i:
X;s:13:"maxonlinedate";i:1148218982;}'
X and then says on a page in the admin CP accessible through the side bar. "Current Setting: 'X' "
and then another line below which says: "Desired Setting" and then an empty box next to it.
Once you type in a number to the empty box it executes the sql query:
UPDATE `datastore` SET `data` = 'a:2:{s:9:"maxonline";i:
X;s:13:"maxonlinedate";i:1148218982;}' WHERE CONVERT(`title` USING utf8) = 'maxloggedin' LIMIT 1;
X = being the number you type in.
If this is to much trouble then just tell me and i'll go away..
Regards,
Nick.
EDIT: Or make the mod