RevCMS
I want my users on my retro to have a free vip when they register.
I tried to do this: Go to app/class.users.php search for this PHP
And replace it with this one$this->addUser($template->form->reg_username, $core->hashed($template->form->reg_password), $template->form->reg_email, $_CONFIG['hotel']['motto'], $_CONFIG['hotel']['credits'], $_CONFIG['hotel']['pixels'], 1,
Well, I search for the 1st QUOTE but I didn't FIND it.$this->addUser($template->form->reg_username, $core->hashed($template->form->reg_password), $template->form->reg_email, $_CONFIG['hotel']['motto'], $_CONFIG['hotel']['credits'], $_CONFIG['hotel']['pixels'], 2,


Reply With Quote


