| @request -- User Signup Basic Sentry -- Avatar, Rego Date & Posts |
| by wishcraft on 2015/6/25 3:12:10 The following is the basic outline for a sentry on signup to drop maligant signup bots form threading:- The first file is the sentry preloader in system You will have to create the following variable I suggest they are made as a single item drop down options list, variable from 2 weeks down to 3 days for the first avriable, then something that is from 24 month down to 1 month an then 2 - 20 items for the number of posts, you will see these variables that will have to be created specified in the function above with the $GLOBALS['xoopsUserConfig'] variable, these go in the User Preferences in the system module, default is this option is turned off. You will also have to add a template to language/english/mail_template/sentrydropped.tpl, an example of this would be:- le="color: #000000"><?php To {X_UNAME}, Your account on "{SITENAME}" has been removed due to the User Sentry finding that you have either not changed your avatar, or you where in active without enough posts and also not changing your avatar! - as you didn't change your 'avatar' from the blank default image; with 7 - 14 days in consecutive selection, your account has been removed off the systems' and terminated!! Many thanks, {SITE_COMPANY} {SITE_URL} You will probably also want to have a register_sentry.tpl like so which you will have to alter the class/??.php too enable this if the sentry is turn on, it will need the number of days passed to the emailer so it can be populated as ie. {X_SENTRYDAYS}. le="color: #000000"><?php Hello {X_UNAME}, Thank you for registering as a member of {SITENAME}. As a registered member your can: - Send private messages among members - Participate in discussion boards - Get the latest news - Submit content - Much, much more.... The email address ({X_UEMAIL}) has been used to create a user profile for you. NOTICE:- - You will have to change your avatar within {X_SENTRYDAYS} days cause if you haven't somewhere between these times you will be deleted if your avatar remains on the default blank as well as remain inactive for a period of 24 Months! To become a member of {SITENAME}, please confirm your request by clicking on the link below: {X_UACTLINK} ----------- Best Regards {SITENAME} ({SITEURL}) {ADMINMAIL}
|