View Single Post
  #3  
Old 08-06-2012, 04:26 AM
Fysez Fysez is offline
Banned
Join Date: Apr 2012
Posts: 89
Fysez has a little shameless behaviour in the past
Quote:
Originally Posted by cbk1994 View Post
I made this post a while back for someone with a similar question on creating a mail system. It is applicable to your situation as well.



In reality though, it may be better to just save the feedback to a log and review it at your leisure. It's easy to get caught up making stuff like this that doesn't directly benefit your server and ignore the actual server content.
So I have not tested this yet, but just to see if I'm catching on,
I should do something like:

PHP Code:
temp.vars NULL;
temp.vars.memory params[1];
addrow(0temp.vars.memory);
temp.vars.saveVars("data/FeedBack"false); 
?
Or am I way off on this?

PN: I would test this but I'm not currently home.
Is this right, Or am I way off on path?
Reply With Quote